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

Evaluation Software Problem

Refer to http://www.keil.com/demo/limits.asp

ARM Evaluation Tools:

Point 4:
The debugger supports programs that are 16K Bytes or smaller.

Point 9:
The CARM compiler, assembler, and linker are limited to 16K Bytes of object code. Source code may be of any size.

My source file (.c) size is 2KB.
After compilation, its object file is of 21KB.

But, I still run the debugger successfully ?

Parents
  • "I still run the debugger successfully ?"

    Is that a question, or a statement?

    ie, are you asking whether you should be able to run the debugger, or are you saying that you can run the debugger - and you're surprised?

    Now that the meaning of the size limitation has been explained, are all your doubts removed?

Reply
  • "I still run the debugger successfully ?"

    Is that a question, or a statement?

    ie, are you asking whether you should be able to run the debugger, or are you saying that you can run the debugger - and you're surprised?

    Now that the meaning of the size limitation has been explained, are all your doubts removed?

Children