Forum Discussion
trayres
New Contributor
4 years agoFailed 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 Ubun...
- 4 years ago
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.
trayres
New Contributor
4 years agoif I use the Nios2 shell to launch Eclipse, I get this:
wsl make all
/bin/bash: make: command not found
But I definitely have make, and it can be found by just a regular console
>wsl make --version
GNU Make 4.1
Built for x86_64-pc-linux-gnu
It can also be found by the nios2eds console:
make --version
GNU Make 4.1
Built for x86_64-pc-linux-gnu
It just seems like Eclipse can't find it (even if it is launched from the nios2 console?)