- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Just installed the Intel C++ Compiler and created a simple Hello World app to test it and I am getting the following errors.
1>Linking... (Intel C++ Environment)
1>ipo: error #11017: Cannot open ipps
1>ipo: error #11017: Cannot open ippvm
1>ipo: error #11017: Cannot open ippcore
1>xilink: executing 'link'
1>LINK : fatal error LNK1104: cannot open file 'ipps.lib'
1>Build log was saved at "file://C:\\Users\\ColdFire\\Documents\\Visual Studio 2008\\Projects\\testApp\\testApp\\Release\\BuildLog.htm"
1>testApp - 4 error(s), 0 warning(s)
Using Windows 7 Ultimate 64 Bit, Visual Studio 2008 Pro.
If anyone could give me a hand fixing this I would appreciate it!
Oh it only happens when I set Use Intel Optimized Headers in the Properties -- C/C++ -- Optimization options.
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
please state which compiler version you are using . is it beta? i think this issue should be fixed in the latest compiler release.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
There might be several cases you saw this link error.
1. IPP is not installed but you're trying to use it through the Component Selection icon
2. if the helloworld.sln is old, maybe reset the IPP linked lib using Component Selection dlg: uncheck "Use IPP", click "Apply"; then recheck "Use IPP", click "Apply"; then rebuild
3. the ipp libs are manually added to the linker option - correct the IPP lib path
Let me know if any of above helps.
thanks,
Jennifer
1. IPP is not installed but you're trying to use it through the Component Selection icon
2. if the helloworld.sln is old, maybe reset the IPP linked lib using Component Selection dlg: uncheck "Use IPP", click "Apply"; then recheck "Use IPP", click "Apply"; then rebuild
3. the ipp libs are manually added to the linker option - correct the IPP lib path
Let me know if any of above helps.
thanks,
Jennifer

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