Chinaunix首页 | 论坛 | 博客
  • 博客访问: 140347
  • 博文数量: 26
  • 博客积分: 413
  • 博客等级: 一等列兵
  • 技术积分: 255
  • 用 户 组: 普通用户
  • 注册时间: 2012-11-18 01:29
文章分类

全部博文(26)

文章存档

2013年(15)

2012年(11)

我的朋友

分类: LINUX

2012-11-23 00:10:05

制作编译工具链
1,Kernel headers setup
2,Binary utilities setup
3, Bootstrap compiler setup
4,C library setup
5,Full compiler setup

1)The compiler seems to be built twice. This is normal and required, because some languages supported by gcc, such C , require glibc support. Hence, a first compiler is built with support for C only, and a full compiler is built once the C library is available.
2)The first step, headers setup is not a must to be the first step. We can alter the step just ensure that that is before C library setup.







阅读(808) | 评论(0) | 转发(1) |
给主人留下些什么吧!~~