|

楼主 |
发表于 2008-3-19 10:21:00
|
显示全部楼层
Go on 6.3
tools pass 1完成了,包括6步:
1. 用host tools编译binutils
2. 用host gcc + step 1 binutils编binutils(ld-new)
3. 用host gcc + host binutils + host 动态链接库编gcc
4. 用step 1 binutils + step 3 gcc编linux-header
5. 用step 1 binutils + step 3 gcc + step 4 header编glibc
6. 更新step 2的binutils, 更新gcc指向新的glibc
疑问:step 3中为啥不用step 1的binutils? |
|