From owner-freebsd-questions Mon Aug 24 16:03:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA21656 for freebsd-questions-outgoing; Mon, 24 Aug 1998 16:03:03 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from ha1.rdc1.pa.home.com (ha1.rdc1.pa.home.com [24.2.5.66]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA21648 for ; Mon, 24 Aug 1998 16:03:01 -0700 (PDT) (envelope-from nellie@home.com) Received: from cc219337-a.lwmrn1.pa.home.com ([24.3.111.2]) by ha1.rdc1.pa.home.com (Netscape Mail Server v2.02) with SMTP id AAA4497; Mon, 24 Aug 1998 16:02:01 -0700 Date: Mon, 24 Aug 1998 18:57:18 -0400 (EDT) From: dmb To: John Derk cc: Steve Friedrich , FreeBSD Questions Subject: Re: Trouble 'make'ing new kernel In-Reply-To: <35E1E530.5E05B3CB@infoserve.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 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 > > > > 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