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=-2.9 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI autolearn=unavailable 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 09:23:03 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!fr.clara.net!heighliner.fr.clara.net!freenix!enst!enst.fr!not-for-mail From: "Hans-Olof Danielsson" Newsgroups: comp.lang.ada Subject: Re: GNAT and Atmel AVR Microcontrollers Date: Mon, 10 Dec 2001 10:12:59 +0100 Organization: ENST, France Sender: comp.lang.ada-admin@ada.eu.org Message-ID: References: <75k0v9.2k1.ln@320025674319.dialin.t-online.de> <87bsh89fdq.fsf@deneb.enyo.de> Reply-To: comp.lang.ada@ada.eu.org NNTP-Posting-Host: marvin.enst.fr Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Trace: avanie.enst.fr 1008004982 42016 137.194.161.2 (10 Dec 2001 17:23:02 GMT) X-Complaints-To: usenet@enst.fr NNTP-Posting-Date: Mon, 10 Dec 2001 17:23:02 +0000 (UTC) To: Return-Path: X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Errors-To: comp.lang.ada-admin@ada.eu.org X-BeenThere: comp.lang.ada@ada.eu.org X-Mailman-Version: 2.0.6 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: comp.lang.ada mail<->news gateway List-Unsubscribe: , Errors-To: comp.lang.ada-admin@ada.eu.org X-BeenThere: comp.lang.ada@ada.eu.org Xref: archiver1.google.com comp.lang.ada:17694 Date: 2001-12-10T10:12:59+01:00 "Florian Weimer" wrote: > 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). Would pragma NO_RUN_TIME be helpfull here, allowing a subset of Ada to be used?