Forum Discussion
Altera_Forum
Honored Contributor
12 years ago --- Quote Start --- When I run one of the scripts I get the nios2-elf-objcopy: command not found message. --- Quote End --- It sounds like the environment within the shell script context is different from the environment on the command prompt. You could start by comparing the output from "printenv PATH" on or around line 175 of your script to what you get on the interactive prompt. It might be something simple like your scripts have variables set corresponding to prior versions of the tools.