Intel® High Level Design
Support for Intel® High Level Synthesis Compiler, DSP Builder, OneAPI for Intel® FPGAs, Intel® FPGA SDK for OpenCL™
Announcements
The Intel sign-in experience has changed to support enhanced security controls. If you sign in, click here for more information.
593 Discussions

FPGA build fail on all DevCloud Nodes

iramovs
Novice
547 Views

Hello, last few days every time I submit a FPGA compile job on DevCloud I get this error: 

 

quartus_sh: error while loading shared libraries: libncurses.so.5: cannot open shared object file: No such file or directory
Error: The patches required to compile for the target board (0.05dcp) is not installed for the following Quartus:
/glob/development-tools/versions/oneapi/2021.3/inteloneapi/intelfpgadpcpp/2021.3.0/QuartusPrimePro/19.2/quartus/bin/quartus_sh

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

 

This also happens with any oneAPI samples when building for FPGA. Build example:

 

cd oneAPI-samples/DirectProgramming/DPC++FPGA/Tutorials/DesignPatterns/pipe_array

mkdir build && cd build

cmake ..

make fpga

 

0 Kudos
2 Replies
JInxuanBen
Beginner
482 Views

same error.Do you solve it?

giulio2
Beginner
221 Views

Same error

Reply