Altera_Forum
Honored Contributor
11 years agoshell script does not work with newer version
Hi!
I worked with the QuartusII WebEdition 8.1. I used a shell-script to synthesize my code using the SOPC builder. Everything worked fine. Now I changed to the 12.1sp1 Webedition-version (because it has the sopc-builder) and the same script doesn´t work anymore. I changed of course the enviroment variables to the new pathes of the 12.1sp1 version. But it doesn´t recognize the path. I invoke my shellscript via a batchfile that contains: @ %QUARTUS_ROOTDIR%\bin\cygwin\bin\bash.exe --rcfile ../Scripts/SOPC.sh And then the shellscript contains: . $QUARTUS_ROOTDIR/sopc_builder/bin/nios_bash With the 8.1 version it works perfectly but with the 12.1sp1 occurs the error "no such file o directory" (referring to the "nios_bash") although the file exists and is at the right directory. What did change between this versions, that it doesn´t work? Thanks for any suggestions (I´m using windows 7 64 bit.)