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. QT 5.15.0 install :

QT 5.15.0 install :

Scheduled Pinned Locked Moved Unsolved Qt Creator and other tools
77 Posts 5 Posters 22.5k 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.
  • sierdzioS Offline
    sierdzioS Offline
    sierdzio
    Moderators
    wrote on last edited by
    #2

    Check the "Debugging Tools for Windows" and "Qt Creator CDB Debugger Support" not sure if it will help, but it might.

    (Z(:^

    D 1 Reply Last reply
    0
    • sierdzioS sierdzio

      Check the "Debugging Tools for Windows" and "Qt Creator CDB Debugger Support" not sure if it will help, but it might.

      D Offline
      D Offline
      dahu74fr
      wrote on last edited by
      #3

      @sierdzio ok i tried.
      It doesn't works. There is now no compilator and no debugger.
      It's a configuration to compile and debug with windows tools.

      1 Reply Last reply
      0
      • D dahu74fr

        I installed Qt 5.15.0 with "qt-unified-windows-x86-3.2.3-online.exe". In the installation of Qt 5.15.0, i selected MingGW 8.1.0 64-bit. In Developer and Designer Tools, i selected MingGW 8.1.0 64-bit.
        I use a non commercial account.

        74ab8801-2bc5-4725-b671-f977ae629a27-image.png

        b3256731-6cd0-48bd-b743-20895d92b202-image.png

        I can compile programs but when i want to debug, i have an error :

        2a98542f-818d-46fb-a89d-887f9ea7d984-image.png

        In "Tools -> Options -> Kits -> Debugger" i have :

        f806c073-854b-4fb9-9ec7-1f405e239cc4-image.png
        What i missed ?

        JKSHJ Offline
        JKSHJ Offline
        JKSH
        Moderators
        wrote on last edited by
        #4

        @dahu74fr said in QT 5.15.0 install ::

        f806c073-854b-4fb9-9ec7-1f405e239cc4-image.png

        Hover your mouse cursor over the red symbol (!). What does the tooltip say?

        Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

        D 1 Reply Last reply
        0
        • hskoglundH Offline
          hskoglundH Offline
          hskoglund
          wrote on last edited by
          #5

          Hi, not 100% sure, but it looks like you're trying to install a 64-bit compiler and debugger on a 32-bit Windows.
          To verify this, open a CMD window and type
          control system
          what does it say for "System type:"?

          jsulmJ D 2 Replies Last reply
          0
          • hskoglundH hskoglund

            Hi, not 100% sure, but it looks like you're trying to install a 64-bit compiler and debugger on a 32-bit Windows.
            To verify this, open a CMD window and type
            control system
            what does it say for "System type:"?

            jsulmJ Offline
            jsulmJ Offline
            jsulm
            Lifetime Qt Champion
            wrote on last edited by
            #6

            @hskoglund said in QT 5.15.0 install ::

            on a 32-bit Windows

            Why do you think so?

            https://forum.qt.io/topic/113070/qt-code-of-conduct

            1 Reply Last reply
            0
            • hskoglundH Offline
              hskoglundH Offline
              hskoglund
              wrote on last edited by
              #7

              Just a guess, but in the rightmost column of the screenshot it says Type: "Not recognized", perhaps because Windows cannot run that .exe file due to its bit flavor.

              1 Reply Last reply
              0
              • JKSHJ JKSH

                @dahu74fr said in QT 5.15.0 install ::

                f806c073-854b-4fb9-9ec7-1f405e239cc4-image.png

                Hover your mouse cursor over the red symbol (!). What does the tooltip say?

                D Offline
                D Offline
                dahu74fr
                wrote on last edited by dahu74fr
                #8

                @JKSH Hover your mouse cursor over the red symbol (!). What does the tooltip say?
                It says "Could not determine debugger type".

                jsulmJ 1 Reply Last reply
                0
                • D dahu74fr

                  @JKSH Hover your mouse cursor over the red symbol (!). What does the tooltip say?
                  It says "Could not determine debugger type".

                  jsulmJ Offline
                  jsulmJ Offline
                  jsulm
                  Lifetime Qt Champion
                  wrote on last edited by
                  #9

                  @dahu74fr Can you post the screenshot of what is shown if you select the debugger? I mean in the lower part of the window.

                  https://forum.qt.io/topic/113070/qt-code-of-conduct

                  D 1 Reply Last reply
                  0
                  • hskoglundH hskoglund

                    Hi, not 100% sure, but it looks like you're trying to install a 64-bit compiler and debugger on a 32-bit Windows.
                    To verify this, open a CMD window and type
                    control system
                    what does it say for "System type:"?

                    D Offline
                    D Offline
                    dahu74fr
                    wrote on last edited by
                    #10

                    @hskoglund I don't think so because i work under Windows 10 64 Bits.
                    b626f9e2-7dc4-484e-aace-4b45c7111d3f-image.png

                    1 Reply Last reply
                    0
                    • hskoglundH Offline
                      hskoglundH Offline
                      hskoglund
                      wrote on last edited by hskoglund
                      #11

                      Ok. Another guess: do you have any antivirus installed (I mean apart from the normal Windows 10 one)?

                      Edit: also. can you check the version of that gdb? If you open a CMD window and type:

                      C:\Programmation\qt\tools\mingw810_64\bin\gdb.exe
                      

                      (and type quit to quit the debugger)

                      D 1 Reply Last reply
                      0
                      • jsulmJ jsulm

                        @dahu74fr Can you post the screenshot of what is shown if you select the debugger? I mean in the lower part of the window.

                        D Offline
                        D Offline
                        dahu74fr
                        wrote on last edited by
                        #12

                        @jsulm Can you post the screenshot of what is shown if you select the debugger? I mean in the lower part of the window.
                        Here is :
                        e2e5cd8e-a6ee-491b-8afd-f9a59382cad4-image.png

                        1 Reply Last reply
                        0
                        • hskoglundH hskoglund

                          Ok. Another guess: do you have any antivirus installed (I mean apart from the normal Windows 10 one)?

                          Edit: also. can you check the version of that gdb? If you open a CMD window and type:

                          C:\Programmation\qt\tools\mingw810_64\bin\gdb.exe
                          

                          (and type quit to quit the debugger)

                          D Offline
                          D Offline
                          dahu74fr
                          wrote on last edited by
                          #13

                          @hskoglund said in QT 5.15.0 install ::

                          C:\Programmation\qt\tools\mingw810_64\bin\gdb.exe
                          My antivirus is the windows 10.
                          Nothing. As you can see :

                          9fc4f94a-72bf-4e28-9f7b-df7197ae9023-image.png

                          jsulmJ 1 Reply Last reply
                          0
                          • D dahu74fr

                            @hskoglund said in QT 5.15.0 install ::

                            C:\Programmation\qt\tools\mingw810_64\bin\gdb.exe
                            My antivirus is the windows 10.
                            Nothing. As you can see :

                            9fc4f94a-72bf-4e28-9f7b-df7197ae9023-image.png

                            jsulmJ Offline
                            jsulmJ Offline
                            jsulm
                            Lifetime Qt Champion
                            wrote on last edited by
                            #14

                            @dahu74fr So, it does not work even from command line.
                            I suggest to reinstall MinGW, most probably gdb is corrupted.

                            https://forum.qt.io/topic/113070/qt-code-of-conduct

                            D 1 Reply Last reply
                            0
                            • jsulmJ jsulm

                              @dahu74fr So, it does not work even from command line.
                              I suggest to reinstall MinGW, most probably gdb is corrupted.

                              D Offline
                              D Offline
                              dahu74fr
                              wrote on last edited by
                              #15

                              @jsulm GDB.exe is the one include in the installation package of Qt.
                              If i have to reinstall it, where can i find it ?
                              Best regards.

                              jsulmJ 1 Reply Last reply
                              0
                              • D dahu74fr

                                @jsulm GDB.exe is the one include in the installation package of Qt.
                                If i have to reinstall it, where can i find it ?
                                Best regards.

                                jsulmJ Offline
                                jsulmJ Offline
                                jsulm
                                Lifetime Qt Champion
                                wrote on last edited by
                                #16

                                @dahu74fr said in QT 5.15.0 install ::

                                If i have to reinstall it, where can i find it ?

                                Use the maintenance tool to uninstall and then install again MinGW.

                                https://forum.qt.io/topic/113070/qt-code-of-conduct

                                D 1 Reply Last reply
                                0
                                • jsulmJ jsulm

                                  @dahu74fr said in QT 5.15.0 install ::

                                  If i have to reinstall it, where can i find it ?

                                  Use the maintenance tool to uninstall and then install again MinGW.

                                  D Offline
                                  D Offline
                                  dahu74fr
                                  wrote on last edited by
                                  #17

                                  @jsulm It have been already done with no success.
                                  I also tried to uninstall and reinstall Qt with no success.
                                  I also tried to install the 32 bits version with the same problem.
                                  36404704-e5ea-4cf8-a80d-a064a05dab19-image.png
                                  635885a9-46ee-4a35-b5da-e1f089091163-image.png
                                  c9210706-25f1-440a-a05a-6eea12241770-image.png

                                  1 Reply Last reply
                                  0
                                  • hskoglundH Offline
                                    hskoglundH Offline
                                    hskoglund
                                    wrote on last edited by
                                    #18

                                    To get more info, try downloading DebugView https://docs.microsoft.com/en-us/sysinternals/downloads/debugview
                                    Start it , open a CMD window and then try the same gdb.exe command as above

                                    D 1 Reply Last reply
                                    0
                                    • hskoglundH hskoglund

                                      To get more info, try downloading DebugView https://docs.microsoft.com/en-us/sysinternals/downloads/debugview
                                      Start it , open a CMD window and then try the same gdb.exe command as above

                                      D Offline
                                      D Offline
                                      dahu74fr
                                      wrote on last edited by
                                      #19

                                      @hskoglund OK. I downloaded it. I launch it. But where i open a CMD window ?

                                      1 Reply Last reply
                                      0
                                      • hskoglundH Offline
                                        hskoglundH Offline
                                        hskoglund
                                        wrote on last edited by hskoglund
                                        #20

                                        Hi start DebugView and let it run by itself. Then open a CMD window the same way you did before, and try to start gdb.exe again.

                                        D 1 Reply Last reply
                                        0
                                        • hskoglundH hskoglund

                                          Hi start DebugView and let it run by itself. Then open a CMD window the same way you did before, and try to start gdb.exe again.

                                          D Offline
                                          D Offline
                                          dahu74fr
                                          wrote on last edited by
                                          #21

                                          @hskoglund OK. But nothing. Isn't it for 32 bits debugview ?
                                          cb6629fe-0373-4609-aeac-5af04c671506-image.png

                                          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