How to print memory usage
How to print memory usage
Hello,
I would like to know command for printing memory usage for GCC version V3.1.115.11.
I found following command for GCC version higher than 4.2 -Wl –print-memory-usage.
However this command is not compatible for GCC V3.1.115.11. Please help with similar flag
Thanks
Vrushali
Hello,
Thank you for reaching out to us!
Since the GCC 3.1.115 compiler is quite outdated, an alternative that should be considered is the “size” program, that is used to display the different segment sizes in an executable.
Please note that the toolchains supported by us added a prefix to this utility: for RX the tool is called rx-elf-size, for RL78 it is named rl78-elf-size and for ARM it is arm-none-eabi-size.
__
Best regards,
The Open Source Tools Team
×