Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Apr 1996 23:50:59 -0400 (EDT)
From:      John Brann <jbrann@panix.com>
To:        root@brianb3.cts.com (Charlie ROOT)
Cc:        questions@freebsd.org (freeq)
Subject:   Re: Kernel Compile Trouble
Message-ID:  <199604210351.XAA01006@jbrann.dialup.access.net>
In-Reply-To: <Pine.BSF.3.91.960420205617.3769A-100000@brianb3.cts.com> from Charlie ROOT at "Apr 20, 96 09:00:43 pm"

next in thread | previous in thread | raw e-mail | index | archive | help
Charlie ROOT wrote...
> 
> 
>     When compiling, I get an Error 1 and stop.  Errors I see are from 
> ncr.o(c)? and pci.o(c)?  They return Undefine Symbol referenced from text....
> 
> 
> Please reply to:  brianb@cts.com
> 
>      Thank you
> 
More detailed info (exact quote of the error) would be useful, but I would
guess that your problem is due to the following line being commented in the
config file:

#controller      scbus0  #base SCSI code

the two lines:
 
controller	ncr0
controller	ahc0

are scsi controllers, and the base scsi code being missing will cause the
symptom you are seeing.  Either uncomment the 'scbus' line, or remove 
these two.

John
-- 
Beavis and Butt-Head;  Vladimir and Estragon for the '90s.

finger jbrann@panix.com for pgp public key



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199604210351.XAA01006>