Specifications

Linker Tools Messages Page 30 of 32
exports changed; performing full link
One or more exports were added or deleted since the last incremental linking session. LINK attempted
to correct the problem by running a full link to recreate the incremental status (.ILK) file.
Linker Tools Warning LNK6006
program database pdbname missing; performing full link
LINK could not find the program database (.PDB) file that it created during the last incremental
linking session. LINK attempted to correct the problem by running a full link to recreate the
incremental status (.ILK) file.
Linker Tools Warning LNK6008
object file added; performing full link
An object file was added since the last incremental linking session. A full link was required in order to
recreate the incremental status (.ILK) file.
Linker Tools Warning LNK6009
object file removed; performing full link
An object file was removed since the last incremental linking session. A full link was required in order
to recreate the incremental status (.ILK) file.
Linker Tools Warning LNK6010
library changed; performing full link
A library was modified since the last incremental linking session. A full link was required in order to
recreate the incremental status (.ILK) file.
Linker Tools Warning LNK6011
internal limit exceeded; performing full link
An internal limit related to incremental linking was exceeded. LINK attempted to correct the problem
by running a full link to recreate the incremental status (.ILK) file. One cause of this warning is an
.ILK file that exceeds 8MB. If this size is due to the accumulation of dead space, that space will be
recovered in a full link.
Linker Tools Warning LNK6012
precompiled types found; performing full link
An object file was compiled with /Z7 and the program used a precompiled header. LINK attempted to
incrementally link by running a full link to recreate the incremental status (.ILK) file. Rebuild the
object file with /Zi.
Linker Tools Warning LNK6013
padding exhausted: performing full link
An internal limit related to incremental linking was exceeded. LINK attempted to correct the problem
by running a full link to recreate the incremental status (.ILK) file.
Linker Tools Warning LNK6014
symbol reference set changed; performing full link
A reference to a symbol in a library was added since the last incremental linking session. A full link
was required in order to recreate the incremental status (.ILK) file.
Linker Tools Warning LNK6015