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. Same ol' "No valid kits" issue...

Same ol' "No valid kits" issue...

Scheduled Pinned Locked Moved Solved Installation and Deployment
10 Posts 3 Posters 971 Views
  • 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.
  • U Offline
    U Offline
    Uberlinc
    wrote on last edited by
    #1

    Okay, so I've seen this before but seem to be able to fix it (somehow) each time.
    This time, I'm stumped.

    So, here are the specs:

    1. Running Windows 10 (so please, no "just run sudo apt-get etc")
    2. I am installing Qt Creator 4.6.2 based on Qt 5.11.1
    3. I have installed a fresh install of MingW
    4. I have tried pointing it to both the pre-installed version of MingW and the newly-installed version from the MingW download manager.

    It keeps refusing to let me even create a project, claiming that there are no valid kits!
    The only field that I can't fill is "Version". All attempts lead me to the file tree looking for an unknown file.

    Please see screenshot.

    Thank you.

    raven-worxR 1 Reply Last reply
    0
    • U Uberlinc

      Okay, so I've seen this before but seem to be able to fix it (somehow) each time.
      This time, I'm stumped.

      So, here are the specs:

      1. Running Windows 10 (so please, no "just run sudo apt-get etc")
      2. I am installing Qt Creator 4.6.2 based on Qt 5.11.1
      3. I have installed a fresh install of MingW
      4. I have tried pointing it to both the pre-installed version of MingW and the newly-installed version from the MingW download manager.

      It keeps refusing to let me even create a project, claiming that there are no valid kits!
      The only field that I can't fill is "Version". All attempts lead me to the file tree looking for an unknown file.

      Please see screenshot.

      Thank you.

      raven-worxR Offline
      raven-worxR Offline
      raven-worx
      Moderators
      wrote on last edited by
      #2

      @Uberlinc said in Same ol' "No valid kits" issue...:

      Please see screenshot.

      there are no screenshots?

      Anyway. Try adding the "mingw32/bin" dir to the PATH variable, then it should be picked up by QtCreator automatically.
      In the settings simply make sure that all tabs (from right to left - leftmost tab is the Kits tab) have correct settings. And press apply whenever you changed something.

      --- SUPPORT REQUESTS VIA CHAT WILL BE IGNORED ---
      If you have a question please use the forum so others can benefit from the solution in the future

      1 Reply Last reply
      0
      • U Offline
        U Offline
        Uberlinc
        wrote on last edited by Uberlinc
        #3

        Thank you.
        I went to paste in a screenshot but the above button inserts some hypertext that implies that it wants a URL.
        As the image file is local on my machine, I have no actual way to post a link to a website.
        Can a simple image be uploaded?

        So, after reading your post, I went away and did what you said.
        No joy.

        So, now I completely reimaged my machine with a clean installation of Win 10 on it (in case all my mucking around mucked up all the settings.)
        Then, I downloaded and installed the basic MingW compiler.
        I placed "C:\MingW\bin" into the Win 10 path.
        I then installed Qt Creator.

        Same error.
        I get "No valid kits"
        Except that in this case, it has already chosen yet a different compiler (Clang, which appears to be bundled with the Qt Installation) but is complaining that I have no debugger.
        So, I searched and found the GNU CDB which was only a .exe file.
        I placed it in c:\mingw\cdg and placed that path into the Windows 10 PATH variable.
        I then says "The ABI of the selected debugger does not match the ABI of the toolchain."

        Is there a recommended debugger?
        Is there are recommended compiler (i.e. Separate installation of MingW or use the bundled Compiler?)

        Why must this be so difficult? I have installed this before at it auto-detects and works without a hitch! This time it is throwing curveball after curveball!

        Many thanks.

        aha_1980A 1 Reply Last reply
        0
        • U Uberlinc

          Thank you.
          I went to paste in a screenshot but the above button inserts some hypertext that implies that it wants a URL.
          As the image file is local on my machine, I have no actual way to post a link to a website.
          Can a simple image be uploaded?

          So, after reading your post, I went away and did what you said.
          No joy.

          So, now I completely reimaged my machine with a clean installation of Win 10 on it (in case all my mucking around mucked up all the settings.)
          Then, I downloaded and installed the basic MingW compiler.
          I placed "C:\MingW\bin" into the Win 10 path.
          I then installed Qt Creator.

          Same error.
          I get "No valid kits"
          Except that in this case, it has already chosen yet a different compiler (Clang, which appears to be bundled with the Qt Installation) but is complaining that I have no debugger.
          So, I searched and found the GNU CDB which was only a .exe file.
          I placed it in c:\mingw\cdg and placed that path into the Windows 10 PATH variable.
          I then says "The ABI of the selected debugger does not match the ABI of the toolchain."

          Is there a recommended debugger?
          Is there are recommended compiler (i.e. Separate installation of MingW or use the bundled Compiler?)

          Why must this be so difficult? I have installed this before at it auto-detects and works without a hitch! This time it is throwing curveball after curveball!

          Many thanks.

          aha_1980A Offline
          aha_1980A Offline
          aha_1980
          Lifetime Qt Champion
          wrote on last edited by
          #4

          @Uberlinc You should definitely use the MinGW bundled with the Qt online installer. Of course you have to select a fitting Qt MinGW version also.

          After that, you should be ready to go.

          For picture upload: try to paste it from the clipboard here ore use an external upload service and paste the link here.

          Qt has to stay free or it will die.

          1 Reply Last reply
          0
          • U Offline
            U Offline
            Uberlinc
            wrote on last edited by Uberlinc
            #5

            Still no joy.
            This time, with a cleanly reimaged PC, I simply installed Qt (without anything else) and selected the MinGW 7.3.0 64 bit compiler and the "GNU gdb 8.1 for MinGW 7.3.0 64 bit" and still coming up with no valid kits.

            Note: This is a completely clean Windows 10 install with a completely clean Qt Online installation.
            It is still complaining that there are no valid kits.

            Below is (an attempt) to post a pic.

            alt text

            aha_1980A 1 Reply Last reply
            0
            • U Uberlinc

              Still no joy.
              This time, with a cleanly reimaged PC, I simply installed Qt (without anything else) and selected the MinGW 7.3.0 64 bit compiler and the "GNU gdb 8.1 for MinGW 7.3.0 64 bit" and still coming up with no valid kits.

              Note: This is a completely clean Windows 10 install with a completely clean Qt Online installation.
              It is still complaining that there are no valid kits.

              Below is (an attempt) to post a pic.

              alt text

              aha_1980A Offline
              aha_1980A Offline
              aha_1980
              Lifetime Qt Champion
              wrote on last edited by aha_1980
              #6

              @Uberlinc Please show the tab Qt versions too. Thanks.

              Reason: In this kit, no Qt version is selected ("None").

              Qt has to stay free or it will die.

              1 Reply Last reply
              0
              • U Offline
                U Offline
                Uberlinc
                wrote on last edited by
                #7

                I saw that!
                (You might notice that I mentioned it in an earlier post - but nobody seemed to twig.)

                When I tried to select, there is nothing in the drop-down list.
                When I hit "Manage", it presents a browse window .... and I don't know where to go from there.
                Suggestions?

                aha_1980A 1 Reply Last reply
                0
                • U Uberlinc

                  I saw that!
                  (You might notice that I mentioned it in an earlier post - but nobody seemed to twig.)

                  When I tried to select, there is nothing in the drop-down list.
                  When I hit "Manage", it presents a browse window .... and I don't know where to go from there.
                  Suggestions?

                  aha_1980A Offline
                  aha_1980A Offline
                  aha_1980
                  Lifetime Qt Champion
                  wrote on last edited by
                  #8

                  @Uberlinc Please show the Qt versions tab!

                  If that one is empty, then you simply did not install a Qt version.

                  Make sure to select a version that fits your compiler.

                  Qt has to stay free or it will die.

                  1 Reply Last reply
                  1
                  • U Offline
                    U Offline
                    Uberlinc
                    wrote on last edited by
                    #9

                    Yes, thank you for this!
                    I now have it working.

                    aha_1980A 1 Reply Last reply
                    1
                    • U Uberlinc

                      Yes, thank you for this!
                      I now have it working.

                      aha_1980A Offline
                      aha_1980A Offline
                      aha_1980
                      Lifetime Qt Champion
                      wrote on last edited by
                      #10

                      @Uberlinc Glad you got it working, and thanks for reporting back.

                      Regards

                      Qt has to stay free or it will die.

                      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