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,f51d40f7d14bdb9e,start X-Google-Attributes: gid103376,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!v4g2000vba.googlegroups.com!not-for-mail From: Mike Silva Newsgroups: comp.lang.ada Subject: What would it take to use GNAT on ARM7 hardware? Date: Mon, 13 Apr 2009 06:20:23 -0700 (PDT) Organization: http://groups.google.com Message-ID: <5afddf50-e307-46cf-95e6-66d924613d53@v4g2000vba.googlegroups.com> NNTP-Posting-Host: 71.3.78.251 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: posting.google.com 1239628823 13263 127.0.0.1 (13 Apr 2009 13:20:23 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Mon, 13 Apr 2009 13:20:23 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: v4g2000vba.googlegroups.com; posting-host=71.3.78.251; posting-account=QgO_5wkAAACZKtAvkb3f1VNDm9C58qLr User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.0.04506; .NET CLR 1.1.4322),gzip(gfe),gzip(gfe) Xref: g2news1.google.com comp.lang.ada:4472 Date: 2009-04-13T06:20:23-07:00 List-Id: Suppose I wanted to use Ada, including Ravenscar tasking, on ARM7 hardware like the NXP LPC2000 family, and that I didn't have much of a budget. I'm trying to grasp what I would need to do to make that happen. Assuming I've got GNAT installed, and I have an RTOS for ARM7 devices, what needs to happen next? Is there some documentation that describes the process? Is this even feasible for one person to do in a reasonable time? Thanks, Mike