Hi!
I just tried to compile the kernel 2.4.19 with support for a SiS
graphics card. The related options in .config I've set are:
CONFIG_AGP=y
CONFIG_AGP_VIA=y
CONFIG_AGP_SIS=y
CONFIG_DRM=y
CONFIG_DRM_NEW=y
CONFIG_DRM_SIS=y
After compiling, it seems that sis_main.o has not be included with
drm.o:
drivers/char/drm/drm.o: In function `sis_fb_alloc':
drivers/char/drm/drm.o(.text+0x6d26): undefined reference to `sis_malloc'
drivers/char/drm/drm.o(.text+0x6d6d): undefined reference to `sis_free'
drivers/char/drm/drm.o: In function `sis_fb_free':
drivers/char/drm/drm.o(.text+0x6eb5): undefined reference to `sis_free'
drivers/char/drm/drm.o: In function `sis_final_context':
drivers/char/drm/drm.o(.text+0x7386): undefined reference to `sis_free'
make: *** [vmlinux] Error 1
Any easy fix for this?
Thanks,
-- Christoph Simon ciccio@kiosknet.com.br - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
This archive was generated by hypermail 2b29 : Sat Aug 31 2002 - 22:00:30 EST