Posted on 31 Aug 2022, this text provides information on Bugs & Fixes related to General Tech. Please note that while accuracy is prioritized, the data presented might not be entirely correct or up-to-date. This information is offered for general knowledge and informational purposes only, and should not be considered as a substitute for professional advice.
I have Build webRTC and My App Accessing WebRTC API through another static library viz. LibB When I link LibB with my application and build it , it fails with below log: **** I have build WebRTC against AMD64/ARMv7** Undefined symbols for architecture arm64:
Undefined symbols forarchitecture arm64:"webrtc::FIRFilterNEON::FIRFilterNEON(float const*, unsigned long, unsigned long)", referenced from:
webrtc::FIRFilter::Create(floatconst*,unsignedlong,unsignedlong)inLibB.a(fir_filter.o)"vtable for webrtc::DenoiserFilterNEON", referenced from:
webrtc::DenoiserFilterNEON::DenoiserFilterNEON()inLibB.a(denoiser_filter.o)
NOTE: a missing vtable usually means the first non-inlinevirtual member function has nodefinition."webrtc::SincResampler::Convolve_NEON(float const*, float const*, float const*, double)", referenced from:
webrtc::SincResampler::Resample(unsignedlong,float*)inLibB.a(sinc_resampler.o)"_WebRtcNsx_NoiseEstimationNeon", referenced from:
l008 inLibB.a(nsx_core.o)"_SHA1_Final", referenced from:
_sctp_sha1_final inLibB.a(sctp_sha1.o)"_EVP_MD_CTX_copy", referenced from:
_hmac_start inLibB.a(hmac_ossl.o)"_EVP_DigestInit", referenced from:
l002 inLibB.a(hmac_ossl.o)"_EVP_EncryptUpdate", referenced from:
_aes_icm_openssl_encrypt inLibB.a(aes_icm_ossl.o)"_EVP_EncryptFinal_ex", referenced from:
_aes_icm_openssl_encrypt inLibB.a(aes_icm_ossl.o)"_EVP_aes_256_ctr", referenced from:
_aes_icm_openssl_set_iv inLibB.a(aes_icm_ossl.o)"_EVP_aes_128_ctr", referenced from:
_aes_icm_openssl_set_iv inLibB.a(aes_icm_ossl.o)"_EVP_EncryptInit_ex", referenced from:
_aes_icm_openssl_set_iv inLibB.a(aes_icm_ossl.o)"_EVP_aes_256_gcm", referenced from:
No matter what stage you're at in your education or career, TuteeHUB will help you reach the next level that
you're aiming for. Simply,Choose a subject/topic and get started in self-paced practice
sessions to improve your knowledge and scores.
manpreet
Best Answer
2 years ago
I have Build webRTC and My App Accessing WebRTC API through another static library viz. LibB When I link LibB with my application and build it , it fails with below log: **** I have build WebRTC against AMD64/ARMv7** Undefined symbols for architecture arm64: