From owner-freebsd-questions Thu Sep 12 13:11:58 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B271F37B400 for ; Thu, 12 Sep 2002 13:11:56 -0700 (PDT) Received: from server.rucus.ru.ac.za (server.rucus.ru.ac.za [146.231.115.1]) by mx1.FreeBSD.org (Postfix) with SMTP id EBB7B43E3B for ; Thu, 12 Sep 2002 13:11:51 -0700 (PDT) (envelope-from drs@rucus.ru.ac.za) Received: (qmail 76676 invoked from network); 12 Sep 2002 20:11:47 -0000 Received: from bashir.dsl.ru.ac.za (146.231.113.19) by server.rucus.ru.ac.za with SMTP; 12 Sep 2002 20:11:47 -0000 Received: (qmail 4725 invoked by uid 1001); 12 Sep 2002 20:11:48 -0000 Date: Thu, 12 Sep 2002 22:11:48 +0200 From: David =?iso-8859-1?Q?Sieb=F6rger?= To: Razvan Roncov Cc: freebsd-questions@FreeBSD.org Subject: Re: Custom Kernel - Make error Message-ID: <20020912201148.GD2903@rucus.ru.ac.za> References: <200209121411.24568.razvan@compu-creations.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <200209121411.24568.razvan@compu-creations.com> User-Agent: Mutt/1.4i 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 Thu 2002-09-12 (14:11), Razvan Roncov wrote: > I get the following error when I do "make": > > b2# make [snip] > umass.o(.text+0x1911): undefined reference to `xpt_done' > umass.o: In function `umass_cam_sense_cb': > umass.o(.text+0x1988): undefined reference to `xpt_done' > umass.o(.text+0x1999): undefined reference to `xpt_done' > *** Error code 1 > > Stop in /usr/src/sys/compile/MYKERNEL. You've included 'device umass' in your config: > device umass # Disks/Mass storage - Requires scbus and da but you've commented out the scbus and da that it says are required: > #device scbus # SCSI bus (required) > #device da # Direct Access (disks) You'll need to either comment out umass, or uncomment scbus and da. -- David Siebörger drs@rucus.ru.ac.za To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message