Forum Discussion
Altera_Forum
Honored Contributor
14 years agothanks dsl
I've tried $nios2-linux-gnu-objcopy -i srec hello -o binary hello.exe -s And I've got hello.exe file that heads with: 00000000 2F6C 6962 2F6C 642E 736F 2E31 0000 0000 /lib/ld.so.1.... 00000010 0400 0000 1000 0000 0100 0000 474E 5500 ............GNU. 00000020 0000 0000 0200 0000 0600 0000 1500 0000 ................ 00000030 0300 0000 0800 0000 0700 0000 0600 0000 ............... ..... It doesn't seem a binary flat executable file. So where is the trick ? Did I a mistake using objcopy ? thanks