Re: Cross-compiler from Windows to Mac OSX?

albert@cherry.spenarnc.xs4all.nl (Albert van der Horst)
Sat, 5 May 2018 13:16:34 +0200 (CEST)

          From comp.compilers

Related articles
Cross-compiler from Windows to Mac OSX? droiddermo@gmail.com (Leff Ivanov) (2018-02-01)
Re: Cross-compiler from Windows to Mac OSX? 217-679-0842@kylheku.com (Kaz Kylheku) (2018-02-02)
Re: Cross-compiler from Windows to Mac OSX? marcov@toad.stack.nl (Marco van de Voort) (2018-02-02)
Re: Cross-compiler from Windows to Mac OSX? alexfrunews@gmail.com (2018-02-14)
Re: Cross-compiler from Windows to Mac OSX? luuk@invalid.lan (Luuk) (2018-02-17)
Re: Cross-compiler from Windows to Mac OSX? droiddermo@gmail.com (Leff Ivanov) (2018-03-01)
Re: Cross-compiler from Windows to Mac OSX? albert@cherry.spenarnc.xs4all.nl (2018-05-05)
Re: Cross-compiler from Windows to Mac OSX? albert@cherry.spenarnc.xs4all.nl (2018-05-05)
| List of all articles for this month |

From: albert@cherry.spenarnc.xs4all.nl (Albert van der Horst)
Newsgroups: comp.compilers
Date: Sat, 5 May 2018 13:16:34 +0200 (CEST)
Organization: A poorly-installed InterNetNews site
References: 18-02-002
Injection-Info: gal.iecc.com; posting-host="news.iecc.com:2001:470:1f07:1126:0:676f:7373:6970"; logging-data="50063"; mail-complaints-to="abuse@iecc.com"
Keywords: tools
Posted-Date: 05 May 2018 09:23:09 EDT

In article 18-02-002,
Leff Ivanov <droiddermo@gmail.com> wrote:
>Hello! I'm looking for a compiler that will allow me to cross-compile my code on Windows targeting Mac OSX and some generic Linux distribution. Do you know any compiler that can do it? Basically any programming language will do.
>
>Languages I've found so far:
>1) https://golang.org/ (very fat executables)
>2) http://www.red-lang.org/ (no x64 compiler, only x86)
>3) https://freepascal.org/ (I managed to compile crosscompiler, but it didn't work)
>


FASM does a good job. It allows me to build a Forth for Linux (32 64)
and MS WIndows (32 64) on either Linux or MS-Windows.
But assembly may not be what you're after, because it is one architecture.
It cannot cross-build for a DEC Alpha Linux system.


Groetjes Albert
--
Albert van der Horst, UTRECHT,THE NETHERLANDS
Economic growth -- being exponential -- ultimately falters.
albert@spe&ar&c.xs4all.nl &=n http://home.hccnet.nl/a.w.m.van.der.horst



Post a followup to this message

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