From owner-freebsd-questions@FreeBSD.ORG Mon Mar 1 21:43:37 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A2FC216A4CE; Mon, 1 Mar 2004 21:43:37 -0800 (PST) Received: from spock.ste-land.com (spock.ste-land.com [64.32.179.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id 83F6B43D1F; Mon, 1 Mar 2004 21:43:37 -0800 (PST) (envelope-from ste@ste-land.com) Received: from ste-land.com (bgp377940bgs.plnfld01.nj.comcast.net [68.36.5.198]) by spock.ste-land.com (Postfix) with ESMTP id A17022D24C; Tue, 2 Mar 2004 00:43:36 -0500 (EST) Message-ID: <40441F06.40602@ste-land.com> Date: Tue, 02 Mar 2004 00:43:34 -0500 From: "Shaun T. Erickson" User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4b) Gecko/20030507 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Tadimeti Keshav References: <20040302053731.45916.qmail@web25004.mail.ukl.yahoo.com> In-Reply-To: <20040302053731.45916.qmail@web25004.mail.ukl.yahoo.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org cc: freebsd-newbies@freebsd.org Subject: Re: kernel compile errors - but how do I get the output X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Mar 2004 05:43:37 -0000 Tadimeti Keshav wrote: > Hi all > I have problems compiling my kernel. > I have enabled: > device udbp # USB Double Bulk Pipe devices > > I get errors at link time with udbp.o. I am not able > to copy from aterm and paste to nedit. > > make > /home/abcd/make_log.log only says stop... > But is does not contain the error output. > > I would appreciate any help. > Thanks Use the script command. Type, for example: script /var/tmp/make.out then go ahead and run your make. When it's finished, tyoe a Control-D and then vi /var/tmp/make.out to look at all the output of the make run. :) HTH :) -ste