From owner-freebsd-questions Sun Nov 24 8:48: 3 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 C16EF37B401 for ; Sun, 24 Nov 2002 08:48:01 -0800 (PST) Received: from energyhq.homeip.net (213-97-200-73.uc.nombres.ttd.es [213.97.200.73]) by mx1.FreeBSD.org (Postfix) with ESMTP id 38F9943E9C for ; Sun, 24 Nov 2002 08:48:00 -0800 (PST) (envelope-from flynn@energyhq.homeip.net) Received: from christine.energyhq.tk (christine.energyhq.tk [192.168.0.1]) by energyhq.homeip.net (Postfix) with SMTP id D6026AF588; Sun, 24 Nov 2002 17:48:00 +0100 (CET) Date: Sun, 24 Nov 2002 17:52:19 +0100 From: Miguel Mendez To: casey@caseytech.com Cc: caseman321@yahoo.com, freebsd-questions@FreeBSD.org Subject: Re: Kernel - Error Code 1 Message-Id: <20021124175219.121f940c.flynn@energyhq.homeip.net> In-Reply-To: <20021124164250.65458.qmail@web20504.mail.yahoo.com> References: <20021124164250.65458.qmail@web20504.mail.yahoo.com> X-Mailer: Sylpheed version 0.8.6 (GTK+ 1.2.10; i386-portbld-freebsd5.0) X-Face: 1j}k*2E>Y\+C~E|/wehi[:dCM,{N7/uE3o# P,{t7gA/qnovFDDuyQV.1hdT7&#d)q"xY33}{_GS>kk'S{O]nE$A`T|\4&p\&mQyexOLb8}FO List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, 24 Nov 2002 08:42:50 -0800 (PST) Casey Luttrull wrote: Hi, > I compiled my new kernal and called in MYKERNEL. Then > I issue the command > make buildkernel KERNCONF=MYKERNEL. > Everything seems to go fine until the end of the > process it gives my this error: > > linking kernel > umass.o: In function `umass_cam_attach_sim': > umass.o(.text+0x12bf): undefined reference to [...] > umass.o(.text+0x1999): undefined reference to > `xpt_done' > *** Error code 1 The error is caused by having umass but no scsi... device umass # Disks/Mass storage - Requires scbus and da ^^^^^^^^^^^ umass requires the scbus and da scsi drivers, which you commented on your kernel config. Enable them and it should work fine. Cheers, --- Miguel Mendez - flynn@energyhq.homeip.net GPG Public Key :: http://energyhq.homeip.net/files/pubkey.txt EnergyHQ :: http://www.energyhq.tk Of course it runs NetBSD! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message