|
发表于 2007-8-1 14:26:35
|
显示全部楼层
Post by flyingzf
按照楼上的还是出现一样的错误:
make
scripts/kconfig/conf -s arch/x86_64/Kconfig
CHK include/linux/version.h
CHK include/linux/utsrelease.h
CC arch/x86_64/kernel/asm-offsets.s
In file included from include/asm/thread_info.h:12,
from include/linux/thread_info.h:21,
from include/linux/preempt.h:9,
from include/linux/spinlock.h:49,
from include/linux/module.h:9,
from include/linux/crypto.h:21,
from arch/x86_64/kernel/asm-offsets.c:7:
include/asm/page.h:89:2: error: #error "CONFIG_PHYSICAL_START must be a multiple of 2MB"
make[1]: *** [arch/x86_64/kernel/asm-offsets.s] Error 1
make: *** [prepare0] Error 2
大哥,,你的电脑是不是64位的,如果是,请改一下
ln -s /usr/src/linux-2.6.22/include/asm-i386 /usr/include/asm
改成用64位的 |
|