compile bug/fix, 2.4.19pre3
Stefan Jeglinski
jeglin at 4pi.com
Wed Mar 20 06:32:06 EST 2002
Compiling today-rsynced 2.4.19pre3 (source.mvista.com::linuxppc_2_4) yields:
drivers/net/net.o: In function `bmac_set_multicast':
drivers/net/net.o(.text+0xa5e0): undefined reference to `ether_crc_le'
drivers/net/net.o(.text+0xa5e0): relocation truncated to fit:
R_PPC_REL24 ether_crc_le
make: *** [vmlinux] Error 1
I solve this by adding
#include <linux/crc32.h>
in drivers/net/bmac.c. I don't know if this is the correct fix.
Stefan Jeglinski
** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/
More information about the Linuxppc-dev
mailing list