Forum Discussion
Altera_Forum
Honored Contributor
20 years agoHello, Daniel and alex824
Thank you for your help!! The problem has been solved according to Daniel's advice! Many many thanks!! This problem had puzzled me for so long a time.You helped me a lot! http://forum.niosforum.com/work2/style_emoticons/<#EMO_DIR#>/cool.gif http://forum.niosforum.com/work2/style_emoticons/<#EMO_DIR#>/laugh.gif http://forum.niosforum.com/work2/style_emoticons/<#EMO_DIR#>/rolleyes.gif http://forum.niosforum.com/work2/style_emoticons/<#EMO_DIR#>/tongue.gif Best regards! Sincerely, Jessie http://forum.niosforum.com/work2/style_emoticons/<#EMO_DIR#>/smile.gif --- Quote Start --- originally posted by dumdan@Jan 11 2006, 03:32 PM hello,
i hope this answer will help.
Please, do not begin by re-installing the OS and everything ![/b] First, please note that the NIOS II IDE is, in fact, eclipse with a carefully tuned set of selected plug-ins. The problem you found is quite common. It stands less chances to happen if you install everything you need (Quartus II 5.0, NIOS II 5.0 Evaluation Edition with Full components, Microtronix Linux1.4) without starting any of the applications in between (hold your curiosity!). There is no guarantee, though. How to fix: ( does not break any configuration or existing projects ) 1. open a "command prompt" (or Start -> Run, enter "cmd" and click "Run") 2. change directory to where you installed the NIOS II, subdirectory "bin\eclipse". In my case, this means "E:\Altera\Kits\NIOSII\bin\eclipse\" 3. run Eclipse (which is called "nios2-ide.exe " here) in "clean" mode ("nios2-ide.exe -clean"). 4. enter the location of your workspace, allow the program to start, and check that you can see the Mocrotronix options under "New". Go: New -> Other and expand the Linux tree. 5. close the IDE and the command prompt window.
C:\<some directory>\> E:\ (step 2)
E:\> cd Altera\Kits\NIOSII\bin\eclipse
E:\Altera\Kits\NIOSII\bin\eclipse\> nios2-ide.exe -clean (step 3) That should do it. Next, you can open the NIOS IDE normally (from the Quartus IDE, or from the Windows Start menu) and there shouldn't be any (more) problems. Good luck, Daniel <div align='right'><{post_snapback}> (index.php?act=findpost&pid=12127)</div>[/b] --- Quote End ---