Chinaunix首页 | 论坛 | 博客
  • 博客访问: 703072
  • 博文数量: 181
  • 博客积分: 2548
  • 博客等级: 少校
  • 技术积分: 1739
  • 用 户 组: 普通用户
  • 注册时间: 2008-11-29 16:36
个人简介

爱咋咋地

文章分类

全部博文(181)

文章存档

2023年(17)

2022年(19)

2021年(3)

2020年(1)

2018年(1)

2017年(1)

2014年(1)

2013年(4)

2012年(11)

2011年(19)

2010年(22)

2009年(71)

2008年(5)

分类: LINUX

2008-11-29 16:56:03

 
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给去掉就行了。
 
阅读(1718) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~