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 2002:a37:7fc7:: with SMTP id a190mr252704qkd.351.1567677240636; Thu, 05 Sep 2019 02:54:00 -0700 (PDT) X-Received: by 2002:a9d:5c0f:: with SMTP id o15mr1821756otk.81.1567677240313; Thu, 05 Sep 2019 02:54:00 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!feeder.eternal-september.org!news.dns-netz.com!news.freedyn.net!newsreader4.netcologne.de!news.netcologne.de!peer03.ams1!peer.ams1.xlned.com!news.xlned.com!peer03.am4!peer.am4.highwinds-media.com!peer01.iad!feed-me.highwinds-media.com!news.highwinds-media.com!o24no1132905qtl.0!news-out.google.com!c11ni14qtp.0!nntp.google.com!o24no1132901qtl.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Thu, 5 Sep 2019 02:53:59 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=2a02:c7d:3c35:b000:325a:3aff:fe0f:37a5; posting-account=L2-UcQkAAAAfd_BqbeNHs3XeM0jTXloS NNTP-Posting-Host: 2a02:c7d:3c35:b000:325a:3aff:fe0f:37a5 References: <3a8fbb73-ee45-4833-adf5-0bc933ecb4d3@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: gnat for yocto From: Lucretia Injection-Date: Thu, 05 Sep 2019 09:54:00 +0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Received-Bytes: 2449 X-Received-Body-CRC: 3165763163 Xref: reader01.eternal-september.org comp.lang.ada:57105 Date: 2019-09-05T02:53:59-07:00 List-Id: On Thursday, 5 September 2019 09:42:36 UTC+1, Dmitry A. Kazakov wrote: > > I would like to compare notes on this versus building using a cross com= piler system and running it on the target generated by yocto. > >=20 > > thanks for any pointers, srini >=20 > We use a GNAT Pro cross-compiler for ARM with Yocto. >=20 > If you don't have GNAT Pro, the easiest way is to use native Debian or=20 > Ubuntu GNAT FSF tool-chain for ARM. The result will run on Yocto if all= =20 > libraries match. You're missing the point. Yocto requires that there be some sort of recipe = to build GNAT in the first place. You've obviously built a recipe for gnat-= pro that works for you. What my repo above did was essentially override the= gcc build to include GNAT in the build process, it did work, ages ago. =20 > P.P.S. What people find in Yocto? It reminds me first releases of=20 > Slackware, back in the future ... It's just a build framework for creating a full Linux distro on an embedded= board, just makes things easier. Luke. P.S: I've not used it in years.