从官网下载了 linux2.6.32压缩包,解压 --->#make distclean----->#make menuconfig ARCH=arm------>选择了smdk6410系统类型---->其他的按默认配置------->save----->make uImage ARCH=arm CROSS_COMPILE=arm-linux-
其中 编译会出错:
CC drivers/video/fbcvt.o
LD drivers/video/fb.o
LD drivers/video/backlight/built-in.o
CC drivers/video/console/dummycon.o
CC drivers/video/console/vgacon.o
drivers/video/console/vgacon.c: In function 'vgacon_startup':
drivers/video/console/vgacon.c:508:18: error: 'PCIMEM_BASE' undeclared (first use in this function)
drivers/video/console/vgacon.c:508:18: note: each undeclared identifier is reported only once for each function it appears in
drivers/video/console/vgacon.c: In function 'vgacon_do_font_op':
drivers/video/console/vgacon.c:1068:22: error: 'PCIMEM_BASE' undeclared (first use in this function)
make[3]: *** [drivers/video/console/vgacon.o] 错误 1
make[2]: *** [drivers/video/console] 错误 2
make[1]: *** [drivers/video] 错误 2
make: *** [drivers] 错误 2
请问怎么解决?