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=-0.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,d2e677d21f13fbc1,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-01-05 15:06:58 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!bloom-beacon.mit.edu!news-out.cwix.com!newsfeed.cwix.com!news1.optus.net.au!optus!news.mel.connect.com.au!news.syd.connect.com.au!news.bri.connect.com.au!bunyip.cc.uq.edu.au!not-for-mail From: John Williams Newsgroups: comp.lang.ada Subject: Porting the GNAT runtime to an embedded target Date: Mon, 06 Jan 2003 09:03:56 +1000 Organization: ITEE, University of Queensland Message-ID: <3E18B9DC.8020507@itee.uq.edu.au> Reply-To: jwilliams@itee.uq.edu.au NNTP-Posting-Host: g435-8350.itee.uq.edu.au Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: bunyip.cc.uq.edu.au 1041808015 16536 130.102.66.181 (5 Jan 2003 23:06:55 GMT) X-Complaints-To: news@uq.edu.au NNTP-Posting-Date: 5 Jan 2003 23:06:55 GMT User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:0.9.9) Gecko/20020311 X-Accept-Language: en-us, en Xref: archiver1.google.com comp.lang.ada:32585 Date: 2003-01-05T23:06:55+00:00 List-Id: 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