Re: Kernel panic - not syncing: Attempted to kill init!

2009-04-15 Thread Mike McCarty
ForrestG wrote: > I have 256MB ram but motherboard detect only 128MB Well, that looks like a problem, but it doesn't look like the cause of your boot failure. The error report looks like you are using too much stack. If so, then the problem is not insufficient RAM. Unless you use a RAM disc, and

Re: Kernel panic - not syncing: Attempted to kill init!

2009-04-15 Thread ForrestG
I have 256MB ram but motherboard detect only 128MB > Původní zpráva > Od: Mike McCarty > Předmět: Re: Kernel panic - not syncing: Attempted to kill init! > Datum: 16.4.2009 01:19:27 > > ForrestG wrote: > > Hi all, > > > > I suc

Re: Kernel panic - not syncing: Attempted to kill init!

2009-04-15 Thread Mike McCarty
ForrestG wrote: > Hi all, > > I succesfuly create lfs at my home PC so I copy all lfs files to CF > card. At cf card it was installed grub so I make menu.lst and I put > CF card into another PC. Linux kernel succesfuly booted and mounted > root directory but ist stopped with this kernel panic. >

Kernel panic - not syncing: Attempted to kill init!

2009-04-15 Thread ForrestG
Hi all, I succesfuly create lfs at my home PC so I copy all lfs files to CF card. At cf card it was installed grub so I make menu.lst and I put CF card into another PC. Linux kernel succesfuly booted and mounted root directory but ist stopped with this kernel panic. init used greatest stark de

GCC-4.3.2 Pass2 /bin/sh: build/genmodes: No such file or directory

2009-04-15 Thread Thomas Anderson
Hi, During the second pass through GCC-4.3.2 (please see specific background notes at end of post) I received the following error: build/genmodes -h > tmp-modes.h /bin/sh: build/genmodes: No such file or directory make[2]: *** [s-modes-h] Error 127 make[2]: Leaving directory `/mnt/lfs/sources/gcc

Re: Scripting some LFS steps?

2009-04-15 Thread Simon Geard
On Tue, 2009-04-14 at 21:41 -0700, Justin Yaple wrote: > #Confiure to make GCC. > echo "Configuring GCC." > ../gcc-4.3.2/configure --prefix=/tools --with-local-prefix=/tools > --enable-clocale=gnu --enable-shared --enable-threads=posix > --enable-__cxa_atexit --enable-languages=c,c++ --disable-libs