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

Keil compiler C9.51 causes Fatal Error L250

Latest Keil compiler Version C9.51 for C8051F320 causes FATAL ERROR ---L250: CODE SIZE LIMIT IN RESTRICTED VERSION EXCEEDED

Older compiler did not generate any error.

Parents
  • It's enough that the compiler has changed a single code generation and/or optimization rule for it to produce a different binary output. And that can be enough to make the output file a byte larger and so pass the allowed license limit.

    And the meaning of the compiler options and defaults might also have changed.

Reply
  • It's enough that the compiler has changed a single code generation and/or optimization rule for it to produce a different binary output. And that can be enough to make the output file a byte larger and so pass the allowed license limit.

    And the meaning of the compiler options and defaults might also have changed.

Children