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]

bootstrap/3312: GCC-H8300: target build failure



>Number:         3312
>Category:       bootstrap
>Synopsis:       GCC-H8300: target build failure
>Confidential:   no
>Severity:       critical
>Priority:       high
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Thu Jun 21 01:26:01 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Toshiyasu Morita
>Release:        3.0
>Organization:
>Environment:
host: i686-linux (Red Hat 7.0)
target: h8300-hms
>Description:
build of a cross-compiler for this target fails with this message:

/home/tm/gcc-3.0-h8300-hms/gcc/xgcc -B/home/tm/gcc-3.0-h8300-hms/gcc/ -B/usr/local/h8300-hms/bin/ -B/usr/local/h8300-hms/lib/ -isystem /usr/local/h8300-hms/include -O2  -DCROSS_COMPILE -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -DDF=SF -DDI=SI -g1  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include -fexceptions -c ../../gcc-3.0/gcc/unwind-dw2.c -o libgcc/./unwind-dw2.o
In file included from ../../gcc-3.0/gcc/unwind-dw2.c:25:
../../gcc-3.0/gcc/unwind-pe.h: In function `size_of_encoded_value':
../../gcc-3.0/gcc/unwind-pe.h:76: warning: implicit declaration of function `abort'
../../gcc-3.0/gcc/unwind-dw2.c: At top level:
../../gcc-3.0/gcc/unwind-pe.h:61: warning: `size_of_encoded_value' defined but not used
/home/tm/gcc-3.0-h8300-hms/gcc/xgcc -B/home/tm/gcc-3.0-h8300-hms/gcc/ -B/usr/local/h8300-hms/bin/ -B/usr/local/h8300-hms/lib/ -isystem /usr/local/h8300-hms/include -O2  -DCROSS_COMPILE -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -DDF=SF -DDI=SI -g1  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include -fexceptions -c ../../gcc-3.0/gcc/unwind-dw2-fde.c -o libgcc/./unwind-dw2-fde.o
In file included from ../../gcc-3.0/gcc/unwind-dw2-fde.c:35:
../../gcc-3.0/gcc/unwind-pe.h: In function `size_of_encoded_value':
../../gcc-3.0/gcc/unwind-pe.h:76: warning: implicit declaration of function `abort'
../../gcc-3.0/gcc/unwind-dw2-fde.c: In function `get_cie_encoding':
../../gcc-3.0/gcc/unwind-dw2-fde.c:250: warning: implicit declaration of function `strlen'
/home/tm/gcc-3.0-h8300-hms/gcc/xgcc -B/home/tm/gcc-3.0-h8300-hms/gcc/ -B/usr/local/h8300-hms/bin/ -B/usr/local/h8300-hms/lib/ -isystem /usr/local/h8300-hms/include -O2  -DCROSS_COMPILE -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -DDF=SF -DDI=SI -g1  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include -fexceptions -c ../../gcc-3.0/gcc/unwind-sjlj.c -o libgcc/./unwind-sjlj.o
../../gcc-3.0/gcc/unwind-sjlj.c: In function `_Unwind_GetRegionStart':
../../gcc-3.0/gcc/unwind-sjlj.c:200: warning: unused parameter `context'
../../gcc-3.0/gcc/unwind-sjlj.c: In function `_Unwind_GetDataRelBase':
../../gcc-3.0/gcc/unwind-sjlj.c:207: warning: unused parameter `context'
../../gcc-3.0/gcc/unwind-sjlj.c: In function `_Unwind_GetTextRelBase':
../../gcc-3.0/gcc/unwind-sjlj.c:213: warning: unused parameter `context'
In file included from ../../gcc-3.0/gcc/unwind-sjlj.c:270:
../../gcc-3.0/gcc/unwind.inc: In function `_Unwind_RaiseException_Phase2':
../../gcc-3.0/gcc/unwind.inc:67: warning: implicit declaration of function `abort'
../../gcc-3.0/gcc/unwind.inc:57: Internal compiler error in expand_call, at calls.c:3076
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.

>How-To-Repeat:
../gcc-3.0/configure --target=h8300-hms ; make
>Fix:
Here is the patch I posted many weeks ago:

http://gcc.gnu.org/ml/gcc-patches/2001-04/msg00798.html
>Release-Note:
>Audit-Trail:
>Unformatted:


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