From owner-freebsd-stable Sun Feb 14 08:04:40 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA08338 for freebsd-stable-outgoing; Sun, 14 Feb 1999 08:04:40 -0800 (PST) (envelope-from owner-freebsd-stable@FreeBSD.ORG) Received: from set.spradley.tmi.net (set.spradley.tmi.net [207.170.107.99]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA08331 for ; Sun, 14 Feb 1999 08:04:38 -0800 (PST) (envelope-from tsprad@set.spradley.tmi.net) Received: from set.spradley.tmi.net (localhost [127.0.0.1]) by set.spradley.tmi.net (8.8.8/8.8.8) with ESMTP id KAA01166; Sun, 14 Feb 1999 10:04:27 -0600 (CST) (envelope-from tsprad@set.spradley.tmi.net) Message-Id: <199902141604.KAA01166@set.spradley.tmi.net> X-Mailer: exmh version 2.0.2 2/24/98 To: Richard Stanaford cc: freebsd-stable@FreeBSD.ORG Subject: Re: Problems compiling Kernel.. In-reply-to: Your message of "Sat, 13 Feb 1999 22:39:33 EST." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sun, 14 Feb 1999 10:04:27 -0600 From: Ted Spradley Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG My guess is that your kernel configuration file isn't up to date. Compare it carefully against the GENERIC and LINT files that match the sources you're using, and you'll probably find something that's changed since the last time you looked. > 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. [...] > > cc -c -O -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit > -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith > -Winline -Wuninitialized -Wformat -Wunused -fformat-extensions -ansi > -nostdinc -I- -I. -I../.. -I../../../include -DKERNEL -DVM_STACK -include > opt_global.h -aout vers.c > > 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