Forum Discussion
oneAPI FPGA hardware error
Hi @JInxuanBen,
A response from the our platform team those broken dependencies are being reposition.
Hence while checking on the nodes, please do try to rebuild the design.
And if issues persist, it would be a great help if you are able to provide the node# and also the run_fpga_hw.sh.
Hope to hear from you soon.
Best Wishes
BB
- JInxuanBen5 years ago
New Contributor
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.fpgarun_fpga_hw.sh
#!/bin/bash
source /opt/intel/inteloneapi/setvars.sh
make run_hw -f Makefile.fpga- JInxuanBen5 years ago
New Contributor
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_shdpcpp: error: fpga compiler command failed with exit code 1 (use -v to see invocation)
make: *** [Makefile.fpga:30: vector-add-buffers.fpga] Error 1- BoonBengT_Altera4 years ago
Moderator
Hi @JInxuanBen,
It seems that the mention nodes are not part of the standard devcloud nodes.
And sometime running the qsub batch job command on the headnodes might cause some issues where command are executed in the non supported nodes.
Hence would suggest to use the 'devcloud_login' command and select the desire nodes followed by running the design example.
Hope that helps.Best Wishes
BB