Forum Discussion
BoonBengT_Altera
Moderator
1 year agoHi @JSYOO,
Thank you for posting in Intel community forum, hope all is well and apologies for the delayed in response.
Noted on the error message, may I know what oneAPI version that you are using to compile the mention example? Also what are the compilation command used?
Hope to hear from you soon.
Best Wishes
BB
JSYOO
New Contributor
1 year agoHi I attached the CMakeLists and the sample source code.
I run the code on linux and it is running on oneAPI 2024.0 version because this is the only version I download for this machine.
the commands were:
$ mkdir build $ cd build $ cmake .. $ make fpga_emu
The CMakeLists is based on the CmakeList from this repo:
Thanks