Build Application ends with /bin/bash: make: command not found - 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?
Replies:
Re: Build Application ends with /bin/bash: make: command not found
ok. so i am closing the case.
Replies:
Re: Build Application ends with /bin/bash: make: command not found
Already solved. Missing environment variable.
Replies:
Re: Build Application ends with /bin/bash: make: command not found
hi SeanAB , please follow the bellow steps and try to build again. a. sudo apt update b. sudo apt install wsl c. sudo apt install dos2unix d. sudo apt install make e. sudo apt install build-essential thanks,
Replies:
Re: Build Application ends with /bin/bash: make: command not found
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
Replies:
Re: Build Application ends with /bin/bash: make: command not found
I get the same result. /usr/bin/make
Replies:
Re: Build Application ends with /bin/bash: make: command not found
On the command line. type which make and what does it return? On my WSL it prints /usr/bin/make - 2022-07-02
external_document