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.5 required=5.0 tests=BAYES_00,FREEMAIL_FROM, STOX_REPLY_TYPE autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,f51d40f7d14bdb9e X-Google-Attributes: gid103376,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news1.google.com!npeer01.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!post01.iad.highwinds-media.com!newsfe16.iad.POSTED!92f42029!not-for-mail From: "Steve D" Newsgroups: comp.lang.ada References: <5afddf50-e307-46cf-95e6-66d924613d53@v4g2000vba.googlegroups.com> In-Reply-To: <5afddf50-e307-46cf-95e6-66d924613d53@v4g2000vba.googlegroups.com> Subject: Re: What would it take to use GNAT on ARM7 hardware? MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Windows Mail 6.0.6001.18000 X-MimeOLE: Produced By Microsoft MimeOLE V6.0.6001.18049 Message-ID: X-Complaints-To: abuse@teranews.com NNTP-Posting-Date: Tue, 14 Apr 2009 02:07:04 UTC Organization: TeraNews.com Date: Mon, 13 Apr 2009 19:06:58 -0700 Xref: g2news2.google.com comp.lang.ada:5447 Date: 2009-04-13T19:06:58-07:00 List-Id: "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. 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? Have you looked at RTEMS (www.rtems.com)? It's an RTOS that supports GNAT. Regards, Steve > > Thanks, > Mike