Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Feb 2001 17:00:33 -0800
From:      Kris Kennaway <kris@obsecurity.org>
To:        Lodewijk Koopman <lkoopman@science.uva.nl>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: problem compiling new kernel
Message-ID:  <20010218170033.A75563@mollari.cthul.hu>
In-Reply-To: <200102181353.f1IDrXK25013@mbox.wins.uva.nl>; from lkoopman@science.uva.nl on Sun, Feb 18, 2001 at 02:57:02PM %2B0100
References:  <200102181353.f1IDrXK25013@mbox.wins.uva.nl>

next in thread | previous in thread | raw e-mail | index | archive | help

--r5Pyd7+fXNt84Ff3
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

On Sun, Feb 18, 2001 at 02:57:02PM +0100, Lodewijk Koopman wrote:

> linking kernel
> usb_ethersubr.o: In function `usbintr':
> usb_ethersubr.o(.text+0x31): undefined reference to `ether_input'
> *** Error code 1

You commented out the ether device:

# Pseudo devices - the number indicates how many units to allocated.
pseudo-device   loop            # Network loopback
#pseudo-device  ether           # Ethernet support

But something else in your kernel config requires it.

Kris

--r5Pyd7+fXNt84Ff3
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.4 (FreeBSD)
Comment: For info see http://www.gnupg.org

iD8DBQE6kHAxWry0BWjoQKURAjAFAJ9z0o7H8mKQHKIGEXq0foPCB5D01ACffVSc
n61QXsh6wHm/EQZIrw7kGTs=
=9EsB
-----END PGP SIGNATURE-----

--r5Pyd7+fXNt84Ff3--


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




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