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

IMPROPER FIXUP

I have written program for some product, a cble tester.
The complete code arround 600 bytes
and compiled and generated HEX files successfully. In this case I have disabled the OVERLY OPTION.


IF I ENABLE THE OVER LAY OPTION FOLLOWING MESSAGE APPEARS AS LINKING ERROR
Linking
**** ERROR 121: IMPROPER FIX UP
MODULE:\file name
SEGMENT: ABSOLUTE
OFFSET:000B

Please let me how to interprit this and to solve this

I have used timer to generate interrupt
like
"void timer_zero(void) interrupt 1 using 2"

All variable used are GLOBAL VARIABLES ONLY

0