RE: how to use the gcc front end

"Barak Zalstein" <Barak.Zalstein@ParthusCeva.com>
4 Oct 2003 14:40:15 -0400

          From comp.compilers

Related articles
RE: how to use the gcc front end nitingup@noida.hcltech.com (Nitin Gupta--SSW, Noida) (2003-09-30)
Re: how to use the gcc front end rivers@dignus.com (Thomas David Rivers) (2003-10-04)
RE: how to use the gcc front end Barak.Zalstein@ParthusCeva.com (Barak Zalstein) (2003-10-04)
| List of all articles for this month |

From: "Barak Zalstein" <Barak.Zalstein@ParthusCeva.com>
Newsgroups: comp.compilers
Date: 4 Oct 2003 14:40:15 -0400
Organization: Compilers Central
References: 03-10-005
Keywords: GCC
Posted-Date: 04 Oct 2003 14:40:15 EDT

Indeed it seems that part of the GCC project goals is to make it as
difficult as possible for external projects to use its internals. But
since the "damage is already done", might as well make the best of it
and check out ORC/Open64 (utilizing GCC 2.96 front-end) and GCC2C from
Sun (utilizing GCC 3.0.4, 3.1, 3.2). Both require additional amount
of portability work.


Barak


http://open64.sourceforge.net/
http://ipf-orc.sourceforge.net/
http://www.sun.com/migration/linux/gcc2c_tool.html




> -----Original Message-----
> Hi,
> It is advisable not to use the GCC front-end as such.
> Alternatively you can
> target the GCC to any taget and that is an easier task too...;-)) For
> documentation, you can read the GCC internals documentation.
> Nitin
>
> -----Original Message-----
>
> Does anyone know a project (source available ?) that uses gcc as a
> front end ? If not, is there any documentation about how to replace
> the gcc back end ?


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.