Forum Discussion
ruma
New Contributor
1 year agoError: fpga compiler command failed with exit code 1 (use -v to see invocation)
Hello everyone!! I have the next problem when i try to use the stratix 10 node 143, with the next line: make fpga. I can emulated with the next line: make fpga_emu, and the program es correct, but ...
BoonBengT_Altera
Moderator
1 year agoHi @ruma,
Thanks for patients, I would suspect that the failure of the full compilation is due to incorrect device set for the compilation.
If you are using the default cmake, it would be setting to Agilex devices instead and that would cause a failure in the quartus compilation.
Hence for that, would suggest to compile with the following cmake to changed the target devices and perform full compilation again:
- cmake .. -DFPGA_DEVICE=intel_s10sx_pac:pac_s10
If it fails again, would suggest to check on the quartus compilation logs in the following locations as below:
- ../loop_coalesce.fpga.prj/quartus_sh_compile.log
Hope that clarify.
Best Wishes
BB