Forum Discussion

ArthurRatz's avatar
ArthurRatz
Icon for New Contributor rankNew Contributor
6 years ago
Solved

I 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 followi...
  • JananiC_Intel's avatar
    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.