qgroundcontrol icon indicating copy to clipboard operation
qgroundcontrol copied to clipboard

Compilation Error on Android

Open arnaudjuin opened this issue 1 year ago • 0 comments

Expected Behavior

Compilation for Android

Current Behavior

The compiler faces some issues compiling rcc/qrc_qmake_qmake_qm_files.cpp linking release/libQGroundControl_armeabi-v7a.so ../../qgc/qgc/src/QtLocationPlugin/QGeoCodeReplyQGC.cpp:170: error: undefined reference to 'operator delete(void*)' obj/QGeoCodeReplyQGC.o(.ARM.extab+0x0): error: undefined reference to '__gxx_personality_v0' obj/QGeoCodeReplyQGC.o(.ARM.extab+0xec): error: undefined reference to '__gxx_personality_v0' obj/QGeoCodeReplyQGC.o(.ARM.extab+0x114): error: undefined reference to '__gxx_personality_v0' obj/QGeoCodeReplyQGC.o(.ARM.extab+0x134): error: undefined reference to '__gxx_personality_v0' /home/runner/work/_temp/Qt/5.15.2/android/include/QtCore/qobject.h:266: error: undefined reference to 'operator new(unsigned int)' /home/runner/work/_temp/Qt/5.15.2/android/include/QtCore/qobjectdefs_impl.h:415: error: undefined reference to 'operator delete(void*)' /home/runner/work/_temp/Qt/5.15.2/android/include/QtCore/qlist.h:644: error: undefined reference to '__cxa_begin_catch' /home/runner/work/_temp/Qt/5.15.2/android/include/QtCore/qlist.h:646: error: undefined reference to '__cxa_rethrow' /home/runner/work/_temp/Qt/5.15.2/android/include/QtCore/qlist.h:647: error: undefined reference to '__cxa_end_catch' /home/runner/work/_temp/Qt/5.15.2/android/include/QtCore/qlist.h:626: error: undefined reference to '__cxa_begin_catch' /home/runner/work/_temp/Qt/5.15.2/android/include/QtCore/qlist.h:628: error: undefined reference to '__cxa_rethrow' /home/runner/work/_temp/Qt/5.15.2/android/include/QtCore/qlist.h:629: error: undefined reference to '__cxa_end_catch' /home/runner/work/_temp/Qt/5.15.2/android/include/QtCore/qlist.h:815: error: undefined reference to '__cxa_begin_catch' /home/runner/work/_temp/Qt/5.15.2/android/include/QtCore/qlist.h:820: error: undefined reference to '__cxa_rethrow' /home/runner/work/_temp/Qt/5.15.2/android/include/QtCore/qlist.h:821: error: undefined reference to '__cxa_end_catch' /home/runner/work/_temp/Qt/5.15.2/android/include/QtCore/qlist.h:807: error: undefined reference to '__cxa_begin_catch'

image

arnaudjuin avatar Dec 06 '23 15:12 arnaudjuin