Date: Thu, 01 Mar 2001 20:44:04 -0800 (PST) From: John Baldwin <jhb@FreeBSD.org> To: Felix-Antoine Paradis <reel@sympatico.ca> Cc: FreeBSD Questions <questions@FreeBSD.org>, hackers@FreeBSD.org Subject: RE: Kernel compilation failed. Message-ID: <XFMail.010301204404.jhb@FreeBSD.org> In-Reply-To: <Pine.BSF.4.31.0103011907330.3041-100000@idemnia.ath.cx>
next in thread | previous in thread | raw e-mail | index | archive | help
On 02-Mar-01 Felix-Antoine Paradis wrote: > 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: <SoundBlaster 16 4.13> > --- > > 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? Look in /sys/i386/conf/LINT. You need to add some more lines to your config file for the midi driver. I think it is called olpm0 or some such. Just look for the example snd0 in LINT. -- John Baldwin <jhb@FreeBSD.org> -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.baldwin.cx/~john/pgpkey.asc "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?XFMail.010301204404.jhb>