problems compiling 2.3.13 on alpha

Christian Groessler (cpg@aladdin.de)
Sun, 15 Aug 1999 03:02:50 +0100


Hi,

it's me again :-)

This happens when I try:

gcc -D__KERNEL__ -I/usr/src/linux-2.3.13/include -Wall -Wstrict-prototypes
-O2 -fomit-frame-pointer -fno-strict-aliasing -pipe -mno-fp-regs -ffixed-8
-mcpu=ev4 -c -o tgafb.o tgafb.c
tgafb.c: In function `tgafb_set_par':
tgafb.c:468: warning: unused variable `temp'
tgafb.c: In function `tgafb_init':
tgafb.c:1033: structure has no member named `base_address'
make[3]: *** [tgafb.o] Error 1
make[3]: Leaving directory `/usr/src/linux-2.3.13/drivers/video'
make[2]: *** [first_rule] Error 2
make[2]: Leaving directory `/usr/src/linux-2.3.13/drivers/video'
make[1]: *** [_subdir_video] Error 2
make[1]: Leaving directory `/usr/src/linux-2.3.13/drivers'
make: *** [_dir_drivers] Error 2
[chris@alpha:/usr/src/linux-2.3.13]$

regards,
chris

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/