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,f7b15ca2f968df40 X-Google-Attributes: gid103376,domainid0,public,usenet X-Google-Language: ENGLISH,UTF8 Path: g2news1.google.com!news1.google.com!postnews.google.com!26g2000hsk.googlegroups.com!not-for-mail From: Tony Newsgroups: comp.lang.ada Subject: Re: PPC Ada cross compiler Date: Sun, 8 Jun 2008 02:09:27 -0700 (PDT) Organization: http://groups.google.com Message-ID: References: <66a11b53-431c-4119-94da-7d74a236e650@k37g2000hsf.googlegroups.com> NNTP-Posting-Host: 82.240.29.120 Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1212916168 29558 127.0.0.1 (8 Jun 2008 09:09:28 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Sun, 8 Jun 2008 09:09:28 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: 26g2000hsk.googlegroups.com; posting-host=82.240.29.120; posting-account=NPvXCgoAAACeAnV0vTvzXKjbTtI1j27n User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.8.1.14) Gecko/20080404 Firefox/2.0.0.14,gzip(gfe),gzip(gfe) Xref: g2news1.google.com comp.lang.ada:606 Date: 2008-06-08T02:09:27-07:00 List-Id: On 28 mai, 12:44, Ludovic Brenta wrote: > Tony wrote: > > I=EF=BF=BDm looking for a cross Ada Compiler targeting a PPC/Linux. The = host > > must be x86/Linux (but it could be also a x86/Windows). > > I tried to look at some Debian packages (/gcc).... > > Thanks for any help. > > Tony. > > http://en.wikibooks.org/wiki/Ada_Programming/Installing > > Then contact the various compiler vendors. If no vendor is suitable, > you still have the option of building a cross-compiler from GCC > sources yourself. You will probably get some help on this newsgroup if > this is what you want to do. As can be seen from the Wikibook, Debian > does not (yet) have cross-compilers. > > -- > Ludovic Brenta. Thanks, The problem is that I only need this compiler to validate a software architecture (a feasibility study). I was expecting a very simple solution. Thanks anyway Tony.