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.36.79.80 with SMTP id c77mr130282itb.4.1508457823229; Thu, 19 Oct 2017 17:03:43 -0700 (PDT) X-Received: by 10.157.0.7 with SMTP id 7mr140572ota.14.1508457823201; Thu, 19 Oct 2017 17:03:43 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!feeder.eternal-september.org!news.fcku.it!peer02.fr7!futter-mich.highwinds-media.com!peer02.iad!feed-me.highwinds-media.com!news.highwinds-media.com!k70no2284385itk.0!news-out.google.com!p6ni142itp.0!nntp.google.com!l196no2276133itl.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Thu, 19 Oct 2017 17:03:42 -0700 (PDT) In-Reply-To: <8bc312c9-ed86-466b-bee0-25d24d79ec55@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=149.32.224.37; posting-account=Qh2kiQoAAADpCLlhT_KTYoGO8dU3n4I6 NNTP-Posting-Host: 149.32.224.37 References: <8bc312c9-ed86-466b-bee0-25d24d79ec55@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <46b87e86-4d8e-4c63-9092-dea35d14b5fc@googlegroups.com> Subject: Re: GNAT on Raspberry Pi? From: Anh Vo Injection-Date: Fri, 20 Oct 2017 00:03:43 +0000 Content-Type: text/plain; charset="UTF-8" X-Received-Body-CRC: 3335795809 X-Received-Bytes: 1783 Xref: news.eternal-september.org comp.lang.ada:48522 Date: 2017-10-19T17:03:42-07:00 List-Id: On Thursday, October 19, 2017 at 1:28:37 PM UTC-7, mockturtle wrote: > I am replying to my own post to say that > > * even 2015,arm version is recognized as 80386 code > > * I looked directly inside the executable and the e_machine is actually 3 which is "80386", other executable on my RPi have 40 which is ARM > > In alternative, does someone have experience in cross-compiling with GNAT GPL for RPi? Make sure your GNAT-ARM is selected under your Project Properties -> Build -> Toolchain. Anh Vo