Compilation of 3c59x.c result in some errors.

Chang Cheng Chao chao@unbc.ca
Fri Jan 15 01:20:15 1999


I went into some compilation errors when compiling 3c59x.c V0.99H 11/17/98
(the latest  driver). These are the errors:

3c59x.c:94: parse error before `<'
3c59x.c: In function `vortex_probe1':
3c59x.c:879: stray '\' in program
3c59x.c:879: parse error before `;'
3c59x.c:926: `mii_preamble_required' undeclared (first use this function)
3c59x.c:926: (Each undeclared identifier is reported only once
3c59x.c:926: for each function it appears in.)
3c59x.c: In function `mdio_read':
3c59x.c:2047: `mii_preamble_required' undeclared (first use this function)
3c59x.c: In function `mdio_write':
3c59x.c:2079: `mii_preamble_required' undeclared (first use this function)

-----------

If you know what is the problem, please tell me. Also I'm wondering is
there any site that has a pre-compiles version for kernel 2.0.36 (I'm
using Red Hat 5.2). Thanks.

Chang