From: JLM <so4...@ho...> - 2012-07-27 08:04:15
|
Hello, It's OK, I succeed in cross-compile the libfbclient. But there is 2 errors during the compilation : 1. There is missing the platform.h file in the extern/icu/source/common/unicode/ repertory of the firebird sources. 2. In the NDK, the libsupc++.a library isn't in the platforms/android-9/arch-arm/usr/lib, so the linker can't find it. I make a symlink from platforms/android-9/arch-arm/usr/lib to sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi/libsupc++.a of the NDK, where the file is present. And it's OK. Jean-Louis Meuriot |