Forum Discussion
Altera_Forum
Honored Contributor
19 years agohello jakobjones,
you might try something like this:nios2-elf-objcopy -O binary -j <your_section> <input_elf_file> <output_file> -O you tell objcopy what output format you would like. -j process just the section you are intereset in( e.g. '.text'). Bye, Wolfgang