Quoting suriya mohan ([EMAIL PROTECTED]): > Hi All, > I am trying to add framebuffer device support to linux-2.4.20 > (vanilla kernel) by applying "linux-2.4.20-i810fb-lite.diff.bz2" > patch > to the kernel source to run DirectFB programs.The patch is > applied > without any hunk error. But when I run "make bzImage" the > following > error occurs. > > /usr/src/linux-2.4.20/arch/i386/lib/lib.a > /usr/src/linux-2.4.20/lib/lib.a > /usr/src/linux-2.4.20/arch/i386/lib/lib.a \ > --end-group \ > -o vmlinux > drivers/video/video.o: In function `i810fb_set_var': > drivers/video/video.o(.text+0x846f): undefined reference to > `fbcon_cfb8' > make: *** [vmlinux] Error 1
The driver seems to require CONFIG_FBCON_CFB8. Normally drivers check for it. -- Best regards, Denis Oliver Kropp .------------------------------------------. | DirectFB - Hardware accelerated graphics | | http://www.directfb.org/ | "------------------------------------------" Convergence GmbH -- Info: To unsubscribe send a mail to [EMAIL PROTECTED] with "unsubscribe directfb-users" as subject.
