Specifications

Error! Style not defined. 837
Filename: LMAETAPA.DOC Project: MASM Environment and Tools
Template: MSGRIDA1.DOT Author: Nobody Last Saved By: Mike Eddy
Revision #: 136 Page: 837 of 153 Printed: 10/09/00 02:49 PM
U1076 name too long
A string exceeded one of the following limits:
u A macro name cannot exceed 1024 characters.
u A target name (including path) cannot exceed 256 characters.
u A command cannot exceed 2048 characters.
U1077 program : return code value
The given command or program called by NMAKE failed and returned the given exit
code.
To suppress this error and continue the NMAKE session, use the /I option, the
.IGNORE dot directive, or the dash () command modifier. To continue the NMAKE
session for unrelated parts of the dependency tree, use the /K option.
U1078 constant overflow at expression
The given expression contained a constant that exceeded the range 2,147,483,648 to
2,147,483,647. The constant appeared in one of the following situations:
u An expression specified with a preprocessing directive
u An error level specified with the dash () command modifier
U1079 illegal expression : divide by zero
An expression tried to divide by zero.
U1080 operator and/or operand usage illegal
The expression incorrectly used an operator or operand.
Check the allowed set of operators and their order of precedence.
U1081 filename : program not found
NMAKE could not find the given program in order to run it.
Make sure that the program is in a directory specified in the PATH environment variable
and is not misspelled.
U1082 command : cannot execute command; out of memory
There is not enough memory to execute the given command.
U1083 target macro target expands to nothing
The given target is an invocation of a macro that has not been defined or has a null value.
NMAKE cannot process a null target.