This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
RT-Thread
/
rt-thread
mirror da
https://github-proxy.rt-thread.io/RT-Thread/rt-thread.git
Segui
2
Vota
0
Forka
0
File
Problemi
0
Wiki
Albero (Tree):
42e374e4f4
Rami (Branch)
Tag
copilot/add-undef-kconfig-allowlist
copilot/clean-up-finsh-function-code
copilot/create-device-driver-model-docs
copilot/create-dfs2-documentation
copilot/fix-fpu-initialization-issue
copilot/refactor-hwtimer-ktime-cputime
copilot/refactor-hwtimer-ktime-cputime-again
copilot/remove-finish-function-export-alias
copilot/remove-vbus-code-implementation
copilot/update-elm-fatfs-to-r016
copilot/update-kconfig-help-descriptions
copilot/update-virtio-to-modern-version
copilot/use-refined-kconfiglib
lts-v3.1.x
lts-v4.1.x
lts-v5.2.x
master
revert-10878-fix_ci
riscv64
serialX-dev
stable-v1.2.x
stable-v2.0.x
stable-v2.1.x
stable-v3.0.x
v4.0.x
v5.0.x
v5.1.x
v5.2.0-beta
v5.2.1-beta
v5.2.2-beta
v5.2.2
v5.2.1
v5.2.0
v5.1.0
v5.0.2
v5.0.1
v5.0.0
v4.1.1
v4.1.1-beta
v4.1.0
v4.1.0-beta
v4.0.5
v4.0.4
v3.1.5
v4.0.3
v3.1.4
v4.0.2
v3.1.3
v4.0.1
v3.1.2
v4.0.0
v3.1.1
v3.1.0
v3.0.4
v3.0.3
v3.0.2
v3.0.1
v3.0.0
v2.1.0
v1.2.5
v2.1.0_beta
v2.0.2
v2.1.0_alpha
v2.0.1
v2.0.0
v1.2.4
v2.0.0_rc
v1.2.3
v1.2.2
v2.0.0_beta
v2.0.0_alpha
v1.2.1
v1.2.0
rt-thread
/
components
/
external
/
SQLite-3.8.1
/
make
geniusgogo
26e0137f15
Moved the configuration options to the SRC directory
12 anni fa
..
Makefile
26e0137f15
Moved the configuration options to the SRC directory
12 anni fa
Makefile.bak
dd2a4cd49c
port rtt config orig env
12 anni fa
README
dd2a4cd49c
port rtt config orig env
12 anni fa
config.h
6433eeae66
build env component removal
12 anni fa
config.h.bak
dd2a4cd49c
port rtt config orig env
12 anni fa
config.log
ab1429b044
orig config result tool
12 anni fa
config.status
ab1429b044
orig config result tool
12 anni fa
libtool
ab1429b044
orig config result tool
12 anni fa
sqlite3.pc
ab1429b044
orig config result tool
12 anni fa
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来修改。