From owner-freebsd-questions Fri May 15 20:59:04 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA26240 for freebsd-questions-outgoing; Fri, 15 May 1998 20:59:04 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from super-g.inch.com (super-g.com [207.240.140.161]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA26234 for ; Fri, 15 May 1998 20:58:58 -0700 (PDT) (envelope-from spork@super-g.com) Received: from localhost (localhost [127.0.0.1]) by super-g.inch.com (8.8.8/8.8.5) with SMTP id XAA28815; Fri, 15 May 1998 23:57:59 -0400 (EDT) Date: Fri, 15 May 1998 23:57:59 -0400 (EDT) From: spork X-Sender: spork@super-g.inch.com To: Darrell Brogdon cc: freebsd-questions@FreeBSD.ORG Subject: Re: compile error In-Reply-To: <000801bd8044$1e802d10$f44f1fce@darrell.clever.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Try: cd /usr/src/usr.sbin/config make make install Worked for me today, found it in the archives... It's a result of getting ahead of yourself and not building all the tools before the kernel. Good luck, Charles Charles Sprickman spork@super-g.com ---- "I'm not a prophet or a stone-age man Just a mortal with potential of a superman I'm living on" -DB On Fri, 15 May 1998, Darrell Brogdon wrote: > Hi, > > I'm getting this error when I 'make' a new kernel. Anybody have any > suggestions as to what I've done wrong? > > cc -O -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit -Wnested-externs > -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -nostdinc -I- -I > . -I../.. -I../../../include -DAPM_BROKEN_STATCLOCK -DFAILSAFE -DCOMPAT_43 - > DMSDOSFS -DNFS -DFFS -DINET -DKERNEL -c vers.c > loading kernel > isa.o: Undefined symbol `_isa_devtab_cam' referenced from text segment > isa.o: Undefined symbol `_isa_devtab_cam' referenced from text segment > isa.o: Undefined symbol `_isa_devtab_cam' referenced from text segment > isa.o: Undefined symbol `_isa_devtab_cam' referenced from text segment > isa.o: Undefined symbol `_isa_devtab_cam' referenced from text segment > isa.o: Undefined symbol `_isa_devtab_cam' referenced from text segment > isa.o: Undefined symbol `_isa_devtab_cam' referenced from text segment > isa.o: Undefined symbol `_isa_devtab_cam' referenced from text segment > *** Error code 1 > > Stop. > > -Darrell > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message