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

ipo_53485obj.obj : fatal error LNK1318: Unexpected PDB error; RPC (23) '(0x000006BA)'

vetroxl
Beginner
1,192 Views
Hi,
I am receiving the error:ipo_53485obj.obj : fatal error LNK1318: Unexpected PDB error; RPC (23) '(0x000006BA)' with version 12.1 update 11. If I turn off /DEBUG in release mode then it compiles but V-Tune won't be able to resolve any funciton listings.
thanks
0 Kudos
1 Solution
Hubert_H_Intel
Employee
1,192 Views

Did you IPO swith off as stated in the release notes and also mentioned in the article http://software.intel.com/en-us/forums/showthread.php?t=106562 ?
You need to remove option /Qipo from the compiler switches and add /qnoipo in the linker options.
Regards,
Hubert.

View solution in original post

0 Kudos
1 Reply
Hubert_H_Intel
Employee
1,193 Views

Did you IPO swith off as stated in the release notes and also mentioned in the article http://software.intel.com/en-us/forums/showthread.php?t=106562 ?
You need to remove option /Qipo from the compiler switches and add /qnoipo in the linker options.
Regards,
Hubert.

0 Kudos
Reply