Same problem with 2.2, just a different error:
make[3]: Entering directory `/usr/src/mips/linux/drivers/net'
mips-linux-gcc -D__KERNEL__ -I/usr/src/mips/linux/include -Wall
-Wstrict-prototypes -O2 -fomit-frame-pointer -G 0 -mno-abicalls -fno-pic
-mcpu=r4600 -mips2 -pipe -c -o sgiseeq.o sgiseeq.c
sgiseeq.c: In function `sgiseeq_probe':
sgiseeq.c:741: `SGI_ENET_IRQ' undeclared (first use this function)
sgiseeq.c:741: (Each undeclared identifier is reported only once
sgiseeq.c:741: for each function it appears in.)
make[3]: *** [sgiseeq.o] Error 1
make[3]: Leaving directory `/usr/src/mips/linux/drivers/net'
make[2]: *** [first_rule] Error 2
make[2]: Leaving directory `/usr/src/mips/linux/drivers/net'
make[1]: *** [_subdir_net] Error 2
make[1]: Leaving directory `/usr/src/mips/linux/drivers'
make: *** [_dir_drivers] Error 2
> -----Original Message-----
> From: Ulf Carlsson [SMTP:ulfc@thepuffingroup.com]
> Sent: Wednesday, August 04, 1999 2:30 PM
> To: Mike Hill
> Cc: linux@cthulhu.engr.sgi.com
> Subject: Re: Floptical Drive
>
> > When I try to add msdos or vfat filesystem support to the kernel (latest
> > CVS) I get the following failure:
>
> Linus broke all filesystems some time ago, this is not MIPS specific.
>
> Try the 2.2 kernel instead, I think they should be ok.
>
> Ulf
|