From owner-freebsd-questions Mon Jul 7 06:54:29 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id GAA13455 for questions-outgoing; Mon, 7 Jul 1997 06:54:29 -0700 (PDT) Received: from nty.ch (www.nty.ch [194.51.96.31]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id GAA13450 for ; Mon, 7 Jul 1997 06:54:27 -0700 (PDT) Received: from ch_css7 (catcher3.sybase.nl [193.67.130.7]) by nty.ch (8.8.4/8.8.4) with SMTP id PAA19338; Mon, 7 Jul 1997 15:59:46 +0200 (MET DST) Message-ID: <33C0F555.2781E494@nty.com> Date: Mon, 07 Jul 1997 15:55:33 +0200 From: Claudio Eichenberger Organization: NTY Consulting X-Mailer: Mozilla 3.01 (X11; I; SunOS 4.1.3_U1 sun4m) MIME-Version: 1.0 To: questions@freebsd.org CC: claudio@nty.com Subject: Undefined symbol `_gus_wave_volume' Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi, I use FreeBSD 2.2.1 and tried to recompile the Kernel with device gus0 at isa? port 0x220 irq 15 drq 7 flags 0x3 vector gusintr but then I got the following message during compilation loading kernel gus_vol.o: Undefined symbol `_gus_wave_volume' referenced from text segment gus_vol.o: Undefined symbol `_gus_wave_volume' referenced from text segment gus_vol.o: Undefined symbol `_gus_wave_volume' referenced from text segment ioconf.o: Undefined symbol `_gusdriver' referenced from data segment ioconf.o: Undefined symbol `_gusintr' referenced from data segment *** Error code 1 Stop. Did I miss to specify something ? Many thanks for your help. Claudio