Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Nov 1996 21:06:17 +0000 ()
From:      Charlie ROOT <root@jules.res.cmu.edu>
To:        freebsd-questions@FreeBSD.ORG
Subject:   kernel configuration problem
Message-ID:  <Pine.BSF.3.95.961112204002.1608A-200000@jules.res.cmu.edu>

index | next in thread | raw e-mail

[-- Attachment #1 --]
The config on my kernel configuration goes fine, then I get this error in
the make

loading kernel
soundcard.o: Undefined symbol `_MIDIbuf_select' referenced from text
segment
soundcard.o: Undefined symbol `_MIDIbuf_init' referenced from text segment
sound_switch.o: Undefined symbol `_MIDIbuf_read' referenced from text
segment
sound_switch.o: Undefined symbol `_MIDIbuf_write' referenced from text
segment
sound_switch.o: Undefined symbol `_MIDIbuf_open' referenced from text
segment
sound_switch.o: Undefined symbol `_MIDIbuf_release' referenced from text
segment
sound_switch.o: Undefined symbol `_MIDIbuf_ioctl' referenced from text
segment
*** Error code 1
______________________________

If you could help me out, I'd very much appreciate it.  The Soundblaster
card has its midi port defined at 0x300, but that gave me the same error.

Thank you,
Greg Schohn

[-- Attachment #2 --]
#
# jules baby
#
#	11/12/96
#

machine		"i386"
cpu		"I586_CPU"
ident		MYKERNEL
maxusers	30

options		INET			#InterNETworking
options		FFS			#Berkeley Fast Filesystem
options		NFS			#Network Filesystem
options		MSDOSFS			#MSDOS Filesystem
options		FDESC			#File descriptor filesystem
options		"CD9660"		#ISO 9660 Filesystem
options		"COMPAT_43"		#Compatible with BSD 4.3
options		"SCSI_DELAY=5"		#Be pessimistic about Joe SCSI device
options		BOUNCE_BUFFERS		#include support for DMA bounce buffers
options		UCONSOLE		#Allow users to grab the console

options		USER_LDT		#allow user-level control of i386 ld

options		SYSVSHM
options		SYSVSEM
options		SYSVMSG

config		kernel	root on wd0 

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

controller	wdc0	at isa? port "IO_WD1" bio irq 14 vector wdintr
disk		wd0	at wdc0 drive 0

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

options         ATAPI   #Enable ATAPI support for IDE bus
device          wcd0    #IDE CD-ROM

controller	ahc0
controller	scbus0
device		sd0

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

# Mandatory, don't remove
device		npx0	at isa? port "IO_NPX" 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		lpt0	at isa? port? tty irq 7 vector lptintr

# Order is important here due to intrusive probes, do *not* alphabetize
# this list of network interfaces until the probes have been fixed.
# Right now it appears that the ie0 must be probed before ep0. See
# revision 1.20 of this file.
device fxp0

pseudo-device	loop
pseudo-device	ether
pseudo-device	log
pseudo-device	sl	1
# ijppp uses tun instead of ppp device
#pseudo-device	ppp	1
pseudo-device	tun	1
pseudo-device	pty	32
pseudo-device	speaker
pseudo-device	gzip		# Exec gzipped a.out's

controller snd0
device sbxvi0   at isa? drq 5
device sbmidi0 at isa? port 0x330
help

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