This is the mail archive of the crossgcc@sources.redhat.com mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: h8300-coff build error with gcc-3.5-20040801


Hi Dan,
Thank you for this clue. After applied patch mention in this link I am able to build tool chain for coff format.
Thanks again.

Regards
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.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 


************************************testsuite_abi.s file*********************************************************
> def	_signed
> 13	.scl	13
> 14	.type	04
> 15	.endef
> 16	.def	_long int   <- error comes from here
...

Nitin,
I found a clue by doing a google search for the error message
combined with the unique part of the error source.  i.e.
searching for
    .def _long int  "Error: junk at end of line, first unrecognized character is"
pulled up
   http://gcc.gnu.org/ml/gcc/2004-06/msg00708.html
which totally describes your problem, I think!  It also
suggests a workaround (a small patch to gcc/gcc/cp/decl.c).
Good luck,
Dan

-- 
My technical stuff: http://kegel.com
My politics: see http://www.misleader.org for examples of why I'm for regime change

------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sources.redhat.com


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