From owner-freebsd-questions Mon Aug 24 15:09:20 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA14242 for freebsd-questions-outgoing; Mon, 24 Aug 1998 15:09:20 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from unix.infoserve.net (unix.infoserve.net [199.175.157.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA14228 for ; Mon, 24 Aug 1998 15:09:17 -0700 (PDT) (envelope-from johnderk@infoserve.net) Received: from infoserve.net (d34-22.infoserve.net [209.82.22.34]) by unix.infoserve.net (8.8.8/8.8.8) with ESMTP id PAA15615; Mon, 24 Aug 1998 15:10:09 -0700 (PDT) Message-ID: <35E1E530.5E05B3CB@infoserve.net> Date: Mon, 24 Aug 1998 15:12:01 -0700 From: John Derk X-Mailer: Mozilla 4.04 [en] (Win95; I) MIME-Version: 1.0 To: Steve Friedrich CC: FreeBSD Questions Subject: Re: Trouble 'make'ing new kernel References: <199808242130.RAA12910@laker.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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