Re: PowerPC (output) C Compiler on W95

Ben Elliston <bje@redhat.com>
10 Apr 2001 01:13:08 -0400

          From comp.compilers

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)
| List of all articles for this month |

From: Ben Elliston <bje@redhat.com>
Newsgroups: comp.compilers
Date: 10 Apr 2001 01:13:08 -0400
Organization: Red Hat Inc.
References: 01-03-188 01-04-005
Keywords: GCC
Posted-Date: 10 Apr 2001 01:13:08 EDT

>>>>> "Mike" == Mike Dimmick <mike@dimmick.demon.co.uk> writes:


    Mike> Obtaining the appropriate assembler may prove trickier. I'm


The GNU binutils includes an assembler and linker for the PowerPC. As
far as I am aware, the current version will build in a Cygwin
environment on Windows.


If all you want to do is study the assembly output, of course, you
don't actually need an assembler: gcc -S will suffice.


Ben


Post a followup to this message

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