Forum Discussion
Altera_Forum
Honored Contributor
9 years agoWell, after lots of debugging I finally have Quartus 16.1 run without throwing errors.
The topic problem of "14736 error: cannot find sequencer/sequencer.elf" seems to be the result of missing GNU "make". This was a fresh Linux installation, so I haven't bothered installing "make" initially. What is worse, Quartus has a copy of GNU make 3.81 in "quartus/linux64/gnu" and I thought it's all set up, but whatever script is invoking "make" is not inheriting the path. :mad: Altera guys reading this could eventually help fixing this for a later release. Another problem was a bug in libc6, which I had to workaround manually until the distro catches up: https://www.sourceware.org/ml/libc-alpha/2016-12/msg00859.html Hope this could be useful to somebody. Last but not least - still no clue how to debug the Java/Tcl hotch-potch. Saw a "_dprint" in the Tcl scripts, but that's all.