Altera_Forum
Honored Contributor
8 years agoaoc error: Quartus is not on the path
Hello, I am using a De1-soc cyclone 5. I am a new user of the board and I have not been able to compile a kernel. I followed this document (https://www.altera.com/documentation/ewa1400875619714.html#ewa1400875828418) in order to install all the requiered programs and configure the environment variables but when I use the comand:
aoc -march=emulator -v --board c5soc device/hello_world.cl -o bin/hello_world_emulation.aocx I get the error: aoc: Quartus is not on the path! aoc: Is it installed on your system and quartus bin directory added to PATH environment variable? Quartus is installed, in fact I downloaded the entire package Intel FPGA for OpenCL which includes Quartus, devices... I also added "C:\intelFPGA\16.1\quartus;C:\intelFPGA\16.1\quartus\bin64" to the PATH environment variable although this is not indicated in the document. What am I doing wrong? Thank you Juan.