From: Alex P. <pes...@ma...> - 2010-09-24 13:59:41
|
On 09/24/10 16:59, Tagangout, Abderrahim wrote: > Hi Alex, > I do this and i become the libfbclient.so as output. fine. > But when i compile My application and link this library with it, it say that the linker can't find the Funktions, that i try to call from the Application like (isc_attach_database,...). > And when i tipe:file /../../libfbclient.so.2.3 it give me as output, that this library is for an i686 CPU compiled and not for the AVR32. This definitely means that you've built it not with cross toolchain, but with native one. How should it be fixed - no idea, sorry. |