Re: Linux 2.4.20-pre6 tg3 compile errors

From: Jeff Garzik (jgarzik@mandrakesoft.com)
Date: Tue Sep 10 2002 - 21:37:25 EST


Steve Mickeler wrote:
> Ok, I applied the entire 2.4.20-pre6 and still get compile errors:
>
> gcc -D__KERNEL__ -I/usr/src/test/linux-2.4.20-pre6/include -Wall
> -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common
> -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686
> -nostdinc -iwithprefix include -DKBUILD_BASENAME=tg3 -c -o tg3.o tg3.c
>
> tg3.c: In function `__tg3_set_rx_mode':
> tg3.c:4881: structure has no member named `vlgrp'

Wrap this line of code inside a

#if TG3_VLAN_TAG_USED
...line 4881 here...
#endif

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



This archive was generated by hypermail 2b29 : Sun Sep 15 2002 - 22:00:23 EST