I'd need to know what is the memory occupation (FLASH and RAM) at the moment in a project compiled with e2studio.
Is it possible to get it from the data shown at the end of the build operation?
For example, now I can see these values:
text data bss dec hex 4203174 0 3690604 7893778 787312
Thank you
Hello, stage.
The build log files for each project will be found in (workspace)/.metadata/.plugins/org.eclipse.cdt.ui/ folder.You may able to use --print-memory-usage linker option in some GCC versions, but it is also put out to console, not listed in *.map file.
--print-memory-usage
Have you tried turning on map file generation for your project?
...although my checkbox is unchecked and I still get .map files.
The .map file in the project build directory shows the linker memory allocation for your project.
Hi Laser,
Any updates on this? The answers from Okra and AnthonyJenkins, did it work for you?
JBRenesasRulz Forum Moderator
https://renesasrulz.com/https://academy.renesas.com/https://en-us.knowledgebase.renesas.com/