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,278bbb0f0b3e412c X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-05-21 13:25:29 PST Path: archiver1.google.com!newsfeed.google.com!newsfeed.stanford.edu!feed.textport.net!hammer.uoregon.edu!skates!not-for-mail From: Stephen Leake Newsgroups: comp.lang.ada Subject: Re: Ada subset for microcontrollers Date: 21 May 2001 16:15:29 -0400 Organization: NASA Goddard Space Flight Center Message-ID: References: <01HW.B72906E0000B380B068598CC@news.pacbell.net> <3B0406D3.EF580628@boeing.com> <9e8nem$lvn$1@snipp.uninett.no> <01HW.B72D7C6200047CA0068509BC@news.pacbell.net> <9eagbt$59c$1@snipp.uninett.no> NNTP-Posting-Host: anarres.gsfc.nasa.gov Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: skates.gsfc.nasa.gov 990477079 2955 128.183.220.71 (21 May 2001 20:31:19 GMT) X-Complaints-To: dscoggin@cne-odin.gsfc.nasa.gov NNTP-Posting-Date: 21 May 2001 20:31:19 GMT User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.6 Xref: archiver1.google.com comp.lang.ada:7684 Date: 2001-05-21T20:31:19+00:00 List-Id: "Tor Fredrik Aas" writes: > But a solution might reveal itself if you try LegOS, it uses the gcc-h8 port > and thus you can use C to program it. I don't know if it's possible to make > GNAT or some other compiler stop at assembler stage and the hand over the > source to gas-h8. All compilers in the Gnu Compiler Collection (the now official acronym expansion of gcc) generate assembler as one of the steps in compilation. If you have a gcc C compiler, you can have a gcc Ada compiler with a little work. Not complete Ada, since that requires an OS that supports tasking, but a good subset. -- -- Stephe