Re: Netgear FA311--compiling the module

2001-05-01 Thread Anthony Lau
At 9:02 PM -0400 4/30/2001, Rob Warner wrote: I'm running potato, and I'm trying to get my Netgear FA311 nic card going. I downloaded the natsemi driver from scyld, but when I try to compile it using: I'm not too familiar with 2.2.X Kernels, but is there a kernel module in 2.2 for natsemi? I

Re: Netgear FA311--compiling the module

2001-04-30 Thread aphro
> gcc -DMODULE -D__KERNEL__ -O6 -c natsemi.c > In file included from /usr/include/linux/string.h:37, > from natsemi.c:107: > /usr/include/asm/string.h:46: parse error before `size_t' > /usr/include/asm/string.h: In function `strncpy': > /usr/include/asm/string.h:47: number of arg

Netgear FA311--compiling the module

2001-04-30 Thread Rob Warner
I'm running potato, and I'm trying to get my Netgear FA311 nic card going. I downloaded the natsemi driver from scyld, but when I try to compile it using: gcc -DMODULE -D__KERNEL__ -O6 -c natsemi.c I'm inundated with errors. I've attached the complete log, but they start like this: In file inclu