Subject Re: [firebird-support] I need help on how to cross compile firebird for arm?
Author Mark Rotteveel
On Tue, 08 Jan 2013 09:44:42 -0000, "addmanrey" <addmanrey@...>
wrote:
> 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

It is probably better to ask this question in the Firebird-devel
mailinglist. See http://www.firebirdsql.org/en/mailing-lists/ under
"Firebird Developers' Lab"

Mark