Forum Discussion
I cannot build and run my code for Intel PAC platform in Intel DevCloud.
- 6 years ago
Hi,
Thanks for reaching out.
You can compile and run the oneAPI samples on FPGA platform in Intel Devcloud.Kindly make sure you use the below commands to compile and run the samples.
build_fpga_emu.sh
source /opt/intel/inteloneapi/setvars.sh make fpga_emu -f Makefile.fpga
run_fpga_emu.sh
make run_emu -f Makefile.fpga
Try this and let us know the updates.
I'm sorry to inform you that this didn't work. First I've tried to compile of the samples for Intel PAC board and it finished compilation successfully, *BUT* when I tried to compile my project for Intel PAC hardware, the compilation ended up with the same error:
Error (170143): Final fitting attempt was unsuccessful
Error: An error occurred during routing
Error: Quartus Prime Fitter was unsuccessful. 2 errors, 675 warnings
Error (23031): Evaluation of Tcl script compile_script.tcl unsuccessful
Error: Quartus Prime Shell was unsuccessful. 1 error, 0 warnings
Error (23031): Evaluation of Tcl script build/entry.tcl unsuccessful
Error: Quartus Prime Shell was unsuccessful. 1 error, 0 warnings
Error: Compiler Error, not able to generate hardware
clang++: error: fpga compiler command failed with exit code 1 (use -v to see invocation)
Makefile:19: recipe for target 'fpga' failed
make: *** [fpga] Error 1
Looking forward to your reply and the following critical issue resolution.
Arthur,