Related articles |
---|
Microcontroller Compilers (C) mobius@news.eecs.umich.edu (2001-02-12) |
Re: Microcontroller Compilers (C) jsgray@acm.org (Jan Gray) (2001-02-15) |
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) |
From: | QarnoS <qarnos@ozemail.com.au> |
Newsgroups: | comp.compilers |
Date: | 15 Feb 2001 00:40:28 -0500 |
Organization: | Anti-Conservation Foundation of Australia |
References: | 01-02-046 |
Keywords: | C |
Posted-Date: | 15 Feb 2001 00:40:28 EST |
Matt Guthaus wrote:
> I work in a group that has several microcontrollers (ISAs) specified or
> being specified. Yet, we don't have a compiler yet.
>
> I've been looking at GCC (Using and Porting the GNU Compiler Collection)
> and LCC. However, it seems that neither of these compilers is well adapted
> to 8- or 16-bit microcontrollers. GCC has only two 16-bit machine definition
> files (PDP11 and dsp16xx) and LCC has none.
You can try SDCC (Small Device C Compiler). It's free and open-source. Haven't
played around with it much myself tho, so I can't give any more details.
URL: http://sdcc.sourceforge.net/
Return to the
comp.compilers page.
Search the
comp.compilers archives again.