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. Could not start process "mingw32-make.exe" qmake_all
Forum Updated to NodeBB v4.3 + New Features

Could not start process "mingw32-make.exe" qmake_all

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

    Hi guys,
    I am new to Qt. I got this source code which was written using Qt as the project has .pro extension. I thought that easy, I can open it with Qt or Qt creator ( what is the difference between this 2 guys?). I spent the last week trying to install Qt creator but no luck and I was going round in circle trying different things and now I gave up and I am asking help.
    I used the installation file "qt-unified-windows-x86-3.0.2-online" from Qt website and I installed Qt creator 4.6.0 and the installation was ok. I created a Hello Word project just to see if it works but it didn't . I got this error message :( Compiler output)
    09:12:11: Running steps for project rob5...
    09:12:11: Starting: "C:\Qt\5.9.3\mingw53_32\bin\qmake.exe" "C:\Users\rabmerab\Documents\Qt projects\rab5\rab5.pro" -spec win32-g++ "CONFIG+=debug" "CONFIG+=qml_debug"
    09:12:13: The process "C:\Qt\5.9.3\mingw53_32\bin\qmake.exe" exited normally.
    09:12:13: Could not start process "mingw32-make.exe" qmake_all
    Error while building/deploying project rab5 (kit: Desktop Qt 5.9.3 MinGW 32bit)
    The kit Desktop Qt 5.9.3 MinGW 32bit has configuration issues which might be the root cause for this problem.
    When executing step "qmake"
    09:12:13: Elapsed time: 00:02.

    I searched manually for the file mingw32-make.exe in Q folder and program folder but nowhere to be seen.
    Can someone put some light on this issue?
    Many thanks in advance

    NB: I am using Qt Creator 4.6.0-beta (4.5.82) based on Qt 5.10.0 (MSVC 2015, 32bit)
    on Windows10 64bit

    1 Reply Last reply
    0
    • R Offline
      R Offline
      robrob
      wrote on last edited by
      #2

      I just noticed this error:
      "GNU gdb7.10.1 for MinGW 5.3.0 C:\Qt\Tools\mingw530_32\bin\gdb.exe NOT Recognized " in the Buit and Run --> Debuggers dialog box.

      I just wanted to add that I got this Kits and Qt Version:
      Desktop Qt5.10.0 MinGW 32bits3
      Desktop Qt5.10.1 MinGW 32bits3
      Desktop Qt5.9.3 MinGW 32bits3
      They have a yellow exclamation mark warning sign ico

      1 Reply Last reply
      0
      • R Offline
        R Offline
        robrob
        wrote on last edited by
        #3

        My first installation issue is resolved. After 03 or 04 clean installation, now I can compile and run Hello Word project in the Qt Creator 4.5.1 which is good. But the headache start again with the second part of the exercise.
        Now the more important part is to open the project and add more functionalities. It has a graphical Interface and I wanted to add one button. I manage to open the project but when I build the project, I had this error.
        Does anyone have the slight idea how to resolve this issue?
        Your help would be very appreciated !

        18:58:12: Running steps for project SA430Gui...
        18:58:12: Starting: "C:\Qt\5.10.1\mingw53_32\bin\qmake.exe" "C:\Users\rabmerab\Documents\Qt projects\SA430.Gui\V2.0\Src\SA430Gui.pro" -spec win32-g++ "CONFIG+=debug" "CONFIG+=qml_debug"
        Info: creating stash file C:\Users\rabmerab\Documents\Qt projects\SA430.Gui\V2.0\build-SA430Gui-Desktop_Qt_5_10_1_MinGW_32bit-Debug.qmake.stash
        18:58:18: The process "C:\Qt\5.10.1\mingw53_32\bin\qmake.exe" exited normally.
        18:58:19: Starting: "C:\Qt\Tools\mingw530_32\bin\mingw32-make.exe" qmake_all
        mingw32-make: Nothing to be done for 'qmake_all'.
        18:58:22: The process "C:\Qt\Tools\mingw530_32\bin\mingw32-make.exe" exited normally.
        18:58:22: Starting: "C:\Qt\Tools\mingw530_32\bin\mingw32-make.exe"
        C:/Qt/Tools/mingw530_32/bin/mingw32-make -f Makefile.Debug
        mingw32-make[1]: Entering directory 'C:/Users/rabmerab/Documents/Qt projects/SA430.Gui/V2.0/build-SA430Gui-Desktop_Qt_5_10_1_MinGW_32bit-Debug'
        C:\Qt\5.10.1\mingw53_32\bin\uic.exe ..\Src\mainwindow.ui -o ui_mainwindow.h
        C:\Qt\5.10.1\mingw53_32\bin\uic.exe ..\Src\appFwUpdater.ui -o ui_appFwUpdater.h
        g++ -c -fno-keep-inline-dllexport -g -std=gnu++11 -Wall -W -Wextra -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DQT_QML_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -DQT_NEEDS_QMAIN -I..\Src -I. -IC:/QtSDK/qwt-6.0.0/src -I../sa430 -IC:\Qt\5.10.1\mingw53_32\include -IC:\Qt\5.10.1\mingw53_32\include\QtWidgets -IC:\Qt\5.10.1\mingw53_32\include\QtGui -IC:\Qt\5.10.1\mingw53_32\include\QtANGLE -IC:\Qt\5.10.1\mingw53_32\include\QtXml -IC:\Qt\5.10.1\mingw53_32\include\QtCore -Idebug -I. -IC:\Qt\5.10.1\mingw53_32\mkspecs\win32-g++ -o debug\main.o ..\Src\main.cpp
        g++ -c -fno-keep-inline-dllexport -g -std=gnu++11 -Wall -W -Wextra -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DQT_QML_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -DQT_NEEDS_QMAIN -I..\Src -I. -IC:/QtSDK/qwt-6.0.0/src -I../sa430 -IC:\Qt\5.10.1\mingw53_32\include -IC:\Qt\5.10.1\mingw53_32\include\QtWidgets -IC:\Qt\5.10.1\mingw53_32\include\QtGui -IC:\Qt\5.10.1\mingw53_32\include\QtANGLE -IC:\Qt\5.10.1\mingw53_32\include\QtXml -IC:\Qt\5.10.1\mingw53_32\include\QtCore -Idebug -I. -IC:\Qt\5.10.1\mingw53_32\mkspecs\win32-g++ -o debug\mainwindow.o ..\Src\mainwindow.cpp

        Makefile.Debug:1350: recipe for target 'debug/mainwindow.o' failed
        mingw32-make[1]: Leaving directory 'C:/Users/rabmerab/Documents/Qt projects/SA430.Gui/V2.0/build-SA430Gui-Desktop_Qt_5_10_1_MinGW_32bit-Debug'
        mingw32-make[1]: *** [debug/mainwindow.o] Error 1
        Makefile:36: recipe for target 'debug' failed
        mingw32-make: *** [debug] Error 2
        18:58:46: The process "C:\Qt\Tools\mingw530_32\bin\mingw32-make.exe" exited with code 2.
        Error while building/deploying project SA430Gui (kit: Desktop Qt 5.10.1 MinGW 32bit)
        When executing step "Make"
        18:58:46: Elapsed time: 00:34.

        R 1 Reply Last reply
        1
        • R robrob

          My first installation issue is resolved. After 03 or 04 clean installation, now I can compile and run Hello Word project in the Qt Creator 4.5.1 which is good. But the headache start again with the second part of the exercise.
          Now the more important part is to open the project and add more functionalities. It has a graphical Interface and I wanted to add one button. I manage to open the project but when I build the project, I had this error.
          Does anyone have the slight idea how to resolve this issue?
          Your help would be very appreciated !

          18:58:12: Running steps for project SA430Gui...
          18:58:12: Starting: "C:\Qt\5.10.1\mingw53_32\bin\qmake.exe" "C:\Users\rabmerab\Documents\Qt projects\SA430.Gui\V2.0\Src\SA430Gui.pro" -spec win32-g++ "CONFIG+=debug" "CONFIG+=qml_debug"
          Info: creating stash file C:\Users\rabmerab\Documents\Qt projects\SA430.Gui\V2.0\build-SA430Gui-Desktop_Qt_5_10_1_MinGW_32bit-Debug.qmake.stash
          18:58:18: The process "C:\Qt\5.10.1\mingw53_32\bin\qmake.exe" exited normally.
          18:58:19: Starting: "C:\Qt\Tools\mingw530_32\bin\mingw32-make.exe" qmake_all
          mingw32-make: Nothing to be done for 'qmake_all'.
          18:58:22: The process "C:\Qt\Tools\mingw530_32\bin\mingw32-make.exe" exited normally.
          18:58:22: Starting: "C:\Qt\Tools\mingw530_32\bin\mingw32-make.exe"
          C:/Qt/Tools/mingw530_32/bin/mingw32-make -f Makefile.Debug
          mingw32-make[1]: Entering directory 'C:/Users/rabmerab/Documents/Qt projects/SA430.Gui/V2.0/build-SA430Gui-Desktop_Qt_5_10_1_MinGW_32bit-Debug'
          C:\Qt\5.10.1\mingw53_32\bin\uic.exe ..\Src\mainwindow.ui -o ui_mainwindow.h
          C:\Qt\5.10.1\mingw53_32\bin\uic.exe ..\Src\appFwUpdater.ui -o ui_appFwUpdater.h
          g++ -c -fno-keep-inline-dllexport -g -std=gnu++11 -Wall -W -Wextra -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DQT_QML_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -DQT_NEEDS_QMAIN -I..\Src -I. -IC:/QtSDK/qwt-6.0.0/src -I../sa430 -IC:\Qt\5.10.1\mingw53_32\include -IC:\Qt\5.10.1\mingw53_32\include\QtWidgets -IC:\Qt\5.10.1\mingw53_32\include\QtGui -IC:\Qt\5.10.1\mingw53_32\include\QtANGLE -IC:\Qt\5.10.1\mingw53_32\include\QtXml -IC:\Qt\5.10.1\mingw53_32\include\QtCore -Idebug -I. -IC:\Qt\5.10.1\mingw53_32\mkspecs\win32-g++ -o debug\main.o ..\Src\main.cpp
          g++ -c -fno-keep-inline-dllexport -g -std=gnu++11 -Wall -W -Wextra -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DQT_QML_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -DQT_NEEDS_QMAIN -I..\Src -I. -IC:/QtSDK/qwt-6.0.0/src -I../sa430 -IC:\Qt\5.10.1\mingw53_32\include -IC:\Qt\5.10.1\mingw53_32\include\QtWidgets -IC:\Qt\5.10.1\mingw53_32\include\QtGui -IC:\Qt\5.10.1\mingw53_32\include\QtANGLE -IC:\Qt\5.10.1\mingw53_32\include\QtXml -IC:\Qt\5.10.1\mingw53_32\include\QtCore -Idebug -I. -IC:\Qt\5.10.1\mingw53_32\mkspecs\win32-g++ -o debug\mainwindow.o ..\Src\mainwindow.cpp

          Makefile.Debug:1350: recipe for target 'debug/mainwindow.o' failed
          mingw32-make[1]: Leaving directory 'C:/Users/rabmerab/Documents/Qt projects/SA430.Gui/V2.0/build-SA430Gui-Desktop_Qt_5_10_1_MinGW_32bit-Debug'
          mingw32-make[1]: *** [debug/mainwindow.o] Error 1
          Makefile:36: recipe for target 'debug' failed
          mingw32-make: *** [debug] Error 2
          18:58:46: The process "C:\Qt\Tools\mingw530_32\bin\mingw32-make.exe" exited with code 2.
          Error while building/deploying project SA430Gui (kit: Desktop Qt 5.10.1 MinGW 32bit)
          When executing step "Make"
          18:58:46: Elapsed time: 00:34.

          R Offline
          R Offline
          robrob
          wrote on last edited by
          #4

          @robrob said in Could not start process "mingw32-make.exe" qmake_all:

          My first installation issue is resolved. After 03 or 04 clean installation, now I can compile and run Hello Word project in the Qt Creator 4.5.1 which is good. But the headache start again with the second part of the exercise.
          Now the more important part is to open the project and add more functionalities. It has a graphical Interface and I wanted to add one button. I manage to open the project but when I build the project, I had this error.
          Does anyone have the slight idea how to resolve this issue?
          Your help would be very appreciated !

          18:58:12: Running steps for project SA430Gui...
          18:58:12: Starting: "C:\Qt\5.10.1\mingw53_32\bin\qmake.exe" "C:\Users\rabmerab\Documents\Qt projects\SA430.Gui\V2.0\Src\SA430Gui.pro" -spec win32-g++ "CONFIG+=debug" "CONFIG+=qml_debug"
          Info: creating stash file C:\Users\rabmerab\Documents\Qt projects\SA430.Gui\V2.0\build-SA430Gui-Desktop_Qt_5_10_1_MinGW_32bit-Debug.qmake.stash
          18:58:18: The process "C:\Qt\5.10.1\mingw53_32\bin\qmake.exe" exited normally.
          18:58:19: Starting: "C:\Qt\Tools\mingw530_32\bin\mingw32-make.exe" qmake_all
          mingw32-make: Nothing to be done for 'qmake_all'.
          18:58:22: The process "C:\Qt\Tools\mingw530_32\bin\mingw32-make.exe" exited normally.
          18:58:22: Starting: "C:\Qt\Tools\mingw530_32\bin\mingw32-make.exe"
          C:/Qt/Tools/mingw530_32/bin/mingw32-make -f Makefile.Debug
          mingw32-make[1]: Entering directory 'C:/Users/rabmerab/Documents/Qt projects/SA430.Gui/V2.0/build-SA430Gui-Desktop_Qt_5_10_1_MinGW_32bit-Debug'
          C:\Qt\5.10.1\mingw53_32\bin\uic.exe ..\Src\mainwindow.ui -o ui_mainwindow.h
          C:\Qt\5.10.1\mingw53_32\bin\uic.exe ..\Src\appFwUpdater.ui -o ui_appFwUpdater.h
          g++ -c -fno-keep-inline-dllexport -g -std=gnu++11 -Wall -W -Wextra -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DQT_QML_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -DQT_NEEDS_QMAIN -I..\Src -I. -IC:/QtSDK/qwt-6.0.0/src -I../sa430 -IC:\Qt\5.10.1\mingw53_32\include -IC:\Qt\5.10.1\mingw53_32\include\QtWidgets -IC:\Qt\5.10.1\mingw53_32\include\QtGui -IC:\Qt\5.10.1\mingw53_32\include\QtANGLE -IC:\Qt\5.10.1\mingw53_32\include\QtXml -IC:\Qt\5.10.1\mingw53_32\include\QtCore -Idebug -I. -IC:\Qt\5.10.1\mingw53_32\mkspecs\win32-g++ -o debug\main.o ..\Src\main.cpp
          g++ -c -fno-keep-inline-dllexport -g -std=gnu++11 -Wall -W -Wextra -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DQT_QML_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -DQT_NEEDS_QMAIN -I..\Src -I. -IC:/QtSDK/qwt-6.0.0/src -I../sa430 -IC:\Qt\5.10.1\mingw53_32\include -IC:\Qt\5.10.1\mingw53_32\include\QtWidgets -IC:\Qt\5.10.1\mingw53_32\include\QtGui -IC:\Qt\5.10.1\mingw53_32\include\QtANGLE -IC:\Qt\5.10.1\mingw53_32\include\QtXml -IC:\Qt\5.10.1\mingw53_32\include\QtCore -Idebug -I. -IC:\Qt\5.10.1\mingw53_32\mkspecs\win32-g++ -o debug\mainwindow.o ..\Src\mainwindow.cpp

          Makefile.Debug:1350: recipe for target 'debug/mainwindow.o' failed
          mingw32-make[1]: Leaving directory 'C:/Users/rabmerab/Documents/Qt projects/SA430.Gui/V2.0/build-SA430Gui-Desktop_Qt_5_10_1_MinGW_32bit-Debug'
          mingw32-make[1]: *** [debug/mainwindow.o] Error 1
          Makefile:36: recipe for target 'debug' failed
          mingw32-make: *** [debug] Error 2
          18:58:46: The process "C:\Qt\Tools\mingw530_32\bin\mingw32-make.exe" exited with code 2.
          Error while building/deploying project SA430Gui (kit: Desktop Qt 5.10.1 MinGW 32bit)
          When executing step "Make"
          18:58:46: Elapsed time: 00:34.

          I will create new thread for this as it is new topic.

          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