This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Any GCC Porting for microSPARC(v8) on VxWorks?
- From: Zack Weinberg <zack at codesourcery dot com>
- To: "Puff Chuang - =?big5?b?sviw6rrV?=" <puff at sd dot liteonit dot com dot tw>
- Cc: <gcc at gcc dot gnu dot org>
- Date: Mon, 24 Mar 2003 18:52:36 -0800
- Subject: Re: Any GCC Porting for microSPARC(v8) on VxWorks?
- References: <000a01c2f278$13a9af00$f201500a@PUFF>
"Puff Chuang - ²ø°êºÕ" <puff at sd dot liteonit dot com dot tw> writes:
> I would appreciate if anybody could give me an advice to configure
> gcc for the target of microSPARC cpu on VxWorks. My host can be
> Windows or Linux.
>
> Now we're using gcc 2.7.2 for developing embedded system with VxWork
> and microSPARC, but this version lacks lots of supports for C++
> programming (like "new" and "try/catch"). It seems that the new
> release of GCC 3.2.2 only supports VxWorks on PowerPC, and lacks
> support to microSPARC. Which would be the closest porting to
> microSPARC on VxWorks?
If you are using the version of VxWorks shipped with Tornado 2.2, it
should be easy to write config/sparc/vxworks.h based on the current
config/rs6000/vxworks.h. I will happily answer specific questions.
We are not interested in supporting earlier, non-ELF, VxWorks in
modern GCC.
zw