- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Dear thompson.ng,
What the exact version of IPP are you using and how the link command line when static linking?
I did a quick check the latest IPP version 7.0. 4 (composerxe-2011.4.191) , it seems they are there
[root@NHM02 ia32]# nm libippi_l.a | grep ippiConvert_8u16u_C1R
piconvert02ca_split_g9_ippiConvert_8u16u_C1R.o:
00000000 T g9_ippiConvert_8u16u_C1R
piconvert02ca_split_p8_ippiConvert_8u16u_C1R.o:
00000000 T p8_ippiConvert_8u16u_C1R
piconvert02ca_split_s8_ippiConvert_8u16u_C1R.o:
00000000 T s8_ippiConvert_8u16u_C1R
piconvert02ca_split_v8_ippiConvert_8u16u_C1R.o:
00000000 T v8_ippiConvert_8u16u_C1R
piconvert02ca_split_w7_ippiConvert_8u16u_C1R.o:
00000000 T w7_ippiConvert_8u16u_C1R
00000005 t LippiConvert_8u16u_C1R
00000000 T ippiConvert_8u16u_C1R
U ippiConvert_8u16u_C1R_arraddr
U g9_ippiConvert_8u16u_C1R
00000000 D ippiConvert_8u16u_C1R_arraddr
U p8_ippiConvert_8u16u_C1R
U v8_ippiConvert_8u16u_C1R
U w7_ippiConvert_8u16u_C1R
[root@NHM02 ia32]# pwd
/opt/intel/composerxe-2011.4.191/ipp/lib/ia32
W.B.R
Ying
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Do you havethe detials about the ${LINK_LIB}.
As you know, most functions in IPP depend on basic library ippi / ipps/ippcore. And the linker in linux just resolved the function definition by review the linked library one times. so the link order of library is essential . That is why we always put the -lippi_l -lipps_l -lippcore_l at end of the link line in IPP sample.
for example,you may get undefined symbol about p8_ippiConvert_8u16u_C1R if with
-lippijg -lippi_l -lipps_l -lippj_l -lippcc_l -lippcore_l
and can be resolved by reorder them.
-lippijg -lippj_l -lippcc_l -lippi_l -lipps_l -lippcore_l
Regards,
Ying
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page