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.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,95efc5f05522368 X-Google-Attributes: gid103376,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news2.google.com!news.glorb.com!wn14feed!worldnet.att.net!bgtnsc04-news.ops.worldnet.att.net.POSTED!53ab2750!not-for-mail Newsgroups: comp.lang.ada From: anon@anon.org (anon) Subject: Re: gnat cross compilation Reply-To: no to spamers (No@email.given.org) References: X-Newsreader: IBM NewsReader/2 2.0 Message-ID: Date: Wed, 20 Aug 2008 22:36:16 GMT NNTP-Posting-Host: 12.64.146.108 X-Complaints-To: abuse@worldnet.att.net X-Trace: bgtnsc04-news.ops.worldnet.att.net 1219271776 12.64.146.108 (Wed, 20 Aug 2008 22:36:16 GMT) NNTP-Posting-Date: Wed, 20 Aug 2008 22:36:16 GMT Organization: AT&T Worldnet Xref: g2news1.google.com comp.lang.ada:1699 Date: 2008-08-20T22:36:16+00:00 List-Id: For Some docs try: http://kegel.com/crosstool/ Or try ( copied from another post ) from: Samuel Tardieu Jul 1. Quote: if you want to give it a try, I produced a quick patch for the latest GCC SVN trunk which may work or may not work. You must: - fetch the latest GCC sources from the FSF, SVN trunk, see http://gcc.gnu.org/svn.html to retrieve the sources - apply the patch found at http://www.rfc1149.net/tmp/arm-linux-gnat-port.patch - build and install a native Ada+C compiler from those patched sources - build and install a cross compiler from those patched sources using the compiler built previously (it is important to have the cross-compiler built from a native compiler using the same version) I do not have any ARM board to test it. Please keep me informed privately (maybe keeping each other in Cc:) of how it went, so that I can add this patch to the GCC sources if it is working for you. Sam -- Samuel Tardieu -- s...@rfc1149.net -- http://www.rfc1149.net/ Unquote: In , "RasikaSrinivasan@gmail.com" writes: >any docs available on building gnat cross compiler? My goal is to >target an embedded platform (MSP430 if possible but ARM primarily). I >realize that adacore does have a PPC based embedded solution - but it >is not clear they are GPL. > >any pointers appreciated. srini