Forum Discussion
Nios II SBT Crashing on Linux
- 5 years ago
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
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 jre64
the path to Java 8 jre might be machine specific, mine is at least placed there
cd ..../intelFPGA/20.1/quartus/linux64
mv jre64 jre64_old
ln -s /lib/jvm/java-1.8.0-openjdk-amd64/jre jre64
after those commands, SBT doesn't start anymore.
- FelipePlech5 years ago
New Contributor
This solves the "free():Invalid pointer" error for the Nios II SBT, but the plataform designer started to have problems with some java classes.
Also, Stephane solution seems to solve the GTK warnings at the eclipse launch.
@Eliath_G_Intel, is there any update about it?
Thanks,Felipe Plech
- FelipePlech5 years ago
New Contributor
I did some more tests and @thore solution solves the free():Invalid pointer problem, but you must use openjdk 8 to get it working.