There is no GDB binary available for binaries in format "x86-windows-msys-pe-64bit".
-
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 -
@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.
-
@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.
@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
-
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.