target/8441: GCC 3.2 fails in building of H8300 target
evanlanglois@yahoo.com
evanlanglois@yahoo.com
Sun Nov 3 17:06:00 GMT 2002
>Number: 8441
>Category: target
>Synopsis: GCC 3.2 fails in building of H8300 target
>Confidential: no
>Severity: critical
>Priority: medium
>Responsible: unassigned
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Sun Nov 03 17:06:00 PST 2002
>Closed-Date:
>Last-Modified:
>Originator: Evan Langlois
>Release: unknown-1.0
>Organization:
>Environment:
Linux 2.4.18-3custom i586 unknown
>Description:
When building a cross compiler, the make barfs with some odd errors in the assembler. I didn't use any special options other than specifying the target as h8300-elf. I'm attempting to build a cross compiler for building Linux kernel for the h8300 series.
>How-To-Repeat:
here's where it barfs ...
make[2]: Entering directory `/usr/src/linux/gcc-3.2/gcc'
for d in libgcc h8300h libgcc/h8300h h8300s libgcc/h8300s h8300h/int32 libgcc/h8300h/int32 h8300s/int32 libgcc/h8300s/int32; do \
if [ -d $d ]; then true; else /bin/sh ./mkinstalldirs $d; fi; \
done
if [ -f stmp-dirs ]; then true; else touch stmp-dirs; fi
/usr/src/linux/gcc-3.2/gcc/xgcc -B/usr/src/linux/gcc-3.2/gcc/ -B/usr/h8300-linux-elf/bin/ -B/usr/h8300-linux-elf/lib/ -isystem /usr/h8300-linux-elf/include -O2
-DIN_GCC -DCROSS_COMPILE -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -DDF=SF -DDI=SI -g -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I. -I./. -I./config -I./../include -DL_cmpsi2 -xassembler-with-cpp -c ./config/h8300/lib1funcs.asm -o libgcc/./_cmpsi2.o
/tmp/ccVrVm9y.s: Assembler messages:
/tmp/ccVrVm9y.s:5: Error: no such instruction: `libgcc routines for the Hitachi
H8/300 CPU.'
/tmp/ccVrVm9y.s:6: Error: no such instruction: `contributed by Steve Chamberlain<sac@cygnus.com>'
/tmp/ccVrVm9y.s:12: Error: invalid character '.' in mnemonic
/tmp/ccVrVm9y.s:13: Error: no such instruction: `bne .L2'
/tmp/ccVrVm9y.s:14: Error: invalid character '.' in mnemonic
/tmp/ccVrVm9y.s:15: Error: no such instruction: `bne .L2'
/tmp/ccVrVm9y.s:16: Error: invalid character '.' in mnemonic
/tmp/ccVrVm9y.s:17: Error: no such instruction: `rts'
/tmp/ccVrVm9y.s:19: Error: invalid character '.' in mnemonic
/tmp/ccVrVm9y.s:20: Error: no such instruction: `bgt .L4'
/tmp/ccVrVm9y.s:21: Error: no such instruction: `bne .L3'
/tmp/ccVrVm9y.s:22: Error: invalid character '.' in mnemonic
/tmp/ccVrVm9y.s:23: Error: no such instruction: `bls .L3'
/tmp/ccVrVm9y.s:25: Error: invalid character '.' in mnemonic
/tmp/ccVrVm9y.s:26: Error: no such instruction: `rts'
/tmp/ccVrVm9y.s:28: Error: invalid character '.' in mnemonic
/tmp/ccVrVm9y.s:30: Error: no such instruction: `rts'
make[2]: *** [libgcc/./_cmpsi2.o] Error 1
make[2]: Leaving directory `/usr/src/linux/gcc-3.2/gcc'
make[1]: *** [stmp-multilib] Error 2
make[1]: Leaving directory `/usr/src/linux/gcc-3.2/gcc'
make: *** [install-gcc] Error 2
>Fix:
I don't know, but if you know what I should do, I'd appreciate an email at evanlanglois@yahoo.com. How come I can't set the priority to high? I've got a dead compiler :(
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the Gcc-prs
mailing list