Forum Discussion
Altera_Forum
Honored Contributor
20 years ago> I'm not familiar with TCL tools, in fact, I never use them.
objcopy is part of binutils -- use it from a command shell prompt. > Could you teach me how to use nios2-elf-objcopy and what will I get? Try: $ nios2-elf-objcopy --help You can also review documents\gnu-tools\binutils\binutils.html in your nios2 installation directory. Regards, --Scott