Forum Discussion
ZhiqiangLiang
Occasional Contributor
7 months ago1) please see the following picture. when I build the C code, I was told 159Kbytes code and initialized data. however, I set 120KBytes RAM and 80KBytes ROM. why the NIOS core is able to run the code that is bigger than 80KBytes ROM?
2) when I set 120KByte RAM, I was always told 4576Bytes free for stack +heap. when set 160KBytes RAM, I was also told 4576Bytes free for stack +heap. That is very weird.
3) The tool I am looking for is to count the .data, .bss, .rodata and .text total size that all obj files take. is there a tool?