public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* target/8441: GCC 3.2 fails in building of H8300 target
@ 2002-11-03 17:06 evanlanglois
  0 siblings, 0 replies; 3+ messages in thread
From: evanlanglois @ 2002-11-03 17:06 UTC (permalink / raw)
  To: gcc-gnats


>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:


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: target/8441: GCC 3.2 fails in building of H8300 target
@ 2002-11-08  4:11 kazu
  0 siblings, 0 replies; 3+ messages in thread
From: kazu @ 2002-11-08  4:11 UTC (permalink / raw)
  To: evanlanglois, gcc-bugs, gcc-prs, kazu, nobody

Synopsis: GCC 3.2 fails in building of H8300 target

Responsible-Changed-From-To: unassigned->kazu
Responsible-Changed-By: kazu
Responsible-Changed-When: Fri Nov  8 04:11:10 2002
Responsible-Changed-Why:
    .
State-Changed-From-To: open->closed
State-Changed-By: kazu
State-Changed-When: Fri Nov  8 04:11:10 2002
State-Changed-Why:
    The user did not have binutils installed for the target.

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=8441


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: target/8441: GCC 3.2 fails in building of H8300 target
@ 2002-11-07  6:06 Kazu Hirata
  0 siblings, 0 replies; 3+ messages in thread
From: Kazu Hirata @ 2002-11-07  6:06 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

The following reply was made to PR target/8441; it has been noted by GNATS.

From: Kazu Hirata <kazu@cs.umass.edu>
To: evanlanglois@yahoo.com
Cc: gcc-gnats@gcc.gnu.org
Subject: Re: target/8441: GCC 3.2 fails in building of H8300 target
Date: Thu, 07 Nov 2002 09:02:35 -0500 (EST)

 Hi Evan,
 
 > 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.
 
 Do you have binutils installed?  If so, did set PATH to point to the
 binutils executable?  Could you Try h8300-elf-ld --version and send me
 the result?
 
 Kazu Hirata


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2002-11-08 12:11 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-11-03 17:06 target/8441: GCC 3.2 fails in building of H8300 target evanlanglois
2002-11-07  6:06 Kazu Hirata
2002-11-08  4:11 kazu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).