ContributionsMost RecentMost LikesSolutionsRe: oneAPI FPGA hardware error build_fpga_hw_sh.sh.e952850 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:30: vector-add-buffers.fpga] Error 1 Re: oneAPI FPGA hardware error The nodes are "u80211@s001-n018". The issuse still persist. It's a sample in github,vecter-add. I don't change any code. build_fpga_hw.sh #!/bin/bash source /opt/intel/inteloneapi/setvars.sh make hw -f Makefile.fpga run_fpga_hw.sh #!/bin/bash source /opt/intel/inteloneapi/setvars.sh make run_hw -f Makefile.fpga Re: oneAPI FPGA hardware error And I tried to find the file 'libncurses.so.5'. This file doesn't exist. I only found 'libncurses.so.6'. Re: oneAPI FPGA hardware error Everytime I try "qsub -l nodes=1:fpga_runtime:arria10:ppn=2 -d . run_fpga_hw.sh" or make hardware the error below will show. 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:30: vector-add-buffers.fpga] Error 1 Re: FPGA build fail on all DevCloud Nodes same error.Do you solve it? Re: Build for Stratix on DevCloud has missing dependencies Same error, do you solve it? oneAPI FPGA hardware error When I tried to run oneAPI samples on devcloud, it shows error below, but I can run them before. I didn't make any changes. 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:30: vector-add-buffers.fpga] Error 1