LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 1132|回复: 1

内核编译失败显示找不到字体

[复制链接]
发表于 2007-1-31 19:49:49 | 显示全部楼层 |阅读模式
CC      drivers/video/fbcmap.o
  CC      drivers/video/fbsysfs.o
  CC      drivers/video/modedb.o
  CC      drivers/video/fbcvt.o
  LD      drivers/video/fb.o
  LD      drivers/video/backlight/built-in.o
  CC [M]  drivers/video/backlight/lcd.o
  CC [M]  drivers/video/backlight/backlight.o
  CC      drivers/video/console/dummycon.o
  CC      drivers/video/console/vgacon.o
  CC      drivers/video/console/fbcon.o
  CC      drivers/video/console/bitblit.o
  CC      drivers/video/console/fonts.o
drivers/video/console/fonts.c:71:2: error: #error No fonts configured.
drivers/video/console/fonts.c: In function ‘find_font’:
drivers/video/console/fonts.c:90: warning: comparison is always false due to limited range of data type
make[3]: *** [drivers/video/console/fonts.o] 错误 1
make[2]: *** [drivers/video/console] 错误 2
make[1]: *** [drivers/video] 错误 2
make: *** [drivers] 错误 2



以上为出错记录
发表于 2007-3-14 00:16:39 | 显示全部楼层
  1. CONFIG_FONTS=y
  2. # CONFIG_FONT_8x8 is not set
  3. # CONFIG_FONT_8x16 is not set
  4. # CONFIG_FONT_6x11 is not set
  5. # CONFIG_FONT_7x14 is not set
  6. # CONFIG_FONT_PEARL_8x8 is not set
  7. # CONFIG_FONT_ACORN_8x8 is not set
  8. # CONFIG_FONT_MINI_4x6 is not set
  9. # CONFIG_FONT_SUN8x16 is not set
  10. # CONFIG_FONT_SUN12x22 is not set
  11. # CONFIG_FONT_10x18 is not set
复制代码
你在配置内核时,选择了要配置字体,但是所有的字体你都不选,内核拿什么显示信息?
一般配一个8x16就可以了,也可以不配置,让它想怎么就怎么吧
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表