• error L121 improper fixup
    My program:void time(void) interrupt 1 {...} When linking, error L121 is given: *** ERROR L121: IMPROPER FIXUP MODULE: main.obj (MAIN) SEGMENT: ABSOLUTE OFFSET: 000BH If "interrupt 1" is deleted...
  • 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...
  • L121 IMPROPER FIXUP
    hello out there, my problem is on understanding. I receive this error message from the linker. *** ERROR L121: IMPROPER FIXUP MODULE: .\obj\charleader.obj (CHARLEADER) SEGMENT: PROG OFFSET: 0172H...
  • L121 improper fixup error on main
    I'm programming a Dallas Ds80C400 in c, with 1MB of flash and 1MB of SRAM. I'm using contiguos program model (16MB). The problem is I get that error related to main when I exceed from a number a...
  • Linker "Improper Fixup" (L121) Error
    What causes the linker to generate a L121 error? I recently got one of these and was forced to relocate the "scanf" code to a different memory location using a SECTIONS command because the linker located...