#2256 closed defect (fixed)
Failed building SWIG java binding for android (x86 target)
Reported by: | riza | Owned by: | nanang |
---|---|---|---|
Priority: | normal | Milestone: | release-2.10 |
Component: | applications | Version: | trunk |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: | no |
Description
Currently builing SWIG java binding for android (x86 target) failed.
libwebrtc-x86-unknown-linux-android.a(aec_core.o):aec_core.c:function WebRtcAec_CreateAec: error: undefined reference to 'WebRtc_GetCPUInfo' libwebrtc-x86-unknown-linux-android.a(aec_core.o):aec_core.c:function WebRtcAec_CreateAec: error: undefined reference to 'WebRtcAec_InitAec_SSE2' libwebrtc-x86-unknown-linux-android.a(aec_rdft.o):aec_rdft.c:function aec_rdft_init: error: undefined reference to 'WebRtc_GetCPUInfo' libwebrtc-x86-unknown-linux-android.a(aec_rdft.o):aec_rdft.c:function aec_rdft_init: error: undefined reference to 'aec_rdft_init_sse2'
It was reported that r6066 has caused this. The fix is intended to fix build error using NDK r20b, however it seems to trigger another error which also effect older NDK.
Until a better solution is found, it is recommended to use older NDK (e.g: r19) without the the fix on r6066.
Thanks to Samuel Fornes for the report.
Change History (3)
comment:1 Changed 5 years ago by nanang
- Owner set to nanang
- Resolution set to fixed
- Status changed from new to closed
comment:2 Changed 5 years ago by nanang
In 6121:
comment:3 Changed 5 years ago by nanang
In 6122:
Note: See
TracTickets for help on using
tickets.
In 6120: