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 binary -O elf32-littlenios2 /path/to/grep /path/to/output but the resulting elf does not work on uclinux.