kraisorn Taoyad wrote:
Hi everybody,

I have some problem about make bootstrap of gcc.
I use lfs livecd and memory 512 , cpu duron 1200, fils system 17 GB, swap 1 GB

**
# ./configure --prefix=/tools \
  --libexecdir=/tools/lib --with-local-prefix=/tools \
  --disable-nls --enable-shared --enable-languages=c
# make bootstrap

after make bootsrtrap show this error
./libgcc2.c:84:fatal error:error closing /tmp/ccbsReW5.s: No space left on device.
compilation terminated
make[3]:***[libgcc/ ./_addvsi3.0] Error 1
make[3]:Leaving directory '/gcc-build/gcc-3.4.3/gcc'
make[2]:***[libgcc.a] Error 2
make[2]:Leaving directory '/gcc-build/gcc-3.4.3/gcc'
make[1]:***[stage1_build] Error 2
make[1]:Leaving directory '/gcc-build/gcc-3.4.3/gcc'
make:***[bootstrap]Error 2

thanks.
--
ball

You posted about this same error before, and the problem is that you're not unpacking sources where you should be. You are using /sources instead of $LFS/sources. It is running out of "disk space" because the livecd / partition is loaded into memory.
--
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to