Failed to execute: wsl dos2unix create-this-app; ./create-this-app --no-make
On Win10, Build 19044
I have Ubuntu 18.04LTS (set to WSL 1, not WSL2), and I definitely have make.
I have several WSL kernels installed, but I used "wsl --set-default" to put the default as Ubuntu 18.04.
>uname -r
4.4.0-19041-Microsoft
Also, if I manually open the NIosII Command Shell, then go to the generated files, it looks like they're successfully building (i.e. if I go into my Workspace, then run ./create-this-app or ./create-this-app --no-make, it appears that everything is working.
This error prevents the projects from being included in the Eclipse GUI, however - the BSP gets added, but NOT say the "Hello World Small" application (although it is on the drive! So it gets built, but the error causes it not to be "imported" into Eclipse.)
Any help appreciated! Thanks everyone.
The following solution helped me:
Created a new environment variable in Windows:
Name: WSLENV
Value: SOPC_KIT_NIOS2/p
After restarting Eclipse and Quartus it worked.