Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 May 1998 13:20:48 +0300
From:      Esa Karkkainen <ejk@edelfelt.albert.hit.fi>
To:        freebsd-stable@FreeBSD.ORG
Subject:   Cannot compile stable kernel
Message-ID:  <19980512132048.57027@albert.hit.fi>

next in thread | raw e-mail | index | archive | help
Hello

	I get the following error after all the objects have been compiled

loading kernel
isa.o: Undefined symbol `_isa_devtab_cam' referenced from text segment
[ plus seven identical lines ]
*** Error code 1

	I grepped LINT for "cam" and didn't find anything related to cam scsi
drivers.

	I usually use these commands to compile kernel

cd /sys/i386/conf/
sudo config EDELFELT
cd ../../compile/EDELFELT
sudo make depend all (sometimes "depend all install"

Here's the config file

# EDELFELTin kustomoitu kerneli
#

machine		"i386"
cpu		"I586_CPU"
#cpu		"I686_CPU"
ident		EDELFELT
maxusers	20

#options	MATH_EMULATE		#Support for x87 emulation
options		INET			#InterNETworking
options		FFS			#Berkeley Fast Filesystem
#options	NFS			#Network Filesystem
options		MSDOSFS			#MSDOS Filesystem
options		"CD9660"		#ISO 9660 Filesystem
options		PROCFS			#Process filesystem
options		"COMPAT_43"		#Compatible with BSD 4.3 [KEEP THIS!]
options		SCSI_DELAY=15		#Be pessimistic about Joe SCSI device
#options	BOUNCE_BUFFERS		#include support for DMA bounce buffers
options		UCONSOLE		#Allow users to grab the console
options		FAILSAFE		#Be conservative
options		USERCONFIG		#boot -c editor
options		VISUAL_USERCONFIG	#visual boot -c editor
options		NFS_NOSERVER            #Disable the NFS-server code.
options         SYSVSHM
options         CLK_CALIBRATION_LOOP
options         "CLK_USE_I8254_CALIBRATION"
options         "CLK_USE_I586_CALIBRATION"
options         COMPAT_LINUX


config		kernel	root on sd0

controller	isa0
controller	pci0

controller	fdc0	at isa? port "IO_FD1" bio irq 6 drq 2 vector fdintr
disk		fd0	at fdc0 drive 0
#disk		fd1	at fdc0 drive 1
#tape		ft0	at fdc0 drive 2

#options		"CMD640"	# work around CMD640 chip deficiency
controller	wdc0	at isa? port "IO_WD1" bio irq 14 vector wdintr
disk		wd0	at wdc0 drive 0
#disk		wd1	at wdc0 drive 1

#controller	wdc1	at isa? port "IO_WD2" bio irq 15 vector wdintr
#disk		wd2	at wdc1 drive 0
#disk		wd3	at wdc1 drive 1

#options		ATAPI		#Enable ATAPI support for IDE bus
#options		ATAPI_STATIC	#Don't do it as an LKM
#device		wcd0		#IDE CD-ROM
#device		wfd0		#IDE floppy (LS-120)

controller	ahc0
options		AHC_TAGENABLE
options		AHC_SCBPAGING_ENABLE
options		AHC_ALLOW_MEMIO

controller	scbus0 at ahc0
device		sd0
disk		sd0 at scbus0 target 0
disk		sd1 at scbus0 target 1

#device		od0	#See LINT for possible `od' options.

#device		st0

device		cd0	#Only need one of these, the code dynamically grows

#controller	pnp0
#device pcm0 at isa? port 0x220 tty irq 5 drq 1 flags 0x15 vector pcmintr

controller	snd0
device sb0      at isa? port 0x220 irq 5 drq 1 vector sbintr
device sbxvi0   at isa? drq 5
device sbmidi0  at isa? port 0x330
#device awe0     at isa? port 0x620
device opl0     at isa? port 0x388

# syscons is the default console driver, resembling an SCO console
device		sc0	at isa? port "IO_KBD" tty irq 1 vector scintr
options		MAXCONS=5

# Mandatory, don't remove
device		npx0	at isa? port "IO_NPX" flags 0x1 irq 13 vector npxintr

device		sio0	at isa? port "IO_COM1" tty irq 4 vector siointr
device		sio1	at isa? port "IO_COM2" tty irq 3 vector siointr
#device		sio2	at isa? disable port "IO_COM3" tty irq 5 vector siointr
#device		sio3	at isa? disable port "IO_COM4" tty irq 9 vector siointr

device		lpt0	at isa? port? tty irq 7 vector lptintr
#device		lpt1	at isa? port? tty
#device		mse0	at isa? port 0x23c tty irq 5 vector mseintr

#device		psm0	at isa? port "IO_KBD" conflicts tty irq 12 vector psmintr

device fxp0

pseudo-device	loop
pseudo-device	ether
pseudo-device	log
#pseudo-device	sl	1
#pseudo-device	ppp	1
pseudo-device	vn	1
#pseudo-device	tun	1
pseudo-device	pty	16
pseudo-device	gzip		# Exec gzipped a.out's
pseudo-device	ccd	1

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19980512132048.57027>