- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I have installed IntelParallel Studio XE2011. When I tried to buildmy application usingDebug IPP DLL configuration on x64 platform, therewere 3 errors as follows:
l Error 300 fatal error LNK1104: cannot open file 'ippccem64t.lib'
l Error 3999 fatal error LNK1104: cannot open file 'ippcoreem64t.lib'
l Error 2031 fatal error LNK1181: cannot open input file 'ippiem64t.lib'
The following are my settings in Visual studio(other platforms such as Win32 are omitted, other default VC paths are omitted also):
VC directories as follows:
.
.
.
|x64|
...
C:\\Program Files (x86)\\Intel\\Composer XE 2011 SP1\\ipp\\lib\\intel64;
C:\\Program Files (x86)\\Intel\\Composer XE 2011 SP1\\compiler\\lib\\intel64;
C:\\Program Files (x86)\\Microsoft DirectX SDK (June 2010)\\Lib\\x64;
C:\\Program Files\\Point Grey Research\\PGR FlyCapture\\lib64;
.
.
.
.
.
.
.
.
.
|x64|
C:\\Program Files (x86)\\Intel\\Composer XE 2011 SP1\\ipp\\tools\\intel64\\staticlib;
C:\\Program Files (x86)\\Intel\\Composer XE 2011 SP1\\ipp\\include;
C:\\Program Files (x86)\\Intel\\Composer XE 2011 SP1\\compiler\\include;
C:\\Program Files (x86)\\Microsoft DirectX SDK (June 2010)\\Include;
.
.
.
.
.
.
|x64|
C:\\Program Files (x86)\\Intel\\Composer XE 2011 SP1\\ipp\\bin\\intel64;
C:\\Program Files (x86)\\Intel\\Composer XE 2011 SP1\\redist\\intel64\\ipp;
C:\\Program Files (x86)\\Intel\\Composer XE 2011 SP1\\redist\\intel64\\compiler\\irml_c;
C:\\Program Files (x86)\\Intel\\Composer XE 2011 SP1\\redist\\intel64\\compiler\\irml;
C:\\Program Files (x86)\\Intel\\Composer XE 2011 SP1\\redist\\intel64\\compiler;
C:\\Program Files (x86)\\Intel\\Composer XE 2011 SP1\\ipp\\bin;
.
.
.
How do I fix it ?
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
'ippccem64t.lib', 'ippcoreem64t.lib' and 'ippiem64t.lib' is from IPP 6.1 and before version.
You may replace them
to
ippcc_l.lib ippcc_l.lib ippcore_l.lib .
Please see more detials in
New Directory Structure and Library Naming in IPP
Which version of the Intel IPP, Intel MKL and Intel TBB Libraries are Included in the Intel Composer Bundles?
Best Regards,
Ying

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page