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=unavailable autolearn_force=no version=3.4.4 Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!news.eternal-september.org!mx05.eternal-september.org!.POSTED!not-for-mail From: MatthiasR Newsgroups: comp.lang.ada Subject: Re: Gnat 2013 is out! Date: Sun, 09 Jun 2013 20:51:42 +0200 Organization: - Message-ID: References: <37457fc3-20f1-4770-8020-eda13914af5a@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7Bit Injection-Date: Sun, 9 Jun 2013 18:53:53 +0000 (UTC) Injection-Info: mx05.eternal-september.org; posting-host="2cafec2f69837a8191d7743c99838b98"; logging-data="28512"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+viEAj7gLogl1YGxTTCwD36iTqfwYUBa4=" User-Agent: KNode/4.7.2 Cancel-Lock: sha1:W7nzzEch29MHXIVCqyAnkQmPeWY= Xref: news.eternal-september.org comp.lang.ada:15720 Date: 2013-06-09T20:51:42+02:00 List-Id: Dmitry A. Kazakov wrote: > On Fri, 7 Jun 2013 08:52:27 -0700 (PDT), mjsilva@scriptoriumdesigns.com > wrote: > >> On Wednesday, May 29, 2013 6:36:31 AM UTC-7, J-P. Rosen wrote: >>> Just connected to libre and surprise! The site proposed the 2013 >>> edition! >> >> I was disappointed to see that their ARM Cortex version is not available. > > AFAIK, GNAT Pro for Linux ARM is not even planed. I heard that VxWorks ARM > would be more likely to happen. Who knows? Definitely existing is the version for ARM Cortex M3 / R4 bareboard: http://www.arm.com/community/partners/display_product/rw/ProductId/5620/ On the Adacore homepage I couldn't find anything about this port - except the press release. Whether a 'libre' version of this port is planned - that's another question... For people wanting to make some experiments with an 'inofficial' port (based on the Mindstorms Version), https://github.com/telrob/stm32-ada may be a good starting point. A buildscript for a compiler and a ravenscar runtime for the STM32F4-Discovery board can be found there. Matthias