Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Aug 2000 18:05:42 -0500
From:      "David J. Kanter" <david.kanter@mindspring.com>
To:        FreeBSD stable <freebsd-stable@freebsd.org>
Subject:   Kernel won't compile (device xl)
Message-ID:  <20000824180542.A25814@localhost.localdomain>

next in thread | raw e-mail | index | archive | help
I've added support for a new Ethernet card, with device miibus and device
xl. But when the kernel is compiling I get this error:

if_xl.o: In function xl_attach':
if_xl.o(.text+0x1c9a): undefined reference to ether_output'
if_xl.o(.text+0x20c6): undefined reference to ether_ifattach'
if_xl.o: In function xl_detach':
if_xl.o(.text+0x210c): undefined reference to ether_ifdetach'
if_xl.o: In function xl_rxeof':
if_xl.o(.text+0x27b1): undefined reference to ether_input'
if_xl.o: In function xl_ioctl':
if_xl.o(.text+0x413e): undefined reference to ether_ioctl'
*** Error code 1

Stop in /usr/obj/usr/src/sys/SPECIALK.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.
su-2.04#

What's wrong?
-- 
David Kanter


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000824180542.A25814>