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=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,9f79bf3a95fa27f0 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.68.236.170 with SMTP id uv10mr1179280pbc.4.1334819309861; Thu, 19 Apr 2012 00:08:29 -0700 (PDT) Path: r9ni73350pbh.0!nntp.google.com!news2.google.com!news.glorb.com!feeder.erje.net!eternal-september.org!feeder.eternal-september.org!mx04.eternal-september.org!.POSTED!not-for-mail From: =?UTF-8?B?w4FsZXggUi4=?= Mosteo Newsgroups: comp.lang.ada Subject: Re: GNAT on Raspberry Pi Date: Thu, 19 Apr 2012 09:08:27 +0200 Organization: A noiseless patient Spider Message-ID: References: <87sjhhu022.fsf@ludovic-brenta.org> <87d3766ufu.fsf_-_@adaheads.sparre-andersen.dk> <878vht6yn5.fsf@adaheads.sparre-andersen.dk> Mime-Version: 1.0 Injection-Date: Thu, 19 Apr 2012 07:08:29 +0000 (UTC) Injection-Info: mx04.eternal-september.org; posting-host="2Ya5W6fQTWphN59RTQWLUw"; logging-data="29104"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/cGnq8PK/pcWs//kDgeDhb" User-Agent: KNode/4.8.2 Cancel-Lock: sha1:d0loxOhTraAfVPpr/HHNb0DUCqE= Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7Bit Date: 2012-04-19T09:08:27+02:00 List-Id: Jacob Sparre Andersen wrote: > I wrote: > >> Basic text I/O and tasking works fine with the Debian GNAT package on >> Raspberry Pi. (I just tested on the real thing a few minutes ago.) > > I've compiled and tested various old Ada applications of mine on a > Raspberry Pi running Debian/stable. Use of tasking, text I/O, random > numbers, floating point calculations and the POSIX Ada API has been > tested. So far I haven't found any problems. That's great news, thanks for the report! Alex. > > Greetings, > > Jacob