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,4e7df01d3b597a03 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.68.202.168 with SMTP id kj8mr9495577pbc.1.1335038293199; Sat, 21 Apr 2012 12:58:13 -0700 (PDT) Path: r9ni82887pbh.0!nntp.google.com!news2.google.com!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail From: "Rego, P." Newsgroups: comp.lang.ada Subject: Re: Converting a simple makefile in a GPS project. Date: Sat, 21 Apr 2012 12:56:23 -0700 (PDT) Organization: http://groups.google.com Message-ID: <16659651.594.1335038183961.JavaMail.geo-discussion-forums@ynej8> References: <428617.3.1334627550218.JavaMail.geo-discussion-forums@ynnn9> <1ecb1d65-9192-4f8a-88ec-9156e55fb9db@ca2g2000vbb.googlegroups.com> NNTP-Posting-Host: 187.56.99.5 Mime-Version: 1.0 X-Trace: posting.google.com 1335038293 19123 127.0.0.1 (21 Apr 2012 19:58:13 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Sat, 21 Apr 2012 19:58:13 +0000 (UTC) In-Reply-To: <1ecb1d65-9192-4f8a-88ec-9156e55fb9db@ca2g2000vbb.googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=187.56.99.5; posting-account=TRgI1QoAAABSsYi-ox3Pi6N-JEKKU0cu User-Agent: G2/1.0 Content-Type: text/plain; charset=ISO-8859-1 Date: 2012-04-21T12:56:23-07:00 List-Id: > Most of your Makefile rules cannot be expressed at all in GPR files > for gnatmake (I don't know about gprbuild). In your case, only the > rule for main.elf can be moved to a GPR file. See the examples in AVR- > Ada for a working mixture of Makefiles and GPR files. Thank you, good suggestion. I'm looking into AVR-Ada for finding this solution.