We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hi
I am receiving:
*** ERROR L121: IMPROPER FIXUP
MODULE: C:\KEIL\C51\LIB\C51C.LIB (PRINTF)
SEGMENT: ?PR?PRINTF?PRINTF
OFFSET: 0068H
I have tryied to read threads about this, but cannot understand it since it appears in a .LIB file
Any help? Really needing it. Thanks for your time Dario
Plenty, arround 75 warnings.
Best practice is to solve the errors/warnings in the order they appear.
Is the fixup error the first error that you are getting from the linker?
You really should start fixing all the warnings.
"Best practice is to solve the errors/warnings in the order they appear."
Absolutely - one warning very often leads to another!
Thus it's often best to address them one at a time and in order