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=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,adb9cee03b15db43 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.66.82.2 with SMTP id e2mr1303539pay.40.1343557690292; Sun, 29 Jul 2012 03:28:10 -0700 (PDT) Path: c10ni48523pbw.0!nntp.google.com!news1.google.com!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail From: Lucretia Newsgroups: comp.lang.ada Subject: Re: GNAT GPL 2012 on Raspberry Pi Date: Sun, 29 Jul 2012 03:20:46 -0700 (PDT) Organization: http://groups.google.com Message-ID: References: NNTP-Posting-Host: 90.196.211.214 Mime-Version: 1.0 X-Trace: posting.google.com 1343557690 1555 127.0.0.1 (29 Jul 2012 10:28:10 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Sun, 29 Jul 2012 10:28:10 +0000 (UTC) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=90.196.211.214; posting-account=L2-UcQkAAAAfd_BqbeNHs3XeM0jTXloS User-Agent: G2/1.0 Content-Type: text/plain; charset=ISO-8859-1 Date: 2012-07-29T03:20:46-07:00 List-Id: I tried to do a Canadian cross on my native machine, I got as far as a cross GNAT, but it would not build gnatlib using the cross compiler, as it was trying to execute a native ARM executable. I just copied the arm system.ads from the fSF tree. If you do a google search, you'll find posts from me about attempting to get ZCX working on ARM, there has to be a lot of modifications made to the exception packages as ARM is very different, it has it's own code separate from the GCC mechanism. Luke.