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!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: USB Boarduino on AVR-Ada Tutorial Date: Thu, 26 Aug 2010 12:59:04 +0000 (UTC) Organization: A noiseless patient Spider Message-ID: References: <4d1d662b-f476-41e4-938c-0564ad90d74e@d17g2000yqb.googlegroups.com> <8bfbd728-638e-4d27-b52e-0107c6b2847d@i31g2000yqm.googlegroups.com> Injection-Date: Thu, 26 Aug 2010 12:59:04 +0000 (UTC) Injection-Info: mx02.eternal-september.org; posting-host="9f8M0iN5t54V+4DF/iqO8g"; logging-data="1763"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+XRCOZdei4b3+AEiQ+cPYa9Nv9g1i77B8=" 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:JrlIhKC7qKWEw1sPeJF57iefaMU= Xref: g2news1.google.com comp.lang.ada:13755 Date: 2010-08-26T12:59:04+00:00 List-Id: David Sauvage expounded in news:8bfbd728-638e-4d27-b52e- 0107c6b2847d@i31g2000yqm.googlegroups.com: >> I'd really appreciate any pointers or advice. > The correct command would start like this: > > avr-gnatmake -P blinky.gpr -XMCU=at90usb646 Yes, the "-P" option is the key. Without it, avr-gnatmake doesn't know there is a project file involved. Warren