Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Nov 2002 17:52:19 +0100
From:      Miguel Mendez <flynn@energyhq.homeip.net>
To:        casey@caseytech.com
Cc:        caseman321@yahoo.com, freebsd-questions@FreeBSD.org
Subject:   Re: Kernel - Error Code 1
Message-ID:  <20021124175219.121f940c.flynn@energyhq.homeip.net>
In-Reply-To: <20021124164250.65458.qmail@web20504.mail.yahoo.com>
References:  <20021124164250.65458.qmail@web20504.mail.yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 24 Nov 2002 08:42:50 -0800 (PST)
Casey Luttrull <caseman321@yahoo.com> wrote:

Hi,

> I compiled my new kernal and called in MYKERNEL.  Then
> I issue the command 
> make buildkernel KERNCONF=MYKERNEL.
> Everything seems to go fine until the end of the
> process it gives my this error:
> 
> linking kernel
> umass.o: In function `umass_cam_attach_sim':
> umass.o(.text+0x12bf): undefined reference to
[...]
> umass.o(.text+0x1999): undefined reference to
> `xpt_done'
> *** Error code 1

The error is caused by having umass but no scsi...

device		umass		# Disks/Mass storage - Requires scbus and da
                                                    ^^^^^^^^^^^

umass requires the scbus and da scsi drivers, which you commented on
your kernel config. Enable them and it should work fine.

Cheers,
---
        Miguel Mendez - flynn@energyhq.homeip.net
        GPG Public Key :: http://energyhq.homeip.net/files/pubkey.txt
        EnergyHQ :: http://www.energyhq.tk
        Of course it runs NetBSD!

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?20021124175219.121f940c.flynn>