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,start X-Google-Attributes: gid103376,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!e39g2000hsf.googlegroups.com!not-for-mail From: Bryan Newsgroups: comp.lang.ada Subject: Ada ARM Linux Compiler Date: Mon, 30 Jun 2008 12:43:23 -0700 (PDT) Organization: http://groups.google.com Message-ID: NNTP-Posting-Host: 192.88.212.44 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: posting.google.com 1214855004 21081 127.0.0.1 (30 Jun 2008 19:43:24 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Mon, 30 Jun 2008 19:43:24 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: e39g2000hsf.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:964 Date: 2008-06-30T12:43:23-07:00 List-Id: 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