Forum Discussion
ManuelCostanzo2
New Contributor
3 years ago[Help] compiling my project for FPGA
Hi!
I'm working on my project: https://github.com/ManuelCostanzo/swsharp_sycl.
The folder there is "SYCL".
I have 3 Makefiles: SYCL/Makefile
SYCL/swsharp/Makefile => build the library
...
JaideepK_Intel
New Contributor
3 years agoHi,
Good day to you.
Thanks a lot for your patience, I sincerely apologize for the delay and inconvenience caused. Dev team has been consistently working on this issue, and finally the issue with Stratix10 oneAPI FPGA cards has been resolved. We have tested and verified that the below samples are working fine.
Stratix10 (fpga_compile, fast_recompile), Arria10 (fpga_compile, fast_recompile, simple-add, vector-add) samples are working fine
But there is some linking issue in your code.
BACK=icpx make
BACK=fpga make (after running the above command we are unable to see any errors)
Thanks,
Jaideep