readme.uclinux

来自「db.* (pronounced dee-be star) is an adva」· UCLINUX 代码 · 共 46 行

UCLINUX
46
字号
Installing and building db.* for uCLinux========================================db.* requires that libc provide wide char support. Hereafter, <uclinux> refersto root directory where you have uclinux installed.1) cd to your uCLinux directory and create dbstar directory    # cd <uclinux>    # mkdir lib/dbstar2) unpack db.* distribution into <uclinux>/lib/dbstar    # (cd lib/dbstar && tar zxf <path/to/dbstar.tar.gz>)2) apply a patch to intergrate db.* into the uCLinux build procedure    # patch -p1 lib/dbstar/db.uclinux/uclinux.patch3) configure uCLinux as usual, and put the necessary marks into db.*configuration options.    # make menuconfig4) build uCLinux, db.* will be build as part of it.    # makeWhat does uclinux.patch do==========================To intergrate db.* support into uCLinux, the following files are changed:<uclinux>/config/config.in:    create db.* specific section with compilation options<uclinux>/lib/Makefile:    include db.* directory to be built and resulting libraries to be    linked into <uclinux>/lib    <uclinux>/user/Makefile:    include db.* directory to allow db.* tools to be built<uclinux>/vendors/config/common/config.arch    define make variable $(LIBDBSTAR) to use in your applications

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?