Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Oct 2002 18:34:43 -0500
From:      Nick Slager <zith@zith.net>
To:        Don <Don@WeberOnTheWeb.com>
Cc:        freebsd-questions@FreeBSD.org
Subject:   Re: kernel MAKE failed
Message-ID:  <20021009183443.A24324@zith.net>
In-Reply-To: <CDEDKEDCMMAOBJBCDJDFCEJLFEAA.Don@WeberOnTheWeb.com>; from Don@WeberOnTheWeb.com on Wed, Oct 09, 2002 at 04:21:58PM -0700
References:  <CDEDKEDCMMAOBJBCDJDFCEJLFEAA.Don@WeberOnTheWeb.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Thus spake Don (Don@WeberOnTheWeb.com):

> umass.o(.text+0x14e7): undefined reference to `xpt_free_path'
> umass.o: In function `umass_cam_action':
> umass.o(.text+0x1805): undefined reference to `xpt_done'
> umass.o(.text+0x1815): undefined reference to `xpt_done'
> umass.o: In function `umass_cam_cb':
> umass.o(.text+0x1911): undefined reference to `xpt_done'
> umass.o: In function `umass_cam_sense_cb':
> umass.o(.text+0x1988): undefined reference to `xpt_done'
> umass.o(.text+0x1999): undefined reference to `xpt_done'
> *** Error code 1
> 
> Stop in /usr/src/sys/compile/WEBKERNEL
> 
> any ideas

From GENERIC:

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

ie, you'll need to have scbus and da in your kernel config file
for umass support.


Nick

-- 
"We demand rigidly defined areas of doubt and uncertainty."
  -- Douglas Adams


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?20021009183443.A24324>