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.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC 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-7-bit Path: g2news1.google.com!news1.google.com!Xl.tags.giganews.com!border1.nntp.dca.giganews.com!nntp.giganews.com!local2.nntp.dca.giganews.com!nntp.bt.com!news.bt.com.POSTED!not-for-mail NNTP-Posting-Date: Wed, 04 Aug 2010 05:44:55 -0500 From: Brian Drummond Newsgroups: comp.lang.ada Subject: Re: USB Boarduino on AVR-Ada Tutorial Date: Wed, 04 Aug 2010 11:52:08 +0100 Reply-To: brian@shapes.demon.co.uk Message-ID: References: <4d1d662b-f476-41e4-938c-0564ad90d74e@d17g2000yqb.googlegroups.com> X-Newsreader: Forte Agent 1.7/32.534 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Usenet-Provider: http://www.giganews.com X-AuthenticatedUsername: NoAuthUser X-Trace: sv3-suNZWLpRsLBiwh38TO51kGZrryM+GgPmMvCniITiC/QOOOsTG8rl0+T5n6MEKMAL1+MKTNhiCrsqdlp!crFu4MDRZgR199QHLyjY4nKwC660IGJlkSzsIb4bGW878B7xgrp10YUZFeRwP5JTZmzsfSUnd/L2!nMxD X-Complaints-To: abuse@btinternet.com X-DMCA-Complaints-To: abuse@btinternet.com X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly X-Postfilter: 1.3.40 Xref: g2news1.google.com comp.lang.ada:12847 Date: 2010-08-04T11:52:08+01:00 List-Id: 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=Tutorial#USB_Boarduino_Tutorial > >If you are currently using the Arduino, this should make it easier to >get >started with AVR-Ada. This documents some things that are specific >to the Arduino environment that took me some time to work out. >Consider it the "fast track". >So I've documented a few Arduino details that may be of interest >in that tutorial. > >Warren Thanks! One or two questions though: "I'm going to assume you have Cygwin installed (or using Linux). Alternatively, you may be using a DOS or MSYS shell instead. To install AVR-Ada currently, you need to download and install: 1. WinAVR-20100110-install.exe 2. AVR-Ada-1.1.0.exe " It seems these instructions are Windows only, despite the assumption. Presumably WinAVR is unnecessary; the only tool I can see in the Linux section is avrdude, available from http://www.nongnu.org/avrdude/ The Linux AVR-Ada binaries are very obsolete - 0.41 - so presumably it's built from source. But then: "If you're using Linux instead (not using Cygwin), your make file can be simpler: MCU=atmega168p AVRDUDE_CONF=C:/WinAVR-20100110/bin/avrdude.conf" C:? Makes me wonder if you ARE using WinAVR, but under Wine? If so, it's worth mentioning which version of Wine it was tested with. Or is this a Cygwin-ism that escaped into the Linux script? If you can easily answer these - great! If not, you may just have inspired me to test it for myself. I bought an Arduino in, ahem, March, and it's been waiting for a spare moment ;-) - Brian