Forum Discussion
oneAPI FPGA Compile Node Errors
- 4 years ago
Hi @lkljucaric
I had the same problem which was resolved as follows on advice from Intel.
In the build script add a line at the beginning to ensure that the correct version of Python is used - here is the script I am now using:
#!/bin/bash
export PATH=/glob/intel-python/python2/bin/:${PATH}
source /opt/intel/inteloneapi/setvars.sh > /dev/null 2>&1
make hw -f Makefile.fpgaHope this works for you as well.
Kind regards
Marcus
Hi @lkljucaric,
Good day, just checking in to see if there is any further doubts in regards to this matter.
Hope we have clarify your doubts.
Best Wishes
BB
- lkljucaric4 years ago
New Contributor
I have switched over to using the devcloud_login command to submit my job via batch mode using:
"devcloud_login -b CO walltime=12:00:00 build_fpga.sh"
However, I still am seeing the same error generated in quatus_sh_compile.log saying "Full compiles to generate hardware for the FPGA are available on supported ..."