Forum Discussion
Altera_Forum
Honored Contributor
16 years agoProblem generating Hex files for on chip memories.
I have two on chip memories for my Nios system. ("instruction_rom" and "data_ram", both are actually RAM's) I am having problems with .hex files generated for these internal memories. The I...
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:)