Intel® High Level Design
Support for Intel® High Level Synthesis Compiler, DSP Builder, OneAPI for Intel® FPGAs, Intel® FPGA SDK for OpenCL™
661 Discussions

oneAPI Base Toolkit-Error: Compiler Error: OpenCL kernel compile/link FAILED

sent
Beginner
1,198 Views

Hi, I am new to oneAPI and I am trying to ramping up. I installed Intel® oneAPI Base Toolkit and am able to successfully run the vector add sample program in my ubuntu system(Intel Core i5). Then I tried to compile same Vector_Add project for FPGA in emulation mode using below command.

make fpga_emu -f Makefile.fpga

At the time of compilation, I am facing below error.

 

Error:

dpcpp -fintelfpga src/vector-add.cpp -o vector-add.fpga_emu -DFPGA_EMULATOR

Error: Compiler Error: OpenCL kernel compile/link FAILED

/tmp/vector-add-d62ec6.o: file not recognized: File truncated

clang++: error: fpga compiler command failed with exit code 1 (use -v to see invocation)

clang++: error: linker command failed with exit code 1 (use -v to see invocation)

Makefile.fpga:10: recipe for target 'vector-add.fpga_emu' failed

make: *** [vector-add.fpga_emu] Error 1

 

Note: I am able to compile with report successfully.

make report -f Makefile.fpga

0 Kudos
5 Replies
Kenny_Tan
Moderator
977 Views

Can you try to use Devcloud?

 

Also, Can you list flow and command you have used?

 

0 Kudos
sent
Beginner
977 Views

This issue has been solved. I am able to execute it successfully.

0 Kudos
Kenny_Tan
Moderator
977 Views

Great to hear that! Mind to share with us what you have done to resolve this?

0 Kudos
Kenny_Tan
Moderator
977 Views

Any update?

0 Kudos
sent
Beginner
977 Views

Thanks for follow up. I uninstalled the whole set up and reinstalled the same. That resolved the issue.

0 Kudos
Reply