From owner-freebsd-questions Sun Jan 21 16:07:28 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA18007 for questions-outgoing; Sun, 21 Jan 1996 16:07:28 -0800 (PST) Received: from macatawa.org (freenet.macatawa.org [206.26.113.2]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id QAA18000 for ; Sun, 21 Jan 1996 16:07:24 -0800 (PST) Received: by macatawa.org (5.x/SMI-SVR4 (Mod 8/5/95.1)) id AA12252; Sun, 21 Jan 1996 19:07:23 -0500 Date: Sun, 21 Jan 1996 19:07:22 -0500 (EST) From: Kendall Koning To: questions@freebsd.org Subject: SB16 Kernel compile problem... Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org Precedence: bulk When I try to build the Kernel with these devices... device sbxvi0 at isa? drq 5 device sbmidi0 at isa? port 0x330 the compile seems to go fine all through make depend -and- make all but at the end of "make all", I get this error message ... -c vers.c loading kernel ioconf.o: Undefined symbol '_sbxvidriver' referenced from data segment ioconf.o: Undefined symbol '_sbmididriver' referenced from data segment *** Error code 1 Stop. bash# I've also tried it with device sb(stuff) conflicts... doesn't work either. I have a IntelBug P60(Gateway) w/ 24 MB RAM, (Bounce Buffers enabled...) Adeptec 2940, PS/2 Kbd/Mouse, Running FreeBSD 2.1.0-RELEASE and X. Any ideas as to what I am doing wrong? -kkoning@macatawa.org