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,b4945ea154eefb5f X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.68.236.170 with SMTP id uv10mr11362382pbc.4.1334624481277; Mon, 16 Apr 2012 18:01:21 -0700 (PDT) Path: r9ni64724pbh.0!nntp.google.com!news1.google.com!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail From: "Rego, P." Newsgroups: comp.lang.ada Subject: Re: Building gnat-gpl-2011-avr-windows from scratch in GPS Date: Mon, 16 Apr 2012 18:01:20 -0700 (PDT) Organization: http://groups.google.com Message-ID: <11248607.6.1334624480758.JavaMail.geo-discussion-forums@yndc3> References: <20256137.216.1333941508115.JavaMail.geo-discussion-forums@vbpp14> <11114179.137.1334181998473.JavaMail.geo-discussion-forums@ynej18> <20a04e0a-04b9-4bc9-bb94-04ba35e451d0@f27g2000yqc.googlegroups.com> NNTP-Posting-Host: 187.56.99.5 Mime-Version: 1.0 X-Trace: posting.google.com 1334624481 13039 127.0.0.1 (17 Apr 2012 01:01:21 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Tue, 17 Apr 2012 01:01:21 +0000 (UTC) In-Reply-To: <20a04e0a-04b9-4bc9-bb94-04ba35e451d0@f27g2000yqc.googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=187.56.99.5; 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-04-16T18:01:20-07:00 List-Id: > AdaCore's AVR compiler comes with a sample application somewhere (I > don't remember where). I also could not find. > When using gcc for AVR you have to specify the target MCU at the > compile and link steps with the option -mmcu=3D. In your > example you missed that option in the compile step. Ok. I will put this. =20 > AVR-Ada /=3D AdaCore's AVR compiler. Yes. The http://student.agh.edu.pl/~mkucia/wiki/doku.php?id=3Davrada tutori= al does not refer to AVR-Ada, but to Adacore's AVR compiler. I believe he e= ntitled the tutorial "avrada" just to simplify things. Actually I have to c= ongratulate him, because of the initiative. It also brings some good exampl= es (like something we are used to get in AVR tutorials in C). Just it would= be easier if he had written all text and the comments in english (not in p= olish) but Chrome helps on it :-p.