From: Alex P. <pes...@ma...> - 2010-09-22 11:08:44
|
On 09/22/10 12:39, Tagangout, Abderrahim wrote: > Many thanks for replay, > I will do the Patches for porting this architecture to firebird, so > which Parameter shall i give to "./autogen.sh" and "./configure" to build > a client Library of firebird to be runing on a AVR32 Architecture. Sorry, there is no client-only build. May be in 3.0... At least it will begin to build with creating client library. > what is with Cross Compiling? shall i not need it? Cross Compiling is a problem. This is primarily due to the fact that during the build we often need to run just created binaries. But if you need client-only on AVR, why not use pure Java client? As far as I can google about AVR, it has HW Java support, therefore Java client should work very good. Certainly, if you need native client port, feel free to ask more here:) But first of all let us know - to what operating system do you want to port firebird? I suppose it's linux, but please confirm. PS. Did you get my letter with samples of ports? Anyway you can find them in this list's archive. |