Team,
I am trying to compile SEE for ARM processor.
I have followed following steps. But was not successful in generating "
*libsqliteX.so*" file which can be used on Android Samsung G7 mobile.
1. Installed GCC compiler from “
http://www.mingw.org/” reference at “
https://gcc.gnu.org/”.
2. Installed required library specially related to lpthread.
3. Downloaded another library “libdl.a” from “
https://github.com/dlfcn-win32/dlfcn-win32” to compile using -ldl command.
MinGW-W32 and MinGW-W64 only have dlfcn to provide libdl, but that's not a
regularly installed package. After extracting package. Copied “libdl.a” to
“C:\MinGW\lib”
* gcc -c -fPIC sqlite3.c see-aes256-ofb.c*
* gcc -shared -o libsqliteX.so -fPIC sqlite3.o see-aes256-ofb.c
-ldl –lpthread*
4. Above mentioned command does generate "libsqliteX.so" file but not
compatible to use on Android Samsugn G7.
References:
https://gitlab.kitware.com/cmake/cmake/merge_requests/1642https://gcc.gnu.org/install/binaries.htmlhttps://gcc.gnu.org/https://sqlite.org/android/doc/trunk/www/index.wikihttps://www.sqlite.org/see/doc/release/www/index.wikihttps://www.hwaci.com/sw/sqlite/see.htmlhttps://sqlite.org/src/doc/trunk/README.mdI have also tried to do below configuration before compile but no lock.
./configure --build=x86_64-unknown-linux-gnu --host=arm-linux
--target=arm-linux
I am looking for help to configure machine to compile SEE for ARM. I am
using Android mobile Samsung G7.
Any help is much appreciated.
Regards,
Subodh
_______________________________________________
sqlite-users mailing list
[hidden email]
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users