日期:2014-05-16  浏览次数:20643 次

内核编译File Truncate问题。
我编译2.6的内核,出现如下错误。
    CHK           include/linux/version.h
    CHK           include/linux/utsrelease.h
    CHK           include/linux/compile.h
    MODPOST   vmlinux
    OBJCOPY   arch/i386/boot/compressed/vmlinux.bin
BFD:   Warning:   Writing   section   `.bss '   to   huge   (ie   negative)   file   offset   0xc025f000.
objcopy:   arch/i386/boot/compressed/vmlinux.bin:   File   truncated
make[2]:   ***   [arch/i386/boot/compressed/vmlinux.bin]   Error   1
make[1]:   ***   [arch/i386/boot/compressed/vmlinux]   Error   2
make:   ***   [bzImage]   Error   2

是不是因为我基本没有配置,bzImage太大的问题?

------解决方案--------------------
编译时要用
make bzImage命令

------解决方案--------------------
不知道,帮顶!