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.107.175.154 with SMTP id p26mr1722683ioo.87.1508444916511; Thu, 19 Oct 2017 13:28:36 -0700 (PDT) X-Received: by 10.157.0.7 with SMTP id 7mr120191ota.14.1508444916445; Thu, 19 Oct 2017 13:28:36 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!feeder.eternal-september.org!border1.nntp.ams1.giganews.com!nntp.giganews.com!peer02.ams1!peer.ams1.xlned.com!news.xlned.com!peer02.am4!peer.am4.highwinds-media.com!peer02.iad!feed-me.highwinds-media.com!news.highwinds-media.com!k70no2193808itk.0!news-out.google.com!u132ni31ita.0!nntp.google.com!l196no2186145itl.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Thu, 19 Oct 2017 13:28:36 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=93.41.2.250; posting-account=9fwclgkAAAD6oQ5usUYhee1l39geVY99 NNTP-Posting-Host: 93.41.2.250 References: User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <8bc312c9-ed86-466b-bee0-25d24d79ec55@googlegroups.com> Subject: Re: GNAT on Raspberry Pi? From: mockturtle Injection-Date: Thu, 19 Oct 2017 20:28:36 +0000 Content-Type: text/plain; charset="UTF-8" X-Received-Body-CRC: 4111455829 X-Received-Bytes: 1555 Xref: news.eternal-september.org comp.lang.ada:48520 Date: 2017-10-19T13:28:36-07:00 List-Id: 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? Riccardo