Re: Cross-compiler from Windows to Mac OSX?

albert@cherry.spenarnc.xs4all.nl (Albert van der Horst)
Sat, 5 May 2018 20:33:08 +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 20:33:08 +0200 (CEST)
Organization: A poorly-installed InterNetNews site
References: 18-02-002 18-05-002
Injection-Info: gal.iecc.com; posting-host="news.iecc.com:2001:470:1f07:1126:0:676f:7373:6970"; logging-data="60392"; mail-complaints-to="abuse@iecc.com"
Keywords: tools, forth
Posted-Date: 12 May 2018 13:07:33 EDT

In article 18-05-002,
Albert van der Horst <albert@cherry.spenarnc.xs4all.nl> wrote:
>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.


Other posts convinced me that I misunderstood the question.
The code must run identically on three implementations.
Then you can add ciforth to the list.
https://forth.hcc.nl/w/Producten/Ciforth


--
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.