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=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,cce9c2e2e20f4889 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII Received: by 10.68.191.225 with SMTP id hb1mr10539736pbc.5.1338324258082; Tue, 29 May 2012 13:44:18 -0700 (PDT) Path: pr3ni63487pbb.0!nntp.google.com!news2.google.com!postnews.google.com!m8g2000yqo.googlegroups.com!not-for-mail From: "RasikaSrinivasan@gmail.com" Newsgroups: comp.lang.ada Subject: Re: gnat 2011 - avr-elf-windows Date: Tue, 29 May 2012 13:44:17 -0700 (PDT) Organization: http://groups.google.com Message-ID: <83946372-da9c-462b-aa25-46392a2b6b56@m8g2000yqo.googlegroups.com> References: <21ace9f2-5d23-48d1-ac1b-d7d58fbf859b@b1g2000vbb.googlegroups.com> NNTP-Posting-Host: 148.177.1.218 Mime-Version: 1.0 X-Trace: posting.google.com 1338324257 20640 127.0.0.1 (29 May 2012 20:44:17 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Tue, 29 May 2012 20:44:17 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: m8g2000yqo.googlegroups.com; posting-host=148.177.1.218; posting-account=mZyFSQoAAABfOmklsh1d8TPbS2LncUKl User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows NT 5.1) AppleWebKit/534.55.3 (KHTML, like Gecko) Version/5.1.5 Safari/534.55.3,gzip(gfe) Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Date: 2012-05-29T13:44:17-07:00 List-Id: All Still looking for some help with gnat-avr and my Arduino. a. I am having trouble generating the spec for the Arduino part I am using - ATmega328. gen_avr fails with the message: bad XML document, AVRPART expected Any pointers on how I can modify the xml to get this processed? b. I am also looking for a source for crt1-atmega328.S The examples dir has a crt1-atmega2560.S Any ideas on where this crt1-atmega2560.S originated? Thanks for pointers, srini On May 25, 9:47=A0am, "RasikaSriniva...@gmail.com" wrote: > On May 25, 8:30=A0am, "Rego, P." wrote: > > > > Regarding the above package, can someone recommend a board I could > > > use? In particular can i use an Arduino Duemilanove? > > > Srini, depends on what you intend to do. But yes, Duemilanove works ver= y well with avr-elf-windows. However you don't have RTS on it, it comes jus= t with Zero Footprint Profile, so you won't be able to use tasks or excepti= ons unless you write your own RTS. But if you come from Atmel's tools, AVR = Studio 5 also does not provide it, so at first hand would be ok. > > > Actually for AVR32 there is a library which does it, but not for AVR8 (= which is the case of Atmega328p in Duemilanove). I think it would be very u= seful to task on AVR8. Check this posthttps://groups.google.com/d/msg/comp.= lang.ada/nz8bQNJTOrg/p1lFJtid-DgJ > > > Regards. > > Excellent. Good way to get started. ZFP works for me. Regards, srini