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 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!news1.google.com!npeer01.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: Re: GPS 2010 for AVR Date: Fri, 30 Jul 2010 13:22:49 +0000 (UTC) Organization: A noiseless patient Spider Message-ID: References: Injection-Date: Fri, 30 Jul 2010 13:22:49 +0000 (UTC) Injection-Info: mx01.eternal-september.org; posting-host="9f8M0iN5t54V+4DF/iqO8g"; logging-data="25160"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/afYPSaKpzbVOgT8b58cBK0RvZtj72bsU=" 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:3C0yA/Rl4KQQfbbQdMEzqOLm0sw= Xref: g2news1.google.com comp.lang.ada:12716 Date: 2010-07-30T13:22:49+00:00 List-Id: Simon Wright expounded in news:m2wrseqcep.fsf@pushface.org: > Warren writes: > >> 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? > > Go into Project > Edit Project Properties, select the Language tab. In > the lower half (Tools) > Compiler, click on 'gnatmake'. I see a little > diaog with an option pulldown - click on this and there is > avr-gnatmake! Ok, I found that. The one thing I thought that was unintuitive, is all the other tools had drop down widgets to make a choice on. I saw the 'gnatmake' there, but I couldn't see how to change it. After puzzling a bit and trying other stuff I gave a frustrated double-click on it, that suddenly brought up a new dialog box. That's unintuitive, because it doesn't look like it should work. Maybe it's just me. It's certainly a pain to have to go changing everything for each new avr project. So after playing with GPS a bit, I moved back to makefile and emacs. Warren