Forum Discussion
Altera_Forum
Honored Contributor
13 years agoI made some progress on this and now have the system running... it is rather ugly, but it works.
Turns out I was trying to run the wrong executable, when I tried to run:
$ altera/12.0/nios2eds/bin/eclipse/nios2-ide
instead, I got some more helpful error messages. Since I'm running a 64-bit system, I was missing some 32-bit gtk libraries. I installed (64-bit Ubuntu 12.04):
$ sudo apt-get install libgtk2.0-0:i386 libxtst6:i386
Running nios2-ide still raised a TON of errors, but at least the program started, and is functioning properly (I can compile code and download to my DE2-115). ...still, this should work out of the box. Alteras linux releases are not exactly optimal...