Date: Sat, 15 Aug 1998 20:48:10 -0400 From: "Gary Palmer" <gpalmer@FreeBSD.ORG> To: Karl Pielorz <kpielorz@tdx.co.uk> Cc: current@FreeBSD.ORG Subject: Re: Can't build kernel with 15/08/98 @ 23:17 source Message-ID: <9673.903228490@gjp.erols.com> In-Reply-To: Your message of "Sun, 16 Aug 1998 00:13:53 BST." <35D61631.47D5DACA@tdx.co.uk>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?9673.903228490>