Forum Discussion
PHeri1
New Contributor
5 years agoHi,
I am very new to this, so it was the first time.
After your reply I did:
- Removed all Quartus, Altera and Eclipse applications from my computer
- Installed the full version of Quartus 19.1 Lite
- Installed the patch for Quartus 19.1 Lite
- Enabled Windows Subsystem for Linux (WSL)
- Installed CanonicalGroupLimited.Ubuntu18.04onWindows_1804.2018.817.0_x64
- Installed Eclipse IDE for C/C++ developers (jre1.8.0_60)
- Unzipped eclipse_nios2_plugins.zip found at C:\intelFPGA_lite\19.1\nios2eds\bin onto desktop
- Extracted eclipse-cpp-mars-2-win32-x86_64.zip (hard to find on the web) into C:\intelFPGA_lite\19.1\nios2eds\bin\eclipse_nios2
- Copied all files and folders in previous created folder on desktop (from eclipse_nios2_plugins.zip) into C:\intelFPGA_lite\19.1\nios2eds\bin\eclipse_nios2, overriding all existing files and folders
- Nios II Software Build Tools for Eclipse (Quartus Prime 19.1) will work as expected, that is: after loading the SOPC info file, the templates are now still available.
But continuing will result in: Failed to execute: wsl dos2unix create-this-bsp; ./create-this-bsp --cpu-name nios2_gen2_0 --no-make
Any idea?
PHeri1
New Contributor
5 years agoProblem with Failed to execute: wsl dos2unix create-this-bsp; ./create-this-bsp --cpu-name nios2_gen2_0 --no-make
seems to be solved by doing:
Open Windows CMD:
wsl
sudo apt-get update
sudo apt-get install dos2unix
sudo apt-get install make
exit
Nois II for Eclipse seems to work, I will further investigate.