kernel compiling prob
John Murphy
sub01 at freeode.co.uk
Sun Jan 2 18:47:55 GMT 2005
Emon wrote:
>Hello every one
>
>I am a newbie, I am using FreeBSD 4.10 & I was trying to rebild
>a new kernel for my system(just trying).
We aren't supposed to answer technical questions on this list
but it's likely that it will be closing soon anyway, so I'll
risk it ;)
For future reference: You should send technical questions to
FreeBSD-Questions at FreeBSD.ORG
[snip]
>umass.o: In function `umass_cam_attach_sim':
>umass.o(.text+0x1637): undefined reference to `cam_simq_alloc'
[snip]
These give a clue as to where to look. 'umass' is a USB device
and in the USB section of your configuration file we find:
>device umass # Disks/Mass storage - Requires scbus and da
But in the SCSI peripherals section you've disabled scbus and da:
># SCSI peripherals
>#device scbus # SCSI bus (required)
>#device da # Direct Access (disks)
So you either need to enable those two devices or (if you don't have
any USB mass storage devices) disable the umass line.
>Thanks in advance
>Jadukor
You're welcome.
--
John.
More information about the freebsd-newbies
mailing list