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

JNI undefined symbol: __intel_cpu_indicator

roberto_nr
Beginner
448 Views
Hi to all,
in my company we have written one library which use IPP, now I'm writing one Java Applet which use this library throughJNI. I get the error in subject during libsvml.so library loading:
undefined symbol: __intel_cpu_indicator
but using "nm" tool the symbol "__intel_cpu_indicator" is present:
U __intel_cpu_indicator
and before libsvml.so I load the librarylibirc.so where the symbol is defined
000000000014e0c0 B __intel_cpu_indicator
Somebody have any suggestion about this error?
Now I use the following loading order, maybe the problem is here but I tried to change it without any result:
libimf.so
libiomp5.so
libirc.so
libippcore.so.7.0
libippscm7.so.7.0
libippsc.so.7.0
libippsm7.so.7.0
libipps.so.7.0
libsvml.so
Thanks to all,
Roberto.
0 Kudos
0 Replies
Reply