Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. Partially unknown ABI on from source Qt5.15.2 build
Qt 6.11 is out! See what's new in the release blog

Partially unknown ABI on from source Qt5.15.2 build

Scheduled Pinned Locked Moved Solved Installation and Deployment
3 Posts 2 Posters 873 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.
  • T Offline
    T Offline
    THevway
    wrote on last edited by
    #1

    Hi,

    I have built Qt 5.15.2 from source with GCC11, the build & link appears to work fine after a small patch to include <limits> in qglobal.h but when I try to add this new build of Qt into Qt Creator I get the partially unknown ABI message at the bottom of this screenshot.

    qtcreator.png

    I've been rebuilding Qt5 from the Arch Aur package https://aur.archlinux.org/packages/android-aarch64-qt5/
    previously this has worked well for me.

    When I run this qmake from the terminal it works fine & the resulting binary links, but I need Qt Creator to pick it up as the Android singing and installation process is painful from the terminal.

    Any clues?

    Cheers,

    Tom

    1 Reply Last reply
    0
    • SGaistS SGaist

      Hi and welcome to devnet,

      Is that version of GCC listed in the compilers list in Qt Creator's options ?

      T Offline
      T Offline
      THevway
      wrote on last edited by
      #3

      @SGaist It ended up being a ccache issue during the Qt5 build. I uninstalled ccache and forced gcc-10 instead of 11 and it has worked.

      Cheers,

      1 Reply Last reply
      0
      • SGaistS Offline
        SGaistS Offline
        SGaist
        Lifetime Qt Champion
        wrote on last edited by
        #2

        Hi and welcome to devnet,

        Is that version of GCC listed in the compilers list in Qt Creator's options ?

        Interested in AI ? www.idiap.ch
        Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

        T 1 Reply Last reply
        0
        • SGaistS SGaist

          Hi and welcome to devnet,

          Is that version of GCC listed in the compilers list in Qt Creator's options ?

          T Offline
          T Offline
          THevway
          wrote on last edited by
          #3

          @SGaist It ended up being a ccache issue during the Qt5 build. I uninstalled ccache and forced gcc-10 instead of 11 and it has worked.

          Cheers,

          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