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 :
Forum Updated to NodeBB v4.3 + New Features

QT 5.15.0 install :

Scheduled Pinned Locked Moved Unsolved Qt Creator and other tools
77 Posts 5 Posters 20.8k 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.
  • 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
                          • hskoglundH Offline
                            hskoglundH Offline
                            hskoglund
                            wrote on last edited by
                            #22

                            Hmm you're running as an Administrator, try logout and login as a normal user.

                            D 1 Reply Last reply
                            1
                            • hskoglundH hskoglund

                              Hmm you're running as an Administrator, try logout and login as a normal user.

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

                              @hskoglund I launched CMD as Administrator.
                              Now i launched it as User.
                              I am the only User on my computeur with Administrator rights.
                              I must launch Debugview as Administrator.
                              If not i have an error.
                              Now, it's the same result :
                              d1c77911-903d-4aab-bbdb-17b123b4b5e9-image.png

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

                                Ok, also check that the compiler works, in the same CMD window, type:

                                C:\Programmation\qt\tools\mingw810_64\bin\g++ -v
                                

                                Edit: I forgot to ask, what error did you get when you tried to run DebugView as a User, not as an Administrator?

                                D 1 Reply Last reply
                                0
                                • hskoglundH hskoglund

                                  Ok, also check that the compiler works, in the same CMD window, type:

                                  C:\Programmation\qt\tools\mingw810_64\bin\g++ -v
                                  

                                  Edit: I forgot to ask, what error did you get when you tried to run DebugView as a User, not as an Administrator?

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

                                  @hskoglund Yes. It works.
                                  For information, i downloaded Mingw 8.10 64 bits. I install it and compare the two directories. The one in Qt and the one i installed. Every thing is the same.

                                  An other step i tried : i have CodeBlocks installed on my computer. I try to launch the gdb32.exe in the directory of codeblocks and it works. (Third screenshot).

                                  Error launching DebugView :
                                  fa78e40d-4be9-4011-b820-f5d4f530f3f6-image.png

                                  6fca6a0a-c147-4715-b84a-4deff93e8b0c-image.png

                                  09b63063-fd3d-477b-a68f-59ab97550b4a-image.png

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

                                    I see, it might be the MinGW versions in CodeBlocks and Qt are fighting each other.
                                    So try launch another CMD window, this time click on the start button and type mingw then select this CMD:
                                    Screenshot 2020-07-09 at 14.48.59.png

                                    Note that it's called 7.3.9 but that's a typo, when you click on it it should show:
                                    Screenshot 2020-07-09 at 14.53.06.png
                                    In this CMD window type

                                    gdb
                                    
                                    D 1 Reply Last reply
                                    0
                                    • hskoglundH hskoglund

                                      I see, it might be the MinGW versions in CodeBlocks and Qt are fighting each other.
                                      So try launch another CMD window, this time click on the start button and type mingw then select this CMD:
                                      Screenshot 2020-07-09 at 14.48.59.png

                                      Note that it's called 7.3.9 but that's a typo, when you click on it it should show:
                                      Screenshot 2020-07-09 at 14.53.06.png
                                      In this CMD window type

                                      gdb
                                      
                                      D Offline
                                      D Offline
                                      dahu74fr
                                      wrote on last edited by
                                      #27

                                      @hskoglund Here is what i have :

                                      57c2cea2-5e67-448a-8ce4-1efc6e238b4f-image.png

                                      and the result :

                                      534e79c7-e6b2-4907-aa5f-e67e18240b6a-image.png

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

                                        Ok, looks good. try typing gdb in that CMD

                                        D 1 Reply Last reply
                                        1
                                        • hskoglundH hskoglund

                                          Ok, looks good. try typing gdb in that CMD

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

                                          @hskoglund Nothing more :

                                          314d28d9-5ae0-4e44-8339-d26b91663067-image.png

                                          I omited to tell you that i also tried to reinstall Qt in the path by default "C:\Qt" after a full uninstall (with deleting "C:\Users\Administrateur PC\AppData\Roaming\QtProject", thinking that it was a Path issue. But i had the same result.

                                          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