Hi Randall,

On Tue, 2014-07-01 at 16:29 -0700, logical american wrote:
> I hit a stopping place while trying to build up from Section 5 
> Constructing a Temporary System.
> 
> The binutils-2.24 pass 1 built just fine
> 
> But the GCC-4.8.2 - Pass 1 stopped immediately when it hit stage 2 build 
> and exited with an exit code: 77

[snip]

> Target: x86_64-unknown-linux-gnu
> Configured with: ../gcc-4.8.2/configure --target= --prefix=/tools 
> --with-sysroot=/lfs --with-newlib --without-headers 
> --with-local-prefix=/tools 
> --with-native-system-header-dir=/tools/include --disable-nls 
> --disable-shared --disable-multilib --disable-decimal-float 
> --disable-threads --disable-libatomic --disable-libgomp --disable-libitm 
> --disable-libmudflap --disable-libquadmath --disable-libsanitizer 
> --disable-libssp --disable-libstdc++-v3 --enable-languages=c,c++ 
> --with-mpfr-include=/lfs/gcc-build/../gcc-4.8.2/mpfr/src 
> --with-mpfr-lib=/lfs/gcc-build/mpfr/src/.libs

[snip]

So from this it looks like some of the environment variables aren't set
correctly, `--target=' should have something after it...

As you're early in stage 5, I'd start again. But make sure all the
variables are set correctly (especially `LFS_TGT'). For a reference
check out section 4.4 in the book.

As for the `-V' flag, that's expected.


Thanks,
Michael

-- 
http://lists.linuxfromscratch.org/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to