Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 800 Bytes

nmake-fatal-error-u1045.md

File metadata and controls

15 lines (12 loc) · 800 Bytes
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: NMAKE Fatal Error U1045
NMAKE Fatal Error U1045
08/11/2019
U1045
U1045
dc70d162-14b9-4107-9237-7514044d72e3

NMAKE Fatal Error U1045

spawn failed : message

A program or command called by NMAKE failed for reason in message. When NMAKE calls another program, for example, the compiler or linker, the call may fail. Or, an error may be returned by the called program. This message is used to report the error.

To fix this issue, first determine the cause of the error. You can use the commands reported by the NMAKE /N option to verify the environment settings and to repeat the actions done by NMAKE on the command line.