Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 02 Mar 2004 00:43:34 -0500
From:      "Shaun T. Erickson" <ste@ste-land.com>
To:        Tadimeti Keshav <keshav_tadimeti@yahoo.co.uk>
Cc:        freebsd-newbies@freebsd.org
Subject:   Re: kernel compile errors - but how do I get the output
Message-ID:  <40441F06.40602@ste-land.com>
In-Reply-To: <20040302053731.45916.qmail@web25004.mail.ukl.yahoo.com>
References:  <20040302053731.45916.qmail@web25004.mail.ukl.yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?40441F06.40602>