Forum Discussion
Shawn_S_Intel
Occasional Contributor
6 years agoThe issue here is that the oneAPI devcloud nodes were not in an optimal state. The team recently applied a dpcpp update and there was a subsequent linking issue with one of the packages.
Please try following the oneAPI Getting Started guide again.
* The previous workaround of adding Quartus env vars to build_fpga_hw.sh should NOT be necessary.
* Execution of run_fpga_hw.sh per the GS guide should execute correctly.
Thanks for your patience.
- menotti6 years ago
New Contributor
Hi,
Now I was able to compile for hardware again.
The previously compiled binaries apparently does not work and it is necessary to recompile then:
u34356@s001-n082:~/oneAPI/Code/mine/adpcm_decoder$ ./adpcm_decoder.fpga ./adpcm_decoder.fpga: symbol lookup error: ./adpcm_decoder.fpga: undefined symbol: _ZN2cl4sycl6detail2pi12piMemReleaseEThank you,
Menotti