This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

bootstrap failure of tree-ssa on armv5l-linux


Hi,

I've added the tree-ssa branch to my 'daily gcc-cvs build platform' which is based on
a i80200 (xscale core, armv5l architecture) processor.

Currently the bootstrap failes with following lines :


stage1/xgcc -Bstage1/ -B/usr/local/gcc-3.5-tree-ssa-cvs/armv5l-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Werror -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc/gcc -I../../gcc/gcc/. -I../../gcc/gcc/config -I../../gcc/gcc/../include -I../../gcc/gcc/../libbanshee/libcompat -I../../gcc/gcc/../libbanshee -I../../gcc/gcc/../libbanshee/points-to ../../gcc/gcc/haifa-sched.c -o haifa-sched.o
stage1/xgcc -Bstage1/ -B/usr/local/gcc-3.5-tree-ssa-cvs/armv5l-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Werror -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc/gcc -I../../gcc/gcc/. -I../../gcc/gcc/config -I../../gcc/gcc/../include -I../../gcc/gcc/../libbanshee/libcompat -I../../gcc/gcc/../libbanshee -I../../gcc/gcc/../libbanshee/points-to ../../gcc/gcc/hooks.c -o hooks.o
stage1/xgcc -Bstage1/ -B/usr/local/gcc-3.5-tree-ssa-cvs/armv5l-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Werror -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc/gcc -I../../gcc/gcc/. -I../../gcc/gcc/config -I../../gcc/gcc/../include -I../../gcc/gcc/../libbanshee/libcompat -I../../gcc/gcc/../libbanshee -I../../gcc/gcc/../libbanshee/points-to ../../gcc/gcc/ifcvt.c -o ifcvt.o
stage1/xgcc -Bstage1/ -B/usr/local/gcc-3.5-tree-ssa-cvs/armv5l-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Werror -fno-common -Wno-error -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -I. -I../../gcc/gcc -I../../gcc/gcc/. -I../../gcc/gcc/config -I../../gcc/gcc/../include -I../../gcc/gcc/../libbanshee/libcompat -I../../gcc/gcc/../libbanshee -I../../gcc/gcc/../libbanshee/points-to ../../gcc/gcc/genattrtab.c -o genattrtab.o
../../gcc/gcc/genattrtab.c: In function `attr_rtx':
../../gcc/gcc/genattrtab.c:726: warning: second parameter of `va_start' not last named argument
../../gcc/gcc/genattrtab.c: In function `attr_rtx_cost':
../../gcc/gcc/genattrtab.c:3201: internal compiler error: in verify_local_live_at_start, at flow.c:578
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
make[2]: *** [genattrtab.o] Error 1
make[2]: Leaving directory `/usr/src/cvs-others/gcc-trees/gcc-tree-ssa-20020619-branch/build-tmp-0/gcc'
make[1]: *** [stage2_build] Error 2
make[1]: Leaving directory `/usr/src/cvs-others/gcc-trees/gcc-tree-ssa-20020619-branch/build-tmp-0/gcc'
make: *** [bootstrap] Error 2



Configure is done as follows : ../gcc/configure --prefix=/usr/local/gcc-3.5-tree-ssa-cvs --with-cpu=xscale --enable-languages=c,c++,f77,objc


Platform : Linux xingu-07 2.4.16-rmk1-xng1 #38 Mon Jul 8 16:09:28 CEST 2002 armv5l unknown


Greetings, -- Jeroen Dobbelaere Embedded Software Engineer

ACUNIA Embedded Solutions
http://www.acunia.com/aes



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]