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-31 09:26:27 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!logbridge.uoregon.edu!hammer.uoregon.edu!skates!not-for-mail From: Stephen Leake Newsgroups: comp.lang.ada Subject: Re: Ada compiler for 68hc11? Date: 31 Mar 2003 12:24:14 -0500 Organization: NASA Goddard Space Flight Center (skates.gsfc.nasa.gov) Message-ID: References: <3E84CB25.8070307@nerim.fr> <5CB092B5E73F8732.EE74AA87878A038F.C036C4E988171C8E@lp.airnews.net> NNTP-Posting-Host: anarres.gsfc.nasa.gov Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: skates.gsfc.nasa.gov 1049132302 17899 128.183.235.92 (31 Mar 2003 17:38:22 GMT) X-Complaints-To: usenet@news.gsfc.nasa.gov NNTP-Posting-Date: 31 Mar 2003 17:38:22 GMT User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 Xref: archiver1.google.com comp.lang.ada:35830 Date: 2003-03-31T17:38:22+00:00 List-Id: "John R. Strohm" writes: > "Stephane Carrez" wrote in message > news:3E84CB25.8070307@nerim.fr... > > ... 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 ^^^^^ > 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). Well, sure. But the current public release of the GNAT runtime is not designed to fit in 4k; it is designed to support a wide range of systems with minimal change. Very different criteria! -- -- Stephe