[1507] in linux-net channel archive
DE4x5 compile prob in 1.3.45
daemon@ATHENA.MIT.EDU (Herschel Chandler)
Fri Dec 8 11:00:47 1995
Date: Thu Dec 7 10:50:39 1995
From: Herschel Chandler <Herschel.Chandler@bridge.bst.bls.com>
To: Herschel Chandler <linux-net@vger.rutgers.edu>
Cross-posted from linux-kernel
------------------------------- Forwarded Message ----------------------------
Date: Thu Dec 7 09:01:02 1995
From: Herschel Chandler <Herschel.Chandler@bridge.bst.bls.com>
Subject: DE4x5 compile prob in 1.3.45
To: Herschel Chandler <Herschel.Chandler@bridge.bst.bls.com>,
Herschel Chandler <linux-kernel@vger.rutgers.edu>
I recieved the following errors in kernel 1.3.45, compiled as ELF.
The system does recognize/find the card at boot time.
I have the IS_NOT_DEC option active (in drivers/net/CONFIG).
I'm trying to get my SMC 8432 PCI Etherpower to work (again).
It hasn't worked since I upgraded kernels :(.
This is a dump of stderr:
de4x5.c: In function `set_multicast_list':
de4x5.c:1395: `num_addrs' undeclared (first use this function)
de4x5.c:1395: (Each undeclared identifier is reported only once
de4x5.c:1395: for each function it appears in.)
de4x5.c:1397: too few arguments to function `SetMulticastFilter'
de4x5.c: At top level:
de4x5.c:1431: conflicting types for `SetMulticastFilter'
de4x5.c:438: previous declaration of `SetMulticastFilter'
de4x5.c: In function `SetMulticastFilter':
de4x5.c:1446: `num_addrs' undeclared (first use this function)
de4x5.c:1492: parse error before `else'
de4x5.c: In function `de4x5_ioctl':
de4x5.c:2619: too many arguments to function `set_multicast_list'
de4x5.c:2622: too many arguments to function `set_multicast_list'
de4x5.c:2631: too many arguments to function `set_multicast_list'
make[2]: *** [de4x5.o] Error 1
make[1]: *** [sub_dirs] Error 127
make: *** [linuxsubdirs] Error 127
I've grep'ed just about every file I can think of looking for
the definition of num_addrs. It's no where to be found.
None of the objects in drivers/net contain a reference to num_addr.
Please help? ANY ideas?
Thanks VERY much for any help.
Herschel