Chinaunix首页 | 论坛 | 博客
  • 博客访问: 393947
  • 博文数量: 138
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 1620
  • 用 户 组: 普通用户
  • 注册时间: 2013-03-10 16:55
个人简介

当你比别人优秀一点点,别人会嫉妒你。当你比别人优秀很多,别人会羡慕你。

文章分类

全部博文(138)

文章存档

2016年(2)

2015年(2)

2014年(15)

2013年(119)

我的朋友

分类: LINUX

2013-03-10 16:57:52

制作编译工具链
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.







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