Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. Qt 5.14 Android error
Forum Updated to NodeBB v4.3 + New Features

Qt 5.14 Android error

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
1 Posts 1 Posters 253 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • SheepS Offline
    SheepS Offline
    Sheep
    wrote on last edited by
    #1

    Hello , I'm have qt 5.12 and qt 5.14 both installed on my system win10 with Android tools installed on both versions. I used an offline installer both versions and all android configurations are fine , but when I try to build any project with android clang with ndk-19c with both versions , I get the following errors:
    type_traits no such file or directory which I fixed by manually adding
    INCLUDEPATH+= path to ndk sources.
    When I build again I get the following errors
    armeabi-v7a/main.obj(.ARM.extab+0x0): undefined reference to '__gxx_personality_v0'.
    That same error 4 times and then
    armeabi_v7a/main.obj:main.cpp:function__clang_call_terminate:error:undefined reference to '__cxa_begin_catch'.
    armeabi_v7a/main.obj:main.cpp:function__clang_call_terminate:error:undefined reference to 'std::terminate()'.
    Clang ++ : error : link command failed with exit code 1 ( use -v to see invocation)

    Qt5.14 has some good stuff and really need to exploit them.
    I'm currently building using android GCC on qt5.12 that's why I have both installed. I really need help

    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved