>> to "successfully" compile the core LFS system are in the book. For the
>> making of make bison and flex... I would imagine it could be done without
> a
>> version of make already installed but it would probably be a lot of work.
>> I would guess it realy depends on how you start the job. Is this a
>> cross-compile by chance?
>
> No Sir. This is all on PowerPC.  Since I jumped into the jh branch all is
> going just swimmingly. Slow. But going fine.
>
> Dennis
> -- -------------------------------------------------
>
> Great :) Now it makes sense. I need to do a powerpc build pretty soon. Have
> a PS3 that needs a good linux system on it :)

Thus far everything "just works"(tm) and I am presently stuck watching the
Chap 5 GCC pass2 testsuite run :

                === gcc Summary ===

# of expected passes            42692
# of unexpected failures        6
# of expected failures          115
# of unresolved testcases       1
# of untested testcases         28
# of unsupported tests          390

The binary looks good for gcc 4.2.3 , no surprises :

[EMAIL PROTECTED]:~$ file /mnt/lfs/sources/build/gcc-4.2.3-build-pass2/gcc/xgcc
/mnt/lfs/sources/build/gcc-4.2.3-build-pass2/gcc/xgcc: ELF 32-bit MSB
executable, PowerPC or cisco 4500, version 1 (SYSV), for GNU/Linux 2.6.0,
dynamically linked (uses shared libs), for GNU/Linux 2.6.0, not stripped
[EMAIL PROTECTED]:~$ ldd /mnt/lfs/sources/build/gcc-4.2.3-build-pass2/gcc/xgcc
        linux-vdso32.so.1 =>  (0x00100000)
        libc.so.6 => /tools/lib/libc.so.6 (0x0fe92000)
        /tools/lib/ld.so.1 (0x30000000)

[EMAIL PROTECTED]:~$ /mnt/lfs/sources/build/gcc-4.2.3-build-pass2/gcc/xgcc -v
Reading specs from /tools/lib/gcc/powerpc-unknown-linux-gnu/4.2.3/specs
Target: powerpc-unknown-linux-gnu
Configured with: ../gcc-4.2.3/configure --prefix=/tools
--with-local-prefix=/tools --enable-clocale=gnu --enable-shared
--enable-threads=posix --enable-__cxa_atexit --enable-languages=c,c++
--disable-libstdcxx-pch --disable-multilib
Thread model: posix
gcc version 4.2.3

I'll post any interesting progress reports as they occur.

Dennis

-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to