error: `PCIMEM_BASE ' undeclared

在编译内核时,由于选择了VGA text console模式,导致编译错误,提示信息为:

drivers/video/console/vgacon.c:292:   error:   `PCIMEM_BASE '   undeclared   (first   use   in   this   function)

在ARM平台下,VGA text console模式不能选
解决方法:
device drivers->
   Graphics support->
      Console display driver support->
         [ ]VGA text console

posted on 2012-04-17 11:02  emlinux  阅读(249)  评论(0)    收藏  举报