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,17b924d1394824f2 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-12-10 08:47:49 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!cyclone.bc.net!newsfeed.direct.ca!look.ca!hammer.uoregon.edu!skates!not-for-mail From: Stephen Leake Newsgroups: comp.lang.ada Subject: Re: GNAT and Atmel AVR Microcontrollers Date: 10 Dec 2001 11:19:57 -0500 Organization: NASA Goddard Space Flight Center Message-ID: References: <75k0v9.2k1.ln@320025674319.dialin.t-online.de> <87bsh89fdq.fsf@deneb.enyo.de> NNTP-Posting-Host: anarres.gsfc.nasa.gov Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: skates.gsfc.nasa.gov 1008001360 895 128.183.220.71 (10 Dec 2001 16:22:40 GMT) X-Complaints-To: dscoggin@cne-odin.gsfc.nasa.gov NNTP-Posting-Date: 10 Dec 2001 16:22:40 GMT User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 Xref: archiver1.google.com comp.lang.ada:17681 Date: 2001-12-10T16:22:40+00:00 List-Id: Florian Weimer writes: > Michael Bode writes: > > > since gcc has support for the Atmel AVR series of microcontrollers and > > gcc 3.1 is supposed to have gnat included, does that mean that from > > gcc 3.1 on I will be able to programm AVRs in Ada with a plain vanilla > > gcc (if I build gcc from the sources configured as a cross compiler)? > > Most likely no, if there's no Ada run-time library for the Atmel AVR > and its OS (haven't checked this, though). However, if you are willing to use the C runtime (no tasking, no dynamic allocation, possibly no exceptions), it is not hard to get a subset of Ada working. -- -- Stephe