Forum Discussion
Altera_Forum
Honored Contributor
16 years agoAll you can do is look at the size of your compiled ELF file. This information is given to you at the end of a successful build. You can also open a nios2 command line console at any time and use the "nios2-elf-size" command on your compiled elf file to see how large it is. This of course does not take stack and heap considerations into account.
Jake