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: Re: ANN: Cortex GNAT RTS 20180607 Date: Sat, 09 Jun 2018 11:57:51 +0100 Organization: A noiseless patient Spider Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain Injection-Info: reader02.eternal-september.org; posting-host="20633f064fa0537d4a980424908f0124"; logging-data="5851"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+gq/YJG1jMTLjEgqW+eUlFN++fl9IjQAU=" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (darwin) Cancel-Lock: sha1:aY8NL/rq3Zs/k1mHyJr8bK7pN4A= sha1:1fI/xkkU0VoM1u7vrwusaE+y+UA= Xref: reader02.eternal-september.org comp.lang.ada:53025 Date: 2018-06-09T11:57:51+01:00 List-Id: Simon Wright writes: > This release doesn't change any RTS functionality; instead, it > reorganises the structure of the source code so as to accomodate the > changes made to keep in synchrony with compiler releases without using > git branches. [I'd like to shout out a big THANKS! to the person > here who reminded me about using variant-specific subdirectories for > the changed files. I was getting quite overwhelmed with running 6 > parallel branches!] > > This affects how you build the RTS: you must specify which release of > the compiler you're building for, e.g. > > make RELEASE=gnat-gpl-2017 > > and the RTS must be installed, either with the compiler or locally > (you can't any longer use the RTS directly in its build location). > > Find at > https://github.com/simonjwright/cortex-gnat-rts/releases/tag/r20180607 To build using the new GNAT CE 2018 arm-elf compiler, use RELEASE=gcc8.