Forum Discussion
Altera_Forum
Honored Contributor
13 years agoNios C-Code Size
Sorry if I am being a bit thick here. Been programming VHDL forever but C is still a little bit of a mystery to me. Can someone please tell me if there is a quick and easy way of working out ho...
Altera_Forum
Honored Contributor
13 years agoHi,
In the NIOS console you'll find a line that says something like: Info: (mem_test.elf) 26 KBytes program size (code + initialized data). Info: 21 KBytes free for stack + heap. If you want more detail then it's all broken down in the .map file that's created. Have a look in there and you'll find a breakdown of where the linker put everything. Mark.