This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
root
/
rt-thread
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
3345c3f15f
Branches
Tags
master
rt-thread
/
components
/
external
/
SQLite-3.8.1
/
make
geniusgogo
26e0137f15
Moved the configuration options to the SRC directory
il y a 12 ans
..
Makefile
26e0137f15
Moved the configuration options to the SRC directory
il y a 12 ans
Makefile.bak
dd2a4cd49c
port rtt config orig env
il y a 12 ans
README
dd2a4cd49c
port rtt config orig env
il y a 12 ans
config.h
6433eeae66
build env component removal
il y a 12 ans
config.h.bak
dd2a4cd49c
port rtt config orig env
il y a 12 ans
config.log
ab1429b044
orig config result tool
il y a 12 ans
config.status
ab1429b044
orig config result tool
il y a 12 ans
libtool
ab1429b044
orig config result tool
il y a 12 ans
sqlite3.pc
ab1429b044
orig config result tool
il y a 12 ans
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来修改。