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=ham autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,3025dd6d917b499c X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.236.74.196 with SMTP id x44mr2827299yhd.38.1350043794725; Fri, 12 Oct 2012 05:09:54 -0700 (PDT) Received: by 10.52.65.33 with SMTP id u1mr757479vds.18.1350043794672; Fri, 12 Oct 2012 05:09:54 -0700 (PDT) Path: r17ni22254524qap.0!nntp.google.com!l8no46372144qao.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Fri, 12 Oct 2012 05:09:54 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=90.194.162.39; posting-account=L2-UcQkAAAAfd_BqbeNHs3XeM0jTXloS NNTP-Posting-Host: 90.194.162.39 References: <38af7fb8-b0a4-4a31-87aa-b7b698cc89c3@googlegroups.com> <1930oitnyzms0$.1maochag0ph87.dlg@40tude.net> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <9d1399b0-bf69-4c4a-bcf0-53081f4d2a11@googlegroups.com> Subject: Re: Ada, the best language with the not-so-best tool chain From: Lucretia Injection-Date: Fri, 12 Oct 2012 12:09:54 +0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Date: 2012-10-12T05:09:54-07:00 List-Id: On Sunday, 7 October 2012 23:35:24 UTC+1, Simon Clubley wrote: > Someone here in c.l.a has also done some work on making GNAT run on >=20 > bare metal ARM boards. I do not know the current status of that work. That would be me. At present, no further along, but I've not really spent m= uch time on it. The quick test results of STM32F4DISCOVERY board with Ada o= n is here: https://github.com/Lucretia/tamp/tree/master/blink I spent last week documenting what I need to do to get a decent runtime goi= ng for Cortex boards (and similar other arches), so I am looking into it ag= ain. This would provide a port of CMSIS + a RTOS kernel which provides task= ing support, enough for a Ravenscar RTS. Luke.