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 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,63906ae3b85d500d X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-03-28 15:09:06 PST Path: archiver1.google.com!news1.google.com!sn-xit-02!sn-xit-03!sn-xit-01!sn-xit-08!supernews.com!38.144.126.75.MISMATCH!feed1.newsreader.com!newsreader.com!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!news.airnews.net!cabal12.airnews.net!usenet From: "John R. Strohm" Newsgroups: comp.lang.ada Subject: Re: Ada compiler for 68hc11? Date: Fri, 28 Mar 2003 16:42:38 -0600 Organization: Airnews.net! at Internet America Message-ID: <5CB092B5E73F8732.EE74AA87878A038F.C036C4E988171C8E@lp.airnews.net> X-Orig-Message-ID: References: <3E84CB25.8070307@nerim.fr> Abuse-Reports-To: abuse at airmail.net to report improper postings NNTP-Proxy-Relay: library2.airnews.net NNTP-Posting-Time: Fri Mar 28 17:08:20 2003 NNTP-Posting-Host: !YBu01k-VYd/RY% (Encoded at Airnews!) X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Xref: archiver1.google.com comp.lang.ada:35803 Date: 2003-03-28T16:42:38-06:00 List-Id: "Stephane Carrez" wrote in message news:3E84CB25.8070307@nerim.fr... > Hi! > > Rune Winther wrote: > > Hi, > > > > We're using the MIT Handyboard (68hc11) in various student projects and I > > would like to be able to develop Ada programs for it. Any hints to where I > > might find an Ada compiler for the 68hc11 would be greatly appreciated. > > > > The gcc 3.2.1 compiler can be used but you'll need to use > > pragma No_Run_Time; > > because the GNAT runtime is not ported yet to 68HC11. (I'm also pretty sure > it will not fit as is on an embedded system like the HC11). You can't raise > an exception unless you port the GNAT exception part. According to Jean Ichbiah, Who By All Rights Ought To Know If ANYONE ON THE PLANET Ought To, an Ada runtime can be written in 4K. Strictly speaking, that was 4K Storage_Units. The Ada runtime for the TI 320C30/C40 floating-point DSP did in fact fit in 4K words (at one instruction per word, I should add).