读书人

Kernel panic - not syncing: Attempt

发布时间: 2012-07-19 16:02:19 作者: rapoo

Kernel panic - not syncing: Attempted to kill init!的解决方法

解决方法如下,具体是哪一种得试试才知道问题的所在:

方法1:

Kernel Features? --->
[*] Use the ARM EABI to compile the kernel?????????????????
[*]?? Allow old ABI binaries to run with this kernel (EXPERIMENTA)

?

方法2:

修改busybox的Makefile

修改

CC=$(CROSS_COPILE)gcc

CC=$(CROSS_COPILE)gcc -march=armv4t

读书人网 >操作系统

热点推荐