Question:
How to find the size of the program in CCES?
Answer:
The map file describes how objects and the symbols they define are mapped into the memory defined by the .ld file.
We can type the following command in the additional options in the linker settings (Properties > C\C++ Build > Settings > Tool Settings > CrossCore GCC ARM Embedded linker > Additional Options). This will generate a map file for you in the debug folder.
-Wl,-M=ARMcode.map
Also refer in the below thread for more information:
https://ez.analog.com/message/247717
This document was generated from the following discussion: Find Cross