Re: Which file can I find the error message that shows on the screen when I build my kernel?jj

2008-06-23 Thread Jerry McAllister
On Sun, Jun 22, 2008 at 11:03:33AM -0700, [EMAIL PROTECTED] wrote: Hi: I have make some changes to the kernel files and rebuild the kernel, but when I rebuild the kernel, it show some errors and stop rebuild. The question I want ask is that: Is there any file that store all these error

Which file can I find the error message that shows on the screen when I build my kernel?

2008-06-22 Thread dhuang2
Hi: I have make some changes to the kernel files and rebuild the kernel, but when I rebuild the kernel, it show some errors and stop rebuild. The question I want ask is that: Is there any file that store all these error message, If there is, where can I find it? Because there are too many errors

Re: Which file can I find the error message that shows on the screen when I build my kernel?

2008-06-22 Thread Chuck Robey
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 [EMAIL PROTECTED] wrote: Hi: I have make some changes to the kernel files and rebuild the kernel, but when I rebuild the kernel, it show some errors and stop rebuild. The question I want ask is that: Is there any file that store all these error

Re: Which file can I find the error message that shows on the screen when I build my kernel?

2008-06-22 Thread Gonzalo Nemmi
On Sunday 22 June 2008 15:03:33 [EMAIL PROTECTED] wrote: Hi: I have make some changes to the kernel files and rebuild the kernel, but when I rebuild the kernel, it show some errors and stop rebuild. The question I want ask is that: Is there any file that store all these error message, If

Re: Which file can I find the error message that shows on the screen when I build my kernel?

2008-06-22 Thread Gonzalo Nemmi
On Sunday 22 June 2008 15:17:56 Chuck Robey wrote: make | tee makeout where the complete ooutput goes into the makeout file. The there doesn't take it's normal meaning of throwing the task into the background, instead, what it does is to capture both the regular output plus the stderr

Re: Which file can I find the error message that shows on the screen when I build my kernel?

2008-06-22 Thread Chuck Robey
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Gonzalo Nemmi wrote: On Sunday 22 June 2008 15:17:56 Chuck Robey wrote: make | tee makeout where the complete ooutput goes into the makeout file. The there doesn't take it's normal meaning of throwing the task into the background, instead,

Re: Which file can I find the error message that shows on the screen when I build my kernel?

2008-06-22 Thread Matthew Seaman
Chuck Robey wrote: For along time, used only tcsh, under the mistaken belief that you couldn't redirect stderr for piping, under a sh-like shell, but about 6 months ago, I found out how to do that. If you would rather use a sh-like shell (maybe you'd be one of the bash-aficionados?) tell me,