From owner-freebsd-questions Wed Nov 14 22:41:43 2001 Delivered-To: freebsd-questions@freebsd.org Received: from andrsn.stanford.edu (andrsn.Stanford.EDU [171.66.112.163]) by hub.freebsd.org (Postfix) with ESMTP id 2D46437B405 for ; Wed, 14 Nov 2001 22:41:41 -0800 (PST) Received: from localhost (andrsn@localhost.stanford.edu [127.0.0.1]) by andrsn.stanford.edu (8.9.3/8.9.1) with ESMTP id WAA65700; Wed, 14 Nov 2001 22:31:09 -0800 (PST) Date: Wed, 14 Nov 2001 22:31:09 -0800 (PST) From: Annelise Anderson To: Ben Goldstein Cc: freebsd-questions@FreeBSD.ORG Subject: Re: kernel make errors In-Reply-To: <01b501c16d71$d42dade0$0300a8c0@asi200> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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, 14 Nov 2001, 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.. ? umass required scbus and da; see the note next to umass in the USB section. Happens to a lot of people. Annelise -- Annelise Anderson Author of: FreeBSD: An Open-Source Operating System for Your PC Available from: mall.daemonnews.org and amazon.com Book Website: http://www.bittreepress.com/FreeBSD/introbook/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message