Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. Missing arch linux debug symbols
Forum Updated to NodeBB v4.3 + New Features

Missing arch linux debug symbols

Scheduled Pinned Locked Moved Solved Qt Creator and other tools
7 Posts 3 Posters 490 Views 2 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.
  • C Offline
    C Offline
    codotaku
    wrote last edited by
    #1

    5b6b15e5-00bf-4707-a1a7-04842b91ff86-image.png
    Hey am new here, if am right the debug symbols of qt are missing. am on cachyos (arch linux) using clang and gdb. lldb didn't work. is there some package I can install to get the debug symbols for qt6 runtime or do I have to build it myself and if so any guide to build it and make qt creator use it. thanks!

    1 Reply Last reply
    0
    • C Offline
      C Offline
      codotaku
      wrote last edited by
      #7

      I ended up cloning the latest version from github:
      git clone https://github.com/qt/qtbase
      then running cmake install with the cmake variables I need like vulkan

      1 Reply Last reply
      0
      • Christian EhrlicherC Offline
        Christian EhrlicherC Offline
        Christian Ehrlicher
        Lifetime Qt Champion
        wrote last edited by
        #2

        How did you install the Qt6 libs? Through the online installer or your distro? Your distro for sure provides debug symbols in a separate package. The online installer also provides them ('Qt Debug Information Files')

        Qt Online Installer direct download: https://download.qt.io/official_releases/online_installers/
        Visit the Qt Academy at https://academy.qt.io/catalog

        C 1 Reply Last reply
        1
        • Christian EhrlicherC Christian Ehrlicher

          How did you install the Qt6 libs? Through the online installer or your distro? Your distro for sure provides debug symbols in a separate package. The online installer also provides them ('Qt Debug Information Files')

          C Offline
          C Offline
          codotaku
          wrote last edited by
          #3

          @Christian-Ehrlicher through pacman, they came installed with KDE tho

          1 Reply Last reply
          0
          • Christian EhrlicherC Offline
            Christian EhrlicherC Offline
            Christian Ehrlicher
            Lifetime Qt Champion
            wrote last edited by
            #4

            Then you can also the debug symbols from there

            Qt Online Installer direct download: https://download.qt.io/official_releases/online_installers/
            Visit the Qt Academy at https://academy.qt.io/catalog

            C 1 Reply Last reply
            0
            • Christian EhrlicherC Christian Ehrlicher

              Then you can also the debug symbols from there

              C Offline
              C Offline
              codotaku
              wrote last edited by
              #5

              @Christian-Ehrlicher I couldn't find them tho

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

                Hi,

                Did you follow this Arch Wiki article ?

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

                1 Reply Last reply
                0
                • C Offline
                  C Offline
                  codotaku
                  wrote last edited by
                  #7

                  I ended up cloning the latest version from github:
                  git clone https://github.com/qt/qtbase
                  then running cmake install with the cmake variables I need like vulkan

                  1 Reply Last reply
                  0
                  • C codotaku has marked this topic as solved

                  • Login

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