From owner-freebsd-stable Sun Feb 14 14:50:22 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA21013 for freebsd-stable-outgoing; Sun, 14 Feb 1999 14:50:22 -0800 (PST) (envelope-from owner-freebsd-stable@FreeBSD.ORG) Received: from nova.eri.net (nova.eri.net [207.90.82.18]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA21000 for ; Sun, 14 Feb 1999 14:50:17 -0800 (PST) (envelope-from richard@nova.eri.net) Received: from localhost (richard@localhost) by nova.eri.net (8.9.1/8.9.1) with ESMTP id RAA15370; Sun, 14 Feb 1999 17:50:07 -0500 (EST) (envelope-from richard@nova.eri.net) Date: Sun, 14 Feb 1999 17:50:07 -0500 (EST) From: Richard Stanaford To: Ted Spradley cc: freebsd-stable@FreeBSD.ORG Subject: Re: Problems compiling Kernel.. In-Reply-To: <199902141604.KAA01166@set.spradley.tmi.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I found the problem.. This is the first SCSI system that I have built a kernel for and I forgot line controller scbus0 which contains all the base SCSI code, if I am not mistaken.. DOH! I also forgot controller atkbdc0 which is why I was getting the syscons.o stuff.. *sigh* Oh well, you learn something new everyday. :-) Thanks to those that responded. -Richard. On Sun, 14 Feb 1999, Richard Stanaford wrote: > > I have been trying to compile a custom kernel so I can have the dual > > processor support and I keep getting the output included at the end of > > this message. > [...] > > > > loading kernel > > scsi_da.o: Undefined symbol `_cam_extend_get' referenced from text segment > > scsi_da.o: Undefined symbol `_cam_periph_lock' referenced from text > > segment > [...] > > syscons.o: Undefined symbol `_vidsw' referenced from text segment > > syscons.o: More undefined symbol _vidsw refs follow > > *** Error code 1 > > > > Stop. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message