Specifications
834 NMAKE Error Messages
Filename: LMAETAPA.DOC Project: MASM Environment and Tools
Template: MSGRIDA1.DOT Author: Nobody Last Saved By: Mike Eddy
Revision #: 136 Page: 834 of 150 Printed: 10/09/00 02:49 PM
U1051 out of memory
The makefile was too large or complex for available memory.
U1052 file filename not found
NMAKE could not find the given file, which was specified with one of the following:
u The /F option
u The !INCLUDE preprocessing directive
u The at sign (@) specifier for a response file
Check that the file exists and the filename is spelled correctly.
U1053 file filename unreadable
The file cannot be read.
One of the following may be a cause:
u The file is in use by another process.
u A bad area exists on disk.
u A bad file-allocation table exists.
U1054 cannot create inline file filename
NMAKE failed to create the given inline file.
One of the following may be a cause:
u A file by that name exists with a read-only attribute.
u The disk is full.
U1055 out of environment space
The operating system ran out of room for environment variables.
Either increase the environment space or set fewer environment variables.
U1056 cannot find command processor
The command processor was not in the path specified in the COMSPEC or PATH
environment variables.
NMAKE uses COMMAND.COM or CMD.EXE as a command processor when
executing commands. It looks for the command processor first in the path set in
COMSPEC. If COMSPEC does not exist, NMAKE searches the directories specified in
PATH.
U1057 cannot delete temporary file filename
NMAKE failed to delete the temporary inline file.