Forum Discussion
Altera_Forum
Honored Contributor
16 years agoIn order to extract different sections of the elf, i suggest u make 2 elf files
one which has only .text and the other with all the remainng sections ( without .text ) in order to do so use the nios2-elf-strip --remove-section < section name > hope this helps:)