yanxuetao 发表于 2009-12-31 19:50:57

make zImage 出现 drivers/video Error

我make zImage之后,出现了如下错误:
# make zImage

CHK   include/linux/version.h

make: `include/asm-arm/mach-types.h' is up to date.

CHK   include/linux/utsrelease.h

SYMLINK include/asm -> include/asm-arm

CALL    scripts/checksyscalls.sh

<stdin>:1097:2: warning: #warning syscall fadvise64 not implemented

<stdin>:1265:2: warning: #warning syscall migrate_pages not implemented

<stdin>:1321:2: warning: #warning syscall pselect6 not implemented

<stdin>:1325:2: warning: #warning syscall ppoll not implemented

<stdin>:1365:2: warning: #warning syscall epoll_pwait not implemented

CHK   include/linux/compile.h

CC      drivers/video/console/vgacon.o

drivers/video/console/vgacon.c: In function 'vgacon_startup':
drivers/video/console/vgacon.c:510: error: 'PCIMEM_BASE' undeclared (first use in this function)

drivers/video/console/vgacon.c:510: error: (Each undeclared identifier is reported only once

drivers/video/console/vgacon.c:510: error: for each function it appears in.)
drivers/video/console/vgacon.c: In function 'vgacon_do_font_op':
drivers/video/console/vgacon.c:1068: error: 'PCIMEM_BASE' undeclared (first use in this function)

make: *** Error 1

make: *** Error 2

make: *** Error 2

make: *** Error 2
我装的是2.6.30.4的核用4.3.3编译选项也是按移植手册4.0配置的config
还望高手指教一下

wjjontheway 发表于 2010-7-26 21:14:25

在Device Drivers->Graphics Support->Console display driver support中去掉VGA text console
,保存设置后再编译就可以了

亚瑟王 发表于 2010-1-4 11:48:33

你的配置单中对于控制台的配置有误,添加了多余的配置导致的。

276865881 发表于 2010-2-4 16:07:53

我也出现过这种问题,就是不知道是什么原因,今天终于知道了,但是配置单里面都是英语,这对我这种菜鸟级的人来说,还是很难啊!

亚瑟王 发表于 2010-2-6 00:13:28

你下载4.3版本的移植手册,4.3版本的附录5添加了天嵌科技的内核配置单,你可以参考这个配置单。对于你看不懂英文的说明,这个我们天嵌科技就没法帮你了。

~悟`~念~ 发表于 2012-5-13 11:37:11

亚瑟王 发表于 2010-1-4 11:48 static/image/common/back.gif
你的配置单中对于控制台的配置有误,添加了多余的配置导致的。

管理员亚瑟王你好,我出现如图的错误,和楼主的有点相似,问题出在logo那里,有没有可能是我换了图片的原因啊?因为光盘里找不到天嵌的的那张logo图片,也不知道logo图片的像素是多少?我换上了一张480*272的图片,因为我的屏幕是480*272的,我的配置对照附录5检查了3遍,我可以保证是正确的,怎么老是错误啊,我看了源码包里的logo文件夹下还放置其他像素的空图片,按手册上的讲只添加240*320 , 800*480像素的图,后来我试着都添加了,但是错误更多,因为logo生成了很多的乱七八糟的文件,后来我将logo文件夹删掉,复制我原先备份下的logo文件夹到实验的目录,但现在还是原先的错误。这是我操作的过程,如果有操作有误请给我指出,还有问题有可能是哪里错误,也请给我指出,谢谢!!!!!因为我板块发了帖子好几天了没人回答,所以请您给我解答?????

亚瑟王 发表于 2012-5-17 14:42:25

~悟`~念~ 发表于 2012-5-13 11:37 static/image/common/back.gif
管理员亚瑟王你好,我出现如图的错误,和楼主的有点相似,问题出在logo那里,有没有可能是我换了图片的原 ...

天嵌科技提供的针对天嵌科技开发板的内核都是有4.3寸屏的开机logo图片的。在drivers\video\logo\目录下,名为:logo_linux_tft480272_clut224.ppm

eternity86 发表于 2012-8-27 13:02:53

5楼说得很对!感谢!
页: [1]
查看完整版本: make zImage 出现 drivers/video Error