Specifications
798 LINK Error Messages
Filename: LMAETAPA.DOC Project: MASM Environment and Tools
Template: MSGRIDA1.DOT Author: Nobody Last Saved By: Mike Eddy
Revision #: 136 Page: 798 of 114 Printed: 10/09/00 02:49 PM
L4067 changing default resolution for weak external symbol from oldresolution to
newresolution
LINK found conflicting default resolutions for a weak external. It ignored the first
resolution and used the second.
L4068 ignoring stack size greater than 64K
A stack was defined with an invalid size. LINK assumed 64K.
L4069 filename truncated to filename
A filename specification exceeded the length allowed. LINK assumed the given filename.
L4070 too many public symbols for sorting
LINK uses the stack and all available memory in the near heap to sort public symbols for
the /MAP option. This warning is issued if the number of public symbols exceeds the
space available for them. In addition, the symbols are not sorted in the map file but are
listed in an arbitrary order.
L4076 no segments defined
There was no code in the program.
This warning can occur if the file contains only resources.
L4077 symbol function not defined; ordered allocation ignored
The given function was specified in a FUNCTIONS statement in the module-definition
(.DEF) file, but the function was not defined.
L4079 symbol function already defined for ordered allocation; duplicate ignored
The given function was specified twice in FUNCTIONS statements in the module-
definition (.DEF) file.
L4080 changing substitute name for alias symbol from oldalias to newalias
LINK found conflicting alias names. It ignored the first alias and used the second.
L4081 cannot execute program arguments—message
LINK could not run the given program (with the given arguments) for the given reason.
L4082 changing overlay assignment for segment segment from oldnumber to newnumber
The given segment was assigned to two overlays, represented by oldnumber and
newnumber. LINK assumed the newnumber overlay.
Probably a command-line overlay specification with parentheses conflicted with an
overlay specification in the module-definition (.DEF) file.