kernel compile errors - but how do I get the output
    Shaun T. Erickson 
    ste at ste-land.com
       
    Mon Mar  1 21:43:37 PST 2004
    
    
  
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
    
    
More information about the freebsd-questions
mailing list