Intel® Integrated Performance Primitives
Deliberate problems developing high-performance vision, signal, security, and storage applications.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

Can't find file ipps.lib (but IPP is disabled)

superstatic
Beginner
754 Views
Hi guys.

I have a VS2010 solution using Parallel Studio in which I have disabled IPP under properties->intel performance libraries ("Use IPP") for each project but the linker is still telling me it can't find ipps.lib.

Any idea what might be causing this?

Thanks a lot!
0 Kudos
4 Replies
Chao_Y_Intel
Moderator
754 Views


Hi,

Are you using Parallel Studio 2011? Please check the following two settings:

1) Does the code include any IPP head filer (e.g ipp.h), and project prosperity>>C/C++>>Preprocessors>>Preprocessor Definitions include definition like '_IPP_PARALLEL_DYNAMIC, If so, please remove it.

2) In project prosperity>>Linker>> Input>>Additional Dependencies, does it include any IPP libraries?

Thanks,
Chao

0 Kudos
superstatic
Beginner
754 Views
Thanks for the quick reply. Yeah, it's Parallel Studio 2011 which I'm using in Visual Studio 2010. I don't have these things set. I've just taken my existing project and selected "Use Intel" on the solution without making any additional changes.

I just turned off "Enabled Multiply Matrix Call" (which was set to yes by default) and this let 4 out of the 16 projects in the solution build successfuly. I have no idea why the others keep asking for ipps.lib.
Ma
0 Kudos
Chao_Y_Intel
Moderator
754 Views
Hi,

Would it be posssible to attach a sample project, so we can have a check?

Thanks,
Chao
0 Kudos
Naveen_G_Intel
Employee
754 Views

Hi,

Reason could be because of linking library is not pointing to right directory. It should be

/Composer/IPP/lib/ia32

I was getting same error while running IPP sample with IPS 2011, working after setting right path as mentioned above.

Regards,

Naveen Gv

0 Kudos
Reply