Altera_Forum
Honored Contributor
9 years agoFirst OpenCL Compilation
I'm attempting to compile the Hello World.cl included in the Altera SDK for OpenCL kit.
Following the instructions in the "read me" file, I entered this on the command line: aoc ..\examples\hello_world_x64\hello_world\device\hello_world.cl –o bin\hello_world.aocx –board de1soc_sharedonly I receive this error :”Error: qsys-script executable not found! Add quartus bin directory to the front of the PATH to solve this problem” I added the absolute path to the qsys-script executable file to the PATH user environment variable but it has not fixed the problem. Also, can I specify a different file location for the .aocx file to end up or must it be in the bin directory as shown above?