Can't build.
-
Hi, I'm trying to build a program, but it shows this error:
Compiler feature detection failure! The command "C:\MinGW\mingw32\bin\dlltool.exe -dumpmachine" terminated with exit code 1. C:\MinGW\mingw32\bin\dlltool.exe: Can't open def file: umpmachine
And
Could not start process "BuildConsole.exe" "/Command= "\""C:\Qt\Tools\mingw1120_64\bin\mingw32-make.exe"\"" " "/AvoidLocal=OFF". Error while building/deploying project loader (kit: Desktop Qt 6.3.0 MinGW 64-bit) When executing step "IncrediBuild for Windows"
How can I fix this?
Thanks. -
Hi and welcome to devnet,
The first one looks like either a wrong parameter has been passed or the wrong command line is used. But that version of MinGW is something that you installed outside of the Qt ecosystem.
As for the second, you should check with the folks of IncrediBuild since there error is with that tool from what it looks like.
-
Hi, Thank you for the reply!
That's strange, I installed minGW with the normal installation setup...
Do you have any ideas on how to fix it?
Thank you, -
Hi, Thank you for the reply!
That's strange, I installed minGW with the normal installation setup...
Do you have any ideas on how to fix it?
Thank you,@MEddy-in-COM9 said in Can't build.:
I installed minGW with the normal installation setup
Do you mean you install it using Qt online/offline installer?
-
@MEddy-in-COM9 said in Can't build.:
I installed minGW with the normal installation setup
Do you mean you install it using Qt online/offline installer?
@jsulm said in Can't build.:
@MEddy-in-COM9 said in Can't build.:
I installed minGW with the normal installation setup
Do you mean you install it using Qt online/offline installer?
Exactly... that is pretty strange, right? Have you got any ideas on how to fix this?
-
Hi, I'm trying to build a program, but it shows this error:
Compiler feature detection failure! The command "C:\MinGW\mingw32\bin\dlltool.exe -dumpmachine" terminated with exit code 1. C:\MinGW\mingw32\bin\dlltool.exe: Can't open def file: umpmachine
And
Could not start process "BuildConsole.exe" "/Command= "\""C:\Qt\Tools\mingw1120_64\bin\mingw32-make.exe"\"" " "/AvoidLocal=OFF". Error while building/deploying project loader (kit: Desktop Qt 6.3.0 MinGW 64-bit) When executing step "IncrediBuild for Windows"
How can I fix this?
Thanks.@MEddy-in-COM9 said in Can't build.:
C:\MinGW\mingw32\bin\dlltool.exe
This does not look like MinGW installation provided by Qt installer. Do you have another MinGW installation?
-
@MEddy-in-COM9 said in Can't build.:
C:\MinGW\mingw32\bin\dlltool.exe
This does not look like MinGW installation provided by Qt installer. Do you have another MinGW installation?
@jsulm
Yes, I do...
Does this create a problem? -
The online installer provides the MinGW version that has been used to build the Qt package which guarantees working conditions.
Mixing in a different version may create issues.
-
Thank you very much!