Forum Discussion
Altera_Forum
Honored Contributor
10 years agoWhat's the size of my nios application?
Hi all, I have a nios system in a BeMicroMAX10 and I'm using Quartus II web v15.02. I have "Reduced device drivers" and "Small C library" checked in the BSP properties. Quartus reports, in t...
Altera_Forum
Honored Contributor
10 years agoIf you can find the elf file, you can run nios2-stackreport to look at the total program size.
Example: $ nios2-stackreport *elf Info: (core.elf) 269 KBytes program size (code + initialized data). Info: 23 KBytes free for stack + heap. The above shown that the program size takes up 269 KBytes and I have 23KBytes remainder for stack + heap.