Forum Discussion
Altera_Forum
Honored Contributor
21 years agoNiosII & objcopy ? problem
Hi there, i do a migration to NiosII , for now nothing problem except one., why when i use objcopy to transform and .out file to Binary the bin files have an increasead size (it is filled wit...
Altera_Forum
Honored Contributor
21 years agoHi JjLeto,
Has your memory map changed? Or have you moved your code to flash? You probably have a large "hole" between a few of your sections that's being filled with 0. Check your .out file with objdump: $ nios2-elf-objdump -h file.out You may need to provide a few load addresses in your linker script. Regards, --Scott