Forum Discussion
Build Application ends with /bin/bash: make: command not found
Host system: Windows 10 19044
Quartus Prime Lite 21.1
I have gone through the hopos to install WSL, Ubuntu 18.0.4 LTS, and install all the build tools in the Ubuntu terminal.
I have to open NIOS II Command Shell to open Eclipse. I am able to create a project (Nios II Applicaiton and BSP from Template). I created the Hello World small. When I go to build the application, I get the following:
20:24:43 **** Build of configuration Nios II for project simpleapp2_bsp ****
wsl make all
/bin/bash: make: command not found
20:24:43 Build Finished (took 102ms)
make is in the /bin folder. How do I fix to get the application to build?
Another post in the community had the missing step: failed to execute: wsl dos2unix create-this-app - Intel Communities
Need to add a system environment variable for NIOS Eclipse to run properly:
Variable Name: WSLENV
Variable Value: SOPC_KIT_NIOS2/p
6 Replies
- ak6dn
Regular Contributor
On the command line. type which make and what does it return?
On my WSL it prints /usr/bin/make
- SeanAB
Occasional Contributor
I get the same result. /usr/bin/make
- SeanAB
Occasional Contributor
Another post in the community had the missing step: failed to execute: wsl dos2unix create-this-app - Intel Communities
Need to add a system environment variable for NIOS Eclipse to run properly:
Variable Name: WSLENV
Variable Value: SOPC_KIT_NIOS2/p
- SeanAB
Occasional Contributor
Already solved. Missing environment variable.
- hareesh
Frequent Contributor
ok. so i am closing the case.