Forum Discussion
Altera_Forum
Honored Contributor
16 years agoConverting binary file to elf
Hi, Lets say I wanna covert my grep binary that I have on my linux system to elf format so I can execute it on uclinux, whats the process in doing that? I tried: nios2-elf-objcopy -I bi...
Altera_Forum
Honored Contributor
16 years agoBy your linux system, I assume you mean your computer's system.
Can't do that mate: the binaries on your computer's system only run on x86 processors, they won't run on NIOS or any other kind of processor. You need to cross-compile your software targeting uCLinux on NIOS.