From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.66.173.75 with SMTP id bi11mr24326531pac.4.1398290891954; Wed, 23 Apr 2014 15:08:11 -0700 (PDT) X-Received: by 10.140.50.239 with SMTP id s102mr426000qga.7.1398290891890; Wed, 23 Apr 2014 15:08:11 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!news.eternal-september.org!news.eternal-september.org!feeder.eternal-september.org!usenet.blueworldhosting.com!feeder01.blueworldhosting.com!peer02.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!c1no2826162igq.0!news-out.google.com!du2ni14151qab.0!nntp.google.com!m5no4811181qaj.1!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Wed, 23 Apr 2014 15:08:11 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=2a02:120b:c3d0:1b80:9115:1616:4b9a:8e86; posting-account=gRqrnQkAAAAC_02ynnhqGk1VRQlve6ZG NNTP-Posting-Host: 2a02:120b:c3d0:1b80:9115:1616:4b9a:8e86 References: User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <7f837f6d-8721-4fa5-8686-bba52c9340aa@googlegroups.com> Subject: Re: Another open-source compiler From: gautier_niouzes@hotmail.com Injection-Date: Wed, 23 Apr 2014 22:08:11 +0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Received-Bytes: 1815 X-Received-Body-CRC: 3160756784 Xref: news.eternal-september.org comp.lang.ada:19553 Date: 2014-04-23T15:08:11-07:00 List-Id: To complement Dmitry's answer, the point is that you need to distinguish th= e platform the compiler is able to run on, and where its output is able to = run on. The output can be a binary machine code object file, or something w= ith machine code and digested specification in it, or an assembler text fil= e, and the target machine is not necessarily the one hosting the compiler. Presently HAC is /only/ cross-compiling (to a virtual machine). _________________________ Gautier's Ada programming http://gautiersblog.blogspot.com/search/label/Ada NB: follow the above link for a valid e-mail address