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.
ShengN_altera
Super Contributor
4 years agoThe 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 agoIt worked the first time I tried after adding that environment variable.
Thank you!