- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
On the command line. type which make and what does it return?
On my WSL it prints /usr/bin/make
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Already solved. Missing environment variable.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page