Forum Discussion
Altera_Forum
Honored Contributor
21 years agoAny objcopy will convert any SREC file for any processor to binary. Where objcopy starts being processor specific is when its dealing with ELF files.
So for a conversion from SREC to binary you can use any objcopy: the nios2 one, the x86 one (I can't remember if the nios1 kit had one). I misspoke earlier, the option you need is -O binary. Of course if you want to convert an ELF file to binary then you must use the correct objcopy.