*BSD News Article 69777


Return to BSD News archive

Path: euryale.cc.adfa.oz.au!newshost.anu.edu.au!harbinger.cc.monash.edu.au!news.uwa.edu.au!disco.iinet.net.au!news.uoregon.edu!arclight.uoregon.edu!usenet.eel.ufl.edu!bofh.dot!usenet.cis.ufl.edu!caen!reeve.research.aa.wl.com!decwrl!enews.sgi.com!news.mathworks.com!newsfeed.internetmci.com!news.inc.net!news
From: Thanva Khovongsavanh <thanva@shoreland.com>
Newsgroups: comp.unix.bsd.freebsd.misc
Subject: ATAPI CDROM trouble
Date: Thu, 30 May 1996 13:30:01 -0500
Organization: Shoreland, INC
Lines: 26
Message-ID: <31ADE929.41C67EA6@shoreland.com>
NNTP-Posting-Host: 207.67.24.150
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-Mailer: Mozilla 3.0b4 (X11; I; FreeBSD 2.1.0-RELEASE i386)

Hi,

I am trying to rebuild my kernel with ATAPI CDROM support. (TEAC 6X) The
CDROM is installed as a master device on a second EIDE controller. I
included these two lines in my KERNEL config file:

options        ATAPI
device         wcd0

When I do a make, I receive these errors:

conf.o: Undefined symbol `_wcdopen' referenced from data segment
conf.o: Undefined symbol `_wcdclose' referenced from data segment
conf.o: Undefined symbol `_wcdstrategy' referenced from data segment
conf.o: Undefined symbol `_wcdioctl' referenced from data segment
conf.o: Undefined symbol `_wcdopen' referenced from data segment
conf.o: Undefined symbol `_wcdclose' referenced from data segment
conf.o: Undefined symbol `_wcdioctl' referenced from data segment
conf.o: Undefined symbol `_wcdstrategy' referenced from data segment
*** Error code 1

Any help on this would be greatly appreciated.

TIA

Thanva