|
From: Jani M. <ja...@iv...> - 2002-09-10 08:31:24
|
very few drivers are converted to work with the new core James Simmons is working on. So most fb drivers won't compile. > gcc -Wp,-MD,./.vga16fb.o.d -D__KERNEL__ -I/usr/src/linux-2.5.33/include > -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fomit-frame-pointer > -fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2 > -march=athlon -nostdinc -iwithprefix include > -DKBUILD_BASENAME=vga16fb -c -o vga16fb.o vga16fb.c > vga16fb.c: In function `vga16fb_set_disp': > vga16fb.c:177: structure has no member named `visual' > vga16fb.c:178: structure has no member named `type' > vga16fb.c:179: structure has no member named `type_aux' > vga16fb.c:180: structure has no member named `ypanstep' > vga16fb.c:181: structure has no member named `ywrapstep' > vga16fb.c:182: structure has no member named `line_length' > vga16fb.c: In function `vga_vesa_blank': > vga16fb.c:664: warning: implicit declaration of function `cli' > vga16fb.c:671: warning: implicit declaration of function `sti' > vga16fb.c: At top level: > vga16fb.c:814: unknown field `fb_get_fix' specified in initializer > vga16fb.c:814: warning: initialization from incompatible pointer type > vga16fb.c:815: unknown field `fb_get_var' specified in initializer > vga16fb.c:815: warning: initialization from incompatible pointer type > make[2]: *** [vga16fb.o] Error 1 |