KennyJoosen
New Contributor
2 years agoError (20549): Current module quartus_syn was unexpectedly terminated by signal 6
Hi, I run into an error when compiling my design for Stratix 10 with Quartus Pro v23.3 on Ubuntu 18.04 and 20.04 (in a Docker container) after migrating to it from Quartus Pro v22.3 (with this versi...
- 2 years ago
It seems that a certain Linux library in the Quartus installation is causing this issue. The input above led me to this post: Running-Quartus-Prime-Standard-on-WSL-crashes-in-libudev-so
When adding an environment variable to my docker image (with Ubuntu 20.04 and Quartus 23.3 pro), the error was gone when quartus_syn was called:
ENV LD_PRELOAD /lib/x86_64-linux-gnu/libudev.so.1