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

IPP 5.1 for IXP:linker error

jin_bai
Principiante
416 Visualizações
Hi all,
i am getting linker errors when building IPP sample:
audio_codes:
coredll.lib(COREDLL.dll) : error LNK2005: sin already defined in x0__ar10.lib(xsc_sin.obj)
coredll.lib(COREDLL.dll) : error LNK2005: cos already defined in x0__ar10.lib(xsc_cos.obj)
coredll.lib(COREDLL.dll) : warning LNK4006: sin already defined in x0__ar10.lib(xsc_sin.obj); second definition ignored
coredll.lib(COREDLL.dll) : warning LNK4006: cos already defined in x0__ar10.lib(xsc_cos.obj); second definition ignored
Creating library ....\_binwinwcearmv4i_clarmaac_dec_i.lib and object ....\_binwinwcearmv4i_clarmaac_dec_i.exp
....\_binwinwcearmv4i_clarmaac_dec_i.dll : fatal error LNK1169: one or more multiply defined symbols found
NMAKE : fatal error U1077: 'link.exe' : return code '0x491'
video_enc_con:
coredll.lib(COREDLL.dll) : error LNK2005: ceil already defined in x0__ar10.lib(xsc_ceil.obj)
....\_binwinwcearmv4i_clarmvideo_enc_con.exe : fatal error LNK1169: one or more multiply defined symbols found
NMAKE : fatal error U1077: 'link.exe' : return code '0x491'
simgle_player:
coredll.lib(COREDLL.dll) : error LNK2005: sin already defined in x0__ar10.lib(xsc_sin.obj)
coredll.lib(COREDLL.dll) : error LNK2005: cos already defined in x0__ar10.lib(xsc_cos.obj)
....\_binwinwcearmv4i_clarmsimple_player.exe : fatal error LNK1169: one or more multiply defined symbols found
NMAKE : fatal error U1077: 'link.exe' : return code '0x491'
What should i do to solve this problem?
0 Kudos
1 Responder
Vladimir_Dudnik
Funcionário
416 Visualizações

Hello,

it is know issue of Intel C/C++ Compiler v2.0.4. The workaround is to put x0__ar10.lib AFTER coredll.lib in linker command line. We are sorry for that inconvenience.

Regards,
Vladimir

Responder