This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

How to fix this error ?

I made an interrupt handler in asm which jumps to the corresponding interrupt functions in C. After linking I get this error :

Error: L6238E: irq_handler.o(IRQHandler) contains invalid call from '~PRES8' function to 'REQ8' function tc0.

The handler has the instruction :
.
.
.
B tc0


tc0 is a function and resides in a C file

0