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.9 required=5.0 tests=BAYES_00,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!postnews.google.com!r66g2000hsg.googlegroups.com!not-for-mail From: Bryan Newsgroups: comp.lang.ada Subject: Re: Ada ARM Linux Compiler Date: Tue, 1 Jul 2008 10:49:40 -0700 (PDT) Organization: http://groups.google.com Message-ID: <008be752-c4a8-4fa0-9a7e-7bc0d66870bc@r66g2000hsg.googlegroups.com> References: <8ac55b2d-d0dc-4064-b738-95388d260ad7@v26g2000prm.googlegroups.com> NNTP-Posting-Host: 192.88.212.44 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1214934580 8519 127.0.0.1 (1 Jul 2008 17:49:40 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Tue, 1 Jul 2008 17:49:40 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: r66g2000hsg.googlegroups.com; posting-host=192.88.212.44; posting-account=VyiI7goAAADnYO20HLB-PkcGb_pAfCa4 User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022),gzip(gfe),gzip(gfe) Xref: g2news1.google.com comp.lang.ada:976 Date: 2008-07-01T10:49:40-07:00 List-Id: On Jul 1, 12:49=A0pm, 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 I tried those instructions prior to posting here but the platform I am building for uses posix threading instead of RTEMS threads and the gcc compilation failed after changing the threading model in the configuration. The other complication is that the kernel is built for this target using the openembedded bitbake method which I don't quite understand yet. -Bryan