Altera_Forum
Honored Contributor
15 years agoNIOS memory usage
Does Nios IDE offer a tool for reporting memory usage of my project?
Basically I'd like to display the amount of space used for every memory section. Better if I could have also a complete mapping with all names defined in the project. I tried to use objdump with the elf file but this is not very easy to use and to find the information I need. (moreover I had to use objdump from another processor toolchain because the one provided with Nios IDE stops with a dll function not found error) Cris