Specifications

Error! Style not defined. 689
Filename: LMAETAPA.DOC Project: MASM Environment and Tools
Template: MSGRIDA1.DOT Author: Nobody Last Saved By: Mike Eddy
Revision #: 136 Page: 689 of 5 Printed: 10/09/00 02:49 PM
BK1505 cannot read from file filename
BSCMAKE could not read from the given file.
One of the following may have occurred:
u The file was corrupt.
u The file was truncated. Truncation can occur if the compiler runs out of disk space
or is interrupted when it is creating the .SBR file.
BK1506 cannot open file filename
BSCMAKE could not open the given file.
One of the following may have occurred:
u
No more file handles were available. Increase the number of file handles by changing
the FILES setting in CONFIG.SYS to allow a larger number of ope
n files. FILES=50
is the recommended setting.
u The file was locked by another process.
u The disk was full.
u A hardware error occurred.
u The specified output file had the same name as an existing subdirectory.
BK1507 cannot open temporary file filename
BSCMAKE could not open one of its temporary files.
One of the following may have occurred:
u
No more file handles were available. 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.
u The TMP environment variable was not set to a valid drive and directory.
u The disk was full.
BK1508 cannot delete temporary file filename
BSCMAKE could not delete one of its temporary files.
One of the following may have occurred:
u Another process had the file open.
u A hardware error occurred.