I too have taken the step of compiling 'next' to give the auxilary compass a try. However, after taking quite a while to compile, it would appear it ended with a number of makefile errors:
Makefile:2364: recipe for target 'configgadgetwidget.o' failed
mingw32-make[4]: *** [configgadgetwidget.o] Error 1
mingw32-make[4]: Leaving directory 'C:/msys64/home/librepilot/build/librepilot-g cs_release/src/plugins/config'
Makefile:519: recipe for target 'sub-config-make_first' failed
mingw32-make[3]: *** [sub-config-make_first] Error 2
mingw32-make[3]: Leaving directory 'C:/msys64/home/librepilot/build/librepilot-g cs_release/src/plugins'
Makefile:127: recipe for target 'sub-plugins-make_first-ordered' failed
mingw32-make[2]: *** [sub-plugins-make_first-ordered] Error 2
mingw32-make[2]: Leaving directory 'C:/msys64/home/librepilot/build/librepilot-g cs_release/src'
Makefile:40: recipe for target 'sub-src-make_first-ordered' failed
mingw32-make[1]: *** [sub-src-make_first-ordered] Error 2
mingw32-make[1]: Leaving directory 'C:/msys64/home/librepilot/build/librepilot-g cs_release'
Makefile:269: recipe for target 'gcs' failed
mingw32-make: *** [gcs] Error 2[/i][/i][/i]
Any suggestions on what I have done wrong? I following the instructions on the below link:
https://librepilot.atlassian.net/wiki/display/LPDOC/Windows+Building+and+Packaging#WindowsBuildingandPackaging-IntroductionThanks in advance for any suggestions on how to fix?