Can't compile 2.5.2-pre11: error in fbdev

Sebastian Krause (krause@sdbk.de)
Sat, 12 Jan 2002 21:17:50 +0100


When I try to compile 2.5.2-pre11, I get the following error:

ld -m elf_i386 -r -o sounddrivers.o soundcore.o sound.o sb.o sb_lib.o uart401.o
make[3]: Leaving directory `/usr/src/v2.5/linux/drivers/sound'
make[2]: Leaving directory `/usr/src/v2.5/linux/drivers/sound'
make -C video
make[2]: Entering directory `/usr/src/v2.5/linux/drivers/video'
make -C riva
make[3]: Entering directory `/usr/src/v2.5/linux/drivers/video/riva'
make all_targets
make[4]: Entering directory `/usr/src/v2.5/linux/drivers/video/riva'
gcc -D__KERNEL__ -I/usr/src/v2.5/linux/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2 -march=i686 -malign-functions=4 -c -o fbdev.o fbdev.c
fbdev.c: In function `riva_set_fbinfo':
fbdev.c:1814: incompatible types in assignment
make[4]: *** [fbdev.o] Error 1
make[4]: Leaving directory `/usr/src/v2.5/linux/drivers/video/riva'
make[3]: *** [first_rule] Error 2
make[3]: Leaving directory `/usr/src/v2.5/linux/drivers/video/riva'
make[2]: *** [_subdir_riva] Error 2
make[2]: Leaving directory `/usr/src/v2.5/linux/drivers/video'
make[1]: *** [_subdir_video] Error 2
make[1]: Leaving directory `/usr/src/v2.5/linux/drivers'
make: *** [_dir_drivers] Error 2

I'm using gcc 2.95.4 under Debian Woody. 2.4.17 works without any
problems. What do I make wrong?

Sebastian
-
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/