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: Tue, 24 Aug 2010 07:04:21 -0500 From: Brian Drummond Newsgroups: comp.lang.ada Subject: Re: USB Boarduino on AVR-Ada Tutorial Date: Tue, 24 Aug 2010 13:12:01 +0100 Reply-To: brian@shapes.demon.co.uk Message-ID: References: <4d1d662b-f476-41e4-938c-0564ad90d74e@d17g2000yqb.googlegroups.com> <208b422c-afc7-4404-8741-d4582ced47ce@f42g2000yqn.googlegroups.com> <6e8376p4ltcvberbt9a44ub44vc48vjr3m@4ax.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-O3TplIRrUAmaFItcdsViqTik0BIA1Lf0JcnmEddgGJQy1JGOBFaKuBkM+uhzGjIB26IsznVnwQhnPt1!P4x5W/7Cz2xu0yBZNwDObJxhta2CjD71o34lIMDbcwMbkHO1gpGAfDGPzweNSr7foWU7OsDli2XC!gOB9 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:13696 Date: 2010-08-24T13:12:01+01:00 List-Id: On Sun, 22 Aug 2010 23:41:37 +0100, Brian Drummond wrote: >None of the obvious (to me) approaches to installing the tools have worked >smoothly on my machine (running OpenSuse 11.3). > >The closest I've got is using the cross-avr-binutils (2.20) and cross-avr-gcc >(4.5.0) packages from OpenSuse, available as binary and source rpms. The binary >version is built without Ada support, but the source builds without apparent >complaints, to support Ada. Ditto avr-libc v1.70 (with more difficulty) from >the same source. If anyone's interested, I have since found this page http://jmanton.wordpress.com/2010/08/08/compiling-avr-gcc-toolchain-from-scratch/ which, apart from the GCC configure command line changes to add Ada support from http://sourceforge.net/apps/mediawiki/avr-ada/index.php?title=Setup is probably what I should have done. It includes the patch to add support for the missing devices, hence avoids the difficulty I had with avr-libc 1.70. - Brian