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 autolearn=ham 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.129.169 with SMTP id nx9mr11281089pbb.2.1335108623351; Sun, 22 Apr 2012 08:30:23 -0700 (PDT) Path: r9ni85938pbh.0!nntp.google.com!news1.google.com!goblin1!goblin.stu.neva.ru!eternal-september.org!feeder.eternal-september.org!mx04.eternal-september.org!.POSTED!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: Converting a simple makefile in a GPS project. Date: Sun, 22 Apr 2012 16:30:22 +0100 Organization: A noiseless patient Spider Message-ID: References: <428617.3.1334627550218.JavaMail.geo-discussion-forums@ynnn9> <82bompjjcc.fsf@stephe-leake.org> <2239906.1208.1335038077367.JavaMail.geo-discussion-forums@ynbi5> <82ehrfj1eh.fsf@stephe-leake.org> Mime-Version: 1.0 Injection-Info: mx04.eternal-september.org; posting-host="dFCm8HWntFqmDIilBLqEJQ"; logging-data="2484"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1++6h83pXcuZF4P/cySl/Ao94Hu9mzXxqI=" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.4 (darwin) Cancel-Lock: sha1:A+ABubKu+mGtGpm6NYbWZvd9h7Y= sha1:4iGzgDOjgTx+hedeLOCsbg3icb0= Content-Type: text/plain; charset=us-ascii Date: 2012-04-22T16:30:22+01:00 List-Id: Stephen Leake writes: > This must be two strings: > > for Default_Switches ("Ada") use ("--RTS=zfp", "--mmcu=avr5"); > > I doubt this is a Builder switch. Since gnatmake needs it, it's probably > a Compiler switch. I'm pretty sure that Builder => gnatmake. gnatmake -h says --RTS=dir specify the default source and object search path .. should that be the full path?