Specifications
Linker Tools Messages Page 8 of 32
The build failed due to fixup errors. The /FORCE or /FORCE:UNRESOLVED option overrides this
error.
Linker Tools Error LNK1166
cannot adjust code at offset=offset, va=value
LINK was unable to pad the code as required. Certain instructions are not allowed to cross page
boundaries on some processors. LINK attempts to add pads to correct this situation. In this case,
LINK could not work around the problem.
Linker Tools Error LNK1167
file contains relocs but header has no machine type
A converted COFF object did not have a machine type specified in its header. One cause of this error
is omitting a machine type when converting a .RES file in a separate step before linking.
Linker Tools Error LNK1168
cannot open filename for writing
The given file does not have write permission.
Linker Tools Error LNK1169
one or more multiply defined symbols found
The build failed due to multiple definitions of one or more symbols. This error is preceded by error
LNK2005. The /FORCE or /FORCE:MULTIPLE option overrides this error.
Linker Tools Error LNK1170
line in command file contains limit or more characters
The length of a line in a command file must be less than the given limit.
Linker Tools Error LNK1171
unable to load filename
The given DLL was unavailable. The possible locations for the DLL are the current directory, the
system directory, the Windows directory, and the directories specified in the PATH environment
variable.
Linker Tools Error LNK1172
more than one object with the name "object" found; rename object(s) or relink /PDB:NONE
A library contained two or more objects with the same name. Do one of the following:
Rename the objects using unique names and rebuild the library.
Link using the /PDB:NONE option.
Linker Tools Error LNK1173
unable to find entrypoint function in filename
The given function does not exist in the given DLL.
Linker Tools Error LNK1174
unable to /REBASE filename; not a valid Win32 image
The format of the given file was invalid.
Linker Tools Error LNK1175










