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,95f032f5350650f3 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.68.241.162 with SMTP id wj2mr6676723pbc.2.1341410764961; Wed, 04 Jul 2012 07:06:04 -0700 (PDT) Path: l9ni10921pbj.0!nntp.google.com!news2.google.com!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail From: "Rego, P." Newsgroups: comp.lang.ada Subject: Re: Arduino (AVR-Ada) plugin for GPS or Emacs? Date: Wed, 4 Jul 2012 07:06:04 -0700 (PDT) Organization: http://groups.google.com Message-ID: <5ca1fe7a-505c-4f2e-8e44-464a87fa0de4@googlegroups.com> References: <874npnj34g.fsf@adaheads.sparre-andersen.dk> NNTP-Posting-Host: 201.7.145.1 Mime-Version: 1.0 X-Trace: posting.google.com 1341410764 28917 127.0.0.1 (4 Jul 2012 14:06:04 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Wed, 4 Jul 2012 14:06:04 +0000 (UTC) In-Reply-To: <874npnj34g.fsf@adaheads.sparre-andersen.dk> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=201.7.145.1; posting-account=TRgI1QoAAABSsYi-ox3Pi6N-JEKKU0cu User-Agent: G2/1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Date: 2012-07-04T07:06:04-07:00 List-Id: Jacob, I use avr-elf-windows (http://libre.adacore.com/download/configurations#) f= or programming Arduinos (and other AVRs) using Ada. But it's available only= for Windows. It's fully integrated to GPS, so you can build all the code f= rom inside it, surf the variables as links, etc, all the GPS things. It gen= erates an .elf, so you have to convert it to .hex using avr-objcopy from Wi= nAVR (but I use a .xml plugin to convert and burn into the AVR). The cross-compiler comes with ZFP, so you do not have tasks support nor exc= eption handling, but with AVR-Ada the last time I checked you also could no= t do it. And you don't need to build the cross-compiler, just a click to in= stall the avr-elf-windows :-) Best regards.