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=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no 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: g2news1.google.com!postnews.google.com!l18g2000vbe.googlegroups.com!not-for-mail From: Shark8 Newsgroups: comp.lang.ada Subject: Re: Ada cross-compiler (Windows) to Android Date: Mon, 11 Jul 2011 08:39:05 -0700 (PDT) Organization: http://groups.google.com Message-ID: References: <12f3f5b7-5289-45c4-a346-7dc6ee2f274b@glegroupsg2000goo.googlegroups.com> NNTP-Posting-Host: 24.230.151.194 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1310398745 14456 127.0.0.1 (11 Jul 2011 15:39:05 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Mon, 11 Jul 2011 15:39:05 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: l18g2000vbe.googlegroups.com; posting-host=24.230.151.194; posting-account=lJ3JNwoAAAAQfH3VV9vttJLkThaxtTfC User-Agent: G2/1.0 X-Google-Web-Client: true X-Google-Header-Order: HUALESNKRC X-HTTP-UserAgent: Mozilla/5.0 (Windows NT 6.1; rv:5.0) Gecko/20100101 Firefox/5.0,gzip(gfe) Xref: g2news1.google.com comp.lang.ada:20164 Date: 2011-07-11T08:39:05-07:00 List-Id: On Jul 10, 6:37=A0am, Brian Drummond wrote: > On Sun, 10 Jul 2011 09:57:56 +0200, Martin Krischik wrote: > > Am 07.07.2011, 23:57 Uhr, schrieb Brian Drummond > > : > > >> On Thu, 07 Jul 2011 08:58:01 -0700, Rego, P. wrote: > > >>> So, is there any Ada cross-compiler for > >>> Android, available as opensource? And more, libs, tutorials? > > >> I think the answer is ... not yet. > > I wonder if JGNAT would not be the better starting point. Unless you ar= e > > in high performance Gaming the main development platform for Android is > > Java. > > Very good point. I wondered that myself but haven't (yet) made time to > look into it. As you say it will give up some performance, but it should > be much easier to interface to the GUI. > > - Brian If you go that route you should be particularly careful when specifying the export; the JVM *is* case sensitive and, as such, may present some irritation.