Specifications
792 LINK Error Messages
Filename: LMAETAPA.DOC Project: MASM Environment and Tools
Template: MSGRIDA1.DOT Author: Nobody Last Saved By: Mike Eddy
Revision #: 136 Page: 792 of 108 Printed: 10/09/00 02:49 PM
L2062 continuation of COMDAT function has conflicting attributes; record ignored
This is a translator error.
Note which translator (compiler or assembler) produced the incorrect object module and
the circumstances in which it was produced. Please report this error to Microsoft
Corporation by following the instructions in the “Microsoft Support Services” section of
the introduction to this book.
L2063 function is allocated in undefined segment
The given function was allocated to a nonexistent segment.
L2064 starting address not in the root overlay
The segment or object file that contains the starting address for the program was placed
into an overlay.
The starting address in a C-language program is provided by the main function.
LINK Warning Messages
L4000 segment displacement included near offset in segment segment
This is the warning generated by the /W option.
L4001 frame-relative fixup, frame ignored near offset in segment segment
A reference was made relative to a segment or group that is different from the target
segment of the reference.
For example, if _id1 is defined in segment _TEXT, the instruction call DGROUP:_id1
produces this warning. The frame DGROUP is ignored, so LINK treats the call as if it
were call _TEXT:_id1.
L4002 frame-relative absolute fixup near offset in segment segment
A reference was made relative to a segment or group that was different from the target
segment of the reference, and both segments are absolute (defined with AT).
LINK assumed that the executable file will be run only with MS-DOS.
L4004 possible fixup overflow at offset in segment segment
A near call or jump was made to another segment that was not a member of the same
group as the segment from which the call or jump was made.
This can cause an incorrect real-
mode address calculation when the distance between the
paragraph address (frame number) of the segment group and the target segment is greater
than 64K, even though the distance between the segment where the call or jump was
actually made and the target segment is less than 64K.
L4010 invalid alignment specification
The number specified in the /ALIGN option must be a power of 2 in the range 2–32,768.