ArthurRatz
New Contributor
6 years agoI cannot build and run my code for Intel PAC platform in Intel DevCloud.
Hi Everyone,
For a few last days long, I'm no longer able to compile and run my code in Intel DevCloud for oneAPI projects.
The attempts to compile and run my code typically end up with the following error message:
I would kindly appreciate for any assistance. Please help me to solve this problem. My DevCloud account id is u39016.
Thanks in advance,
Arthur.
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.