Solved
Forum Discussion
trayres
New Contributor
3 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?)