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]

target/4828: can't install gcc for h8300-hms target



>Number:         4828
>Category:       target
>Synopsis:       can't install gcc for h8300-hms target
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          ice-on-illegal-code
>Submitter-Id:   net
>Arrival-Date:   Wed Nov 07 14:36:00 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     Jonathan Pratt
>Release:        3.0
>Organization:
none
>Environment:
System: Linux cedar.woodsend 2.4.9-7smp #1 SMP Thu Oct 18 13:34:30 EDT 2001 i686 unknown
Architecture: i686

	
host: i686-pc-linux-gnu
build: i686-pc-linux-gnu
target: h8300-hitachi-hms
configured with: ../gcc-3.0/configure --target=h8300-hms --prefix=/usr/local/compilers/hitachi --enable-languages=c -v : (reconfigured) ../gcc-3.0/configure --target=h8300-hms --prefix=/usr/local/compilers/hitachi --enable-languages=c -v
>Description:
Using the UNMODIFIED gcc-3.0 source on this SMP system with an unaltered (as far as the gcc tree is concerned) RedHat 7.2 installation

After doing a 'make all' (which proceeds without a hitch) I get the following on the 'make install' phase:


/usr/local/common/gcc/build-gcc/gcc/xgcc -B/usr/local/common/gcc/build-gcc/gcc/ -B/usr/local/compilers/hitachi/h8300-hms/bin/ -B/usr/local/compilers/hitachi/h8300-hms/lib/ -isystem /usr/local/compilers/hitachi/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


NOTE: this also occurs using gcc-3.0.2 source
      binutils 2.11.2 was used to generate gas for h8300-hms targets
      cross compilers for m6811 & avr targets intall fine

>How-To-Repeat:
	all I need to do is a configure for this target (see above) then a 'make all install'
>Fix:
	that would be nice ;)
>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]