Specifications

782 LINK Error Messages
Filename: LMAETAPA.DOC Project: MASM Environment and Tools
Template: MSGRIDA1.DOT Author: Nobody Last Saved By: Mike Eddy
Revision #: 136 Page: 782 of 98 Printed: 10/09/00 02:49 PM
L1072 common area exceeds 64K
The program had more than 65,536 bytes of communal variables. This error occurs only
with programs produced by the Microsoft FORTRAN optimizing compiler or other
compilers that support communal variables.
L1073 file-segment limit exceeded
The number of physical or file segments exceeded the limit of 255 imposed by the
Windows operating system for each application or dynamic-link library.
A file segment is created for each group definition, nonpacked logical segment, and set of
packed segments.
Reduce the number of segments, or put more information into each segment. Use the
/PACKC option or the /PACKD option or both.
L1074 group : group exceeds 64K
The given group exceeds the limit of 65,536 bytes.
Reduce the size of the group, or remove any unneeded segments from the group. Refer
to the map file for a listing of segments.
L1075 entry table exceeds 64K–1
The entry table exceeded the limit of 65,535 bytes.
The table contains an entry for each exported routine and for each address that is the
target of a far relocation, when PROTMODE is not enabled and the target segment is
designated MOVABLE.
Declare PROTMODE if applicable, reduce the number of exported routines, or make
some segments FIXED if possible.
L1078 file-segment alignment too small
The segment-alignment size specified with the /ALIGN option was too small.
L1080 cannot open list file
The disk or the root directory was full.
Delete or move files to make space.
L1081 out of space for run file
The disk or the root directory was full.
Delete or move files to make space.
L1082 filename : stub file not found
LINK could not open the file given in the STUB statement in the module-definition
(.DEF) file.
The file must be in the current directory or in a directory specified by the PATH
environment variable.