Hi,
I am currently trying to link my engine build as a static lib into my
game application build as shared library.
The engine is correctly build without errors and warnings.
I am getting some errors with __aeabi_* functions, I don't know how
fix it because it's not call directly in my code, it's seems to be
functions like SSE instructions.
localeconv() function is also missing, it defined in locale.h header.
I had allready remove a line that call missing decimal_point member of
structure lconv.
Here is details of errors:
SharedLibrary : libDracula_part1.so
out/apps/TeEngine/armeabi/libTeEngine.a(decode.o): In function
`th_decode_ctl':
/cygdrive/d/Softs/SDKs/Android/android-ndk-windows/apps/TeEngine/
project/jni/Common/Libs/libtheora/lib/decode.c:1998: undefined
reference to `__aeabi_lasr'
out/apps/TeEngine/armeabi/libTeEngine.a(decode.o): In function
`th_decode_packetin':
/cygdrive/d/Softs/SDKs/Android/android-ndk-windows/apps/TeEngine/
project/jni/Common/Libs/libtheora/lib/decode.c:2267: undefined
reference to `__aeabi_llsl'
/cygdrive/d/Softs/SDKs/Android/android-ndk-windows/apps/TeEngine/
project/jni/Common/Libs/libtheora/lib/decode.c:2131: undefined
reference to `__aeabi_llsl'
out/apps/TeEngine/armeabi/libTeEngine.a(state.o): In function
`oc_state_border_init':
/cygdrive/d/Softs/SDKs/Android/android-ndk-windows/apps/TeEngine/
project/jni/Common/Libs/libtheora/lib/state.c:327: undefined reference
to `__aeabi_llsl'
out/apps/TeEngine/armeabi/libTeEngine.a(llex.o): In function
`trydecpoint':
/cygdrive/d/Softs/SDKs/Android/android-ndk-windows/apps/TeEngine/
project/jni/Common/Libs/tolua++/dependences/lua/src/llex.c:179:
undefined reference to `localeconv'
collect2: ld returned 1 exit status
make: *** [out/apps/Dracula_part1/armeabi/libDracula_part1.so] Error 1
Build failed, exit with error code : 2
--
You received this message because you are subscribed to the Google Groups "android-ndk" group.
To post to this group, send email to
andro...@googlegroups.com.
To unsubscribe from this group, send email to
android-ndk...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/android-ndk?hl=en.