I am trying to build pjproject-2.10 with the following configurations and webrtc shared library is building failed with the following errors. could you share the reason for this build issues?
/usr/bin/ld: output/libwebrtc-aarch64-unknown-linux-android/modules/audio_processing/aec/aec_core.o: error adding symbols: file in wrong format
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[3]: *** [/home/admin/Downloads/pjproject-2.10/build/rules.mak:113: ../../lib/libwebrtc.so.2] Error 1
make[3]: Leaving directory '/home/admin/Downloads/pjproject-2.10/third_party/build/webrtc'
make[2]: *** [Makefile:89: libwebrtc.so] Error 2
make[2]: Leaving directory '/home/admin/Downloads/pjproject-2.10/third_party/build/webrtc'
make[1]: *** [Makefile:7: all] Error 1
make[1]: Leaving directory '/home/admin/Downloads/pjproject-2.10/third_party/build'
make: *** [Makefile:14: all] Error 1