Linker Warnings LNK6001 to LNK6026

Linker Tools Warning LNK6001
insufficient disk space; performing full link
There was not enough space on disk for LINK to incrementally link the program. LINK attempted to correct the problem and recover disk space by running a full link to recreate the incremental status (.ILK) file.

Linker Tools Warning LNK6002
invalid .ILK file found; performing full link
The incremental status (.ILK) file was not valid. Probably the previous incremental linking session was interrupted. LINK attempted to correct the problem by running a full link to recreate the incremental status (.ILK) file.

Linker Tools Warning LNK6003
LINK options changed; performing full link
The options specified to the linker differed from the options used during the previous incremental linking session. LINK attempted to correct the problem by running a full link to recreate the incremental status (.ILK) file.

Linker Tools Warning LNK6004
filename not found or not built by the last incremental link; performing full link
The given file was either deleted or changed 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 LNK6005
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
bss (uninitialized data) change; performing full link
A bss symbol was changed since the last incremental linking session. A full link was required in order to recreate the incremental status (.ILK) file.

Linker Tools Warning LNK6016
absolute symbol changed; performing full link
The address of an absolute symbol was changed since the last incremental linking session. A full link was required in order to recreate the incremental status (.ILK) file.

Linker Tools Warning LNK6017
set of library modules referenced changed; performing full link
A full link was required in order to recreate the incremental status (.ILK) file.

Linker Tools Warning LNK6018
multiple definitions found for "symbol"; performing full link
A full link was required in order to recreate the incremental status (.ILK) file.

Linker Tools Warning LNK6019
directive changed; performing full link
A directive was added or deleted since the last incremental linking session. A full link was required in order to recreate the incremental status (.ILK) file.

Linker Tools Warning LNK6020
ILK file not built by this linker; performing full link
The version number of the .ILK file was incorrect for this version of LINK. LINK attempted to correct the problem by running a full link to recreate the incremental status (.ILK) file.

Linker Tools Warning LNK6021
performing full link
A full link was required in order to create the incremental status (.ILK) file.

Linker Tools Warning LNK6022
unable to load .ILK file; performing full link
The .incremental status (.ILK) file is unavailable because of the actions of another process.

Linker Tools Warning LNK6023
unable to extend map for .ILK file; performing full link
The .incremental status (.ILK) file cannot be written to because of the actions of another process.

Linker Tools Warning LNK6024
Mac Resource File "filename" changed; performing full link
A full link was required in order to recreate the incremental status (.ILK) file.

Linker Tools Warning LNK6025
unable to do comdat selection; performing full link
A full link was required in order to recreate the incremental status (.ILK) file.

Linker Tools Warning LNK6026
obsolete DBI format found; performing full link
A full link was required. The format of debugging information from Visual C++ version 4.0 or earlier. Code that was initially linked with version 4.0 and that is now linked with a later version thus has inconsistent debugging information. Therefore, a full link was performed to rectify the inconsistency.


Return to Main Linker Error Page