Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Oct 2000 10:45:47 -0500
From:      Daniel Frazier <dfrazier@magpage.com>
To:        Brett Gianpetro <brettg@whatupg.com>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: Kernel Compilation Failure
Message-ID:  <39FD97AB.D44783A2@magpage.com>
References:  <Pine.LNX.4.20.0010300334480.29166-100000@renegade.yoyo.mpls.mn.us>

next in thread | previous in thread | raw e-mail | index | archive | help
Brett Gianpetro wrote:
> 
> Well, I'm new to FreeBSD and I'm trying to compile a custom kernel for the
> first time.  I just recently did a cvsup and built the world, which went
> smoothly.  Now I was running 'make buildkernel' and it failed.  Here
> is what the failure looks like:
> 
> linking kernel
> umass.o: In function `umass_cam_attach_sim':
> umass.o(.text+0x1257): undefined reference to `cam_simq_alloc'
>
<snip>
> 
> ...and here is my kernel configuration file (TSHARK103000):
> 
<snip>
>
> # SCSI peripherals
> #device         scbus           # SCSI bus (required)
> #device         da              # Direct Access (disks)
> #device         sa              # Sequential Access (tape etc)
> #device         cd              # CD
> #device         pass            # Passthrough device (direct SCSI access)
> 
> # USB support
> device          uhci            # UHCI PCI->USB interface
> device          ohci            # OHCI PCI->USB interface
> device          usb             # USB Bus (required)
> device          ugen            # Generic
> device          uhid            # "Human Interface Devices"
> device          ukbd            # Keyboard
> device          ulpt            # Printer
> device          umass           # Disks/Mass storage - Requires scbus and
> da

device umass *REQUIRES* scbus and da... read the comments.

----------------------------------------------------------------------
Daniel Frazier  <dfrazier@magpage.com>   Tel:  302-239-5900 Ext. 231
System Administrator                     Fax:  302-239-3909
MAGPAGE, We Power the Internet           WWW:  http://www.magpage.com/


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?39FD97AB.D44783A2>