Forum Discussion
Altera_Forum
Honored Contributor
8 years agoIf anyone else is getting this error, I have figured out the solution.
You have to set the PATH variable in the SoC EDS command shell The bin folder is located in the path: intelFPGA_lite\16.1\quartus\sopc_builder\bin you have to add this folder to the PATH environment in the SoC shell For example: PATH=/cygdrive/C/intelFPGA_lite/16.1/quartus/sopc_builder/bin:$PATH You have to change the path to the correct one in your PC ;)