Hi folks,

Hopefully someone can help me here. I have reached the building of gcc
in chapter 6. I have done everything by the book; I have not deviated
at all. Jim in IRC was nice enough to look at the log of the output,
and noticed I was having a date issue (it was complaining about a
modification time). Once I set the date up that complaint went away,
but I'm still getting all failures. I thought I was all clever in
figuring out that xgcc didn't work by itself from the command line (in
the gcc-build/gcc dir) and that that was my problem, but again, Jim
from irc was nice enough to point out that that was normal. Here is
the output of running 'make check'

make[1]: Entering directory `/sources/gcc-build/gcc'
(rootme=`${PWDCMD-pwd}`; export rootme; \
srcdir=`cd ../../gcc-3.4.3/gcc; ${PWDCMD-pwd}` ; export srcdir ; \
cd testsuite; \
EXPECT=expect ; export EXPECT ; \
if [ -f ${rootme}/../expect/expect ] ; then  \
   TCL_LIBRARY=`cd .. ; cd ../../gcc-3.4.3/gcc/../tcl/library ;
${PWDCMD-pwd}` ; \
    export TCL_LIBRARY ; fi ; \
runtest --tool gcc )
WARNING: Couldn't find the global config file.
Test Run By root on Sun Aug  7 21:29:19 2005
Native configuration is i686-pc-linux-gnu

        === gcc tests ===

Schedule of variations:
    unix

Running target unix
Using /tools/share/dejagnu/baseboards/unix.exp as board description
file for target.
Using /tools/share/dejagnu/config/unix.exp as generic interface file for target.
Using /sources/gcc-3.4.3/gcc/testsuite/config/default.exp as
tool-and-target-specific interface file.
Running /sources/gcc-3.4.3/gcc/testsuite/gcc.c-torture/compile/compile.exp ...
FAIL: gcc.c-torture/compile/20000105-1.c  -O0  (test for excess errors)
FAIL: gcc.c-torture/compile/20000105-1.c  -O1  (test for excess errors)
FAIL: gcc.c-torture/compile/20000105-1.c  -O2  (test for excess errors)
FAIL: gcc.c-torture/compile/20000105-1.c  -O3 -fomit-frame-pointer 
(test for excess errors)
FAIL: gcc.c-torture/compile/20000105-1.c  -O3 -fomit-frame-pointer
-funroll-loops  (test for excess errors)
FAIL: gcc.c-torture/compile/20000105-1.c  -O3 -fomit-frame-pointer
-funroll-all-loops -finline-functions  (test for excess errors)



and then it just continues with hundreds and hundreds of failures. The
only thing I can see is the warning of a missing a global config file.
I'm not sure if that's normal or not. Any suggestions would be most
appreciated. Thanks!

Best,
-JR
--
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