The following refuses to compile:
======= cle266 graphics driver (via)
======= via framebuffer
======= via dri
======= via agp
======= via drm
======= alsa sequencer
======= alsa /dev/mixer oss emulation
======= alsa /dev/pcm oss emulation
Please tell me what the hell is going on, I'm using the ebuild given on the channel, and nothing works, other kernels compile fine.
I'm on the stable GCC 3.2.3 running stable gentoo, but I need this kernel for support of my via epia M motherboard.
Code: Select all
CC sound/last.o
make[1]: *** [sound/core] Error 2
make[1]: *** Waiting for unfinished jobs....
make: *** [sound] Error
Code: Select all
make[2]: *** [sound/core/pcm_misc.o] Error 1
make[1]: *** [sound/core] Error 2
make: *** [sound] Error 2
* gen_die(): compile of modules faile
Code: Select all
drivers/video/cle266/via_fbobj.c: In function `VIAPreSetTV3Mode':
drivers/video/cle266/via_fbobj.c:692: warning: ISO C90 forbids mixed declarations and code
drivers/video/cle266/via_fbobj.c: In function `VIAPostSetTV3Mode':
drivers/video/cle266/via_fbobj.c:834: warning: ISO C90 forbids mixed declarations and code
drivers/video/cle266/via_fbobj.c: In function `via_pci_probe':
drivers/video/cle266/via_fbobj.c:1433: error: too few arguments to function `register_framebuffer'
drivers/video/cle266/via_fbobj.c: At top level:
drivers/video/cle266/via_fbobj.c:1481: warning: `__used__' attribute ignored
drivers/video/cle266/via_fbobj.c: In function `viafb_setup':
drivers/video/cle266/via_fbobj.c:1528: warning: ISO C90 forbids mixed declarations and code
drivers/video/cle266/via_fbobj.c: At top level:
drivers/video/cle266/via_fbobj.c:98: warning: `TVindex' defined but not used
make[3]: *** [drivers/video/cle266/via_fbobj.o] Error 1
make[2]: *** [drivers/video/cle266] Error 2
make[1]: *** [drivers/video] Error 2
make: *** [drivers] Error
Code: Select all
sound/core/pcm_misc.c:2822: confused by earlier errors, bailing out
make[2]: *** [sound/core/pcm_misc.o] Error 1
make[1]: *** [sound/core] Error 2
make: *** [sound] Error 2
* gen_die(): compile