Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Aug 1998 00:13:53 +0100
From:      Karl Pielorz <kpielorz@tdx.co.uk>
To:        current@FreeBSD.ORG
Subject:   Can't build kernel with 15/08/98 @ 23:17 source
Message-ID:  <35D61631.47D5DACA@tdx.co.uk>

next in thread | raw e-mail | index | archive | help
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 config:

"
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
"

I've made sure to do a 'make clean; make depend; make'...

I have a horrible feeling that this is pilot error, but I'm stumped... ;-(

Regards,

Karl Pielorz

 
----------------------------------------------------------------------------
Karl Pielorz 'mailto:kpielorz@tdx.co.uk' This system runs http://freebsd.org
~ - Any opinions in this posting are my own and not those of my employer - ~

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?35D61631.47D5DACA>