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!news.eternal-september.org!.POSTED!not-for-mail From: Natasha Kerensikova Newsgroups: comp.lang.ada Subject: Re: Cross-toolchain for DS [was: Newcomers to comp.lang.ada: welcome and how did you end up here ?] Date: Sun, 12 Oct 2014 13:52:00 +0000 (UTC) Organization: A noiseless patient Spider Message-ID: References: <87h9zdpi84.fsf@ixod.org> <87fvex5bwy.fsf@ixod.org> <2064812074434669488.767131laguest-archeia.com@nntp.aioe.org> <1196941186434813066.828500laguest-archeia.com@nntp.aioe.org> Injection-Date: Sun, 12 Oct 2014 13:52:00 +0000 (UTC) Injection-Info: mx02.eternal-september.org; posting-host="76a49b86bc3e16725b7cfca3d85cb4c8"; logging-data="16985"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19I4cL9GzmkO8++8zSl+iOD" User-Agent: slrn/1.0.1 (FreeBSD) Cancel-Lock: sha1:n8aAWvQBQ7vs9Gjdi5n7zJ3kUnA= Xref: news.eternal-september.org comp.lang.ada:22387 Date: 2014-10-12T13:52:00+00:00 List-Id: Hello, On 2014-10-12, Luke A Guest wrote: > I wouldn't use that patch. When I get home I'll explain it and why you > don't want to use it and I'll show you a better way. I'm looking forward to it. FWIW, I have already started with devkitARM build scripts (after some tweaking to make it work on a FreeBSD host), added Ada to the list in --enable-languages. I'm currently stumbling on the gnat* not being installed (there are a lot of messages like "install: gnatchop: No such file or directory" and even a "You must first build the GNAT library: make gnatlib"). For some reason, devkitARM build gcc in two steps, first using the targets `all-gcc` and `install-gcc`, then `all` and `install`, building and installing newlib in between (and those 3 steps are performed right after building and installing binutils). I thought that the "extra" languages (c++ and objective-c in the original devkitARM) where build in the last step, but I see error in Ada tools already in the first step. I will be digging into it, but any insight to help me there would be welcome. Thanks in advance, Natasha