menotti
New Contributor
6 years agoDevCloud: Unable to compile for FPGAs (aoc: Quartus is not on the path!)
Hi there,
I noticed a change in the DevCloud environment and now I can no longer compile for the hardware, but only for the emulator.:
u34356@login-2:~/oneAPI/Code/mine/fdct$ qsub -I -l nodes=1:fpga_compile:ppn=2 -d .
qsub: waiting for job 499700.v-qsvr-1.aidevcloud to start
qsub: job 499700.v-qsvr-1.aidevcloud ready
########################################################################
# Date: Mon Feb 17 09:43:07 PST 2020
# Job ID: 499700.v-qsvr-1.aidevcloud
# User: u34356
# Resources: neednodes=1:fpga_compile:ppn=2,nodes=1:fpga_compile:ppn=2,walltime=06:00:00
########################################################################
u34356@s001-n155:~/oneAPI/Code/mine/fdct$ source /opt/intel/inteloneapi/setvars.sh
:: setvars has already been run. Skipping any further invocation. To force its re-execution, pass --force
source /opt/intel/inteloneapi/setvars.sh --force
force found
:: initializing environment ...
advisor -- latest
Copyright (C) 2009-2020 Intel Corporation. All rights reserved.
Intel(R) Advisor 2021.1 (build 604889)
ccl -- latest
clck -- latest
compiler -- latest
daal -- latest
debugger -- latest
dev-utilities -- latest
dpcpp-ct -- latest
inspector -- latest
Copyright (C) 2009-2020 Intel Corporation. All rights reserved.
Intel(R) Inspector 2021.1 (build 604032)
intelpython -- latest
Could not find conda environment: --force
You can list all discoverable environments with `conda info --envs`.
ipp -- latest
itac -- latest
mkl -- latest
mpi -- latest
oneDNN -- latest
pytorch -- latest
tbb -- latest
tensorflow -- latest
vpl -- latest
vtune -- latest
Copyright (C) 2009-2020 Intel Corporation. All rights reserved.
Intel(R) VTune(TM) Profiler 2021.1-beta04 (build 606082)
:: oneAPI environment initialized ::
u34356@s001-n155:~/oneAPI/Code/mine/fdct$ make hw -f Makefile.fpga
dpcpp -fintelfpga a.o -o fdct.fpga -Xshardware
aoc: Quartus is not on the path!
aoc: Is it installed on your system and quartus bin directory added to PATH environment variable?
/home/u34356/tmp/fdct-2c4365.o: file not recognized: File truncatedThanks in advance,
Menotti