Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Build Error: Could not start process "nmake.exe"
Forum Update on Monday, May 27th 2025

Build Error: Could not start process "nmake.exe"

Scheduled Pinned Locked Moved Unsolved General and Desktop
4 Posts 2 Posters 2.8k 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.
  • E Offline
    E Offline
    ErikB
    wrote on last edited by
    #1

    I have inherited an old project that was written a long while ago. The people who started and completed the project have long since left the company.

    I need to modify and deploy it a new version of it. It is the Windows desktop side of a bootloader system.

    I am running Qt Creator 3.5.1 (enterprise) and compiling for 32-bit systems.

    The compile output reads as follows:

    09:36:27: The process "C:\Qt\5.5\msvc2013\bin\qmake.exe" exited normally.
    09:36:27: Could not start process "nmake.exe"
    Error while building/deploying project HIDBootloader (kit: Desktop Qt 5.5.1 MSVC2013 32bit)
    When executing step "Make"
    09:36:27: Elapsed time: 00:01.

    Can someone help me to interpret this?

    What are the steps in the build process?

    Why is nmake.exe failing to start?

    I suspect that there is a busted path in qmake.exe trying to call nmake.exe but I am not sure. Also, if qmake "exited normally" then this implies that there was no error while executing qmake.exe.

    Note that there are two instances of nmake.exe on my c: drive, located in these places:
    -- C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin
    -- C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\amd64

    If the solution is to fix the path in whatever is trying to call nmake.exe, then which nmake.exe would be correct?

    Thanks for your help, and sorry to ask such a beginner question. This project just fell into my lap and getting it to compile is just one of many headaches....

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi and welcome to devnet,

      Is by any chance your project stored in a path that contains spaces ?

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      E 1 Reply Last reply
      0
      • SGaistS SGaist

        Hi and welcome to devnet,

        Is by any chance your project stored in a path that contains spaces ?

        E Offline
        E Offline
        ErikB
        wrote on last edited by
        #3

        @ErikB said:

        I have inherited an old project that was written a long while ago. The people who started and completed the project have long since left the company.

        I need to modify and deploy it a new version of it. It is the Windows desktop side of a bootloader system.

        I am running Qt Creator 3.5.1 (enterprise) and compiling for 32-bit systems.

        The compile output reads as follows:

        Thanks for the response.

        There are no spaces in the path, anywhere.

        I have since gotten past this problem by re-enabling JOM but I am now getting this seemingly infamous error, "Cannot open file windows.h".

        When I try to select a compiler under "kits", the field is grayed out and read-only.

        I click "manage" and select another compiler (e.g. x86 instead of amd64) and, for some reason, the selection never remains selected. Clicking "apply" and "ok" don't make the selection stick and there are no right-click options.

        Any ideas?

        Thanks again!

        1 Reply Last reply
        0
        • SGaistS Offline
          SGaistS Offline
          SGaist
          Lifetime Qt Champion
          wrote on last edited by
          #4

          You can't just switch from a 32 to a 64 bit compiler.

          Did you install Visual Studio after Qt ?

          Interested in AI ? www.idiap.ch
          Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

          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