*BSD News Article 65686


Return to BSD News archive

Path: euryale.cc.adfa.oz.au!newshost.anu.edu.au!harbinger.cc.monash.edu.au!news.mira.net.au!news.vbc.net!news.cais.net!news1.erols.com!uunet!in2.uu.net!news2.digex.net!usenet
From: "Eric J. Sentner" <sentner@rs.org>
Newsgroups: comp.unix.bsd.bsdi.misc
Subject: Sound card recompile
Date: Thu, 11 Apr 1996 23:38:39 -0400
Organization: Express Access Online Communications, USA
Lines: 15
Message-ID: <316DD03F.41C67EA6@rs.org>
NNTP-Posting-Host: dragon.rs.org
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-Mailer: Mozilla 2.01 (X11; I; BSD/OS 2.0 i386)

I'm trying to recompile the kernel with support for my sound card 
(Pro Audio Spectrum 16) but it gets most of the way through the
compile, and then crashes on the final compile line.. It gives me
the error:

ld -X -n -T F0001000 -o bsd -e start ${SYSTEM_OBJ} vers.o libkern.a
ioconf.o: Undefined symbol _pascd referenced from data segment
*** Error code 1

Anyone know what I need to make this work?  I am a c programmer and
have looked through some of the source, and saw that pascd is declared
as an external variable but can find no file which actually defines it
or uses it.  

-- Eric