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,516fa714bab424cb,start X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news2.google.com!npeer03.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!nntp.club.cc.cmu.edu!feeder.erje.net!eternal-september.org!.POSTED!not-for-mail From: Warren Newsgroups: comp.lang.ada Subject: GPS 2010 for AVR Date: Thu, 29 Jul 2010 19:06:25 +0000 (UTC) Organization: A noiseless patient Spider Message-ID: Injection-Date: Thu, 29 Jul 2010 19:06:25 +0000 (UTC) Injection-Info: mx01.eternal-september.org; posting-host="9f8M0iN5t54V+4DF/iqO8g"; logging-data="9124"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18BBaJg94QSAxVMS7+1l1OrNadVO4u0/tY=" 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:gxiZBi6daankGhuoPzbuUGRwPm0= Xref: g2news1.google.com comp.lang.ada:12678 Date: 2010-07-29T19:06:25+00:00 List-Id: I'm trying to do a simple project build for avr (not expecting to run the code). I just want to test the tool chain for avr. I'm running into GPS configuration issues (and I'm still RTFMing). What is happening is that when I request a "Build all" it tries to execute "gnatmake" and doesn't find it, which is right -- I installed the win-avr version. It needs to run avr-.exe. I'm a bit surprised that the win-avr version doesn't do this out of the box. :( I have in my C:\GNAT-AVR\2010\bin directory the necessary executables, including avr-gnatmake.exe, etc. So where do I configure this for GPS? How can I set this for ALL projects -- after all, this is the win-avr version of GPS. I'll be doing some more RTFM, but any hints on this is appreciated. It would be cool to do some Arduino work in Ada, this coming winter. Warren