Nios II Eclipse in Windows 10
I just got a new machine with Windows 10 64-bit. I previously had win 7 64 bit installed with Quartus prime 15.1 installed. I tried installing Quartus prime 15.1 on the windows 10 box. It installed. I found i had to apply the Cygwin patch as mentioned below
Updating Cygwin for Quartus II 13.1 on Windows 8.1
There is a compatibility issue that causes old versions of Cygwin to fail to run on Windows 8.1. This affects all of Altera’s tools that use Cygwin, such as Altera Monitor Program and Nios II EDS. To solve this issue, the Cygwin that is installed with Quartus II must be updated as follows:
- Download the patch at ftp://ftp.intel.com/Pub/fpgaup/pub/Cygwin_Patch/
- Extract the contents of cygwin_patch.zip to your Quartus II install directory, overwriting existing files. Both 32-bit and 64-bit versions of Cygwin are included in the zip file; extract both of these versions to your Quartus II install folder. The default path to the Quartus II install folder is “C:\altera\13.1\quartus”.
I did this only for version 15.1. It seems to work for the Quartus portion, it compiles. However, Nios does not compile properly. It says
make: *** [program_name.elf] Error 2
make: *** Deleting file `program_name.elf'
It doesn't give any other information. Has anyone else had success with Nios in windows 10?
Mark