Intel® C++ Compiler
Community support and assistance for creating C++ code that runs on platforms based on Intel® processors.

Linking error LNK1318

Singu_Lee
Beginner
558 Views
Hi,
I've been trying to use ICC to compile our product in the past few days.
compilation phase ends without any error, but then I receive the following error during the linking stage.
compiling (and linking) using MSVC works perfectly on VC2010.
Would appreciate any insight as to how to solve this problem.
we using windows7 64bit and 32bit, VC2010 and Intel C++ Studio XE for Windows(Version: 2011 Build: SP1 Build date: 25 Aug 2011)
Here to Error Message-----
ipo_59165obj.obj : fatal error LNK1318: Unexpected PDB error; RPC (23) '(0x000006BA)'
0 Kudos
1 Reply
Om_S_Intel
Employee
558 Views
Could you please try -no-ipo compiler option.

It would be nice to attach a small test case.
0 Kudos
Reply