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,fcd0ac136c3a2795 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!v8g2000yqe.googlegroups.com!not-for-mail From: "b.robinson.jp@gmail.com" Newsgroups: comp.lang.ada Subject: Re: USB Boarduino on AVR-Ada Tutorial Date: Thu, 26 Aug 2010 18:44:54 -0700 (PDT) Organization: http://groups.google.com Message-ID: <1db702dd-3289-4e76-98fe-08ab4bae38e1@v8g2000yqe.googlegroups.com> References: <4d1d662b-f476-41e4-938c-0564ad90d74e@d17g2000yqb.googlegroups.com> <8bfbd728-638e-4d27-b52e-0107c6b2847d@i31g2000yqm.googlegroups.com> NNTP-Posting-Host: 98.124.107.116 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: posting.google.com 1282873494 24630 127.0.0.1 (27 Aug 2010 01:44:54 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Fri, 27 Aug 2010 01:44:54 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: v8g2000yqe.googlegroups.com; posting-host=98.124.107.116; posting-account=ebuo9QkAAAA0kzM9P_xqJLx9heyefZNO User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8,gzip(gfe) Xref: g2news1.google.com comp.lang.ada:13767 Date: 2010-08-26T18:44:54-07:00 List-Id: > > Do I need to specify a path to avr.gpr > > no, if the path of avr.gpr is set in your ADA_PROJECT_PATH global env Thanks for the tip. I must have missed the ADA_PROJECT_PATH in the docs somewhere, because as soon as I set that variable, I was able to compile the project and generate my binary. The LED stays lit and does not flash, but at least I have something to work on now. :)