Forum Discussion

MikeP123's avatar
MikeP123
Icon for New Contributor rankNew Contributor
2 years ago
Solved

Re: Arria 10 Hello World

Hello, Are there any updates on this. I get the same error when running outside of DevCloud. Any help would be appreciated. Thanks. u205691@s001-n083:~/oneAPI-samples/DirectProgramming/C++SYCL/D...
  • MikeP123's avatar
    MikeP123
    2 years ago

    Thanks for your reply. The problem turned out to be with the compilation step. I had been specifying -DFPGA_DEVICE=Arria10, but this is the correct way to do it -

    cmake .. -DFPGA_DEVICE=/opt/intel/oneapi/intel_a10gx_pac:pac_a10

    Thanks,

    Mike