Re: Need a C compiler for a new processor.

Haibing Ma <mah@colorado.edu>
27 Oct 1999 14:08:41 -0400

          From comp.compilers

Related articles
Need a C compiler for a new processor. gcome@cyberus.ca (Guillaume Comeau) (1999-10-16)
Re: Need a C compiler for a new processor. tej@melbpc.org.au (Tim Josling) (1999-10-17)
Re: Need a C compiler for a new processor. guerby@acm.org (Laurent Guerby) (1999-10-18)
Re: Need a C compiler for a new processor. meissner@cygnus.com (Michael Meissner) (1999-10-18)
Re: Need a C compiler for a new processor. C.vanReeuwijk@twi.tudelft.nl (Kees van Reeuwijk) (1999-10-18)
Re: Need a C compiler for a new processor. rpgurd@archelon.com (Preston Gurd) (1999-10-21)
Re: Need a C compiler for a new processor. mah@colorado.edu (Haibing Ma) (1999-10-27)
Re: Need a C compiler for a new processor. gaul@ipd.info.uni-karlsruhe.de (Thilo Gaul) (1999-11-09)
Re: Need a C compiler for a new processor. shirleyl@hway.net (Shirley L Coffie) (1999-11-16)
Re: Need a C compiler for a new processor. markg@kepler.emi.net (Mark Grosberg) (1999-11-18)
| List of all articles for this month |

From: Haibing Ma <mah@colorado.edu>
Newsgroups: comp.compilers
Date: 27 Oct 1999 14:08:41 -0400
Organization: University of Colorado
References: 99-10-080
Keywords: C, tools

Guillaume Comeau wrote:


> 3. I am looking for the shortest path solution. I was told a
> compiler was a two man-year job, which is too long for my taste. I'd
> rather use an existing C front-end and map the result into my
> instruction set if at all possible.


> Any suggestion, pointer or comment for someone who has been down
> that road before would be much appreciated. >


Here's another place you can have a look, the Eli tools


www.cs.colorado.edu/~eliuser


There's an existing C specification. All the semantic analysis are
done. You need to add memory analysis and the final code generation
for your processor. Eli even includes a tool for text based output, so
if your code is in ascii form, Eli is very suitable.


Of course you need to learn the tool. If you're a full time developer,
I guess 6 month can get most of your work done. You can definitely get
your work done in 1 year.


Cheers.


Haibing


Post a followup to this message

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