tinycc-devel
[Top][All Lists]
Advanced

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

Re: [Tinycc-devel] x86-64 on Windows?


From: grischka
Subject: Re: [Tinycc-devel] x86-64 on Windows?
Date: Sun, 23 Aug 2009 19:11:46 +0200
User-agent: Thunderbird 1.5.0.10 (Windows/20070221)

Floris Bos wrote:
Hi,
The homepage reads "TCC version 0.9.25 is the first that supports the
x86-64 target"

Am I correct this only works under *NIX and not yet under Windows?
If so, is there any work being done on this?

There is support for Win64 on the current master branch.  It's pretty
fresh but should work for the win32/examples as well as to compile
TCC itself.

To build you should be able to use build-tcc.bat.  You also need
a 64 bit mingw compiler and yasm.exe (assembler).

Not directly supported by build-tcc.bat but possible is also:
- to use a 64 bit MS compiler
- to use a 32 bit compiler to build tcc.exe as cross compiler
  (but then you can't use the -run feature).

--- grischka





reply via email to

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