Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Aug 2002 08:00:41 +1200
From:      Jonathan Chen <jonc@chen.org.nz>
To:        Brent Kearney <brent@kearneys.ca>
Cc:        questions@FreeBSD.ORG
Subject:   Re: kernel build fails
Message-ID:  <20020807200041.GA63403@grimoire.chen.org.nz>
In-Reply-To: <20020807113450.A33453@kearneys.ca>
References:  <20020807113450.A33453@kearneys.ca>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Aug 07, 2002 at 11:34:50AM -0700, Brent Kearney wrote:

[...]
> umass.o: In function `umass_cam_attach_sim':
> umass.o(.text+0x13af): undefined reference to `cam_simq_alloc'

The most common cause of this is your config file line:

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

Which requires scbus and da to be also present. Uncomment the lines
containing them.
-- 
Jonathan Chen <jonc@chen.org.nz>
----------------------------------------------------------------------
                "I don't want to achive immortality through my works..
                 I want to achieve it through not dying" - Woody Allen

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?20020807200041.GA63403>