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

Error While compiling Ipp

bilal_mujeeb
Beginner
309 Views
Hi,
I have the following issues.
When i compile my project i got the following errors.
I am using just 2 functions Copy and Malloc but none of them is working. I have included the header files and also the library files.

/tools/ipp/5.0/ia32/lib/libippimerged.a(pialloc_split21.o): In function `px_ippiMalloc_8u_C3':
pialloc_split21.i:(.text+0x3a): undefined reference to `px_ippsMalloc_8u'
/tools/ipp/5.0/ia32/lib/libippimerged.a(pimoms64fca_split12.o): In function `px_ippiMomentInitAlloc_64f':
pimoms64fca_split12.i:(.text+0x24): undefined reference to `px_ippsMalloc_8u'

Regards
Bilal
0 Kudos
2 Replies
Chao_Y_Intel
Moderator
309 Views
Hi,
Could you try to add "libippiemerged.a" and "libippcore.a" into your linking command?
Regards,
Chao
0 Kudos
Chao_Y_Intel
Moderator
309 Views

Hi Bart,

Could you try to also add the following library into your linking command?
libippiemerged.a, libippsmerged.a, libippsemerged.a, libippcore.a

Regards,
Chao

0 Kudos
Reply