Forum Discussion
FPGAStormRaider
New Contributor
4 years agoI found the issue after running 'uname -r', as you suggested. While the correct Eclipse wsl command returned '4.4.0-18362-Microsoft', my shell script ran in MINGW64 and returned '3.1.7-340.x86_64'. This is why the path to the exes was not correct. Now I run the whole shell-script in the WSL Ubuntu and it works.
Thank you for the help!