Re: Need a C compiler for a new processor.

Thilo Gaul <gaul@ipd.info.uni-karlsruhe.de>
9 Nov 1999 01:39:57 -0500

          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: Thilo Gaul <gaul@ipd.info.uni-karlsruhe.de>
Newsgroups: comp.compilers
Date: 9 Nov 1999 01:39:57 -0500
Organization: University of Karlsruhe
References: 99-10-080
Keywords: C, UNCOL

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


A good alternative is the ANDF compiler construction tool set. It's
available publicly, not under GPL, so you are not forced to put your
compiler under GPL afterwards. The C/C++ frontend is included, a lot
of backends also (i386, Sparc, HP, MIPS, Alpha). Other front-/backends
are available commercially. Central structure is the TDF portable
intermediate format, which was designed for portability and is not to
low-level to produce code for an unusual machine.


For example see http://i44www.info.uni-karlsruhe.de/~gaul/ANDF.hml.


        Thilo Gaul.
| Thilo Gaul (gaul@ipd.info.uni-karlsruhe.de) |
| Institut f"ur Programmstrukturen & Datenorganisation |
| Fakult"at f"ur Informatik, Universit"at Karlsruhe |


Post a followup to this message

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