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 X-Google-Attributes: gid103376,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII Path: g2news2.google.com!postnews.google.com!m24g2000vbp.googlegroups.com!not-for-mail From: Mike Silva Newsgroups: comp.lang.ada Subject: Re: What would it take to use GNAT on ARM7 hardware? Date: Tue, 14 Apr 2009 06:10:32 -0700 (PDT) Organization: http://groups.google.com Message-ID: References: <5afddf50-e307-46cf-95e6-66d924613d53@v4g2000vba.googlegroups.com> NNTP-Posting-Host: 74.5.178.149 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1239714632 14660 127.0.0.1 (14 Apr 2009 13:10:32 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Tue, 14 Apr 2009 13:10:32 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: m24g2000vbp.googlegroups.com; posting-host=74.5.178.149; 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: g2news2.google.com comp.lang.ada:5449 Date: 2009-04-14T06:10:32-07:00 List-Id: On Apr 13, 10:06=A0pm, "Steve D" wrote: > "Mike Silva" wrote in message > > news:5afddf50-e307-46cf-95e6-66d924613d53@v4g2000vba.googlegroups.com... > > > 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. =A0I'm trying to grasp what I would need to do to make that > > happen. =A0Assuming I've got GNAT installed, and I have an RTOS for ARM= 7 > > devices, what needs to happen next? =A0Is there some documentation that > > describes the process? =A0Is this even feasible for one person to do in > > a reasonable time? > > Have you looked at RTEMS (www.rtems.com)?=A0It's an RTOS that supports GN= AT. I knew of its existence but I didn't think about it. It looks very promising. Thanks. Mike