There is no GDB binary available for binaries in format "x86-windows-msys-pe-64bit".
-
wrote on 4 Dec 2023, 07:27 last edited by febinzcs 12 Apr 2023, 07:27
I'm getting the particular error message when i try to launch a debug session on the Qt creator " There is no GDB binary available for binaries in format "x86-windows-msys-pe-64bit". ", and I got an error when I was installing the Qt creator.
Don't know if the above error is the reason for this issue, any help on this would be really great.thanks,
febin -
I'm getting the particular error message when i try to launch a debug session on the Qt creator " There is no GDB binary available for binaries in format "x86-windows-msys-pe-64bit". ", and I got an error when I was installing the Qt creator.
Don't know if the above error is the reason for this issue, any help on this would be really great.thanks,
febin@febinzcs Start the Qt maintenance tool select and install the GDB debugger.
-
@jsulm I can't find the GDB debugger while searching inside the maintenance tool. The debugging tools for windows and CDB debugger support are already installed.
@febinzcs It is part of MinGW. You can try to unsinstall it and then install again.
-
wrote on 4 Dec 2023, 09:34 last edited by
@jsulm when I tried to reinstall MinGW after removing it, some similar errors were stopping the installation process. I've tried with a different mirror for the maintenance tool, and installed MinGW. Now the debugger is alright. Thanks for the help and really appreciate you time.
-
-
@jsulm when I tried to reinstall MinGW after removing it, some similar errors were stopping the installation process. I've tried with a different mirror for the maintenance tool, and installed MinGW. Now the debugger is alright. Thanks for the help and really appreciate you time.
-
@febinzcs There is no GDB binary available for binaries in format "x86-windows-msvc2019-pe-32bit". I have also encountered a similar problem. How did you solve it before
Hi @LUser,
your problem is different:
x86-windows-msvc2019-pe-32bit
MSVC uses the CDB debugger, not GDB.
You have to install the Debugging Tools for Windows.
Regards
-
@jsulm when I tried to reinstall MinGW after removing it, some similar errors were stopping the installation process. I've tried with a different mirror for the maintenance tool, and installed MinGW. Now the debugger is alright. Thanks for the help and really appreciate you time.
wrote on 4 Jan 2024, 11:50 last edited by@febinzcs Hey I have the same issue as you do. Would you mind telling me which mirror you used of the maintanence tool and how exactly you would change that? Thank you
-
@febinzcs Hey I have the same issue as you do. Would you mind telling me which mirror you used of the maintanence tool and how exactly you would change that? Thank you
@MichaelHueppe You just need to click on the link @febinzcs posted
-
wrote on 1 Oct 2024, 08:54 last edited by
recently started my studies and we require QT for the course but I have the same problem, I've tried several mirrors of the installer but with no luck, don't know how to go forward as I'm completely new to all of this.