Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Oct 2002 19:28:25 -0700
From:      Kris Kennaway <kris@obsecurity.org>
To:        "Boris A. Grebenyuk" <weds@dimm.zp.ua>
Cc:        freebsd-questions@FreeBSD.org
Subject:   Re: make fails
Message-ID:  <20021003022825.GB86445@xor.obsecurity.org>
In-Reply-To: <20021002200351.L74154-200000@dimm.zp.ua>
References:  <20021002200351.L74154-200000@dimm.zp.ua>

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

--tsOsTdHNUZQcU9Ye
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Wed, Oct 02, 2002 at 08:07:25PM +0300, Boris A. Grebenyuk wrote:
>=20
> Hi! I'm trying to build kernel for i486 PC. But get an error:
>=20
> Press any key to continue...bash-2.04# bash-2.04# make kernel
> linking kernel
> if_ed.o: In function `ed_tick':
> if_ed.o(.text+0x26d9): undefined reference to `mii_tick'
> if_ed.o: In function `ed_init':
> if_ed.o(.text+0x2aca): undefined reference to `mii_mediachg'
> if_ed.o: In function `ed_ifmedia_upd':
> if_ed.o(.text+0x4d8d): undefined reference to `mii_mediachg'
> if_ed.o: In function `ed_ifmedia_sts':
> if_ed.o(.text+0x4dc2): undefined reference to `mii_pollstat'
> *** Error code 1
>=20
> Stop in /usr/src/sys/compile/DISKLESS_486.
>=20
> How can I solve a problem? I think there is some unchecked options or dev=
ices in
> my kernel config. Need you help.

You're missing the miibus device.

> # ISA Ethernet NICs.
> # 'device ed' requires 'device miibus'
> device		ed0	at isa? port 0x280 irq 10 iomem 0xd8000

Kris


--tsOsTdHNUZQcU9Ye
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.7 (FreeBSD)

iD8DBQE9m6tIWry0BWjoQKURAvRvAJ9NuZLLFNgEIbBY1RZJ8S9ZAd9JWACfdPAL
8ExIGsKDemDSKrQKstdmE4M=
=h+BE
-----END PGP SIGNATURE-----

--tsOsTdHNUZQcU9Ye--

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?20021003022825.GB86445>