Hi I'm trying to compile the latest 3com 905 drivers from scyld.com and I'm getting these errors. I'm using a fresh install of Debian 2.2 r3
sac99:~/bleh# gcc -DMODULE -Wall -Wstrict-prototypes -O6 -c 3c59x.c In file included from /usr/include/linux/string.h:37, from 3c59x.c:91: /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 arguments doesn't match prototype /usr/include/linux/string.h:13: prototype declaration /usr/include/asm/string.h:61: `src' undeclared (first use in this function) /usr/include/asm/string.h:61: (Each undeclared identifier is reported only once There are many more errors too. Can someone shed somelight on what could be wrong? Richard