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 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,d1e954ab22509c0a X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII Path: g2news2.google.com!postnews.google.com!s17g2000yqs.googlegroups.com!not-for-mail From: jrmarino Newsgroups: comp.lang.ada Subject: Re: Ada cross-compiler (Windows) to Android Date: Thu, 14 Jul 2011 08:08:21 -0700 (PDT) Organization: http://groups.google.com Message-ID: <01b8c553-42e5-4ddc-877e-ef8f85361ac1@s17g2000yqs.googlegroups.com> References: <12f3f5b7-5289-45c4-a346-7dc6ee2f274b@glegroupsg2000goo.googlegroups.com> NNTP-Posting-Host: 90.38.172.56 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1310656198 18803 127.0.0.1 (14 Jul 2011 15:09:58 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Thu, 14 Jul 2011 15:09:58 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: s17g2000yqs.googlegroups.com; posting-host=90.38.172.56; posting-account=Zsf4jwoAAADEqwCydv835KU9-S3h_Y26 User-Agent: G2/1.0 X-Google-Web-Client: true X-Google-Header-Order: HNKRUAELSC X-HTTP-UserAgent: Mozilla/5.0 (Windows NT 5.1) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.112 Safari/534.30,gzip(gfe) Xref: g2news2.google.com comp.lang.ada:21172 Date: 2011-07-14T08:08:21-07:00 List-Id: On Jul 7, 11:57=A0pm, Brian Drummond wrote: > On Thu, 07 Jul 2011 08:58:01 -0700, Rego, P. wrote: > > A friend of mine said me he was testing some apps in Android and I said > > him that I rememembered some one talking (here) about Ada cross-compile= r > > for Android. So, is there any Ada cross-compiler for Android, available > > as opensource? And more, libs, tutorials? > > I think the answer is ... not yet. > But keep an eye on this page... > > http://www.dragonlace.net/ > > I have also been trying to build GCC with Ada support for Android, by > combining the instructions for building GCC for Android, and anything I > can find about building GCC with Gnat, but without luck so far. If that > changes I will announce it here. > > - Brian Brian, I maintain the DragonLace site and I built an Android cross-compiler as you noted. You can not do this with stock gcc sources. GNAT-AUX is a separate repository to gcc (maintained in parallel) and I added code that allows gnat to work on Android. This effort is not dead. I was basically waiting to buy an Android table when I fly back to the States in a couple of weeks. Once that happens, I can run the full ACATS and gnat.dg suite on the device to characterize how good the cross-compiler is. The first compiler I produced was NetBSD->Android, but I could easily use FreeBSD, DragonFlyBSD, OpenBSD, or OpenSolaris as the host OS. I don't see producing a windows version of GNAT-AUX though. John