From owner-freebsd-questions Fri Jan 24 14:41:34 2003 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 7AE0237B401 for ; Fri, 24 Jan 2003 14:41:33 -0800 (PST) Received: from chimera.noanet.net (chimera.noanet.net [66.119.192.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0DBC543F18 for ; Fri, 24 Jan 2003 14:41:33 -0800 (PST) (envelope-from mksmith@noanet.net) Received: from chimera.noanet.net (localhost [127.0.0.1]) by chimera.noanet.net (8.12.2/8.12.2) with ESMTP id h0OMfLfe056729; Fri, 24 Jan 2003 14:41:21 -0800 (PST) Received: from localhost (mksmith@localhost) by chimera.noanet.net (8.12.2/8.12.2/Submit) with ESMTP id h0OMfL1h056726; Fri, 24 Jan 2003 14:41:21 -0800 (PST) X-Authentication-Warning: chimera.noanet.net: mksmith owned process doing -bs Date: Fri, 24 Jan 2003 14:41:21 -0800 (PST) From: "Michael K. Smith" To: Danny Cc: questions@FreeBSD.ORG Subject: Re: 4.7R - Kernel Compile (old way) "Error code 1" In-Reply-To: <000701c2c3f8$720d86b0$b701a8c0@BRENIUS.NET> Message-ID: <20030124143614.I55129-100000@chimera.noanet.net> 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 Hello Danny: On Fri, 24 Jan 2003, Danny wrote: > Greetings, > > I am trying to build a custom kernel, but I recieved a stop error after > (90% sure it was) executing "make" - based on the "old way" instructions > in the handbook (printed out, but it maybe a release or two old). > > Please let me know if any further information is required. > > Thank you for your time and assistance! > > scsi_low.o: In function `scsi_low_cam_rescan_callback': > scsi_low.o(.text+0x1e7): undefined reference to `xpt_free_path' > scsi_low.o: In function `scsi_low_rescan_bus_cam': > scsi_low.o(.text+0x233): undefined reference to `xpt_periph' > scsi_low.o(.text+0x23c): undefined reference to `xpt_create_path' > scsi_low.o(.text+0x24f): undefined reference to `xpt_setup_ccb' > scsi_low.o(.text+0x26a): undefined reference to `xpt_action' > *** Error code 1 > It would appear you have removed critical entries to the SCSI subsystem in your kernel. If the kernel you included was the total output of your options, then you are definitely missing something from the SCSI config. Maybe this perhaps: # SCSI peripherals device scbus # SCSI bus (required) Mike To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message