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!.POSTED!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: ANN: GCC 7.1.0 for arm-eabi Date: Sat, 20 May 2017 16:49:27 +0100 Organization: A noiseless patient Spider Message-ID: Mime-Version: 1.0 Content-Type: text/plain Injection-Info: mx02.eternal-september.org; posting-host="bcf518447302320dd57936518756995c"; logging-data="12293"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18Bh9ibFoInm8Uk1yVJRfk045UQCadaDtE=" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2 (darwin) Cancel-Lock: sha1:1AfDmHz8HngYgEF9GOVSXVflYw8= sha1:ZcvT8pQgsHdg+sjHAa4ajTz85Ds= Xref: news.eternal-september.org comp.lang.ada:46822 Date: 2017-05-20T16:49:27+01:00 List-Id: GCC 7.1.0, rebuilt as a cross-compiler from macOS to arm-eabi, is available at https://sourceforge.net/projects/gnuada/files/GNAT_GCC%20Mac%20OS%20X/7.1.0/arm-eabi/ The compiler is known to run on El Capitan and Sierra; it may not run on earlier OS X releases. The compiler was tested with the Cortex-M3 as found on the Arduino Due[1] and the Cortex-M4 as found on the STMicroelectronics[2] STM32F4 Discovery and STM32F429I Discovery boards. Note, however, that GCC 7 has implemented multilib support for other ARM chips. GNAT GDB 2016 (rebuilt for arm-eabi) is included. The compiler comes with no Ada Runtime System (RTS). See the Cortex GNAT Run Time Systems project[3] for candidates. NOTE 1: the compiler/RTS interface has changed; for the time being, you will need to check out the latest repository update. NOTE 2: for the same reason, this compiler can't presently be used with AdaCore's embedded-runtimes repository at Github[4]. [1] http://www.arduino.com [2] http://www.st.com [3] https://sourceforge.net/projects/cortex-gnat-rts/ [4] https://github.com/AdaCore/embedded-runtimes