Forum Discussion
Trying to configure my de1-soc board with oneAPI
- 3 years ago
Hi @Ratan,
You should changed all the includes statement based on what is being mention previously to fixed the fatal error mention.
Apologies as I am confused, are you saying you have reverted back to the old include statement and issues is fixed?
Unsure of what stage you are in now, please do share the project that you are facing issues with, so that we can better understand the current stages you are at.
Hope to hear from you soon.
Best Wishes
BB
As I was following the steps in this particular video, he had a smooth run with the simulation.
For me, unfortunately I failed at a point.
In the section all the way towards the end in the path testdir/FPGA_Emulation_Using_Intel_Base_ToolKit.ipynb ,
i got the following error:
## u196294 is performing Hough Transform compilation emulation notebook. icpx: warning: use of 'dpcpp' is deprecated and will be removed in a future release. Use 'icpx -fsycl' [-Wdeprecated] src/original/hough_transform.cpp:8:10: fatal error: 'CL/sycl/INTEL/fpga_extensions.hpp' file not found #include <CL/sycl/INTEL/fpga_extensions.hpp> ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~1 error generated. /bin/bash: bin/hough_transform.emu: No such file or directory
whereas I should've seen the output:
'VERIFICATION PASSED'
I followed all the steps correctly. Can I please know how top solve this issue?
how I should find the path to/include the header files so that I can see the correct output?