Specifications
Linker Tools Messages Page 6 of 32
Linker Tools Error LNK1145
/MERGE created circular link for section "section"
You attempted to merge a section into itself. Check the /MERGE options.
Linker Tools Error LNK1146
no argument specified with option "option"
The given option requires an argument.
Linker Tools Error LNK1147
invalid number specified with option "option"
The argument to the given option was specified incorrectly.
Linker Tools Error LNK1148
failure during conversion to COFF: cannot copy temp file filename
EDITBIN could not convert the input file to COFF. When EDITBIN converts a file, it creates a
temporary file, then copies the file. One of the following may be a cause:
The given file does not have the appropriate permissions.
There was not enough disk space to create the file.
The drive being written to was not available, possibly due to a network problem.
Linker Tools Error LNK1149
output filename matches input filename "filename"
The output filename specified with the /OUT or /IMPLIB option was the same as an input file.
Return to Main Linker Error Page
Linker Errors LNK1152 to LNK1189
Linker Tools Error LNK1152
cannot resolve one or more undecorated symbols
This error is preceded by one warning LNK4022 for each undecorated symbol that could not be
resolved and by at least two warnings LNK4006 for the duplicate symbols found for the undecorated
symbol.
Linker Tools Error LNK1153
/VXD command-line option required
You attempted to build a virtual device driver without the /VXD option. Relink with the /VXD
option.
Linker Tools Error LNK1154
specified import library filename matches exports file "filename"
The filename specified with LINK /IMPORT or with LIB /DEF /OUT conflicted with the filename
given by LINK or LIB to the exports file, which is formed from the base name of the main output file
and the extension .EXP.
Linker Tools Error LNK1155
special symbol "symbol" already defined










