Intel® Integrated Performance Primitives
Deliberate problems developing high-performance vision, signal, security, and storage applications.
Announcements
FPGA community forums and blogs have moved to the Altera Community. Existing Intel Community members can sign in with their current credentials.

IPP Linux 5.2 beta problems

Boris_V_1
Beginner
456 Views
Hello,

I'm testing IPP 5.2 beta for Linux and have some problems.
UMC compiles without problems. But applications doesn't.
I got error below:

/usr/bin/g++ -Wall -O2 -fPIC /opt/intel/ipp/5.2_beta/ia32/ipp_sample/media/_bin/linux32_gcc3/obj/simple_player/simple_player.o
...removed....
-lumc_io -lumc -lusc -lvm -lvm_plus -lippdc -lippcc -lippac -lippsr -lippvc -lippcv -lippi -lipps -lippj -lippsc -lippcore -lpthread -ldl -lSDL
/usr/lib/gcc/i486-slackware-linux/3.4.6/../../../../i486-slackware-linux/bin/ld: cannot find -lippdc

and libippdc really doesn't exists or any other library, libippcc, libippac...
Is this problem with this beta or is my installation corrupted or something else ?

Also I try to use static (merged) libs and I got errors below:

./src//lib/libippacmerged.a(pacmdct_split_px_ippsMDCTInvFree_32f.o)(.text+0x62): In function `deleteDctCtx':
: undefined reference to `px_ippsFFTFree_C_32fc'
./src//lib/libippacmerged.a(pacmdct_split_px_ippsMDCTInv_32f.o)(.text+0x96a): In function `px_ippsMDCTInv_32f':
: undefined reference to `px_ippsFFTFwd_CToC_32fc'
./src//lib/libippacmerged.a(pacmdct_split_a6_ippsMDCTInvFree_32f.o)(.text+0x5d): In function `deleteDctCtx':
: undefined reference to `a6_ippsFFTFree_C_32fc'
./src//lib/libippacmerged.a(pacmdct_split_a6_ippsMDCTInvInitAlloc_32f.o)(.text+0x37): In function `deleteDctCtx':
: undefined reference to `a6_ippsFFTFree_C_32fc'

What is the problem here ?
0 Kudos
1 Reply
Vladimir_Dudnik
Employee
456 Views

Hello,

did you solve the issue?

Regards,
Vladimir

0 Kudos
Reply