Date: Mon, 24 Aug 1998 15:12:01 -0700 From: John Derk <johnderk@infoserve.net> To: Steve Friedrich <SteveFriedrich@Hot-Shot.com> Cc: FreeBSD Questions <freebsd-questions@FreeBSD.ORG> Subject: Re: Trouble 'make'ing new kernel Message-ID: <35E1E530.5E05B3CB@infoserve.net> References: <199808242130.RAA12910@laker.net>
next in thread | previous in thread | raw e-mail | index | archive | help
Steve Friedrich wrote: > On Mon, 24 Aug 1998 14:11:36 -0700, John Derk wrote: > > >I'm building a custom kernel (v2.2.6) and can't get past the 'make' > >command without an error code 1. > > I suppose that you did a config FLICKIN in directory /sys/i386/conf > and that it finished successfully ?? yes. > And then you changed directory like this: > cd ../../compile/FLICKIN > > and then you typed: > make yes and yes. > If you did in fact do all this, then attach the output from the make. One way to do that is to run a script (see man script) > first (script logfilename), and then use make. All of the output from make will be "tee'ed" to the screen and to the > logfilename. Great tip. I've gone ahead and done this. NOTE: This time I went straight into /sys/compile/FLICKIN and ran 'make'. I hope I wasn't supposed to run config and do a 'make depend' first again. Last time, the command took a lot longer and emitted more copious output. Anyway, here is the output: loading kernel tek390.o: Undefined symbol `_scsi_done' referenced from text segment tek390.o: Undefined symbol `_scsi_done' referenced from text segment tek390.o: Undefined symbol `_scsi_alloc_bus' referenced from text segment tek390.o: Undefined symbol `_scsi_attachdevs' referenced from text segment *** Error code 1 Stop. Thanks, John Derk <johnderk@infoserve.net> 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?35E1E530.5E05B3CB>