At 22:38 02/12/2010, Mike Frysinger wrote: >that doesnt really make sense. just build sqlite in the dist and >look at how configure is run.
If I got it right, the SQLite package that lives in the uClinux-dist uses the GNU build system (<http://en.wikipedia.org/wiki/GNU_build_system>http://en.wikipedia.org/wiki/GNU_build_system). Wikipedia tells me it's a richer tool than plain Makefile, but it's also harder to follow for newbies like me. That's why I prefered to start from a very basic solution and learn how to compile it manually. >that isnt the blackfin dist It is (uClinux-dist-2009R1.1-RC4.tar.bz2), but I used the 2007 toolchain (blackfin-toolchain-07r1.1) to try and compile SQLite because that's the one that is used by the device to compile uClinux and packages. I figured it wasn't a good idea to compile applications using two different releases of the toolchain. All is fine now, I learned a lot, I can start the Lua interpreter, load the LuaSocket module and the LuaSQL module, and create an SQLite database. Thanks to everyone in this list for the great help. _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users