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. Warning: The ABI of the selected debugger does not match the toolchain ABI.
QtWS25 Last Chance

Warning: The ABI of the selected debugger does not match the toolchain ABI.

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
4 Posts 2 Posters 12.4k 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.
  • B Offline
    B Offline
    BrandenBailey18
    wrote on last edited by
    #1

    When looking for the thing causing the Error "File Makefile.Debug doesn't exist" I found that the Tools>Options>Build & Run>Kits>Desktop Qt 5.8.0 MSVC2015_64bit says "Warning: The ABI of the selected debugger does not match the toolchain ABI". Could this be causing the compile time error I'm getting with the Makefile.Debug or is it something different entirely? How do I go about fixing these.? This happens after I reinstalled Qt and create new projects so it's not a problem with my code. Any help would be greatly appreciated!

    Heres the output of my program getting the error:
    09:14:27: Configuration unchanged, skipping qmake step.
    09:14:27: Starting: "C:\Qt\Tools\QtCreator\bin\jom.exe"
    C:\Qt\Tools\QtCreator\bin\jom.exe -f Makefile.Debug
    Error: File Makefile.Debug doesn't exist.
    jom: C:\Users\AdministratorAWL\Google Drive\build-AWLGraph-Qt_5_8_0_for_Windows_Runtime_64bit-Debug\Makefile [debug] Error 2
    09:14:27: The process "C:\Qt\Tools\QtCreator\bin\jom.exe" exited with code 2.
    Error while building/deploying project AWLGraph (kit: Qt 5.8.0 for Windows Runtime 64bit)
    When executing step "Make"
    09:14:27: Elapsed time: 00:00.

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

      Hi and welcome to devnet,

      Did you check that the installed debugger is also 64bit ?

      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
      1
      • B Offline
        B Offline
        BrandenBailey18
        wrote on last edited by
        #3

        Okay I figured it out. I did change the GNU to a 64 bit version but I also made a new project and copied the code from the previous project into it, this gave me a wider variety of kits to choose from instead of just one kit in the previous. It was using Qt 5.8.0 for Windows Runtime 64bit which caused an error in the new project as well but I switched to Desktop Qt 5.8.0 MSVC2015_64 bit and it worked!

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

          Great !

          Then please mark the thread as solved using the "Topic Tools" button so that other forum users may know a solution has been found :)

          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

          • Login

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