Nios II SBT Crashing on Linux
I'm having a problem when trying to open the Nios II SBT from Quartus on Linux. I've tried to use Quartus 18.1 and 20.1.
When opening from the directory "quartus/nios2eds/bin/eclipse-nios2" using the terminal, I got the mesage: "Free(): Invalid Pointer" and the program crashes.
When using Quartus 20.1, I followed the instalation steps of the Nios II SBT on the README file.
I also tried to open from "quartus/nios2eds/bin/eclipse_nios2/eclipse". This one opens, but I'm unable to create a project, because the program does not find the CPU on the .sopcinfo file. I always get the mesage "sopcinfo does not contain any cpu".
Thank you in advance,
Felipe Plech
The following workaround seems to work, it essentially replace Quartus included java engine with Java 8
cd ..../intelFPGA/20.1/quartus/linux64
mv jre64 jre64_old
ln -s /lib/jvm/java-1.8.0-openjdk-amd64/jre jre64the path to Java 8 jre might be machine specific, mine is at least placed there