Altera_Forum
Honored Contributor
12 years agoNios II SBT for Eclipse not working under CentOS 6.5
Recently I had to start working on a workstation with CentOS 6.5 as operating system. I installed the Quartus Software, version 11.1, but the Eclipse tools for Nios II just do not open. Then I installed Quartus 13.1, but problem still persists.
Here is the output I get when executing the eclipse-nios2 -debug command from terminal:Start VM: /opt/altera/11.1/quartus//linux/jre/bin/java
-Dosgi.requiredJavaVersion=1.5
-XX:MaxPermSize=256m
-Xms40m
-Xmx384m
-jar /opt/altera/11.1/nios2eds/bin/eclipse_nios2//plugins/org.eclipse.equinox.launcher_1.1.0.v20100507.jar
-os linux
-ws gtk
-arch x86
-showsplash
-launcher /opt/altera/11.1/nios2eds/bin/eclipse_nios2/eclipse
-name Eclipse
--launcher.library /opt/altera/11.1/nios2eds/bin/eclipse_nios2//plugins/org.eclipse.equinox.launcher.gtk.linux.x86_1.1.1.R36x_v20100810/eclipse_1309.so
-startup /opt/altera/11.1/nios2eds/bin/eclipse_nios2//plugins/org.eclipse.equinox.launcher_1.1.0.v20100507.jar
-exitdata 4d0054
-product org.eclipse.epp.package.cpp.product
-Debug
-perspective com.altera.sbtgui.ui.cPerspective
-vm /opt/altera/11.1/quartus//linux/jre/bin/java
-vmargs
-Dosgi.requiredJavaVersion=1.5
-XX:MaxPermSize=256m
-Xms40m
-Xmx384m
-jar /opt/altera/11.1/nios2eds/bin/eclipse_nios2//plugins/org.eclipse.equinox.launcher_1.1.0.v20100507.jar
Install location:
file:/opt/altera/11.1/nios2eds/bin/eclipse_nios2/
Configuration file:
file:/opt/altera/11.1/nios2eds/bin/eclipse_nios2/configuration/config.ini loaded
Configuration location:
file:/opt/altera/11.1/nios2eds/bin/eclipse_nios2/configuration/
Framework located:
file:/opt/altera/11.1/nios2eds/bin/eclipse_nios2/plugins/org.eclipse.osgi_3.6.1.R36x_v20100806.jar
Framework classpath:
file:/opt/altera/11.1/nios2eds/bin/eclipse_nios2/plugins/org.eclipse.osgi_3.6.1.R36x_v20100806.jar
Splash location:
/opt/altera/11.1/nios2eds/bin/eclipse_nios2/plugins/org.eclipse.platform_3.6.1.v201009090800/splash.bmp
Debug options:
file:/home/cramos/.options not found
Time to load bundles: 5
Starting application: 1059 After the last line, the application never ever starts. On the other hand, when executing the nios2-ide command, here is what I get: /opt/altera/11.1/nios2eds/bin/nios2-ide: line 17: /opt/altera/11.1/nios2eds/bin/eclipse/nios2-ide: No such file or directory
/opt/altera/11.1/nios2eds/bin/nios2-ide: line 17: exec: /opt/altera/11.1/nios2eds/bin/eclipse/nios2-ide: cannot execute: No such file or directory However, that directory does not exists (I attach an image of the contents of the Nios II directory). https://www.alteraforum.com/forum/attachment.php?attachmentid=8487 I cannot seem to get the Nios II tools running on Linux, and there is no other error message to track down. If further information about the work environment is needed, I will gladly post it here. Any help would be greatly appreciated. Thanks in advance.