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=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,3fb79e1fc6efeac8 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!postnews.google.com!t35g2000yqj.googlegroups.com!not-for-mail From: Rolf Newsgroups: comp.lang.ada Subject: Re: AVR-Ada and GCC4.5.0 revisited. Date: Tue, 16 Nov 2010 14:15:32 -0800 (PST) Organization: http://groups.google.com Message-ID: <0c06844b-df9b-4f82-ba0d-355038bc1863@t35g2000yqj.googlegroups.com> References: NNTP-Posting-Host: 91.4.253.238 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: posting.google.com 1289945732 24770 127.0.0.1 (16 Nov 2010 22:15:32 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Tue, 16 Nov 2010 22:15:32 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: t35g2000yqj.googlegroups.com; posting-host=91.4.253.238; posting-account=-RRRjAkAAAAGFvmHqTCN-L7gNQ7lRGfd User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.2.12) Gecko/20101026 Firefox/3.6.12 ( .NET CLR 3.5.30729),gzip(gfe) Xref: g2news2.google.com comp.lang.ada:16497 Date: 2010-11-16T14:15:32-08:00 List-Id: On 15 Nov., 16:27, Brian Drummond wrote: > MUCH easier than previous attempts... > > So far I have only built (not yet downloaded) the "led_on" example from the > introductory tutorial athttp://sourceforge.net/apps/mediawiki/avr-ada/index.php?title=Tutorial > but the process went smoothly. > > So... > > Thanks to Tero Koskinen, as well as to Warren and others for putting the > tutorials together! > > - Brian Please note that gcc-4.5 for AVR has a serious bug (http://gcc.gnu.org/ bugzilla/show_bug.cgi?id=46192) that prevents you using the compiler for anything that is slightly more complex than the LED example (i.e. anything) I'll probably use gcc-4.4 for the next AVR-Ada release. Rolf