This is the mail archive of the gcc-bugs@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]

can't build arm-linux compiler


This error occurs when building a `--target=arm-linux' cross compiler, as well 
as on ARM GNU/Linux native builds.

/var/tmp/build/gcc-trunk-arm-linux/gcc/xgcc -B/var/tmp/build/gcc-trunk-arm-linux/gcc/ -B/usr/local/arm-linux/bin/ -B/usr/local/arm-linux/lib/ -isystem /usr/local/arm-linux/include -O2  -DCROSS_COMPILE -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -fomit-frame-pointer -fPIC -g0 -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I/home/pb/egcs/mainline/gcc/gcc -I/home/pb/egcs/mainline/gcc/gcc/. -I/home/pb/egcs/mainline/gcc/gcc/config -I/home/pb/egcs/mainline/gcc/gcc/../include -fexceptions -c /home/pb/egcs/mainline/gcc/gcc/unwind-sjlj.c -o libgcc/./unwind-sjlj.o
/home/pb/egcs/mainline/gcc/gcc/unwind-sjlj.c: In function `_Unwind_GetRegionStart':
/home/pb/egcs/mainline/gcc/gcc/unwind-sjlj.c:200: warning: unused parameter `context'
/home/pb/egcs/mainline/gcc/gcc/unwind-sjlj.c: In function `_Unwind_GetDataRelBase':
/home/pb/egcs/mainline/gcc/gcc/unwind-sjlj.c:207: warning: unused parameter `context'
/home/pb/egcs/mainline/gcc/gcc/unwind-sjlj.c: In function `_Unwind_GetTextRelBase':
/home/pb/egcs/mainline/gcc/gcc/unwind-sjlj.c:213: warning: unused parameter `context'
In file included from /home/pb/egcs/mainline/gcc/gcc/unwind-sjlj.c:270:
/home/pb/egcs/mainline/gcc/gcc/unwind.inc: In function `_Unwind_RaiseException_Phase2':
/home/pb/egcs/mainline/gcc/gcc/unwind.inc:67: warning: implicit declaration of function `abort'
/home/pb/egcs/mainline/gcc/gcc/unwind.inc: In function `_Unwind_SjLj_RaiseException':
/home/pb/egcs/mainline/gcc/gcc/unwind.inc:129: Internal error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.


PGP signature


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