From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.5-pre1 (2020-06-20) on ip-172-31-74-118.ec2.internal X-Spam-Level: X-Spam-Status: No, score=0.8 required=3.0 tests=BAYES_50,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.5-pre1 X-Received: by 2002:a37:a495:: with SMTP id n143mr22149812qke.330.1596983999103; Sun, 09 Aug 2020 07:39:59 -0700 (PDT) X-Received: by 2002:a37:a848:: with SMTP id r69mr20799781qke.58.1596983998825; Sun, 09 Aug 2020 07:39:58 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!feeder.eternal-september.org!news.gegeweb.eu!gegeweb.org!usenet-fr.net!proxad.net!feeder1-2.proxad.net!209.85.160.216.MISMATCH!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Sun, 9 Aug 2020 07:39:58 -0700 (PDT) Complaints-To: groups-abuse@google.com Injection-Info: google-groups.googlegroups.com; posting-host=2804:7f1:e480:afe6:d9ae:e671:c20:9c22; posting-account=1Xv-6QoAAACDoVuHxsOQybzr2Y_PgwKz NNTP-Posting-Host: 2804:7f1:e480:afe6:d9ae:e671:c20:9c22 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <1ff23e0f-6c44-44fe-89bd-ca4d716822fco@googlegroups.com> Subject: Running ADA on Beaglebone Black From: =?UTF-8?Q?Ricardo_Brand=C3=A3o?= Injection-Date: Sun, 09 Aug 2020 14:39:59 +0000 Content-Type: text/plain; charset="UTF-8" Xref: reader01.eternal-september.org comp.lang.ada:59687 List-Id: Hi, I've just acquired a Beaglebone black and I'm trying to run a simple program in Ada. I tried to install gnat but apt-get install gnat or anything similar doesn't work. I didn't find any place with the repository, nor any tutorial. How it the best way to run Ada in the BBB? Thanks