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=0.5 required=5.0 tests=BAYES_05,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,75412f14b0c43a2d X-Google-Attributes: gid103376,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII Path: g2news1.google.com!news2.google.com!postnews.google.com!m36g2000hse.googlegroups.com!not-for-mail From: "Alejandro R. Mosteo" Newsgroups: comp.lang.ada Subject: Re: Ada ARM Linux Compiler Date: Mon, 14 Jul 2008 01:23:19 -0700 (PDT) Organization: http://groups.google.com Message-ID: References: <8ac55b2d-d0dc-4064-b738-95388d260ad7@v26g2000prm.googlegroups.com> NNTP-Posting-Host: 155.210.155.101 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1216023799 17783 127.0.0.1 (14 Jul 2008 08:23:19 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Mon, 14 Jul 2008 08:23:19 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: m36g2000hse.googlegroups.com; posting-host=155.210.155.101; posting-account=pwYQiQkAAAA3aYJLpu5F4Anl_UXMyGLQ User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9) Gecko/2008061015 Firefox/3.0,gzip(gfe),gzip(gfe) Xref: g2news1.google.com comp.lang.ada:1144 Date: 2008-07-14T01:23:19-07:00 List-Id: On 1 jul, 18:49, microni...@gmail.com wrote: > On Jun 30, 12:43=A0pm, Bryan wrote: > > > All, > > > Does anyone know if it is possible to generate a cross build of gcc > > with ada support that targets an ARM processor, specifically a gumstix > > embedded board with Marvell Xscale PXA270? The host is an x86 machine > > running ubuntu. If it is possible does anyone have a quick step by > > step what do i need to build and where are the possible traps? I have > > tried using the build environment for the gumstix with no success, gcc > > always fails with a rather cryptic error message usually involving > > some kind of source code error. Any help would be greatly appreciated. > > > Thanks, > > > Bryan Campbell > > Hi, > > I am currently playing with RTEMS 4.8.99 targeted for the Game Boy > Advance which is ARM based. I used the instructions found athttp://www.rt= ems.com/wiki/index.php/RTEMSAdato build the cross > compiler. My setup is Slackware-current with GCC 4.2.3. > > Micronian Coder Hello! Any news on this (or the whole thread)? I'm just starting to tinker with homebrew for the nintendo DS, for which there is a nice C/C ++ toolchain [1], and I was wondering how hard would be to get a gnat crosscompiler to ARM. I see it's no way trivial, so I also wonder if 1) would it be easy without the runtime (pragma No_Run_Time)? 1.b) How useful is gnat without the runtime? I more or less get what wouldn't be available, but cannot find a exhaustive listing in the docs (besides that No_Run_Time is not even recommended anymore, deprecated in favor of customizing the runtime). [1] www.devkitpro.org