Hi all, the official Intel fpga requirement page says the Cyclone10gx fpga is supported by oneAPI so I downloaded the latest version on my Ubuntu20 (Quartus Prime also installed), I tried to compile...
Also, just to eliminate the possibilities of code issues. Would suggest perhaps to try run the existing example available for oneAPI in the link below:
tetto@ubuntuoffice:~/mytrial1$ ./code.fpga
terminate called after throwing an instance of 'sycl::_V1::runtime_error'
what(): Invalid device program image: size is zero -30 (PI_ERROR_INVALID_VALUE)
Aborted (core dumped)
what did you modify on line8? can you share your code that you got it to run?