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: border1.nntp.dca1.giganews.com!nntp.giganews.com!usenet.blueworldhosting.com!feeder01.blueworldhosting.com!feeder.erje.net!eu.feeder.erje.net!eternal-september.org!feeder.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 20:09:31 +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 20:09:31 +0000 (UTC) Injection-Info: mx02.eternal-september.org; posting-host="76a49b86bc3e16725b7cfca3d85cb4c8"; logging-data="31657"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+9pRsCX30YmfJ3xfBsy8f7" User-Agent: slrn/1.0.1 (FreeBSD) Cancel-Lock: sha1:pfkpk9NmyTCF2XDVdQ39Y1eNstU= Xref: number.nntp.giganews.com comp.lang.ada:189705 Date: 2014-10-12T20:09:31+00:00 List-Id: On 2014-10-12, Natasha Kerensikova wrote: > 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"). Just in case anyone is interested in following up that particular issue, I have just solved it. It turns out that all devkitARM patches for gcc-4.8.2 apply flawlessly on gcc-4.9.0. So I bumped up gcc version and apply avr-gnat patches on top of devkitARM patches, and the build succeeded. I will try playing with it in a few days (at least to test whether it actually manages to build stuff), but I can provide the current patch if anyone is interested. Natasha