From owner-freebsd-questions Sat Feb 3 8: 2:21 2001 Delivered-To: freebsd-questions@freebsd.org Received: from harumscarum.mr.itd.umich.edu (harumscarum.mr.itd.umich.edu [141.211.125.17]) by hub.freebsd.org (Postfix) with ESMTP id 7A0EC37B503 for ; Sat, 3 Feb 2001 08:02:03 -0800 (PST) Received: from tim.elnsng1.mi.home.com (c1129767-a.elnsng1.mi.home.com [24.183.248.20]) by harumscarum.mr.itd.umich.edu (8.9.3/3.3s) with SMTP id LAA06614; Sat, 3 Feb 2001 11:02:01 -0500 (EST) From: Tim McMillen To: Anirudh Dutt , freebsd-questions@freebsd.org Subject: Re: kernel 'make install' errors Date: Sat, 3 Feb 2001 11:07:03 -0500 X-Mailer: KMail [version 1.1.99] Content-Type: text/plain; charset="us-ascii" References: <3A7C28AB.C72E7C9E@subdimension.com> In-Reply-To: <3A7C28AB.C72E7C9E@subdimension.com> MIME-Version: 1.0 Message-Id: <01020311070305.00548@tim.elnsng1.mi.home.com> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG You generally need to tell us what version you are running and what you are trying to compile. But it looks like you took da and scbus out of your kernel config and those are required for vpo and other devices that use scsi. See LINT Tim On Saturday February 03, 2001 10:50, you wrote: > hi > here are some errors i got in the 'make' part of the kernel compile > ('make depend' didn't give any errors). does anyone know what going > on with it? > > # make > linking kernel > vpo.o: In function `vpo_attach': > vpo.o(.text+0xcb): undefined reference to `cam_simq_alloc' > vpo.o(.text+0xf8): undefined reference to `cam_sim_alloc' > vpo.o(.text+0x108): undefined reference to `cam_simq_free' > vpo.o(.text+0x116): undefined reference to `xpt_bus_register' > vpo.o(.text+0x132): undefined reference to `cam_sim_free' > vpo.o: In function `vpo_cam_rescan': > vpo.o(.text+0x18f): undefined reference to `xpt_periph' > vpo.o(.text+0x198): undefined reference to `xpt_create_path' > vpo.o(.text+0x1ab): undefined reference to `xpt_setup_ccb' > vpo.o(.text+0x1c6): undefined reference to `xpt_action' > vpo.o: In function `vpo_action': > vpo.o(.text+0x4bd): undefined reference to `xpt_done' > vpo.o(.text+0x4cd): undefined reference to `xpt_done' > *** Error code 1 > Stop in /usr/src/sys/compile/NEWKERN. > > thanx > ani d > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message