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.227.103 with SMTP id rz7mr78279pac.18.1378416269153; Thu, 05 Sep 2013 14:24:29 -0700 (PDT) X-Received: by 10.182.44.163 with SMTP id f3mr27006obm.34.1378416268918; Thu, 05 Sep 2013 14:24:28 -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!eu.feeder.erje.net!feeder.erje.net!us.feeder.erje.net!news.glorb.com!n2no23458433pbg.1!news-out.google.com!rn2ni67001pbc.1!nntp.google.com!j7no316863qai.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Thu, 5 Sep 2013 14:24:28 -0700 (PDT) In-Reply-To: <94c59b2b-1d07-48aa-b348-93f748e08786@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=63.80.193.9; posting-account=nD_N8QoAAACgNfe5vMwm0rMAu4pgYumJ NNTP-Posting-Host: 63.80.193.9 References: <94c59b2b-1d07-48aa-b348-93f748e08786@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <5354d27c-80d0-43df-a75f-7c14446f36d9@googlegroups.com> Subject: Re: Ada on Windows? (64bit Binaries) From: Alan Jump Injection-Date: Thu, 05 Sep 2013 21:24:28 +0000 Content-Type: text/plain; charset=ISO-8859-1 Xref: news.eternal-september.org comp.lang.ada:17142 Date: 2013-09-05T14:24:28-07:00 List-Id: On Thursday, September 5, 2013 1:44:06 PM UTC-7, e.s.h...@gmail.com wrote: > Is there an Ada compiler that will produce 64bit Windows binaries? The GNAT-GPL one by AdaCore produces only 32bit (MinGW) binaries as far as I can tell. > > > > I looked into compiling GNAT with MinGW-w64 .. but where do I get the GNAT-GPL sources? AdaCore doesn't seem to offer a source release. > > > > What do you use for producing Windows binaries? What does debugging look like when using a non-GPS bundled compiler on Windows platforms? GNAT has been incorporated into GCC, if I'm reading the information correctly. GCC should be able to produce 64-bit binaries by selecting the appropriate option switches. http://directory.fsf.org/wiki/GCC http://gcc.gnu.org/onlinedocs/gcc-4.8.1/gcc/ - - 73 de N5ILN Alan