Specifications
Linker Tools Messages Page 5 of 32
Linker miscalc (base relocations off by number)
There was not enough space in the image to write base relocations.
Linker Tools Error LNK1131
no library file specified
The LIB /EXTRACT command required a library as input, but a library filename was not specified.
Linker Tools Error LNK1132
invalid format for MS-DOS stub file "filename"
The filename specified with the /STUB option was not a valid real-mode MS-DOS executable (.EXE)
file.
Linker Tools Error LNK1136
invalid or corrupt file
The input file either has a corrupt header or is zero size or abnormally small. See Corrupt Object File
for more information.
Linker Tools Error LNK1137
invalid argument specified with /SECTION
Either the name or the attributes argument to the /SECTION option is specified incorrectly.
Linker Tools Error LNK1140
too many modules for program database; relink with /PDB:NONE
The project contains more than 4096 modules. One of the following is a solution:
Relink using /PDB:NONE.
Compile some modules without debugging information.
Reduce the number of modules.
Linker Tools Error LNK1141
failure during build of exports file
LINK could not build the exports (.EXP) file. Causes of this error include system problems such as
insufficient memory and syntax errors in options or module-definition statements. This error is
preceded by another error that gives additional information.
Linker Tools Error LNK1143
invalid or corrupt file: no symbol for COMDAT section number
The object file is corrupt. Rebuild the file. See Corrupt Object File for more information.
Linker Tools Error LNK1144
error with LINK_REPRO var; cannot open "filename"
The linker could not create filename. One of the following may be a cause:
Check that you’ve set your LINK_REPRO environment variable to an existing directory and not
the current directory.
Make sure there are no read-only files in the directory.
Make sure none of the files in the LINK_REPRO directory are open by another process,
because the linker needs to write to them.










