Build for Stratix on DevCloud has missing dependencies
Hi
I have successfully built an application for Arria 10 which I want to try on Stratix 10. I have added the necessary compiler directive but it fails to build because of a missing dependency in the environment. Is there a workaround for this?
Here is the full output of the build:
dpcpp -O2 -g -std=c++17 -fintelfpga a1.o a2.o -o lk.fpga -Xshardware -Xsboard=intel_s10sx_pac:pac_s10
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)
make: *** [Makefile.fpga:26: lk.fpga] Error 1
Thanks
Marcus