Re: error in make phase while compiling kernel

2004-08-12 Thread Kent Stewart
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
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


error in make phase while compiling kernel

2004-08-12 Thread ashadul hoque
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?

regards
Ashadul

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"