Forum Discussion
RJimé1
New Contributor
5 years agoI am using a script that modifies the PATH variable in the compute node to add AOC v19.3, like this:
PATH=/glob/development-tools/versions/intelFPGA_pro/19.3/hld/bin/:$PATH
The script calls aoc to compile the kernel after that. I want to outline that the compilation ends successfully and aocl env confirms the kernel was compiled with AOC v19.3. The problem comes when I use it a OpenCL program. The 20.1 compiler works like a charm, as I said (I simply have to comment out the line that edits the path to compile with it) and I am able to execute the OpenCL program normally.
Thank you.