Forum Discussion
Altera_Forum
Honored Contributor
20 years agohelp me,save my memory
hi! my application use more memory in the nios than arm platform I use the objdump print as follow: [root@localhost pppd]# nios2-elf-objdump --header pppd_dump.elf pppd_dump.elf: file...
Altera_Forum
Honored Contributor
20 years agoHi smalllight,
> 2 .bss 0001bf54 0002adb8 0002adb8 0002adec 2**2 > 2 .bss 0000a1c0 0002b7e0 0002b7e0 000337e0 2**4 Your uninitialized data for Nios-II is more than twice the size for ARM. Everything else is reasonable. You need to compare your linker maps to isolate the culprit -- otherwise, it's just speculation. Regards, --Scott