Forum Discussion
Altera_Forum
Honored Contributor
14 years agoProblem compiling in buildserver
Hi, Currently I have version 9.1 sp2 of nios and quartus installed. I am trying to build my project automatically with a batch script. I tried the solution described in "how to execute nios ...
Altera_Forum
Honored Contributor
14 years agoI fixed it.
In Nios II Command Shell.bat I changed to @ "%QUARTUS_ROOTDIR%\bin\cygwin\bin\bash.exe" -c "%2/do_some_awesome_magic_like_nios_version_11.sh %1 %2 %3 %4" And do_some_awesome_magic_like_nios_version_11.sh contains: # !/bin/bash source $1/nios2_sdk_shell_bashrc exec $2/$3 $4 exit $?