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. Cannot Launch QT Creator with recent installer (downloaded on Jan. 11, 2025 from QT website) for Linux Arm64; I have been using QT for almost 2 years
Forum Updated to NodeBB v4.3 + New Features

Cannot Launch QT Creator with recent installer (downloaded on Jan. 11, 2025 from QT website) for Linux Arm64; I have been using QT for almost 2 years

Scheduled Pinned Locked Moved Solved Installation and Deployment
11 Posts 3 Posters 1.4k 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.
  • QtFriend2024Q Offline
    QtFriend2024Q Offline
    QtFriend2024
    wrote on last edited by QtFriend2024
    #1

    Device: NVIDIA Jetson Orin Nano
    Operating System: Ubuntu 22.0.4
    QT Creator Installer: qt-online-installer-linux-arm64-4.8.1.run

    Summary

    Before I accepted the update QT Creator suggested to me, I was able to use QT Creator just fine on my NVIDIA device. After I accepted the update, QT Creator stopped launching. I did a clean uninstall and install but still the same issue. There is something wrong with the new version or update.

    Cannot Launch QT Creator

    QT Creator Installer: qt-online-installer-linux-arm64-4.8.1.run (downloaded from the QT website on Jan. 11, 2025)

    The installer runs into errors such as qmake crashing and other I don't remember. When I click on "retry," the errors kept repeating, so I clicked on "Ignore." After the installer completed, I tried to launch QT Creator but it won't launch due to the errors below:

    /home/username/Qt/Tools/QtCreator/bin/qtcreator: /lib/aarch64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.32' not found (required by /home/username/Qt/Tools/QtCreator/bin/../lib/qtcreator/libUtils.so.15)
    /home/username/Qt/Tools/QtCreator/bin/qtcreator: /lib/aarch64-linux-gnu/libm.so.6: version `GLIBC_2.38' not found (required by /home/username/Qt/Tools/QtCreator/bin/../lib/Qt/lib/libQt6Gui.so.6)
    /home/username/Qt/Tools/QtCreator/bin/qtcreator: /lib/aarch64-linux-gnu/libc.so.6: version `GLIBC_2.38' not found (required by /home/username/Qt/Tools/QtCreator/bin/../lib/Qt/lib/libQt6Gui.so.6)
    /home/username/Qt/Tools/QtCreator/bin/qtcreator: /lib/aarch64-linux-gnu/libc.so.6: version `GLIBC_2.38' not found (required by /home/username/Qt/Tools/QtCreator/bin/../lib/Qt/lib/libQt6Network.so.6)
    /home/username/Qt/Tools/QtCreator/bin/qtcreator: /lib/aarch64-linux-gnu/libc.so.6: version `GLIBC_2.38' not found (required by /home/username/Qt/Tools/QtCreator/bin/../lib/qtcreator/../Qt/lib/libQt6Test.so.6)
    /home/username/Qt/Tools/QtCreator/bin/qtcreator: /lib/aarch64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.31' not found (required by /home/username/Qt/Tools/QtCreator/bin/../lib/qtcreator/libNanotrace.so.15)
    /home/username/Qt/Tools/QtCreator/bin/qtcreator: /lib/aarch64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.32' not found (required by /home/username/Qt/Tools/QtCreator/bin/../lib/qtcreator/libNanotrace.so.15)
    /home/username/Qt/Tools/QtCreator/bin/qtcreator: /lib/aarch64-linux-gnu/libm.so.6: version `GLIBC_2.38' not found (required by /home/username/Qt/Tools/QtCreator/bin/../lib/qtcreator/../Qt/lib/libQt6Qml.so.6)
    /home/username/Qt/Tools/QtCreator/bin/qtcreator: /lib/aarch64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.32' not found (required by /home/username/Qt/Tools/QtCreator/bin/../lib/qtcreator/../Qt/lib/libQt6Qml.so.6)
    
    QtFriend2024Q 1 Reply Last reply
    0
    • QtFriend2024Q Offline
      QtFriend2024Q Offline
      QtFriend2024
      wrote on last edited by QtFriend2024
      #10

      *** SOLUTION ****
      Getting QT and QT Creator working on
      the NVIDIA Jetson Orin Nano with JetPack 6.1 (Ubuntu 22.04 and GLIBC 2.35):

      1. Make sure you have a license for QT
      2. Log into your licensed QT account at the qt.io website
      3. Go to Downloads > All Downloads
      4. Go to the QT Online Installer section
      5. Download the installer for "Qt online installer for Linux ARM64" . Name of file that gets downloaded: qt-online-installer-linux-arm64-4.8.1.run
        5-0) Run from the terminal: chmod +x <path to installer>/qt-online-installer-linux-arm64-4.8.1.run
        5-1) Start the installer from the terminal: ./qt-online-installer-linux-arm64-4.8.1.run
      6. Log in via the installation wizard with your QT licensed account
      7. The Installer should welcome you to the QT Commercial setup
      8. Select an empty or non-existing directory to install QT.
        Click on "Custom Installation"
      9. At the "Select Components" step, click on the "Archive" checkbox and click on the "Filter" button
      10. After the archived versions are fetched, expand "Qt" node in the components tree
      11. Select the "Qt 6.7.3" checkbox
      12. Collapse the component tree
      13. Click on "Qt Creator" node
      14. DE-SELECT "Qt Creator 15.0.1". No checkbox under the "QT Creator" node should be selected! We will install an older version of QT Creator separately.
      15. Complete Installation successfully
      16. Go back to the qt.io website. Go to Downloads > All Downloads.
      17. Under the "Products" section on the website, filter for Product="Qt Creator", Version=14.0.2, Host OS="Linux"
      18. Click on "Qt Creator installer for Linux ARM64". It should expand and give you a link to its installer.
      19. Download the QT Creator installer: qt-creator-enterprise-linux-arm64-14.0.2.run
      20. Run from the terminal: chmod +x <path to installer>/qt-creator-enterprise-linux-arm64-14.0.2.run
      21. Run from the terminal: ./qt-creator-enterprise-linux-arm64-14.0.2.run
      22. Log in via the installation wizard with your QT licensed account
      23. Complete the installation into an empty directory
      24. Manually create a new sub-directory with the name "QTCreator" under <QT 6.7.3 installation directory>/Tools
      25. Go into the qt-creator-14.0.2 directory (or wherever you installed Qt Creator) and copy sub-directories named "lib", "bin" and "share" from the qt-creator-14.0.2 parent directory to <QT 6.7.3 installation directory>/Tools/QtCreator
      26. Launch QT Creator from within <QT 6.7.3 installation directory>/Tools/QtCreator/bin/qtcreator
      27. When you open a project with this instance of QT Creator, there will be a notification at the bottom of the window asking you to "Link to Qt" (I think this is the verbiage). Open the notification to agree to Link to Qt.
      28. Link this instance of QT Creator with Qt at <Qt 6.7.3 installation parent directory>
      29. DONE!
      1 Reply Last reply
      0
      • QtFriend2024Q Offline
        QtFriend2024Q Offline
        QtFriend2024
        wrote on last edited by
        #2
        This post is deleted!
        1 Reply Last reply
        0
        • QtFriend2024Q QtFriend2024

          Device: NVIDIA Jetson Orin Nano
          Operating System: Ubuntu 22.0.4
          QT Creator Installer: qt-online-installer-linux-arm64-4.8.1.run

          Summary

          Before I accepted the update QT Creator suggested to me, I was able to use QT Creator just fine on my NVIDIA device. After I accepted the update, QT Creator stopped launching. I did a clean uninstall and install but still the same issue. There is something wrong with the new version or update.

          Cannot Launch QT Creator

          QT Creator Installer: qt-online-installer-linux-arm64-4.8.1.run (downloaded from the QT website on Jan. 11, 2025)

          The installer runs into errors such as qmake crashing and other I don't remember. When I click on "retry," the errors kept repeating, so I clicked on "Ignore." After the installer completed, I tried to launch QT Creator but it won't launch due to the errors below:

          /home/username/Qt/Tools/QtCreator/bin/qtcreator: /lib/aarch64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.32' not found (required by /home/username/Qt/Tools/QtCreator/bin/../lib/qtcreator/libUtils.so.15)
          /home/username/Qt/Tools/QtCreator/bin/qtcreator: /lib/aarch64-linux-gnu/libm.so.6: version `GLIBC_2.38' not found (required by /home/username/Qt/Tools/QtCreator/bin/../lib/Qt/lib/libQt6Gui.so.6)
          /home/username/Qt/Tools/QtCreator/bin/qtcreator: /lib/aarch64-linux-gnu/libc.so.6: version `GLIBC_2.38' not found (required by /home/username/Qt/Tools/QtCreator/bin/../lib/Qt/lib/libQt6Gui.so.6)
          /home/username/Qt/Tools/QtCreator/bin/qtcreator: /lib/aarch64-linux-gnu/libc.so.6: version `GLIBC_2.38' not found (required by /home/username/Qt/Tools/QtCreator/bin/../lib/Qt/lib/libQt6Network.so.6)
          /home/username/Qt/Tools/QtCreator/bin/qtcreator: /lib/aarch64-linux-gnu/libc.so.6: version `GLIBC_2.38' not found (required by /home/username/Qt/Tools/QtCreator/bin/../lib/qtcreator/../Qt/lib/libQt6Test.so.6)
          /home/username/Qt/Tools/QtCreator/bin/qtcreator: /lib/aarch64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.31' not found (required by /home/username/Qt/Tools/QtCreator/bin/../lib/qtcreator/libNanotrace.so.15)
          /home/username/Qt/Tools/QtCreator/bin/qtcreator: /lib/aarch64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.32' not found (required by /home/username/Qt/Tools/QtCreator/bin/../lib/qtcreator/libNanotrace.so.15)
          /home/username/Qt/Tools/QtCreator/bin/qtcreator: /lib/aarch64-linux-gnu/libm.so.6: version `GLIBC_2.38' not found (required by /home/username/Qt/Tools/QtCreator/bin/../lib/qtcreator/../Qt/lib/libQt6Qml.so.6)
          /home/username/Qt/Tools/QtCreator/bin/qtcreator: /lib/aarch64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.32' not found (required by /home/username/Qt/Tools/QtCreator/bin/../lib/qtcreator/../Qt/lib/libQt6Qml.so.6)
          
          QtFriend2024Q Offline
          QtFriend2024Q Offline
          QtFriend2024
          wrote on last edited by
          #3

          @QtFriend2024 said in Cannot Launch QT Creator with recent installer (downloaded on Jan. 11, 2025 from QT website) for Linux Arm64; I have been using QT for almost 2 years:

          Device: NVIDIA Jetson Orin Nano
          Operating System: Ubuntu 22.0.4
          QT Creator Installer: qt-online-installer-linux-arm64-4.8.1.run

          Summary

          Before I accepted the update QT Creator suggested to me, I was able to use QT Creator just fine on my NVIDIA device. After I accepted the update, QT Creator stopped launching. I did a clean uninstall and install but still the same issue. There is something wrong with the new version or update.

          Cannot Launch QT Creator

          QT Creator Installer: qt-online-installer-linux-arm64-4.8.1.run (downloaded from the QT website on Jan. 11, 2025)

          The installer runs into errors such as qmake crashing and other I don't remember. When I click on "retry," the errors kept repeating, so I clicked on "Ignore." After the installer completed, I tried to launch QT Creator but it won't launch due to the errors below:

          /home/username/Qt/Tools/QtCreator/bin/qtcreator: /lib/aarch64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.32' not found (required by /home/username/Qt/Tools/QtCreator/bin/../lib/qtcreator/libUtils.so.15)
          /home/username/Qt/Tools/QtCreator/bin/qtcreator: /lib/aarch64-linux-gnu/libm.so.6: version `GLIBC_2.38' not found (required by /home/username/Qt/Tools/QtCreator/bin/../lib/Qt/lib/libQt6Gui.so.6)
          /home/username/Qt/Tools/QtCreator/bin/qtcreator: /lib/aarch64-linux-gnu/libc.so.6: version `GLIBC_2.38' not found (required by /home/username/Qt/Tools/QtCreator/bin/../lib/Qt/lib/libQt6Gui.so.6)
          /home/username/Qt/Tools/QtCreator/bin/qtcreator: /lib/aarch64-linux-gnu/libc.so.6: version `GLIBC_2.38' not found (required by /home/username/Qt/Tools/QtCreator/bin/../lib/Qt/lib/libQt6Network.so.6)
          /home/username/Qt/Tools/QtCreator/bin/qtcreator: /lib/aarch64-linux-gnu/libc.so.6: version `GLIBC_2.38' not found (required by /home/username/Qt/Tools/QtCreator/bin/../lib/qtcreator/../Qt/lib/libQt6Test.so.6)
          /home/username/Qt/Tools/QtCreator/bin/qtcreator: /lib/aarch64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.31' not found (required by /home/username/Qt/Tools/QtCreator/bin/../lib/qtcreator/libNanotrace.so.15)
          /home/username/Qt/Tools/QtCreator/bin/qtcreator: /lib/aarch64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.32' not found (required by /home/username/Qt/Tools/QtCreator/bin/../lib/qtcreator/libNanotrace.so.15)
          /home/username/Qt/Tools/QtCreator/bin/qtcreator: /lib/aarch64-linux-gnu/libm.so.6: version `GLIBC_2.38' not found (required by /home/username/Qt/Tools/QtCreator/bin/../lib/qtcreator/../Qt/lib/libQt6Qml.so.6)
          /home/username/Qt/Tools/QtCreator/bin/qtcreator: /lib/aarch64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.32' not found (required by /home/username/Qt/Tools/QtCreator/bin/../lib/qtcreator/../Qt/lib/libQt6Qml.so.6)
          

          strings libstdc++.so.6 | grep GLIBCXX_
          GLIBCXX_3.4
          GLIBCXX_3.4.1
          GLIBCXX_3.4.2
          GLIBCXX_3.4.3
          GLIBCXX_3.4.4
          GLIBCXX_3.4.5
          GLIBCXX_3.4.6
          GLIBCXX_3.4.7
          GLIBCXX_3.4.8
          GLIBCXX_3.4.9
          GLIBCXX_3.4.10
          GLIBCXX_3.4.11
          GLIBCXX_3.4.12
          GLIBCXX_3.4.13
          GLIBCXX_3.4.14
          GLIBCXX_3.4.15
          GLIBCXX_3.4.16
          GLIBCXX_3.4.17
          GLIBCXX_3.4.18
          GLIBCXX_3.4.19
          GLIBCXX_3.4.20
          GLIBCXX_3.4.21
          GLIBCXX_3.4.22
          GLIBCXX_3.4.23
          GLIBCXX_3.4.24
          GLIBCXX_3.4.25
          GLIBCXX_3.4.26
          GLIBCXX_3.4.27
          GLIBCXX_3.4.28
          GLIBCXX_3.4.29
          GLIBCXX_3.4.30
          GLIBCXX_3.4.31
          GLIBCXX_3.4.32
          GLIBCXX_TUNABLES
          GLIBCXX_DEBUG_MESSAGE_LENGTH

          1 Reply Last reply
          0
          • Axel SpoerlA Offline
            Axel SpoerlA Offline
            Axel Spoerl
            Moderators
            wrote on last edited by
            #4

            You have probably installed Qt from a broken mirror.
            You need to uninstall and use another mirror instead, where you don’t have to ignore missing files.
            https://wiki.qt.io/Online_Installer_4.x

            Software Engineer
            The Qt Company, Oslo

            QtFriend2024Q 1 Reply Last reply
            1
            • QtFriend2024Q Offline
              QtFriend2024Q Offline
              QtFriend2024
              wrote on last edited by
              #5

              I guess, the GLIBC 2.35 my device is not the right one. I downoloaded the glibc 2.38 source code and made it but can't get the app to use the 2.38 version.

              ldd --version
              ldd (Ubuntu GLIBC 2.35-0ubuntu3.8) 2.35
              Copyright (C) 2022 Free Software Foundation, Inc.
              This is free software; see the source for copying conditions. There is NO
              warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
              Written by Roland McGrath and Ulrich Drepper.

              1 Reply Last reply
              0
              • Axel SpoerlA Offline
                Axel SpoerlA Offline
                Axel Spoerl
                Moderators
                wrote on last edited by
                #6

                That may also be a problem, but it’s independent from the obviously incomplete installation.
                See here for supported platforms:
                https://doc.qt.io/qt-6/supported-platforms.html

                Software Engineer
                The Qt Company, Oslo

                QtFriend2024Q 1 Reply Last reply
                0
                • Axel SpoerlA Axel Spoerl

                  You have probably installed Qt from a broken mirror.
                  You need to uninstall and use another mirror instead, where you don’t have to ignore missing files.
                  https://wiki.qt.io/Online_Installer_4.x

                  QtFriend2024Q Offline
                  QtFriend2024Q Offline
                  QtFriend2024
                  wrote on last edited by
                  #7

                  @Axel-Spoerl Hi thanks for the reply. I downloaded the installer directly from https://www.qt.io/download-qt-installer-oss

                  1 Reply Last reply
                  0
                  • Axel SpoerlA Axel Spoerl

                    That may also be a problem, but it’s independent from the obviously incomplete installation.
                    See here for supported platforms:
                    https://doc.qt.io/qt-6/supported-platforms.html

                    QtFriend2024Q Offline
                    QtFriend2024Q Offline
                    QtFriend2024
                    wrote on last edited by
                    #8

                    @Axel-Spoerl Thank you.

                    I see the Note at that link:
                    "Note: For Linux on Arm on desktops, we use Raspberry Pi 5 with 8GB RAM and Ubuntu 24.04 as a reference platform. If you have an issue with another hardware, please try to reproduce the issue on Raspberry Pi 5. We plan to move to regular platform support when a wider range of ARM-based desktop hardware becomes available."

                    1 Reply Last reply
                    0
                    • M Offline
                      M Offline
                      michael Xu
                      wrote on last edited by
                      #9

                      I meet the exactly problem, early version no problem, but now only V6.0 above avaialable, but after download and install , always show home/username/Qt/Tools/QtCreator/bin/qtcreator: /lib/aarch64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.32' not found (required b

                      QtFriend2024Q 1 Reply Last reply
                      1
                      • QtFriend2024Q Offline
                        QtFriend2024Q Offline
                        QtFriend2024
                        wrote on last edited by QtFriend2024
                        #10

                        *** SOLUTION ****
                        Getting QT and QT Creator working on
                        the NVIDIA Jetson Orin Nano with JetPack 6.1 (Ubuntu 22.04 and GLIBC 2.35):

                        1. Make sure you have a license for QT
                        2. Log into your licensed QT account at the qt.io website
                        3. Go to Downloads > All Downloads
                        4. Go to the QT Online Installer section
                        5. Download the installer for "Qt online installer for Linux ARM64" . Name of file that gets downloaded: qt-online-installer-linux-arm64-4.8.1.run
                          5-0) Run from the terminal: chmod +x <path to installer>/qt-online-installer-linux-arm64-4.8.1.run
                          5-1) Start the installer from the terminal: ./qt-online-installer-linux-arm64-4.8.1.run
                        6. Log in via the installation wizard with your QT licensed account
                        7. The Installer should welcome you to the QT Commercial setup
                        8. Select an empty or non-existing directory to install QT.
                          Click on "Custom Installation"
                        9. At the "Select Components" step, click on the "Archive" checkbox and click on the "Filter" button
                        10. After the archived versions are fetched, expand "Qt" node in the components tree
                        11. Select the "Qt 6.7.3" checkbox
                        12. Collapse the component tree
                        13. Click on "Qt Creator" node
                        14. DE-SELECT "Qt Creator 15.0.1". No checkbox under the "QT Creator" node should be selected! We will install an older version of QT Creator separately.
                        15. Complete Installation successfully
                        16. Go back to the qt.io website. Go to Downloads > All Downloads.
                        17. Under the "Products" section on the website, filter for Product="Qt Creator", Version=14.0.2, Host OS="Linux"
                        18. Click on "Qt Creator installer for Linux ARM64". It should expand and give you a link to its installer.
                        19. Download the QT Creator installer: qt-creator-enterprise-linux-arm64-14.0.2.run
                        20. Run from the terminal: chmod +x <path to installer>/qt-creator-enterprise-linux-arm64-14.0.2.run
                        21. Run from the terminal: ./qt-creator-enterprise-linux-arm64-14.0.2.run
                        22. Log in via the installation wizard with your QT licensed account
                        23. Complete the installation into an empty directory
                        24. Manually create a new sub-directory with the name "QTCreator" under <QT 6.7.3 installation directory>/Tools
                        25. Go into the qt-creator-14.0.2 directory (or wherever you installed Qt Creator) and copy sub-directories named "lib", "bin" and "share" from the qt-creator-14.0.2 parent directory to <QT 6.7.3 installation directory>/Tools/QtCreator
                        26. Launch QT Creator from within <QT 6.7.3 installation directory>/Tools/QtCreator/bin/qtcreator
                        27. When you open a project with this instance of QT Creator, there will be a notification at the bottom of the window asking you to "Link to Qt" (I think this is the verbiage). Open the notification to agree to Link to Qt.
                        28. Link this instance of QT Creator with Qt at <Qt 6.7.3 installation parent directory>
                        29. DONE!
                        1 Reply Last reply
                        0
                        • QtFriend2024Q QtFriend2024 has marked this topic as solved on
                        • M michael Xu

                          I meet the exactly problem, early version no problem, but now only V6.0 above avaialable, but after download and install , always show home/username/Qt/Tools/QtCreator/bin/qtcreator: /lib/aarch64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.32' not found (required b

                          QtFriend2024Q Offline
                          QtFriend2024Q Offline
                          QtFriend2024
                          wrote on last edited by
                          #11

                          @michael-Xu I just posted the solution here!

                          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