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.4 required=5.0 tests=BAYES_00,SUBJ_ALL_CAPS autolearn=no 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!news.eternal-september.org!.POSTED!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: GNAT GPL 2014 Date: Tue, 13 May 2014 20:25:11 +0100 Organization: A noiseless patient Spider Message-ID: References: <9b878576-efa3-42ca-9614-ef67713ecd78@googlegroups.com> <6b36e025-af1c-405a-b249-a2b3f08e083a@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: mx05.eternal-september.org; posting-host="942b5624700b15f09a730d9ed9406bd7"; logging-data="32371"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/Y1AfpaZaiQdSVzS/JG1UOozttRtBha/o=" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (darwin) Cancel-Lock: sha1:xo2lCOTROlqQP9b0B8wxEQtm8iQ= sha1:jTiz7KpUxl4Bs7LWPcDPMRb5ikc= Xref: news.eternal-september.org comp.lang.ada:19811 Date: 2014-05-13T20:25:11+01:00 List-Id: "Dan'l Miller" writes: > Does anyone have any guidance on building GNAT GPL-Edition 2013 (or, > better yet, GNAT GPL-Edition 2014) from source? You don't say what your target is? I wrote up building a native compiler for FSF GCC 4.8.0 (and sone earlier ones, too). You need to be sure to configure with --disable-nls (or people with a non-English $LANG with get mixed-up compiler error/warning messages). GNAT GPL 2013 came with a library called gnat_util, and I'm guessing that 2014 will too (it handles the units common to the compiler, ASIS, and GNATColl). I made an equivalent for FSF GCC; the README at [2] contains some useful hints. [1] http://forward-in-code.blogspot.co.uk/2013/04/building-gcc-480.html [2] https://sourceforge.net/projects/gnatutil/files/4.9.0/