Chinaunix首页 | 论坛 | 博客
  • 博客访问: 346559
  • 博文数量: 105
  • 博客积分: 2730
  • 博客等级: 少校
  • 技术积分: 1110
  • 用 户 组: 普通用户
  • 注册时间: 2007-04-20 12:09
文章分类

全部博文(105)

文章存档

2013年(3)

2012年(2)

2011年(36)

2010年(34)

2009年(6)

2008年(20)

2007年(4)

分类: LINUX

2010-09-14 22:08:28


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) |
给主人留下些什么吧!~~