linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* Re: compile bug/fix, 2.4.19pre3
  2002-03-19 19:32 compile bug/fix, 2.4.19pre3 Stefan Jeglinski
@ 2002-03-19 18:40 ` Benjamin Herrenschmidt
  0 siblings, 0 replies; 2+ messages in thread
From: Benjamin Herrenschmidt @ 2002-03-19 18:40 UTC (permalink / raw)
  To: Stefan Jeglinski, linuxppc-dev


>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
>

Fix already pushed, wait for mirrors to react.

Ben.


** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/

^ permalink raw reply	[flat|nested] 2+ messages in thread

* compile bug/fix, 2.4.19pre3
@ 2002-03-19 19:32 Stefan Jeglinski
  2002-03-19 18:40 ` Benjamin Herrenschmidt
  0 siblings, 1 reply; 2+ messages in thread
From: Stefan Jeglinski @ 2002-03-19 19:32 UTC (permalink / raw)
  To: linuxppc-dev


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/

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2002-03-19 19:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-03-19 19:32 compile bug/fix, 2.4.19pre3 Stefan Jeglinski
2002-03-19 18:40 ` Benjamin Herrenschmidt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).