Kernel panic - not syncing: Attempted to kill init(linux内核启动错误-arm)

Kernel panic - not syncing: Attempted to kill init(linux内核启动错误-arm) (2011-10-20 11:55)



用arm-linux-gcc 4.0.0以上的编译器做出都 文件系统老是报这个错 ,
而用rm-linux-gcc 3.x.x 版本都都不会,看来一下内核的配置 
原来问题在这里

Kernel Features  --->
            [*] Use the ARM EABI to compile the kernel                   
            [*]   Allow old ABI binaries to run with this kernel (EXPERIMENTA)
把这个选上就可以了

你可能感兴趣的:(Kernel panic - not syncing: Attempted to kill init(linux内核启动错误-arm))