Forum Discussion
Altera_Forum
Honored Contributor
16 years agoOk I tried the following.
nios2-elf-strip.exe -R=.text -o my_nios_text.elf my_nios.elf and nios2-elf-strip.exe -R=.entry -R=.exceptions -R=.rodata -R=.rwdata -R=.bss -R=.comment -o my_nios_other.elf my_nios.elf But I end up with two Identical files (my_nios_text.elf and my_nios_other.elf) Am I trying to do the right thing? Or did I completely miss your point. Cheers H