From owner-freebsd-current Sat Aug 15 17:49:10 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA10952 for freebsd-current-outgoing; Sat, 15 Aug 1998 17:49:10 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from gjp.erols.com (alex-va-n008c079.moon.jic.com [206.156.18.89]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA10947 for ; Sat, 15 Aug 1998 17:49:08 -0700 (PDT) (envelope-from gjp@gjp.erols.com) Received: from gjp.erols.com (gjp@localhost.erols.com [127.0.0.1]) by gjp.erols.com (8.8.8/8.8.7) with ESMTP id UAA09677; Sat, 15 Aug 1998 20:48:10 -0400 (EDT) (envelope-from gjp@gjp.erols.com) To: Karl Pielorz cc: current@FreeBSD.ORG From: "Gary Palmer" Subject: Re: Can't build kernel with 15/08/98 @ 23:17 source In-reply-to: Your message of "Sun, 16 Aug 1998 00:13:53 BST." <35D61631.47D5DACA@tdx.co.uk> Date: Sat, 15 Aug 1998 20:48:10 -0400 Message-ID: <9673.903228490@gjp.erols.com> Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Karl Pielorz wrote in message ID <35D61631.47D5DACA@tdx.co.uk>: > Hi All, > > I can't seem to build a kernel with the latest sources... It falls over with: > > " > caladan# make > loading kernel > cd.o: Undefined symbol `_scsi_device_register' referenced from text segment > cd.o: Undefined symbol `_scsi_open' referenced from text segment > cd.o: Undefined symbol `_scsi_ioctl' referenced from text segment > cd.o: Undefined symbol `_scsi_close' referenced from text segment > cd.o: Undefined symbol `_scsi_minphys' referenced from text segment > cd.o: Undefined symbol `_scsi_strategy' referenced from text segment > cd.o: Undefined symbol `_extend_get' referenced from text segment > cd.o: Undefined symbol `_extend_get' referenced from text segment > cd.o: Undefined symbol `_extend_get' referenced from text segment > cd.o: Undefined symbol `_extend_get' referenced from text segment > (heaps of more like the above) > " > > Can anybody suggest anything? - I have the following lines in the kernel conf > ig: > > " > controller ahc0 > controller ahc1 > controller ahc2 > options AHC_TAGENABLE > options AHC_SCBPAGING_ENABLE > options AHC_ALLOW_MEMIO > > device sd0 > device st0 > device cd0 #Only need one of these, the code dynamically grows > " Do you have: controller scbus0 at ahc0 controller scbus1 at ahc1 controller scbus2 at ahc2 Also? You could actually cut this down do: controller ahc0 controller scbus0 options AHC_TAGENABLE options AHC_SCBPAGING_ENABLE options AHC_ALLOW_MEMIO device sd0 device st0 device cd0 Gary -- Gary Palmer FreeBSD Core Team Member FreeBSD: Turning PC's into workstations. See http://www.FreeBSD.ORG/ for info To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message