From owner-freebsd-questions Mon Aug 24 14:31:21 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA09724 for freebsd-questions-outgoing; Mon, 24 Aug 1998 14:31:21 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from laker.net (jet.laker.net [205.245.74.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA09719 for ; Mon, 24 Aug 1998 14:31:20 -0700 (PDT) (envelope-from sfriedri@laker.net) Received: from nt (digital-pbi-111.laker.net [208.0.233.11]) by laker.net (8.9.0/8.9.LAKERNET.NO-SPAM.SPAMMERS.AND.RELAYS.WILL.BE.TRACKED.AND.PROSECUTED.) with SMTP id RAA12910; Mon, 24 Aug 1998 17:30:20 -0400 Message-Id: <199808242130.RAA12910@laker.net> From: "Steve Friedrich" To: "John Derk" Cc: "FreeBSD Questions" Date: Mon, 24 Aug 1998 17:30:55 -0500 Reply-To: "Steve Friedrich" X-Mailer: PMMail 98 Professional (2.00.1500) For Windows NT (4.0.1381;3) MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Subject: Re: Trouble 'make'ing new kernel Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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 ?? And then you changed directory like this: cd ../../compile/FLICKIN and then you typed: make 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. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message