Specifications

Linker Tools Messages Page 4 of 32
file in the input.
Linker Tools Error LNK1117
syntax error in option "option"
The given option was not correctly specified.
Linker Tools Error LNK1118
syntax error in keyword statement
The given module-definition statement was not correctly specified.
Linker Tools Error LNK1119
invalid ordinal number "argument"
The argument following the at sign (@) in an ordinal specification was not a valid number. An ordinal
number is an optional argument in either an /EXPORT option in a LINK or LIB command or an
EXPORTS statement in a module-definition file. It is an index into the exports table. The number must
be an integer in the range 1-65535.
Linker Tools Error LNK1120
number unresolved externals
Error LNK1120 gives you a count (number) of unresolved externals for this link. The conditions that
cause unresolved externals are described with error LNK2001 (see Linker Errors LNK2001 to
LNK2014), which precedes this error message (once for each unresolved external).
Linker Tools Error LNK1121
duplicate ordinal number "number"
The given ordinal number was specified more than once in either an /EXPORT option in a LINK or
LIB command or an EXPORTS statement in a module-definition file. Ordinal numbers must be unique
integers in the range 1-65535.
Linker Tools Error LNK1123
failure during conversion to COFF: file invalid or corrupt
The object or resource could not be converted to COFF. This tool requires the format of all input files
to be COFF. If an input file is not COFF, the tool runs a conversion tool, either CVTOMF (to convert
32-bit OMF objects) or CVTRES (to convert resource files). This error is preceded by errors or
warnings from the conversion tool. One of the following may be a cause:
The file is corrupt.
The file is not a valid file type. An example of an invalid type is a 16-bit OMF object.
Linker Tools Error LNK1127
library is corrupt
The library file is corrupt. Rebuild the library.
Linker Tools Error LNK1129
cannot find resolution for weak extern symbol
The given weak external symbol does not have a default resolution. Probably the symbol table is
corrupt. Rebuild the object file. See Corrupt Object File for more information.
Linker Tools Error LNK1130