Discussion Forum

ERROR L121: IMPROPER FIXUP

Next Thread | Thread List | Previous Thread Start a Thread | Settings

DetailsMessage
Read-Only
Author
Mario Lorber
Posted
27-Jan-2004 08:49 GMT
Toolset
C51
New! ERROR L121: IMPROPER FIXUP
Hello All!

I get the follwing error message and don't know how to get rid of it:

ERROR L121: IMPROPER FIXUP
MODULE: xxx
SEGMENT: xxx
OFFSET: 001Fh

Can anyone help me with that. I already watched the error list at Keil but that doesn't really help.

Thanks in forward
Mario
Read-Only
Author
Graham Cole
Posted
27-Jan-2004 09:13 GMT
Toolset
C51
New! RE: ERROR L121: IMPROPER FIXUP
The following may help:

http://www.keil.com/support/docs/2157.htm

Otherwise, search the forum for "IMPROPER FIXUP" as this has been discussed several times before.
Read-Only
Author
Mario Lorber
Posted
27-Jan-2004 09:26 GMT
Toolset
C51
New! RE: ERROR L121: IMPROPER FIXUP
Thanks! I found the problem!
It was a jump command - destination was not reachable!

cjne a, #001h, send_NACK_4

Greetings Mario

Next Thread | Thread List | Previous Thread Start a Thread | Settings