Native API failed. Native API returns: -42 (PI_ERROR_INVALID_BINARY)
Hi there,
I'm trying to run a design on the S10. My link.txt is as follows
/glob/development-tools/versions/oneapi/2023.0.1/oneapi/compiler/2023.0.0/linux/bin/icpx -fsycl -fintelfpga -Xshardware -Xsno-interleaving=default -Xstarget=/opt/intel/oneapi/intel_s10sx_pac:pac_s10_usm -reuse-exe=/home/u177770/american-asset-pricer-gold/build/optPricer.fpga CMakeFiles/optPricer.fpga.dir/fp2bin.cpp.o CMakeFiles/optPricer.fpga.dir/generic_fifo.cpp.o CMakeFiles/optPricer.fpga.dir/inverse.cpp.o CMakeFiles/optPricer.fpga.dir/lin_alg_gen.cpp.o CMakeFiles/optPricer.fpga.dir/opt_pricer_refactored.cpp.o -o ../optPricer.fpga
It build fine but when I run it I get the following
terminate called after throwing an instance of 'sycl::_V1::runtime_error'
what(): Native API failed. Native API returns: -42 (PI_ERROR_INVALID_BINARY) -42 (PI_ERROR_INVALID_BINARY)
Aborted
Any ideas?
Thanks.