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

use GNU compiler in Keil, code size limitiation

I am using GNU compiler with Evaluation Version of the µVision IDE. From Keil website it says: The GNU ARM tools (compiler, assembler, and so on) that are provided are not limited or restricted in any way. Does it mean I can compile, debug and run simulation without code size constrain? But the result is that I could not debug and run simulation. and I also could not download it to the target board.

thank you for your help!

Parents
  • Does it mean I can compile, debug and run simulation without code size constrain?

    No !

    The GNU compiler is not restricted in any way. Any Keil tool in the evaluation version is still limited - this includes the linker and the debugger !

    But the result is that I could not debug and run simulation. and I also could not download it to the target board.

    What you are seeing is correct behavior. The debugger is limited, so it cannot be used for programs that exceed the size limitation.

Reply
  • Does it mean I can compile, debug and run simulation without code size constrain?

    No !

    The GNU compiler is not restricted in any way. Any Keil tool in the evaluation version is still limited - this includes the linker and the debugger !

    But the result is that I could not debug and run simulation. and I also could not download it to the target board.

    What you are seeing is correct behavior. The debugger is limited, so it cannot be used for programs that exceed the size limitation.

Children