geniusgogo 26e0137f15 Moved the configuration options to the SRC directory %!s(int64=12) %!d(string=hai) anos
..
Makefile 26e0137f15 Moved the configuration options to the SRC directory %!s(int64=12) %!d(string=hai) anos
Makefile.bak dd2a4cd49c port rtt config orig env %!s(int64=12) %!d(string=hai) anos
README dd2a4cd49c port rtt config orig env %!s(int64=12) %!d(string=hai) anos
config.h 6433eeae66 build env component removal %!s(int64=12) %!d(string=hai) anos
config.h.bak dd2a4cd49c port rtt config orig env %!s(int64=12) %!d(string=hai) anos
config.log ab1429b044 orig config result tool %!s(int64=12) %!d(string=hai) anos
config.status ab1429b044 orig config result tool %!s(int64=12) %!d(string=hai) anos
libtool ab1429b044 orig config result tool %!s(int64=12) %!d(string=hai) anos
sqlite3.pc ab1429b044 orig config result tool %!s(int64=12) %!d(string=hai) anos

README

这个目录用来生成sqlite3.c/.h和config.h
如果你要重新生成,则先安装Tcl语言。
然后备份config.h
生成之后,参照现在的config.h来配置新生成的config.h文件。
执行make就会重新生成。
之后可以得到sqlite3.c/.h

你也可以自己生成Makefile,注意先备份Makefile
执行../configure就可以生成Makefile。
--host参数用来指定编译器,更详细的参数我没有研究。要是你知道
更详细的操作办法,可以完善这个文件。
例如:../configure --host=arm-none-eabi
之后生成的Makefile可以参照老版本的Makefile来修改。