当前位置: 技术问答>linux和unix
内核编译错误,请帮我分析一下
来源: 互联网 发布时间:2015-11-15
本文导语: 我用的是REdHet9,内核是linux2.4.20-8,为了支持Root_nfs,我进行了操作 make meunconfig 在networking菜单中 把 IP:kernel level autoconfiguertion打了 * 在file system ->>network file system->>下 NFS file system support 从M改成*,这时下面出...
我用的是REdHet9,内核是linux2.4.20-8,为了支持Root_nfs,我进行了操作
make meunconfig
在networking菜单中 把 IP:kernel level autoconfiguertion打了 *
在file system ->>network file system->>下 NFS file system support 从M改成*,这时下面出现子选项 root file system on NFS,选择*。
保存退出, make dep, make clean, make zImage
编译到最后提示:
tools/build bootsect setup compressed /vmlinux.ont Current > zImage
Root device is (8,2)
Boot sector 512 bytes
Setup is 4927 bytes
System is 1180KB
system is too big ,Try using BzImage or Modules
make[1]:***[zImage] Error1
什么叫太大了? 该怎么改?我编核心做远程启动用的
make meunconfig
在networking菜单中 把 IP:kernel level autoconfiguertion打了 *
在file system ->>network file system->>下 NFS file system support 从M改成*,这时下面出现子选项 root file system on NFS,选择*。
保存退出, make dep, make clean, make zImage
编译到最后提示:
tools/build bootsect setup compressed /vmlinux.ont Current > zImage
Root device is (8,2)
Boot sector 512 bytes
Setup is 4927 bytes
System is 1180KB
system is too big ,Try using BzImage or Modules
make[1]:***[zImage] Error1
什么叫太大了? 该怎么改?我编核心做远程启动用的
|
你就make bzImage呗,可能是你编译进内核的东西太多了,用z压缩不下来,只有用bz的压缩才行,或者是你看看可以减少其他不用的设置。
|
太高深了!!!!
你就按着提示做一下,看还会出现什么问题嘛
你就按着提示做一下,看还会出现什么问题嘛