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=unavailable autolearn_force=no version=3.4.4 X-Received: by 2002:ac8:7192:: with SMTP id w18mr851995qto.361.1567678453823; Thu, 05 Sep 2019 03:14:13 -0700 (PDT) X-Received: by 2002:aca:48b:: with SMTP id 133mr1954132oie.30.1567678453342; Thu, 05 Sep 2019 03:14:13 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!feeder.eternal-september.org!feeder1.usenet.farm!feed.usenet.farm!newsfeed.xs4all.nl!newsfeed8.news.xs4all.nl!85.12.16.69.MISMATCH!peer02.ams1!peer.ams1.xlned.com!news.xlned.com!peer02.am4!peer.am4.highwinds-media.com!peer01.iad!feed-me.highwinds-media.com!news.highwinds-media.com!o24no1180980qtl.0!news-out.google.com!c11ni14qtp.0!nntp.google.com!o24no1180968qtl.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Thu, 5 Sep 2019 03:14:13 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=108.49.66.38; posting-account=NQAzbQoAAAAvGnWYlYt2fXidsCNvm7UM NNTP-Posting-Host: 108.49.66.38 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: R Srinivasan Injection-Date: Thu, 05 Sep 2019 10:14:13 +0000 Content-Type: text/plain; charset="UTF-8" X-Received-Bytes: 2688 X-Received-Body-CRC: 1657584766 Xref: reader01.eternal-september.org comp.lang.ada:57106 Date: 2019-09-05T03:14:13-07:00 List-Id: On Thursday, September 5, 2019 at 4:42:36 AM UTC-4, Dmitry A. Kazakov wrote: > On 2019-09-04 23:56, R Srinivasan wrote: > > I was referred to this recipe on GitHub: > > > > https://github.com/lucretia/meta-ada > > > > however this appears to be "dormant" > > > > anyone using this recipe? particularly "rocko" or later? > > > > I would like to compare notes on this versus building using a cross compiler system and running it on the target generated by yocto. > > > > thanks for any pointers, srini > > We use a GNAT Pro cross-compiler for ARM with Yocto. > > If you don't have GNAT Pro, the easiest way is to use native Debian or > Ubuntu GNAT FSF tool-chain for ARM. The result will run on Yocto if all > libraries match. > > P.S. Purchase some inexpensive powerful board like Odroid XU4 for the > developing platform. The native GNAT tends to run out of memory and is > incredibly sluggish on low-end boards. > > P.P.S. What people find in Yocto? It reminds me first releases of > Slackware, back in the future ... > > -- > Regards, > Dmitry A. Kazakov > http://www.dmitry-kazakov.de perfect. I was looking for someone who has done that - to confirm that this is a viable approach. I am currently using "go" based tools in a similar fashion. yocto meets a unique need for us. We are involved in building a medical device. don't have too many options in this space. thanks, srini