extract tarball somewhere.
$ make menuconfig like linux kernel
.config contains the configuration of your config
$ make
This command will generally perform the following steps:
- Download source files (as required)
- Configure cross-compile toolchain
- Build/install cross-compile toolchain
- Build/install selected target packages
- Build a kernel image
- Create a root filesystem in selected formats
BASE_DIR (host dir) 是存放交叉编译工具链的
下面的选项 修改北交大的mirror:
kernel:
gnu:
debian:这个不用改了,主要是上面两个
阅读(1095) | 评论(0) | 转发(0) |