Re: building 2.6.0-test9

2003-10-30 Thread Little, Chris
that's the ticket. thanks for your help, Ulrich. -Original Message- From: Ulrich Weigand [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 29, 2003 3:03 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: building 2.6.0-test9 Chris Little wrote: gcc

building 2.6.0-test9

2003-10-29 Thread Little, Chris
{standard input}: Assembler messages: {standard input}:0: Warning: end of file not at end of a line; newline inserted {standard input}:564: Error: missing operand gcc: Internal error: Killed (program cc1) Please submit a full bug report. See URL:http://www.gnu.org/software/gcc/bugs.html for

Re: building 2.6.0-test9

2003-10-29 Thread Little, Chris
apparently this behavior only shows itself with a make -j2 image -Original Message- From: Little, Chris Sent: Wednesday, October 29, 2003 1:12 PM To: '[EMAIL PROTECTED]' Subject: building 2.6.0-test9 {standard input}: Assembler messages: {standard input}:0: Warning: end of file

Re: building 2.6.0-test9

2003-10-29 Thread Adam Thornton
On Wed, 2003-10-29 at 13:16, Little, Chris wrote: apparently this behavior only shows itself with a make -j2 image Even on intel, make -jN for N1 can behave oddly. The dependency checking gets all confused with multiple gcc processes running in parallel. Adam

Re: building 2.6.0-test9

2003-10-29 Thread Ulrich Weigand
Chris Little wrote: gcc: Internal error: Killed (program cc1) You have most likely run out of memory. Check /var/log/messages ... Adam Thornton wrote: Even on intel, make -jN for N1 can behave oddly. The dependency checking gets all confused with multiple gcc processes running in parallel.