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

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'