Nios® V/II Embedded Design Suite (EDS)
Support for Embedded Development Tools, Processors (SoCs and Nios® V/II processor), Embedded Development Suites (EDSs), Boot and Configuration, Operating Systems, C and C++
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

NiosII IDE Error

Altera_Forum
Honored Contributor II
1,153 Views

I am running NIOSII 8.1 on a windows 7 PC and it crashes out on a regular basis with a Java error. 

 

Any ideas how to stop this happening. 

 

I have attached a copy of the error message produced.
0 Kudos
3 Replies
Altera_Forum
Honored Contributor II
446 Views

8.1 isn't officially supported in Windows 7 so you might not be able to work around this. If you are running Logitech setpoint software (their mouse and keyboard software) try killing it and see if the problem goes away. 

 

If you upgrade to 10.0 then you should have better luck. I have used 9.1 and 10.0 on Windows 7 but I didn't use the Nios II IDE much (I use the software build tools usually)
0 Kudos
Altera_Forum
Honored Contributor II
446 Views

Moving to the software section

0 Kudos
Altera_Forum
Honored Contributor II
446 Views

i agree with BadOmen, but sporadic crashes can sometimes be fixed by bumping up the Java virtual memory. there is an .ini where these are defined, for Nios II IDE it might be: 

 

nios2eds/bin/eclipse/nios2-ide.ini 

 

edit: 

 

-Xmx256m 

 

to: 

 

-Xmx512m 

 

i think this may have been covered in another thread if you search around
0 Kudos
Reply