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
链接已复制
