Specifications
Error! Style not defined. 771
Filename: LMAETAPA.DOC Project: MASM Environment and Tools
Template: MSGRIDA1.DOT Author: Nobody Last Saved By: Mike Eddy
Revision #: 136 Page: 771 of 87 Printed: 10/09/00 02:49 PM
U1157 comma or newline missing
A comma or newline character was expected in the command line but did not appear.
One cause of this error is an incorrectly placed comma, as in the following command
line:
LIB math.lib, -mod1 +mod2;
The line must be entered as follows:
LIB math.lib -mod1 +mod2;
U1158 terminator missing
The last line of the response file supplied to LIB did not end with a newline character.
U1161 cannot rename old library
LIB could not rename the old library with a .BAK extension because the .BAK version
already existed with read-only protection.
Change the protection attribute on the .BAK file.
U1162 cannot reopen library
The old library could not be reopened after it was renamed with a .BAK extension.
One of the following may have occurred:
u Another process deleted the file or changed it to read-only.
u The floppy disk containing the file was removed.
u A hard-disk error occurred.
U1163 error writing to cross-reference file
The disk or root directory was full.
Delete or move files to make space.
U1164 name length exceeds 255 characters
A filename specified on the command line exceeded the LIB limit of 255 characters.
Reduce the number of characters in the name.
U1170 too many symbols
The number of symbols in all object files and libraries exceeded the capacity of the
dictionary created by LIB.
Create two or more smaller libraries.
U1171 insufficient memory
LIB did not have enough memory to run.
Remove any shells or resident programs, or add more memory.