@ TheOtherCliff
I was successful with:
$ git clone
https://bitbucket.org/mindnever/librepilot.gitand
$ git checkout omnibus_f3_f4
Checking out files: 100% (317/317), done.
Branch 'omnibus_f3_f4' set up to track remote branch 'omnibus_f3_f4' from 'origin'.
Switched to a new branch 'omnibus_f3_f4'
I was feeling pretty pleased with myself until.....
I followed directions from both posts listed and keep getting these messages:
$ mingw32-make gcs
/usr/bin/sh: /mingw64/bin/python: No such file or directory
.
.
.
Project MESSAGE: Using python interpreter: "python2"
WARNING: headers.path is not defined: install target not created
Project ERROR: gstreamer-app-1.0 development package not found
mingw32-make: *** [Makefile:296: C:/msys64/home/*****/librepilot/build/librepilot-gcs_release/Makefile] Error 3
I had a look in /mingw64/bin/python there is no python or python2 file or dir. but there is python3 and 3.6.
Coluld that be the problem ?
Got similar messages when trying to make omnibusf4, any ideas would be appreciated.