Subject | I need help on how to cross compile firebird for arm? |
---|---|
Author | addmanrey |
Post date | 2013-01-08T09:44:42Z |
I've successfully compiled the firebird 2.5 source code on my Ubuntu desktop and I saw that it built some files and folders.
/usr/local/firebird/include/
-ibase.h
-iberror.h
-ib_util.h
-perf.h
/usr/local/firebird/lib
-libfbclient.so
-libfbclient.so.2
-libfbclient.so.3.0.0
-libib_util.so
and I checked the file type of the libraries which is:
libfbclient.so: symbolic link to `libfbclient.so.2'
libfbclient.so.2: symbolic link to `libfbclient.so.3.0.0'
libfbclient.so.3.0.0: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, BuildID[sha1]=0x790e3feb501db8b14fe7c66430a81382a4998342, stripped
libib_util.so: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, BuildID[sha1]=0xf3a3ab995c6648ca7220531bcada3ba5714f3c3c, stripped
Now, what options I am going to include in "autogen.sh" and "configure" in order to make files for arm?
I'm currently using arm-none-linux-gnueabi cross compiler and Ubuntu operating system and I need those include files and libraries to my Trolltech Qt configuration. I hope someone will guide me to solved this problem. thanks
/usr/local/firebird/include/
-ibase.h
-iberror.h
-ib_util.h
-perf.h
/usr/local/firebird/lib
-libfbclient.so
-libfbclient.so.2
-libfbclient.so.3.0.0
-libib_util.so
and I checked the file type of the libraries which is:
libfbclient.so: symbolic link to `libfbclient.so.2'
libfbclient.so.2: symbolic link to `libfbclient.so.3.0.0'
libfbclient.so.3.0.0: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, BuildID[sha1]=0x790e3feb501db8b14fe7c66430a81382a4998342, stripped
libib_util.so: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, BuildID[sha1]=0xf3a3ab995c6648ca7220531bcada3ba5714f3c3c, stripped
Now, what options I am going to include in "autogen.sh" and "configure" in order to make files for arm?
I'm currently using arm-none-linux-gnueabi cross compiler and Ubuntu operating system and I need those include files and libraries to my Trolltech Qt configuration. I hope someone will guide me to solved this problem. thanks