Unable to build #6453
-
Hi! I would like to build inav, but I cannot get it to work. I use the WSL approach: https://github.com/iNavFlight/inav/blob/master/docs/development/Building%20in%20Windows%2010%20with%20Linux%20Subsystem.md When I want to build, I am getting the error from the troubleshooting (Syntax error: "(" unexpected). I tried WSL1 and WSL2 and did all of the proposed solution steps under troubleshooting, but the error stays the same. Is there another way to solve this issue? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
The issue is caused by Windows path being availabe inside WSL. Are ytou sure you follow all the possible solutions? Including a restart of Windows? |
Beta Was this translation helpful? Give feedback.
-
Perhaps an easier approach is to install Docker Desktop and enable the WSL2 integration mode. Then you don't have to do any installation or configure anything in your WSL instance to build iNav. Just log into your Ubuntu terminal (I use Windows Terminal), clone the iNav repo, then issue the |
Beta Was this translation helpful? Give feedback.
The issue is caused by Windows path being availabe inside WSL. Are ytou sure you follow all the possible solutions? Including a restart of Windows?