From owner-freebsd-questions Wed Nov 14 17:34:31 2001 Delivered-To: freebsd-questions@freebsd.org Received: from scaup.prod.itd.earthlink.net (scaup.mail.pas.earthlink.net [207.217.120.49]) by hub.freebsd.org (Postfix) with ESMTP id 5200537B417 for ; Wed, 14 Nov 2001 17:34:25 -0800 (PST) Received: from dialup-209.245.143.107.dial1.sanjose1.level3.net ([209.245.143.107] helo=blossom.cjclark.org) by scaup.prod.itd.earthlink.net with esmtp (Exim 3.33 #1) id 164BQ2-0001i4-00; Wed, 14 Nov 2001 17:34:19 -0800 Received: (from cjc@localhost) by blossom.cjclark.org (8.11.6/8.11.3) id fAF1XqL27458; Wed, 14 Nov 2001 17:33:52 -0800 (PST) (envelope-from cjc) Date: Wed, 14 Nov 2001 17:33:51 -0800 From: "Crist J. Clark" To: Ben Goldstein Cc: freebsd-questions@FreeBSD.ORG Subject: Re: kernel make errors Message-ID: <20011114173351.C66694@blossom.cjclark.org> Reply-To: cjclark@alum.mit.edu References: <01b501c16d71$d42dade0$0300a8c0@asi200> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <01b501c16d71$d42dade0$0300a8c0@asi200>; from beng@nc.rr.com on Wed, Nov 14, 2001 at 08:06:58PM -0500 X-URL: http://people.freebsd.org/~cjc/ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, Nov 14, 2001 at 08:06:58PM -0500, Ben Goldstein wrote: > I don't have anything out of the ordinary in my kernel config.. and the make > process halts upon linking kernel. config runs fine. > > umass.o: In function `umass_cam_attach_sim': > umass.o(.text+0x1257): undefined reference to `cam_simq_allow' > etc.. etc.. etc.. > 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/BG1. > > > Does this error relate to a common or easy to point out problem? Or would it > be something deeper within my config.. ? Typically, you will be asked for the complete configuration when you get errors like this. However, this one looks pretty obvious without going to that. In GENERIC we have, device umass # Disks/Mass storage - Requires scbus and da Or LINT says, # USB Iomega Zip 100 Drive (Requires scbus and da) device umass You do have 'scbus' and 'da' in your configuration? -- Crist J. Clark | cjclark@alum.mit.edu | cjclark@jhu.edu http://people.freebsd.org/~cjc/ | cjc@freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message