Intel® Integrated Performance Primitives
Deliberate problems developing high-performance vision, signal, security, and storage applications.

ippiLn link error

liu_z_1
Beginner
427 Views

 when I compile ippiLn_32f_C1IR download ipp with new version,ERROR "ippsmt.lib(psln_w7---ippsLn_32f_I.obj) : error LNK2019: unresolved external symbol _w7_ippsLn_32f_A21@12 referenced in function _w7_ippsLn_32f_I@8". What's wrong?

0 Kudos
3 Replies
ph_goutier
Beginner
427 Views

Same thing here.

ippsLn_32f

is not included in the library, while ippsLn_64f is there.

This is not new, this is in 8.0 and was also in 7.1.1 !

 

0 Kudos
Gennady_F_Intel
Moderator
427 Views

how did you link this example? please look at the ippi.h file - you can find there the declaration of this natural logarithm -- therefore you need to add ippi.lib or ippimt.lib into linking line ( depends on what dynamic or static version you would like to have ) 

0 Kudos
Igor_A_Intel
Employee
427 Views

For the 1st one -

you should  also link ippVM library - ippSP and ippIP libraries depend on it.

regards, Igor

0 Kudos
Reply