Not able to compile "qgroundcontrol" on windows 64 bit
-
Hi All,
I am trying to compile qgroundcontrol in windows 64 bit OS for android app but seems its not compilable and getting below error:
Project ERROR: Cannot run target compiler ‘C:\Users\Neha\AppData\Local\Android\Sdk\ndk\21.0.6113669/toolchains/arm-linux-androideabi-4.9/prebuilt/windows-x86_64/bin/arm-linux-androideabi-g++’. Output:
Below are details:
qt 5.14.2
Windows 64bit
NDk -19
Android SDK 26Following below link to compile:
https://libraries.io/github/mavlink/qgroundcontrolPlease let me know how can resolve this?
Thanks
-
@cano said in Not able to compile "qgroundcontrol" on windows 64 bit:
Project ERROR: Cannot run target compiler ‘C:\Users\Neha\AppData\Local\Android\Sdk\ndk\21.0.6113669/toolchains/arm-linux-androideabi-4.9/prebuilt/windows-x86_64/bin/arm-linux-androideabi-g++’. Output:
Two things here, clearly the compiler cannot run and you didn't paste the whole error message
qt 5.14.2
From the link you posted, instructions call for using Qt 5.7.1 "Make sure to install Qt version 5.7.1 NOT 5.4.x, 5.6.x, 5.8.x, etc."
I'm not sure if that will make a difference...