Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Aug 2004 02:46:24 -0700
From:      Kent Stewart <kstewart@owt.com>
To:        freebsd-questions@freebsd.org
Cc:        ashadul hoque <ahoque.YKKSAO@ykk.com.bd>
Subject:   Re: error in make phase while compiling kernel
Message-ID:  <200408120246.24105.kstewart@owt.com>
In-Reply-To: <OFA8DAAC3E.06788C94-ON46256EEE.0034E43A-46256EEE.00355F4C@ykk.com.bd>
References:  <OFA8DAAC3E.06788C94-ON46256EEE.0034E43A-46256EEE.00355F4C@ykk.com.bd>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thursday 12 August 2004 02:43 am, ashadul hoque wrote:
> Hi everyone
>
> I am observing the following error messages of the following type
> while compiling custom kernel.
>
> umass.o: In function 'umass_cam_detach_sim':
> umass.o(.test+0x1a5c): undefined reference to 'xpt_bus_deregister'
> umass.o(.test+0x1a78): undefined reference to 'cam_sim_free'
>
> What is the reason?
>


You commented out too much. Read the requirements on umass in the 
GENERIC config file and either add them back or comment out the line 
with umass on it..

Kent

-- 
Kent Stewart
Richland, WA

http://users.owt.com/kstewart/index.html



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200408120246.24105.kstewart>