Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Feb 2001 13:00:41 -0500
From:      Daniel Frazier <dfrazier@magpage.com>
To:        John Taylor <jdtaylor@digitalinksystems.com>
Cc:        freebsd questions <freebsd-questions@FreeBSD.ORG>
Subject:   Re: Kernel compile error
Message-ID:  <3A897649.3CAC4934@magpage.com>
References:  <3A897470.1E6D0D98@digitalinksystems.com>

next in thread | previous in thread | raw e-mail | index | archive | help
John Taylor wrote:
> 
> During "make" in compiling a custom kernel, the process stopped.
> "config" and "make depend" reported no errors. Following is from the
> log...
> 
> ...
> linking kernel
> umass.o: In function 'umass_cam_attach_sim':
> umass.o(.text+0x1257): undefined reference to 'cam_simq_alloc'
> umass.o(.text+0x127d): undefined reference to 'cam_sim_alloc'
> ...
> umass.o: In function 'umass_cam_sense_cb':
> umass.o(.text+0x1918): undefined reference to 'xpt_done'
> umass.o(.text+0x1929): undefined reference to 'xpt_done'
> *** Error code 1
> 
> Stop in /usr/src/sys/compile/KERNEL_NAME
> 
> What is the source of this error? What have I misconfigured? Thanks.

by any chance have you commented out the scbus or da lines from your
kernel config file?  device umass requires those two devices.

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

"They that can give up essential liberty to obtain a little temporary
safety deserve neither liberty nor safety."
        - Benjamin Franklin, Historical Review of Pennsylvania, 1759.


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?3A897649.3CAC4934>