On Nov 25, 2008, at 1:44 PM, Igor Augusto Guzzo wrote:

> I get an ARM based embedded system (AT91SAM9260 - ATMEL), linux based,
> with uclibc library and my code, developed in C with the sqlite3
> library, runs fine only in my host linux (Fedora).
>
> Firstly, I compiled the code on Makefile project (the main line is...
> arm-linux-gcc -o $(PROJECT) $(PROJECT).c -L/usr/local/lib -lsqlite3)
> And get the error...
> /opt/eldk/usr/bin/../lib/gcc/arm-linux/4.0.0/../../../../arm-linux/ 
> bin/ld:
> skipping incompatible /usr/local/lib/libsqlite3.so when searching for
> -lsqlite3

Did you use the same compiler to make /usr/local/lib/libsqlite3.so  
that you are using to build your application? What makefile did you  
use to build /usr/local/lib/libsqlite3.so ?

e

_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to