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=unavailable autolearn_force=no version=3.4.4 Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!mx02.eternal-september.org!.POSTED!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: gnat ARM - predefined packages Date: Wed, 28 Jan 2015 13:11:38 +0000 Organization: A noiseless patient Spider Message-ID: References: <9ceb137a-cb4a-4e65-b152-6885f5e030b4@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: mx02.eternal-september.org; posting-host="8cd79d7ffa75567f93d907bdfb272368"; logging-data="7544"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/vsSe0jI1+09aoIU7azHDxSwo0r6eiKWo=" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (darwin) Cancel-Lock: sha1:LBg572RCnCfS4AHS0rjYMYwUCs8= sha1:S3OsttZowOUaiBMBoS6EzLLqzFM= Xref: news.eternal-september.org comp.lang.ada:24775 Date: 2015-01-28T13:11:38+00:00 List-Id: "J-P. Rosen" writes: > Le 28/01/2015 08:52, Simon Wright a écrit : >> Egil H H writes: >> >>> On Tuesday, January 27, 2015 at 10:55:58 PM UTC+1, Simon Wright wrote: >>>> >>>> I was looking at GPS so that I could see how you can navigate from >>>> something's use to its declaration. I *think* you >>>> >>>> * click on the object of interest (in this case, EXTI0_IRQ) >>>> * menu Navigate > Goto Declaration >>>> >>> >>> or >>> * right-click on the object of interest (in this case, EXTI0_IRQ) >>> * select "Goto declaration of EXTIO_IRQ (best guess)" from the >>> contextual menu >> >> I tried that, no such menu item. >> >> And the Navigate > Goto Declaration doesn't actually work here - >> couldn't find the .ali files (after I'd successfully compiled the file >> and built the executable, too). >> > These functionalities work better if you check project/switches/Ada > "always generate ALI files". (not by default) But that (-gnatQ) only afffects the result if there were compile errors. Which there weren't. I tried anyway, still no luck. The About says GPS 6.0.1 (20140113) hosted on x86_64-apple-darwin12.5.0 GNAT 4.9.1 the GNAT Programming Studio This is the GPS GPL Edition. I suppose it might be the GNAT 4.9.1 part ... this is just from setting the PATH, I wouldn't dream of trying to rebuild GPS!