Hey guys
ive been stuck trying to build QGC for quite some time now.
What i'm currently trying is this:
i used qmake to get the qgroundcontrol.vcxproj file,
Then i opened said file in MS visual 2010 Ultimate
I started the build, but i was hit with the following message before the build began:
1> Touching "obj\QGroundControl.unsuccessfulbuild".
1>CustomBuild:
1> MOC ../../../Users/Rob/projects/qgroundcontrol/src/Vehicle/ADSBVehicle.h
1> MOC ../../../Users/Rob/projects/qgroundcontrol/src/AutoPilotPlugins/APM/APMAirframeComponent.h
.....
it then continued for 6min building all the files.
It then hit me with this at the end:
1>cl : Command line error D8021: invalid numeric argument '/FS'
1>
1>Build FAILED.
1>
1>Time Elapsed 00:07:30.98
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
Any advice on how to fix this??
Thanks
Rob
Replies
Best place for QGC support forums are documented here: http://qgroundcontrol.com/#resources. That said the best way to build QGC on Windows is with Qt Creator no Visual Studio IDE. Also VS 2015 is needed not 2010.
bump