Re: Microcontroller Compilers (C)

henry@spsystems.net (Henry Spencer)
15 Feb 2001 00:44:16 -0500

          From comp.compilers

Related articles
[2 earlier articles]
Re: Microcontroller Compilers (C) rotter@touch.rotters.de (Klaus Rotter) (2001-02-15)
Re: Microcontroller Compilers (C) nej22@cl.cam.ac.uk (2001-02-15)
Re: Microcontroller Compilers (C) kyle_hayes@pacbell.net (Kyle) (2001-02-15)
Re: Microcontroller Compilers (C) vbdis@aol.com (2001-02-15)
Re: Microcontroller Compilers (C) rpgurd@archelon.com (Preston Gurd) (2001-02-15)
Re: Microcontroller Compilers (C) qarnos@ozemail.com.au (QarnoS) (2001-02-15)
Re: Microcontroller Compilers (C) henry@spsystems.net (2001-02-15)
Re: Microcontroller Compilers (C) mobius@news.eecs.umich.edu (2001-02-17)
Re: Microcontroller Compilers (C) leupers@ls12.cs.uni-dortmund.de (Rainer Leupers) (2001-02-17)
Re: Microcontroller Compilers (C) joachim_d@gmx.de (Joachim Durchholz) (2001-03-04)
Re: Microcontroller Compilers (C) leupers@ls12.cs.uni-dortmund.de (Rainer Leupers) (2001-03-08)
Re: Microcontroller Compilers (C) joachim_d@gmx.de (Joachim Durchholz) (2001-03-14)
| List of all articles for this month |

From: henry@spsystems.net (Henry Spencer)
Newsgroups: comp.compilers
Date: 15 Feb 2001 00:44:16 -0500
Organization: SP Systems, Toronto, Canada
References: 01-02-046
Keywords: C
Posted-Date: 15 Feb 2001 00:44:16 EST

In article 01-02-046,
Matt Guthaus <mobius@news.eecs.umich.edu> wrote:
>I work in a group that has several microcontrollers (ISAs) specified or
>being specified. Yet, we don't have a compiler yet...
>What would people recommend for the fastest way to get a prototype compiler
>working? GCC or LCC? Another compiler with a portable backend?


Well, the *fastest* way is undoubtedly to pay a company like Byte Craft,
which already specializes in doing good C compilers for microcontrollers,
to do it. But they won't come cheap.


I would guess that LCC is the best open-source base for a microcontroller
compiler for full C. The GCC people historically did not care about small
machines, and it shows.
--
When failure is not an option, success | Henry Spencer henry@spsystems.net
can get expensive. -- Peter Stibrany | (aka henry@zoo.toronto.edu)


Post a followup to this message

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