From owner-freebsd-questions  Tue May 29 19:21: 1 2001
Delivered-To: freebsd-questions@freebsd.org
Received: from dolomite.mint.net (dolomite.mint.net [216.227.128.33])
	by hub.freebsd.org (Postfix) with ESMTP id 0E30037B424
	for <freebsd-questions@FreeBSD.ORG>; Tue, 29 May 2001 19:20:59 -0700 (PDT)
	(envelope-from dmilani@mint.net)
Received: from [216.227.152.193] (me-bangor-dial-117.mint.adelphia.net [216.227.152.137])
	by dolomite.mint.net (8.9.3/8.9.3) with ESMTP id WAA22731
	for <freebsd-questions@FreeBSD.ORG>; Tue, 29 May 2001 22:20:47 -0400
Mime-Version: 1.0
X-Sender: dmilani@pop.mint.net
Message-Id: <p05010403b73a056f7574@[216.227.152.193]>
Date: Tue, 29 May 2001 22:20:46 -0400
To: freebsd-questions@FreeBSD.ORG
From: Daniel Milani <dmilani@mint.net>
Subject: help with kernel description
Content-Type: text/plain; charset="us-ascii" ; format="flowed"
Sender: owner-freebsd-questions@FreeBSD.ORG
Precedence: bulk
List-ID: <freebsd-questions.FreeBSD.ORG>
List-Archive: <http://docs.freebsd.org/mail/> (Web Archive)
List-Help: <mailto:majordomo?subject=help> (List Instructions)
List-Subscribe: <mailto:majordomo?subject=subscribe%20freebsd-questions>
List-Unsubscribe: <mailto:majordomo?subject=unsubscribe%20freebsd-questions>
X-Loop: FreeBSD.ORG

could someone help me figure out what's wrong with my kernel description...

I have edited my kernel description and configed it then
make depend
make
and this happens
***Error code 1

	umass.o: In function `umass_cam_attach_sim':

I then a get a whole string of

	umass.o(.text+0x1257): undefined reference to `cam_simq_alloc'
	umass.o(.text+0x127d): undefined reference to `cam_sim_alloc'
	umass.o(.text+0x1296): undefined reference to `xpt_bus_register'
	umass.o(.text+0x1257): undefined reference to cam_simq_free'

and it continues in a similar fashion for some other functions of umass....

Any ideas?

Thanks for the help.

dan

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