I want to know RAM/ROM usage of the compiled code. I am using S32D.ARM.2.2 I have found a similar question in which it is suggested to go to Properties>C/C++ Build>Settings>Tool Settings and enable print size. However, there is no tab named Tool Settings for my project.
I am building the sample application of MCAL with GCC and for S32K118.
Thanks in advance,
M. Talha Uyar
已解决! 转到解答。
Hi,
the size option is in Cross settings. Right click on project name -> properties -> Settings -> Cross Settings:
Or you can call this GNU tool from commandline after build.
Hope it helps.
Jiri
Hi,
the size option is in Cross settings. Right click on project name -> properties -> Settings -> Cross Settings:
Or you can call this GNU tool from commandline after build.
Hope it helps.
Jiri