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=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,6d9cd34ea84ec42b X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.68.14.169 with SMTP id q9mr1302567pbc.2.1319113884461; Thu, 20 Oct 2011 05:31:24 -0700 (PDT) Path: d5ni35725pbc.0!nntp.google.com!news2.google.com!postnews.google.com!g7g2000vbv.googlegroups.com!not-for-mail From: Rolf Newsgroups: comp.lang.ada Subject: Re: Basic installation problem with avr-ada for Windows Date: Thu, 20 Oct 2011 05:31:24 -0700 (PDT) Organization: http://groups.google.com Message-ID: <5325b10a-2042-42be-b1bb-2fea5e9f5be1@g7g2000vbv.googlegroups.com> References: <26601238.585.1319055154087.JavaMail.geo-discussion-forums@yqoo7> <26904924.1197.1319109462925.JavaMail.geo-discussion-forums@yqgn17> NNTP-Posting-Host: 217.89.139.138 Mime-Version: 1.0 X-Trace: posting.google.com 1319113884 20594 127.0.0.1 (20 Oct 2011 12:31:24 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Thu, 20 Oct 2011 12:31:24 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: g7g2000vbv.googlegroups.com; posting-host=217.89.139.138; posting-account=-RRRjAkAAAAGFvmHqTCN-L7gNQ7lRGfd User-Agent: G2/1.0 X-HTTP-Via: 1.1 www-proxy-mozilla.vi.vector.int:8080 (squid/2.7.STABLE9), 1.0 vistrem1.vector-informatik.com:8080 (squid/2.7.STABLE5) X-Google-Web-Client: true X-Google-Header-Order: HUALESRCVFNK X-HTTP-UserAgent: Mozilla/5.0 (Windows NT 5.1; rv:6.0.2) Gecko/20100101 Firefox/6.0.2,gzip(gfe) Xref: news2.google.com comp.lang.ada:14110 Content-Type: text/plain; charset=ISO-8859-1 Date: 2011-10-20T05:31:24-07:00 List-Id: On 20 Okt., 13:17, "Rego, P." wrote: > > What is the problem that you got? > > When I open build.gpr with GPS, it gives me the message > > build.gpr > 10:28 "Avr" is not an imported or extended project > 11:29 "Avr" is not an imported or extended project > 12:27 "Avr" is not an imported or extended project > 13:28 "Avr" is not an imported or extended project > > So it does not recognize the AVR-Ada installation (should I set some particular variable?) > The library manager still does not find "avr.gpr". Make sure that GPS has access to "C:\avr-ada\lib\gnat" to find it. Sorry, I don't use GPS and so I don't know where to set this path. Please try the examples in C:\avr-ada\share\doc\avr-ada\apps\examples first, then copy the Makefile from C:\avr-ada\share\doc\avr-ada\apps \uart_echo to your C:\avrtest, set the main program in the Makefile (line 45) to led_on and run make in a command window. HTH Rolf As an alternative you should copy