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 realized that I didn't want Level 9 (Common Block Subroutine Packing)
optimizations performed on my code. Now, going back to Level 8
optimizations, I get IMPROPER FIXUP errors in my assembly
startup code.

What's the deal?

Parents
  • Now, going back to Level 8 optimizations, I get IMPROPER FIXUP errors in my assembly startup code.

    Hmmmm...

    The C Compiler doesn't assemble the startup code. The assembler does that. And, optimizer level 9 or 8 on the compiler have no effect on the assembler.

    What are the exact error messages you get from the assembler?

    Keil Support

Reply
  • Now, going back to Level 8 optimizations, I get IMPROPER FIXUP errors in my assembly startup code.

    Hmmmm...

    The C Compiler doesn't assemble the startup code. The assembler does that. And, optimizer level 9 or 8 on the compiler have no effect on the assembler.

    What are the exact error messages you get from the assembler?

    Keil Support

Children