Date: Mon, 24 Aug 1998 18:57:18 -0400 (EDT) From: dmb <nellie@home.com> To: John Derk <johnderk@infoserve.net> Cc: Steve Friedrich <SteveFriedrich@Hot-Shot.com>, FreeBSD Questions <freebsd-questions@FreeBSD.ORG> Subject: Re: Trouble 'make'ing new kernel Message-ID: <Pine.BSF.4.02.9808241856510.1615-100000@cc219337-a.lwmrn1.pa.home.com> In-Reply-To: <35E1E530.5E05B3CB@infoserve.net>
next in thread | previous in thread | raw e-mail | index | archive | help
That is usually an include error. Yer missing a .h file, not sure which one in this case. On Mon, 24 Aug 1998, John Derk wrote: > > > 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 > 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.4.02.9808241856510.1615-100000>