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,3fb79e1fc6efeac8 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news3.google.com!feeder.news-service.com!85.214.198.2.MISMATCH!eternal-september.org!feeder.eternal-september.org!.POSTED!not-for-mail From: Warren Newsgroups: comp.lang.ada Subject: Re: AVR-Ada and GCC4.5.0 revisited. Date: Wed, 24 Nov 2010 21:26:10 +0000 (UTC) Organization: A noiseless patient Spider Message-ID: References: <0c06844b-df9b-4f82-ba0d-355038bc1863@t35g2000yqj.googlegroups.com> Injection-Date: Wed, 24 Nov 2010 21:26:10 +0000 (UTC) Injection-Info: mx03.eternal-september.org; posting-host="9f8M0iN5t54V+4DF/iqO8g"; logging-data="9650"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/LUNwUY62jw32h3PBlRmLvTaSo+2J7PVY=" User-Agent: Xnews/5.04.25 X-Face: &6@]C2>ZS=NM|HE-^zWuryN#Z/2_.s9E|G&~DRi|sav9{E}XQJb*\_>=a5"q]\%A;5}LKP][1mA{gZ,Q!j Cancel-Lock: sha1:2jS9tEQstpfzqrvDyafTMPkf/20= Xref: g2news2.google.com comp.lang.ada:16617 Date: 2010-11-24T21:26:10+00:00 List-Id: Brian Drummond expounded in news:n9v6e6hg6sa4semrdgj3jjjiu0pcd4su6u@4ax.com: > I had just confirmed that (with minor changes to the > Makefile) Warren's tutorial works on the Arduino > Duemilanove. > > Now it looks as if I need to find a native gcc-4.3.x for my > system and start again. > > - Brian Great to hear that Brian! Arduino has new life (for me anyway), when you can combine it with Ada instead of that "munged Arduino flavoured C++". ;-) You can see my synth's atmega168 MIDI module here: http://tinyurl.com/3xhlutv Written in AVR-Ada, running with one main thread receiving MIDI messages and another processing "events" and scheduled events (through timeouts). I have a VCA module just about ready for it as well, but no front module panel yet. Warren