libjingle ubuntu 16.04 下编程错误

前端之家收集整理的这篇文章主要介绍了libjingle ubuntu 16.04 下编程错误前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

________Linking build/dbg/obj/call@H_301_2@

build/dbg/lib/libsrtp.a(aes_icm.o): In function `aes_icm_encrypt_ismacryp':@H_301_2@

/home/hhyproj/libjingle-0.6.14/talk/third_party/srtp/crypto/cipher/aes_icm.c:381: undefined reference to `aes_icm_advance_ismacryp'@H_301_2@

/home/hhyproj/libjingle-0.6.14/talk/third_party/srtp/crypto/cipher/aes_icm.c:429: undefined reference to `aes_icm_advance_ismacryp'@H_301_2@

build/dbg/lib/libsrtp.a(srtp.o): In function `srtp_stream_init_keys':@H_301_2@

/home/hhyproj/libjingle-0.6.14/talk/third_party/srtp/srtp/srtp.c:437: undefined reference to `base_key_length'@H_301_2@

/home/hhyproj/libjingle-0.6.14/talk/third_party/srtp/srtp/srtp.c:500: undefined reference to `base_key_length'@H_301_2@

build/dbg/lib/libsrtp.a(crypto_kernel.o): In function `crypto_kernel_load_cipher_type':@H_301_2@

/home/hhyproj/libjingle-0.6.14/talk/third_party/srtp/crypto/kernel/crypto_kernel.c:362: undefined reference to `crypto_kernel_do_load_cipher_type'@H_301_2@

build/dbg/lib/libsrtp.a(ekt.o): In function `srtp_stream_init_from_ekt':@H_301_2@

/home/hhyproj/libjingle-0.6.14/talk/third_party/srtp/srtp/ekt.c:176: undefined reference to `srtcp_packet_get_ekt_spi'@H_301_2@

/home/hhyproj/libjingle-0.6.14/talk/third_party/srtp/srtp/ekt.c:184: undefined reference to `srtcp_packet_get_emk_location'@H_301_2@

/home/hhyproj/libjingle-0.6.14/talk/third_party/srtp/srtp/ekt.c:191: undefined reference to `srtcp_packet_get_ekt_roc'@H_301_2@

collect2: error: ld returned 1 exit status@H_301_2@

scons: *** [build/dbg/obj/call] Error 1@H_301_2@

scons: building terminated because of errors.@H_301_2@


------------------------@H_301_2@解决方法:将@H_301_2@inline@H_301_2@函数去掉@H_301_2@inline @H_301_2@即可@H_301_2@

猜你在找的Ubuntu相关文章