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.129.81.18 with SMTP id f18mr24517282ywb.39.1442418749721; Wed, 16 Sep 2015 08:52:29 -0700 (PDT) X-Received: by 10.182.120.10 with SMTP id ky10mr120585obb.37.1442418749689; Wed, 16 Sep 2015 08:52:29 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!mx02.eternal-september.org!feeder.eternal-september.org!news.glorb.com!border1.nntp.dca1.giganews.com!nntp.giganews.com!z77no1561911qge.1!news-out.google.com!n2ni2901igy.0!nntp.google.com!kq10no3653160igb.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Wed, 16 Sep 2015 08:52:29 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=50.111.149.24; posting-account=Ies7ywoAAACcdHZMiIRy0M84lcJvfxwg NNTP-Posting-Host: 50.111.149.24 References: <50db9944-944e-4ff1-b3b9-d97bbf021c87@googlegroups.com> <1450278436464016855.351268laguest-archeia.com@nntp.aioe.org> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <4cdb8c55-8021-4f39-941d-339bfc2ce72f@googlegroups.com> Subject: Re: "Ada for Automation" Boutique From: brbarkstrom@gmail.com Injection-Date: Wed, 16 Sep 2015 15:52:29 +0000 Content-Type: text/plain; charset=ISO-8859-1 Xref: news.eternal-september.org comp.lang.ada:27779 Date: 2015-09-16T08:52:29-07:00 List-Id: On Wednesday, September 16, 2015 at 5:19:41 AM UTC-4, Simon Wright wrote: > >>> > >>>> By the way, someone asked (I think it was Bjorn) if "Ada for > >>>> Automation" could be used on a Raspberry Pi. I can confirm since a > >>>> friend has lent me his own Model B. But it is a no-brainer since > >>>> Debian based. Also Gnoga was reported to work on it. > >>> > >>> I'm surprised this still comes up considering I wrote a getting > >>> started with Ada on RPI in MagPI. > >> > >> You or I might expect that 'Ada for Automation', Gnoga would work on > >> an RPi (though mine was still on wheezy, GCC 4.6); others might need > >> convincing. > > > > Why 4.6? Debian testing has 4.9 and if you switch to Fedora you could > > have GNAT 5.x for Raspberry Pi. > > Mine *was* on wheezy; not obvious enough how to upgrade just the Ada > component, and MCUs more interesting, so passed it on. I'll also mention that you can adapt the Intel Atom x86 chips to get Ada on a Ubuntu Linux OS without any reduced instruction set. I even assembled a no fan Atom and installed both Ubuntu and GNAT GPL. I need to reinstall the Ubuntu to include just the CLI, since the video is slow. On the other hand, this approach would make for an interesing base to build a low power Beowulf cluster. Bruce B.