首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 其他教程 > 操作系统 >

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

2012-07-19 
Kernel panic - not syncing: Attempted to kill init!的解决方法解决方法如下,具体是哪一种得试试才知道

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

热点排行