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,fcd0ac136c3a2795 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII Path: g2news1.google.com!postnews.google.com!f42g2000yqn.googlegroups.com!not-for-mail From: Warren Newsgroups: comp.lang.ada Subject: Re: USB Boarduino on AVR-Ada Tutorial Date: Wed, 4 Aug 2010 06:13:31 -0700 (PDT) Organization: http://groups.google.com Message-ID: <208b422c-afc7-4404-8741-d4582ced47ce@f42g2000yqn.googlegroups.com> References: <4d1d662b-f476-41e4-938c-0564ad90d74e@d17g2000yqb.googlegroups.com> NNTP-Posting-Host: 216.121.235.102 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1280927611 28238 127.0.0.1 (4 Aug 2010 13:13:31 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Wed, 4 Aug 2010 13:13:31 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: f42g2000yqn.googlegroups.com; posting-host=216.121.235.102; posting-account=ENgozAkAAACH-stq5yXctoDQeZQP2E6J User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8 ( .NET CLR 3.5.30729),gzip(gfe) Xref: g2news1.google.com comp.lang.ada:12851 Date: 2010-08-04T06:13:31-07:00 List-Id: On Aug 4, 6:52=A0am, Brian Drummond wrote: > On Tue, 3 Aug 2010 19:50:20 -0700 (PDT), Warren wrote: > >Rolf graciously granted me access to add to the AVR-Ada's Tutorial > >page, > >my own notes on using the USB Boarduino (Arduino) with AVR-Ada. > >It can be found here: > > >https://sourceforge.net/apps/mediawiki/avr-ada/index.php?title=3DTutori.= .. ... > Presumably WinAVR is unnecessary; the only tool I can see in the Linux se= ction > is avrdude, available fromhttp://www.nongnu.org/avrdude/ > The Linux AVR-Ada binaries are very obsolete - 0.41 - so presumably it's = built > from source. ... > - Brian Brian, I made some minor tweaks to the tutorial to be clearer about the platforms (and fixed the unix path). While I've not used AVR-GCC under Linux, it is probably a genrally better experience than WinAVR, provided you can find reasonably recent packages. The following might be a good place to start: http://www.avrfreaks.net/wiki/index.php/Documentation:AVR_GCC Otherwise google AVR-GCC. Warren