Related articles |
---|
PowerPC (output) C Compiler on W95 mrbitty@cedar.alberni.net (Larry) (2001-03-31) |
Re: PowerPC (output) C Compiler on W95 mike@dimmick.demon.co.uk (Mike Dimmick) (2001-04-04) |
Re: PowerPC (output) C Compiler on W95 joachim_d@gmx.de (Joachim Durchholz) (2001-04-04) |
Re: PowerPC (output) C Compiler on W95 bje@redhat.com (Ben Elliston) (2001-04-10) |
Re: PowerPC (output) C Compiler on W95 hansen.c@worldnet.att.net (Carsten Hansen) (2001-04-10) |
Re: PowerPC (output) C Compiler on W95 meissner@redhat.com (Michael Meissner) (2001-04-10) |
From: | "Joachim Durchholz" <joachim_d@gmx.de> |
Newsgroups: | comp.compilers |
Date: | 4 Apr 2001 00:16:21 -0400 |
Organization: | Compilers Central |
References: | 01-03-188 |
Keywords: | C |
Posted-Date: | 04 Apr 2001 00:16:21 EDT |
Larry <mrbitty@cedar.alberni.net> wrote:
> Does anyone know of a C compiler that will generate code for a
> PowerPC but runs on a Windows platform?
You could use a Cygwin installation of gcc, set up for
cross-compilation.
Fringe benefits:
gcc can emit assembly code (some C compilers just emit binaries).
gcc allows a rather fine-grained control over what optimizations you
want to have, so you can try running your C code through various
optimizations and see how they affect the assembly.
Regards,
Joachim
Return to the
comp.compilers page.
Search the
comp.compilers archives again.