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,LOTS_OF_MONEY autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,d2e677d21f13fbc1 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-01-06 14:24:36 PST Path: archiver1.google.com!postnews1.google.com!not-for-mail From: joel@OARcorp.com (Joel Sherrill) Newsgroups: comp.lang.ada Subject: Re: Porting the GNAT runtime to an embedded target Date: 6 Jan 2003 14:24:36 -0800 Organization: http://groups.google.com/ Message-ID: <608f3869.0301061424.e5f563c@posting.google.com> References: <3E18B9DC.8020507@itee.uq.edu.au> <9t3S9.456571$GR5.161606@rwcrnsc51.ops.asp.att.net> NNTP-Posting-Host: 136.205.6.98 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1041891876 17732 127.0.0.1 (6 Jan 2003 22:24:36 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: 6 Jan 2003 22:24:36 GMT Xref: archiver1.google.com comp.lang.ada:32648 Date: 2003-01-06T22:24:36+00:00 List-Id: "Steve" wrote in message news:<9t3S9.456571$GR5.161606@rwcrnsc51.ops.asp.att.net>... > Take a look at RTEMS (www.oarcorp.com). If you can do you development on > Linux there are RPMS available for GNAT/RTEMS. I haven't used these myself > since I work on W2k. The last batch of gcc 3.2.1 RPMs included GNAT/RTEMS for the i386, sparc, powerpc, and mips targets. > It may be possible to make GNAT/RTEMS work under cygwin. So far I have not > been successful in my attempts. Perhaps you'll have better luck. I haven't tried it but would think that if you could build the native gnat from gcc 3.2.1, then you should be able to build GNAT/RTEMS. You need to use the same version native compiler as you are building cross. > I hope this helps, > Steve > (The Duck) > > "John Williams" wrote in message > news:3E18B9DC.8020507@itee.uq.edu.au... > > Hi folks, > > > > This is my first post to c.l.a, I've been lurking for a couple of weeks > > in consideration of picking up Ada for some embedded systems research > > work I am doing. > > > > Anyway this may sound a bit ambitious, but can anyone offer any comments > > re: porting the Gnat runtimes to an embedded platform for which gcc and > > a simple pre-emptive multitasking kernel (with semaphores and mailboxes > > etc) is available? > > > > I've looked at Javier Miranda's free book about the Gnat runtime system, > > so have a broad idea of where I might start - I'm mostly interested in > > any experience that folks have on such endeavours. > > > > Cheers, > > > > John > > --joel sherrill