QT 5.15.0 install :
-
@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 :
-
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:
Note that it's called 7.3.9 but that's a typo, when you click on it it should show:
In this CMD window typegdb
-
@hskoglund Nothing more :
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.
-
@hskoglund
It doesn't works.
But it's normal because gdb.exe is not in the directory : "C:\Programmation\Qt\Tools\mingw810_64\bin".
It is in : "C:\Programmation\Qt\Tools\mingw810_64\bin". So i tried also.
Perhaps an issue of Path in the Qt configuration ! But i don't think so because it can launch G++.exe. -
@hskoglund said in QT 5.15.0 install ::
C:\Programmation\Qt\Tools\mingw810_64\opt\bin\python
I have also Python installed on my computer. The V3.8.3.
Here the result :
-
@hskoglund said in QT 5.15.0 install ::
set path=C:\Programmation\Qt\Tools\mingw810_64\bin;C:\Programmation\Qt\Tools\mingw810_64\opt\bin
-
Hmm, you could be right, that your installed Python V3.8.3 is bullying MinGW's python 2.7, because on my Windows 10 without any Python 3.8.3 installed, when I set the path
set path=C:\Qt\Tools\mingw810_64\bin;C:\Qt\Tools\mingw810_64\opt\bin
and typegdborig
this shows: