Specifications
690 BSCMAKE Error Messages
Filename: LMAETAPA.DOC Project: MASM Environment and Tools
Template: MSGRIDA1.DOT Author: Nobody Last Saved By: Mike Eddy
Revision #: 136 Page: 690 of 6 Printed: 10/09/00 02:49 PM
BK1509 out of heap space
BSCMAKE ran out of memory.
One of the following may be a solution:
u Reduce the memory that BSCMAKE will require by using one or more options. Use
/Ei or /Es to eliminate some input files. Use /Em to eliminate macro bodies.
u Run BSCMAKE (or PWB if you are building a database in PWB) in an MS-DOS
session within Windows to use virtual memory provided under the Windows
operating system.
u Free some memory by removing terminate-and-stay-resident (TSR) software.
u Reconfigure the EMM driver.
u Change CONFIG.SYS to specify fewer buffers (the BUFFERS command) and
fewer drives (the LASTDRIVE command).
u Run BSCMAKEV.EXE instead of BSCMAKE.EXE.
BK1510 corrupt .SBR file filename
The given .SBR file is corrupt or does not have the expected format.
Recompile to regenerate the .SBR file.
BK1511 invalid response file specification
BSCMAKE did not understand the command-line specification for the response file.
The specification was probably wrong or incomplete.
For example, the following specification causes this error:
bscmake @
BK1512 database capacity exceeded
BSCMAKE could not build a database because the number of definitions, references,
modules, or other information exceeded the limit for a database.
One of the following may be a solution:
u Exclude some information using the /Em, /Es, or /Ei option.
u Omit the /Iu option if it was used.
u Divide the list of .SBR files and build multiple databases.