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: 2002-01-09 14:58:03 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!canoe.uoregon.edu!logbridge.uoregon.edu!news.maxwell.syr.edu!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: 09 Jan 2002 22:41:43 +0100 Organization: Organized? Me? Sender: mb@jupiter.solar.system Message-ID: References: <75k0v9.2k1.ln@320025674319.dialin.t-online.de> <87bsh89fdq.fsf@deneb.enyo.de> <87u1tv6yeg.fsf@deneb.enyo.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: news.t-online.com 1010617003 05 20071 e+3cTn5ESmY6W7 020109 22:56:43 X-Complaints-To: abuse@t-online.com X-Sender: 320025674319-0001@t-dialin.net User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1 Xref: archiver1.google.com comp.lang.ada:18714 Date: 2002-01-09T22:41:43+01:00 List-Id: Florian Weimer writes: > The amount of work which is required depends partly on the > completeness of the Ada implementation you desire. With the above > approach, you will only be able to compile very simple programs (if > your are lucky and the compiler works at all!). It depends on what you call simple. The AVR itself is a simple device the smaller models having only 256 bytes of RAM and 2k or 4k of Flash. So you would probably not have the 50000+ lines of code projects that Ada is good for.