aoc: Quartus is not on the path! - Devcloud
Hello,
I have suddenly come across the error aoc: Quartus is not on the path! on DevCloud when I was trying to compile a kernel with aoc. I was doing so from a node that is supposed to have Quartus, since I requested so with
qsub -I -l nodes=1:fpga_compile:ppn=2 -d .
This has been working since I started using DevCloud (the last time I used it successfully was last week). What is going on?
I managed to solve the issue by sourcing the script /data/intel_fpga/devcloudLoginToolSetup.sh and calling the function tools_setup afterwards. I found the solution here https://forums.intel.com/s/question/0D50P00004bTqr9SAC/devcloud-unable-to-compile-for-fpgas-aoc-quartus-is-not-on-the-path?language=en_US. However, this only removes the error aoc: Quartus is not on the path!, but a new error has arised:
Error: Internal Compiler Error. BSP specified project name dcp, but dcp.qpf does not exist.
I really need this working, since I am in a deadline.
Thank you.