Forum Discussion
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.