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 agoThe " would cause a problem because make doesn't treat them as special characters - so the PATH env variable will have the " embedded in it.
Some places might expand the output twice (eg echo $(PATH) in a makefile rule, but not echo $$PATH) so the shell removes the extra quotes.