Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 759 Bytes

linker-tools-error-lnk1188.md

File metadata and controls

13 lines (11 loc) · 759 Bytes
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: Linker Tools Error LNK1188
Linker Tools Error LNK1188
11/04/2016
LNK1188
LNK1188
4af574b0-5b41-4580-9a37-52a634add995

Linker Tools Error LNK1188

BADFIXUPSECTION:: invalid fixup target 'symbol'; possible zero length section

During a VxD link, the target of a relocation did not have a section. With LINK386 (an older version), an OMF GROUP record (generated by a MASM GROUP directive) may have been used to combine the zero length section with another non-zero length section. COFF format does not support the GROUP directive and zero-length sections. When LINK automatically converts this type of OMF objects to COFF, this error may occur.