This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/16588] H8 / SH
- From: "nitins2 at kpitcummins dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 3 Aug 2004 05:10:13 -0000
- Subject: [Bug c/16588] H8 / SH
- References: <20040716120316.16588.nitins2@kpitcummins.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From nitins2 at kpitcummins dot com 2004-08-03 05:10 -------
Hi,
I have taken following source code snapshots to build H8(COFF) toolchain,
1. GCC(gcc-3.5-20040801).
2. binutils(binutils-040802).
3. newlib-1.12.0 (Dated 15/07/2004 from CVS).
Host:i686-pc-linux-gnu
I am able to build tool chain for ELF format.
I am already adding the new cross-binutils to my path after I built and
installed them.
While building toolchain for targets H8(COFF), I am getting error as mentioned
below at the stage of final cross gcc building. Kindly suggest how to remove
this error. Same kind of error comes for SH(COFF) Build.
************************************ Error
Text******************************************************************
/home/nitins2/intmdt_build/h8300-coffbld3.5-20040801/build-gcc-3.5-
20040801/gcc/g++ -shared-libgcc -B/home/nitins2/intmdt_build/h8300-coffbld3.5-
20040801/build-gcc-3.5-20040801/gcc/ -nostdinc++ -
L/home/nitins2/intmdt_build/h8300-coffbld3.5-20040801/build-gcc-3.5-
20040801/h8300-coff/libstdc++-v3/src -L/home/nitins2/intmdt_build/h8300-
coffbld3.5-20040801/build-gcc-3.5-20040801/h8300-coff/libstdc++-v3/src/.libs -
B/home/nitins2/intmdt_share/gnuh8300_v0403_coff-1/h8300-coff/bin/ -
B/home/nitins2/intmdt_share/gnuh8300_v0403_coff-1/h8300-coff/lib/ -
isystem /home/nitins2/intmdt_share/gnuh8300_v0403_coff-1/h8300-coff/include -
isystem /home/nitins2/intmdt_share/gnuh8300_v0403_coff-1/h8300-coff/sys-
include -DHAVE_CONFIG_H -I. -I/home/kpit/fsfsrc/downloads/gcc-3.5-
20040801/libstdc++-v3/testsuite -I.. -I/home/nitins2/intmdt_build/h8300-
coffbld3.5-20040801/build-gcc-3.5-20040801/h8300-coff/libstdc++-
v3/include/h8300-coff -I/home/nitins2/intmdt_build/h8300-coffbld3.5-
20040801/build-gcc-3.5-20040801/h8300-coff/libstdc++-v3/include -
I/home/kpit/fsfsrc/downloads/gcc-3.5-20040801/libstdc++-v3/libsupc++ -O2 -O2 -
DCOFFPATCH -g -O2 -D_GLIBCXX_ASSERT -fmessage-length=0 -
DLOCALEDIR="/home/nitins2/intmdt_build/h8300-coffbld3.5-20040801/build-gcc-3.5-
20040801/h8300-coff/libstdc++-v3/po/share/locale" -O2 -c -o
testsuite_abi.o /home/kpit/fsfsrc/downloads/gcc-3.5-20040801/libstdc++-
v3/testsuite/testsuite_abi.cc
/tmp/ccMZmwY1.s: Assembler messages:
/tmp/ccMZmwY1.s:16: Error: junk at end of line, first unrecognized character is
`i'
/tmp/ccMZmwY1.s:20: Error: junk at end of line, first unrecognized character is
`i'
/tmp/ccMZmwY1.s:24: Error: junk at end of line, first unrecognized character is
`u'
/tmp/ccMZmwY1.s:28: Error: junk at end of line, first unrecognized character is
`l'
/tmp/ccMZmwY1.s:32: Error: junk at end of line, first unrecognized character is
`l'
/tmp/ccMZmwY1.s:36: Error: junk at end of line, first unrecognized character is
`l'
/tmp/ccMZmwY1.s:40: Error: junk at end of line, first unrecognized character is
`l'
/tmp/ccMZmwY1.s:44: Error: junk at end of line, first unrecognized character is
`i'
/tmp/ccMZmwY1.s:48: Error: junk at end of line, first unrecognized character is
`u'
/tmp/ccMZmwY1.s:52: Error: junk at end of line, first unrecognized character is
`s'
/tmp/ccMZmwY1.s:56: Error: junk at end of line, first unrecognized character is
`c'
/tmp/ccMZmwY1.s:60: Error: junk at end of line, first unrecognized character is
`c'
/tmp/ccMZmwY1.s:72: Error: junk at end of line, first unrecognized character is
`d'
************************************ Error Text Ends
*************************************************************
*************************************testsuite_abi.s
file*********************************************************
def _signed
13 .scl 13
14 .type 04
15 .endef
16 .def _long int <- error comes from here
17 .scl 13
18 .type 05
19 .endef
20 .def _unsigned int <- error comes from here
21 .scl 13
22 .type 016
23 .endef
24 .def _long unsigned int <- error comes from here
25 .scl 13
26 .type 017
27 .endef
28 .def _unsigned long <- error comes from here
29 .scl 13
30 .type 017
31 .endef
32 .def _long long int <- error comes from here
33 .scl 13
34 .type 05
35 .endef
36 .def _long long unsigned int <- error comes from here
37 .scl 13
38 .type 017
39 .endef
40 .def _long long unsigned <- error comes from here
41 .scl 13
42 .type 017
43 .endef
44 .def _short int <- error comes from here
45 .scl 13
46 .type 03
47 .endef
48 .def _short unsigned int <- error comes from here
49 .scl 13
50 .type 015
51 .endef
52 .def _unsigned short <- error comes from here
53 .scl 13
54 .type 015
55 .endef
56 .def _signed char <- error comes from here
57 .scl 13
58 .type 02
59 .endef
60 .def _unsigned char <- error comes from here
61 .scl 13
62 .type 014
63 .endef
64 .def _float
65 .scl 13
66 .type 06
67 .endef
68 .def _double
69 .scl 13
70 .type 06
71 .endef
72 .def _long double <- error comes from here
73 .scl 13
74 .type 06
********************************************************************************
********************
Thanks in advance
Nitin Shah,
KPIT Cummins InfoSystems Ltd.
Pune, India
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Free download of GNU based tool-chains for Renesas' SH and H8 Series.
The following site also offers free technical support to its users.
Visit http://www.kpitgnutools.com for details.
Latest versions of KPIT GNU tools are released on June 1, 2004.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16588