From owner-freebsd-hackers Thu Mar 1 16:12: 0 2001 Delivered-To: freebsd-hackers@freebsd.org Received: from tomts5-srv.bellnexxia.net (tomts5.bellnexxia.net [209.226.175.25]) by hub.freebsd.org (Postfix) with ESMTP id EEC1737B718; Thu, 1 Mar 2001 16:11:54 -0800 (PST) (envelope-from reel@sympatico.ca) Received: from HSE-QCity-ppp95564.qc.sympatico.ca ([64.230.230.5]) by tomts5-srv.bellnexxia.net (InterMail vM.4.01.03.16 201-229-121-116-20010115) with ESMTP id <20010302001154.YFBY2129.tomts5-srv.bellnexxia.net@HSE-QCity-ppp95564.qc.sympatico.ca>; Thu, 1 Mar 2001 19:11:54 -0500 Date: Thu, 1 Mar 2001 19:11:52 -0500 (EST) From: Felix-Antoine Paradis X-X-Sender: To: Cc: FreeBSD Questions Subject: Kernel compilation failed. Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi. I am running FreeBSD 3.5-STABLE on a i386 arch. When I boot, it tells me that: --- sb0 at 0x220 on isa NOTE! SB Pro support required with your soundcard! snd0: --- So I added: --- device sbxvi0 at isa? drq ? --- to my kernel. Then, I recompiled and I got an error: --- su-2.04# make loading kernel dev_table.o(.data+0xc4): undefined reference to `attach_sb16midi' dev_table.o(.data+0xc8): undefined reference to `probe_sb16midi' sb_dsp.o: In function `sbintr': sb_dsp.o(.text+0xa9): undefined reference to `sb16midiintr' *** Error code 1 Stop. --- I did a: make depend; make; make install It fails in the "make". Any idea? ______________________ Felix-Antoine Paradis reel@sympatico.ca PGP Key ID: 0x7B3AD2C5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message