tinycc-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Tinycc-devel] ASM Output?


From: Dave Dodge
Subject: Re: [Tinycc-devel] ASM Output?
Date: Tue, 16 Nov 2004 19:26:20 -0500
User-agent: Mutt/1.4.2i

On Tue, Nov 16, 2004 at 03:41:58PM -0800, Neil Bradley wrote:
> Bummer. ;-( So is the object of tcc to never do anything other than x86,
> or is there a future attempt to do other CPUs?

tcc also contains backends for ARM and C67 (whatever that is?), but
I don't know how complete or functional these are.  Running arm-tcc
on an x86 machine does appear to do some sort of cross-compilation:

  x86$ arm-tcc -c foo.c
  x86$ file foo.o
  foo.o: ELF 32-bit LSB relocatable, ARM, version 1 (ARM), not stripped

                                                  -Dave Dodge




reply via email to

[Prev in Thread] Current Thread [Next in Thread]