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!mx02.eternal-september.org!.POSTED!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: ANN: GCC 6.1.0 for OS X El Capitan Date: Sat, 07 May 2016 14:58:02 +0100 Organization: A noiseless patient Spider Message-ID: Mime-Version: 1.0 Content-Type: text/plain Injection-Info: mx02.eternal-september.org; posting-host="6e1b8fc3eb07ad055fcf36cde3a9ae8e"; logging-data="2698"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/h1htpkw9WJJno3EHe2ozsesG7caLo1hs=" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (darwin) Cancel-Lock: sha1:YqGPdbOZfmY+tAqKjp0wHf3HBYA= sha1:q4KbZLHu3EDda3sKR7VOKgNp6vs= Xref: news.eternal-september.org comp.lang.ada:30347 Date: 2016-05-07T14:58:02+01:00 List-Id: This compiler is released in both native and cross-compiler configurations at https://sourceforge.net/projects/gnuada/files/GNAT_GCC%20Mac%20OS%20X/6.1.0/ >From the native compiler README: Compilers included: Ada, C, C++, Objective C, Objective C++, Fortran. Tools included: Full GPL: ASIS, AUnit, GDB, and GNATColl from GNAT GPL 2015. GPL with Runtime Library Exception[1]: Gprbuild from the public Git repository[2] at commit 11f9b58c0283586f4fb134ff8c022f1117b58223 XMLAda from the public Git repository[3] at commit 8a9536bf161125cb1e12da376e8d7b51f1b33677 (I would have included GNATColl here, but it now relies on "libgpr"; waiting for GNAT GPL 2016 to see what this means.) [1] http://www.gnu.org/licenses/gcc-exception-faq.html [2] https://github.com/AdaCore/gprbuild [3] https://github.com/AdaCore/xmlada ======================================================================== >From the arm-eabi compiler README: This is GCC 6.1.0, rebuilt as a cross-compiler from Mac OS X to arm-eabi (specifically, 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). The compiler comes with no Ada Runtime System (RTS). See the Cortex GNAT Run Time Systems project[3] for candidates. [1] http://www.arduino.com [2] http://www.st.com [3] https://sourceforge.net/projects/stm32f4-gnat-rts/