Forum Discussion

Chithambarash's avatar
Chithambarash
Icon for New Contributor rankNew Contributor
2 years ago

"qsys script failed!" error while compilation

I'm unable to compile for fpga on devcloud. I have tried it on already existing samples on devcloud as well as on my own projects.

I'm running in interactive mode. I connected to an fpga node using

qsub -I -l nodes=1:stratix10:ppn=2 -d .

This is what i'm getting in quartus_sh_compile.log

p.s. - This error is only when i try to compile for fpga hardware using make fpga . I am able to compile for emulator using make fpga_emu