Intel® High Level Design
Support for Intel® High Level Synthesis Compiler, DSP Builder, OneAPI for Intel® FPGAs, Intel® FPGA SDK for OpenCL™
672 討論

Can the DPC++ program run on intel Arria10 SoC Development Kit?

Ran-GUO
新手
765 檢視

Hello,

 

I want to use the Arria 10 SoC Development Kit as both the host and device for the DPC++ SyCL, the host program runs on the Hard processor system (HPS, Linux ARMv7, 32-bit) part of the SoC board, and the device runs on the FPGA part of the board. I don't know if this idea is feasible.

I used DevCLoud oneApi to run the simplest example fpga_compile, build for FPGA hardware and generate the executable file "fpga_compile.fpga". I copied it to the Linux system of the Arria 10 SoC board and ran it with this error: ". /fpga_compile.fpga: cannot execute binary file: Exec format error."

Is it because the Linux system is 32-bit that causes this problem? Do you have any solution?

Thank you very much!

0 積分
6 回應
Abhishek81
新手
756 檢視

It might be that.

Intel oneAPI is specially meant for different architectures you could once using SYCL and target it to different architectures.Its ever evolving.This error generally occurs if you are trying to run the build for different architecture is was targeted for.

Check this out.

https://www.intel.com/content/www/us/en/develop/documentation/mpi-developer-guide-windows/top/troubleshooting/problem-cannot-execute-binary-file.html

Abhishek81
新手
751 檢視

This is also a very similar situation you can go through this, the previous link was of Windows-based system

https://appuals.com/fix-cannot-execute-binary-file-exec-format-error-ubuntu/

Ran-GUO
新手
722 檢視

Thanks a lot, You are very kind!

BoonBengT_Intel
694 檢視

Hi @Ran-GUO,


Thank you for posting in Intel community forum and hope all is well.

Just checking in to see if there is any further doubts in regards to this matter.

Hope we have clarify your doubts.


Best Wishes

BB


BoonBengT_Intel
681 檢視

Hi @Ran-GUO,


Greetings, as we do not receive any further clarification on what is provided, we would assume challenge are overcome. For new queries, please feel free to open a new thread and we will be right with you. Pleasure having you here.


Best Wishes

BB



回覆