|
|

楼主 |
发表于 2009-1-2 08:15:33
|
显示全部楼层
编译出现错误了,能帮忙看一下吗?
drivers/video/console/bitblit.c:14:24: error: fonts_utf8.h: No such file or directory
drivers/video/console/bitblit.c: In function ‘bit_putcs’:
drivers/video/console/bitblit.c:352: error: ‘font_utf8’ undeclared (first use in this function)
drivers/video/console/bitblit.c:352: error: (Each undeclared identifier is reported only once
drivers/video/console/bitblit.c:352: error: for each function it appears in.)
drivers/video/console/bitblit.c: In function ‘bit_cursor’:
drivers/video/console/bitblit.c:453: error: ‘font_utf8’ undeclared (first use in this function)
make[4]: *** [drivers/video/console/bitblit.o] Error 1
make[3]: *** [drivers/video/console] Error 2
make[2]: *** [drivers/video] Error 2
make[1]: *** [drivers] Error 2
make: *** [debian/stamp/build/kernel] Error 2 |
|