Forum Discussion
FPGAStormRaider
New Contributor
5 years agoNIOS II Command Shell "make" issue with WSL
Hi,
I recently migrated from Quartus 18.1 to 20.1 (Lite). I installed WSL1 with Ubuntu 18.04 LTS and installed all necessary packages according to the Intel NIOSII guidelines. I am able to build an...
FPGAStormRaider
New Contributor
5 years agoI found the issue after running 'uname -r', as you suggested. While the correct Eclipse wsl command returned '4.4.0-18362-Microsoft', my shell script ran in MINGW64 and returned '3.1.7-340.x86_64'. This is why the path to the exes was not correct. Now I run the whole shell-script in the WSL Ubuntu and it works.
Thank you for the help!