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,516fa714bab424cb X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,UTF8 Path: g2news1.google.com!news4.google.com!feeder1.cambriumusenet.nl!feed.tweaknews.nl!193.201.147.71.MISMATCH!xlned.com!feeder3.xlned.com!feeder.erje.net!eternal-september.org!.POSTED!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: GPS 2010 for AVR Date: Fri, 30 Jul 2010 20:36:46 +0100 Organization: A noiseless patient Spider Message-ID: References: <4c51d42b$0$12211$7b1e8fa0@news.nbl.fi> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Date: Fri, 30 Jul 2010 19:36:46 +0000 (UTC) Injection-Info: mx01.eternal-september.org; posting-host="KCXegvZb5vh43D+f3BR6Ew"; logging-data="20603"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/82Roi6pP7AzKS2FZy5pzK7mwARKh2C0E=" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (darwin) Cancel-Lock: sha1:Wc6MowB+7fMAivAqbZyJrGNaTvQ= sha1:eiX0TRRT0kTLKLoVK4Eo+Ct6CBY= Xref: g2news1.google.com comp.lang.ada:12739 Date: 2010-07-30T20:36:46+01:00 List-Id: Warren writes: > sjw expounded in news:d00563f7-b2a4-4a8c-8d53-adcbe72d62d8 > @j9g2000yqn.googlegroups.com: > >> On Jul 30, 2:40 pm, Warren wrote: >> >>> avr-gnatlink F:\cygwin\home\Warren\avr\testavr\testavr.ali -mmcu=avr5 - >> lgcc >>> -o F:\cygwin\home\Warren\avr\testavr\testavr >> >> Just -lgcc on its own? you'd expect it to call up -lgnat & possibly - >> lgnarl. Hmm. > > Huh? It does the -lgnat on its own. Adding it > didn't helped either. ;-) Oh, I must have misunderstood. What happens if you call avr-gnatmake with -v -largs -Wl,-v? (to see what's going on).