Forum Discussion
Altera_Forum
Honored Contributor
13 years agonios2-elf-objcopy: command not found in Cygwin Windows 7, Nios II 12.1
Hi, We have a bunch of existing scripts used to generate srecs, .sh files. The scripts have been running for many years so I feel that the work. I am in the process of converting our build en...
Altera_Forum
Honored Contributor
13 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.