--
Mark A. Barclay (mbar...@wwa.com -- http://www.wwa.com/~mbarclay)
===================================
Work like you don't need the money,
Love like you've never been hurt,
Dance like no one is watching.
Been Done. Look at the following page. It is a Gameboy C compiler
for a psudo Z80 like CPU. It was derived from the normal Z80
compiler (GCC). So it exist. Ask Pascal Felber were the original
Z80 GCC compiler is or change the GB compiler. Well, looking at
the web page now, it states the way GBDK (compiler) is set up
that it can target the pure Z80.
http://www.aracnet.com/~pfelber/GBDK/
--
Greg Holdren
gr...@wx.rose.hp.com
Somebody has ported GCC to the atmel avr
microcontroller architecture
look at http://medo.fov.uni-mb.si/mapp/
"Mark A. Barclay" wrote:
>
> I'm considering porting GCC to cross compile for 8-bit platforms like
> Z80/Z180. Is this a stupid idea or what? Has anyone done this before?
>
m> I'm considering porting GCC to cross compile for 8-bit
m> platforms like Z80/Z180. Is this a stupid idea or what? Has
m> anyone done this before?
While we're at it, has anybody got gcc targeting Microchip PIC?
Thanks...
David
While I absolutely agree in the case of general C, there are
situations where I need GCC. Unfortunately only GCC support a number
of Really Nice extension, some of which are essential for decent
performance in certain applications (eg, the computed goto).
On the other hand, my experience with the GCC port for 68HC11
(http://www.irisa.fr/prive/thorn/ante.html) have definitely convinced
me that LCC is better suited for this purpose. BTW, has anyone done a
68HC11 port of LCC?
--
/Tommy
Regards
Mike RJ
David B. Thomas <dth...@rt66.com> wrote in article
<uiub1y...@rt66.com>...
HTH
Greg Holdren (gr...@wx.rose.hp.com) wrote:
: Mark A. Barclay <mbar...@wwa.com> wrote:
: : I'm considering porting GCC to cross compile for 8-bit platforms like
: : Z80/Z180. Is this a stupid idea or what? Has anyone done this before?
:
: Been Done. Look at the following page. It is a Gameboy C compiler
: for a psudo Z80 like CPU. It was derived from the normal Z80
: compiler (GCC). So it exist. Ask Pascal Felber were the original
: Z80 GCC compiler is or change the GB compiler. Well, looking at
: the web page now, it states the way GBDK (compiler) is set up
: that it can target the pure Z80.
:
: http://www.aracnet.com/~pfelber/GBDK/
:
:
: --
: Greg Holdren
: gr...@wx.rose.hp.com
:
--
--
/* Andrew */
WWW: http://www.halcyon.com/ast
Email: a...@halcyon.com (remove nospam from reply address)