Forum Discussion
Oliver_I_Sedlacek
Contributor
2 years agoEclipse problem nios2-elf-gcc command not found
I know there's an older very similar thread but the links to suggested solutions are now broken. I've got myself a shiny new PC but I can't do any NIOS2 Eclipse work on it because I'm getting this p...
tehjingy_Altera
Regular Contributor
2 years agoHi Oliver
You could use the command below to check and list the distribution that you have installed and the wsl version:
wsl -l -v
Furthermore you could use the command below to set the distribution version:
wsl --set-version <distro name> 1
Regards
Jingyang, Teh