Date: Fri, 15 May 1998 23:57:59 -0400 (EDT) From: spork <spork@super-g.com> To: Darrell Brogdon <dbrogdon@clever.net> Cc: freebsd-questions@FreeBSD.ORG Subject: Re: compile error Message-ID: <Pine.BSF.3.96.980515235639.27113A-100000@super-g.inch.com> In-Reply-To: <000801bd8044$1e802d10$f44f1fce@darrell.clever.net>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.96.980515235639.27113A-100000>