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!.POSTED!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: ANN: GCC 8.1.0 for arm-eabi Date: Sun, 20 May 2018 11:48:04 +0100 Organization: A noiseless patient Spider Message-ID: Mime-Version: 1.0 Content-Type: text/plain Injection-Info: h2725194.stratoserver.net; posting-host="6e6d3fb9eee5c4fbc9c7c9ad08118c9d"; logging-data="19257"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+FiL0IVCEaorRz0oVm2ItacHFlOli5O0g=" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (darwin) Cancel-Lock: sha1:JgSE+np4UnWSTwcE9wFjPHfCopo= sha1:VXWFOrJXuX5lf1TqBRXL7spmotc= Xref: reader02.eternal-september.org comp.lang.ada:52483 Date: 2018-05-20T11:48:04+01:00 List-Id: This is GCC 8.1.0, rebuilt as a cross-compiler from macOS to arm-eabi (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; but note that GCC has implemented multilib support for other ARM chips). Find at https://sf.net/projects/gnuada/files/GNAT_GCC%20Mac%20OS%20X/8.1.0/arm-eabi/ GNAT GDB 2017 (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 [gcc8] branch. NOTE 2: for the same reason, this compiler can't presently be used with AdaCore's bb-runtimes repository at Github[4]. The compiler is known to run on El Capitan and High Sierra; it may not run on earlier OS X releases. [1] http://www.arduino.com [2] http://www.st.com [3] https://github.com/simonjwright/cortex-gnat-rts/tree/gcc8 [4] https://github.com/AdaCore/bb-runtimes