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=-1.9 required=3.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.5-pre1 Path: eternal-september.org!reader01.eternal-september.org!feeder.eternal-september.org!aioe.org!.POSTED.2uCIJahv+a4XEBqttj5Vkw.user.gioia.aioe.org!not-for-mail From: "Dmitry A. Kazakov" Newsgroups: comp.lang.ada Subject: Re: Running ADA on Beaglebone Black Date: Sun, 9 Aug 2020 17:58:54 +0200 Organization: Aioe.org NNTP Server Message-ID: References: <1ff23e0f-6c44-44fe-89bd-ca4d716822fco@googlegroups.com> NNTP-Posting-Host: 2uCIJahv+a4XEBqttj5Vkw.user.gioia.aioe.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-Complaints-To: abuse@aioe.org User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.11.0 X-Notice: Filtered by postfilter v. 0.9.2 Content-Language: en-US Xref: reader01.eternal-september.org comp.lang.ada:59688 List-Id: On 09/08/2020 16:39, Ricardo Brandão wrote: > 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? What distribution? APT suggests Debian or Ubuntu. In any case I would do a full upgrade to the latest version of either. Under Debian buster you should do apt install gnat-8 Under Ubuntu it would be apt install gnat-10 And also: apt install gprbuild If these do not work check /etc/apt/sources.list -- Regards, Dmitry A. Kazakov http://www.dmitry-kazakov.de