Cross-platform ground control station for drones (Android, iOS, Mac OS, Linux, Windows)
3.33k
stars
3.64k
forks
source link
clang++: warning: argument unused during compilation: '-fstack-clash-protection' [-Wunused-command-line-argument] #12106
Open
highfreq opened 3 days ago
Getting a bunch of warning:
clang++: warning: argument unused during compilation: '-fstack-clash-protection' [-Wunused-command-line-argument]
on Mac M1
Apart from the warning i get an error when it try to link:
FAILED: libQGroundControl_armeabi-v7a.so
They all seem related to gstreamer, the first of a series is:
ld: error: undefined symbol: g_module_symbol
Any help would be greatly appreciated.