Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Dec 1998 22:30:26 -0700 (MST)
From:      Kendall Gifford <jedi@grunt1.ti.dixie.edu>
To:        freebsd-questions@FreeBSD.ORG
Subject:   Failed Make of new Kernel
Message-ID:  <Pine.BSF.3.96.981209221927.1833A-200000@grunt1.ti.dixie.edu>

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

[-- Attachment #1 --]

I have failed to get my kernel to successfully compile. I cvsuped on the
8th, and just rebuilt the world. I have carefully (at least I think so)
gone over the attached kernel configuration file and I fail to see why it
will not work. 

It gets maybee half way through before:

ioconf.o: Undefined symbol '_sbvxidriver' referenced from data segment
*** Error code 1

It succeeds if I remove all the sbvxi0 and sbmidi0 lines.

If someone could please enlighten me, I would greatly appreciate it.

Thanks for your time.

Kendall Gifford
jedi@infowest.com

[-- Attachment #2 --]
machine		"i386"
ident		"GRUNT1"
maxusers	24

options		FAILSAFE
config		kernel	root on wd0
cpu		"I586_CPU"
options 	"CPU_FASTER_5X86_FPU"

options		"COMPAT_43"
options		SYSVSHM
options		SYSVSEM
options		SYSVMSG

options		"MD5"
options		KTRACE
options		PERFMON

options		UCONSOLE
options		USERCONFIG
options		VISUAL_USERCONFIG

options		INET
options		IPX
options		NETATALK

pseudo-device	ether
pseudo-device	loop	
pseudo-device	bpfilter	4
options		IPFW_DIVERT_RESTART
		
options		FFS
options		"CD9660"
options		PROCFS
options		MFS
options		QUOTA

pseudo-device	pty	26	
pseudo-device	log
pseudo-device	gzip
pseudo-device	vn
pseudo-device	snp	4
pseudo-device	tun	8

controller	isa0
options		BOUNCE_BUFFERS
controller	pnp0
controller	eisa0
controller	pci0

device		vt0	at isa? port "IO_KBD" tty irq 1 vector pcrint
options		"PCVT_FREEBSD=210"
options		XSERVER

device	npx0 at isa? port "IO_NPX" iosiz 0x0 flags 0x0 irq 13 vector npxintr

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

options		"CMD640"
options		ATAPI
options		ATAPI_STATIC
device		wcd0		

controller	fdc0	at isa? port "IO_FD1" bio irq 6 drq 2 vector fdintr
disk		fd0	at fdc0 drive 0

device		lpt0 at isa? port? tty irq 7 vector lptintr
device		psm0 at isa? port "IO_KBD" conflicts tty irq 12 vector psmintr
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 		ep0 at isa? port 0x300 net irq 10 vector epintr

#######################################################################
#	Sound Card Config                                             #
#######################################################################
controller	snd0

device		sb0	at isa? port 0x220 irq 7 drq 1 conflicts vector sbintr

device		sbvxi0	at isa? drq 5	
device 		sbmidi0	at isa? port 0x300
########################################################################

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.96.981209221927.1833A-200000>