Specifications
840 NMAKE Error Messages
Filename: LMAETAPA.DOC Project: MASM Environment and Tools
Template: MSGRIDA1.DOT Author: Nobody Last Saved By: Mike Eddy
Revision #: 136 Page: 840 of 156 Printed: 10/09/00 02:49 PM
U2001 no more file handles (too many files open)
NMAKE could not find a free file handle.
One of the following may be a solution:
u Reduce recursion in the build procedures.
u In MS-DOS, increase the number of file handles by changing the FILES setting in
CONFIG.SYS to allow a larger number of open files. FILES=50 is the recommended
setting.
NMAKE Warning Messages
U4001 command file can be invoked only from command line
A command file, which is invoked by the at sign (@) specifier, cannot contain a
specification for another command file. Such nesting is not allowed. The specification
was ignored.
U4002 resetting value of special macro macroname
The given predefined macro was redefined.