|

楼主 |
发表于 2007-12-28 12:04:46
|
显示全部楼层
CLFS1.0.0中7.11开头的地方说了这样一段
Warning
Here a temporary cross-compiled kernel will be built. When configuring it, select the minimal amount of options required to boot the target machine and build the final system. I.e., no support for sound, printers, etc. will be needed.
Also, try to avoid the use of modules if possible, and don't use the resulting kernel image for production systems.
我不太明白为什么交叉编译的内核不能作为最终的目标板系统内核,按理说应该可以才对呀。而且,交叉工具链如果能编译出内核,又为什么不能将其他的软件也交叉编译了呢,这样的话系统不就一步到位了吗?CLFS手册没有这样做,它在第V部分装完基本软件后重新编译了内核。这样的话,我觉得交叉编译就变的没什么意义了,因为最后的系统实际上还是按照LFS的路子做出来的,而交叉编译出来的东西在这里也就充当了一次LFS的liveCD的角色。 |
|