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!news.eternal-september.org!feeder.eternal-september.org!newsfeed.datemas.de!goblin1!goblin.stu.neva.ru!news.astraweb.com!border6.a.newsrouter.astraweb.com!cyclone03.ams2.highwinds-media.com!news.highwinds-media.com!voer-me.highwinds-media.com!post01.fr7!fx20.fr7.POSTED!not-for-mail From: Brian Drummond Subject: Re: Tiva + Ada Newsgroups: comp.lang.ada References: <44f053fc-72a9-44f0-8a0d-c919632d57e8@googlegroups.com> <%r2Lu.9395$yo1.4292@fx26.fr7> <1547661175414018961.417057laguest-archeia.com@nntp.aioe.org> <313a2f39-74e7-427b-a9c1-5b3018de1945@googlegroups.com> User-Agent: Pan/0.139 (Sexual Chocolate; GIT bf56508 git://git.gnome.org/pan2) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Message-ID: <8snMu.18546$F92.7049@fx20.fr7> NNTP-Posting-Host: 62.49.20.82 X-Complaints-To: abuse@demon.net X-Trace: 1392640900 62.49.20.82 (Mon, 17 Feb 2014 12:41:40 UTC) NNTP-Posting-Date: Mon, 17 Feb 2014 12:41:40 UTC Date: Mon, 17 Feb 2014 12:41:40 GMT X-Received-Body-CRC: 2758809454 X-Received-Bytes: 2008 Xref: news.eternal-september.org comp.lang.ada:18628 Date: 2014-02-17T12:41:40+00:00 List-Id: On Sun, 16 Feb 2014 15:35:52 -0800, Rego, P. wrote: > On Thursday, February 13, 2014 7:23:49 PM UTC-2, Luke A. Guest wrote: >> I asked which is you were on because if you were on 64 bit linux I >> could easily package up the latest compiler, I.e 4.9.0 The patch in >> tamp doesn't apply cleanly anymore. I have a patched GCC which allows >> me, with a bit of fiddling, to build a cross compiler with gnattools >> without rts. >> You can use any prebuilt compiler eg arm-Linux and just redirect it >> using the --RTS flag. > 1) Inside thirdparty I copied config-master.inc file to config.inc. So I > edited config.inc and commented the line export BITS=64 (since the > comment says to leave blank for 32 bits). So I run > > $ ./build-tools.sh -t native > > So I get... > > No such file ´gmp-5.0.1.tar.gz´ I find the easiest way to deal with the gcc dependencies is to simply use its config/download_prerequisites script. I am making that part of any gcc build process (instructions or script) from now on. - Brian