Forum Discussion
Hi
For more information, below shown my directory list wit the steps I had replied before:
uxxxxx@s001-n086:~/BaseKit-code-samples/DPC++Compiler/vector-add$ ls
a.o Makefile Makefile.win.fpga sample.json vector-add.vcxproj
build_fpga_hw.sh Makefile.fpga README.md src vector-add.vcxproj.filters
License.txt Makefile.win run_fpga_hw.sh vector-add.d vector-add.vcxproj.user
Thanks
- menotti6 years ago
New Contributor
Hi,
You also failed to compile for FPGAs and now I realize your mistake. The binary vector-add.fpga does not appear in the output of your ls command, which should be the output of the compilation for FPGA.
You should use the -I option to enter commands interactively or omit it and provide a script, but not both.
When you use the -I option in the qsub command, you open an interactive session on the node to work, but the build_fpga_hw.sh script indicated at the end of the command is ignored.
Thank you,
Menotti