From owner-freebsd-questions Thu Jul 29 16:14:10 1999 Delivered-To: freebsd-questions@freebsd.org Received: from smtp1.gte.net (smtp1.gte.net [207.115.153.30]) by hub.freebsd.org (Postfix) with ESMTP id 2058615626 for ; Thu, 29 Jul 1999 16:13:59 -0700 (PDT) (envelope-from phbrown@gte.net) Received: from gte.net (1Cust69.tnt21.sfo3.da.uu.net [208.254.227.69]) by smtp1.gte.net with ESMTP for ; id SAA19580 Thu, 29 Jul 1999 18:13:19 -0500 (CDT) Message-ID: <37A0E004.9A1E9A8B@gte.net> Date: Thu, 29 Jul 1999 16:13:08 -0700 From: Parker Brown X-Mailer: Mozilla 4.06 [en] (Win98; U) MIME-Version: 1.0 To: Tech Support Subject: Compiler Errors During Kernel Rebuild Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Kernel successfully compiled after adding: controller snd0 device sb0 at isa? port 0x220 irq 5 drq 3 SBC_IRQ=5 /usr/sbin/config throws out the SBC_IRQ=5 statement, but during the actual make I notice a compiler option -DSBC_IRQ=5, so the irq gets passed thru successfully. However, among the last boot messages are: sb_reset_dsp failed sb0 not found at 0x220 Well, Wyndoze 98 finds it there. Anyway, right behind a "controler pnp0" statement, I have now added, as suggested in /sys/i386/isa/snd/README, the following line: device pcm0 at isa? port 0x220 tty irq 5 drq 3 flags 0x15 and now the make is unsuccessful. After make clean, make depend, and then make, the compile runs apparently normally until the end, when it spits out a series of statememts like: sb_dsp.o(text addr): multiple definitions of 'sb_cmd2 and then a series of something like: sb_midi-0(test addr)undefined reference to 'sbc_base' and then it halts. Can anyone help? PB To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message