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,FREEMAIL_FROM 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-09 22:31:02 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!logbridge.uoregon.edu!nntp-relay.ihug.net!ihug.co.nz!newsfeed00.sul.t-online.de!newsfeed01.sul.t-online.de!newsmm00.sul.t-online.com!t-online.de!news.t-online.com!not-for-mail From: Michael Bode Newsgroups: comp.lang.ada Subject: Re: GNAT and Atmel AVR Microcontrollers Date: 10 Dec 2001 07:27:49 +0100 Organization: Organized? Me? Sender: mb@jupiter.solar.system Message-ID: <5lk1v9.ht.ln@320025674319.dialin.t-online.de> References: <75k0v9.2k1.ln@320025674319.dialin.t-online.de> <87bsh89fdq.fsf@deneb.enyo.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: news.t-online.com 1007965701 04 20546 5IwBTTSVT7AWkl 011210 06:28:21 X-Complaints-To: abuse@t-online.com X-Sender: 320025674319-0001@t-dialin.net Xref: archiver1.google.com comp.lang.ada:17664 Date: 2001-12-10T07:27:49+01:00 List-Id: Florian Weimer writes: > Most likely no, if there's no Ada run-time library for the Atmel AVR > and its OS (haven't checked this, though). Probably there is no run-time lib. So how do you get a runtime library for a new device? Simply recompile with the new compiler will probably not work? Ah, and the AVR is a 8 bit controller, it has no OS. Anyway one would only need some sort of runtime library "light" since things like file I/O are not needed. And maybe bindings to some special C library functions for accessing I/O ports and special registers on the AVR. BTW: are there any GNAT versions for other small (8 or 16 bits) microcontrollers?