1.#error Unknown data abort handler type
Debug Message:
/root/open_source/linux-2.6.27/arch/arm/include/asm/processor.h:109:5: warning: "__LINUX_ARM_ARCH__" is not defined
In file included from include/linux/spinlock.h:348,
from include/linux/seqlock.h:29,
from include/linux/time.h:8,
from include/linux/timex.h:57,
from include/linux/sched.h:54,
from arch/arm/kernel/asm-offsets.c:13:
/root/open_source/linux-2.6.27/arch/arm/include/asm/atomic.h:25:5: warning: "__LINUX_ARM_ARCH__" is not defined
In file included from /root/open_source/linux-2.6.27/arch/arm/include/asm/page.h:26,
from include/linux/mm_types.h:14,
from include/linux/sched.h:61,
from arch/arm/kernel/asm-offsets.c:13:
/root/open_source/linux-2.6.27/arch/arm/include/asm/glue.h:119:2: #error Unknown data abort handler type
/root/open_source/linux-2.6.27/arch/arm/include/asm/glue.h:146:2: #error Unknown prefetch abort handler type
In file included from include/linux/mm_types.h:14,
from include/linux/sched.h:61,
from arch/arm/kernel/asm-offsets.c:13:
/root/open_source/linux-2.6.27/arch/arm/include/asm/page.h:108:2: #error Unknown user operations model
make[1]: *** [arch/arm/kernel/asm-offsets.s] Error 1
make: *** [prepare0] Error 2
解决方法:
把 System Type -> Support ARM926T processor (NEW) 选上就没问题了。
2.error: `PCIMEM_BASE' undeclared (first use in this function)
解决方法:
把 VGA给去掉就行了。
阅读(1799) | 评论(0) | 转发(0) |