Forum Discussion
Altera_Forum
Honored Contributor
9 years agoThanks a lot! I tried it and it works just fine. No problem with JTAG :)
--- Quote Start --- As to the 811 error, I just encountered this when I tried to run the command line programmer on my home computer (ubuntu as well). And found this solution http://gruvin.me/2016/11/intel-quartus-16-1-fix-for-inconsistency-detected-by-ld-so-dl-close-c/. It resolved the error, but as I also have some JTAG issues I cannot now verify. I will update if I get it working. edit: to preserve the solution in case the website mentioned ever goes offline I thought I would copy the commands used.
cd ~/intelFPGA_lite/16.1/quartus/linux64
rm -f libboost_system.so
--- Quote End ---