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=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.13.246.131 with SMTP id g125mr28504018ywf.32.1434825480142; Sat, 20 Jun 2015 11:38:00 -0700 (PDT) X-Received: by 10.140.94.166 with SMTP id g35mr368162qge.1.1434825480126; Sat, 20 Jun 2015 11:38:00 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!mx02.eternal-september.org!feeder.eternal-september.org!usenet.blueworldhosting.com!feeder01.blueworldhosting.com!peer02.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!z60no2341740qgd.1!news-out.google.com!4ni2393qgh.1!nntp.google.com!z60no2341736qgd.1!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Sat, 20 Jun 2015 11:38:00 -0700 (PDT) Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=108.7.58.191; posting-account=mZyFSQoAAABfOmklsh1d8TPbS2LncUKl NNTP-Posting-Host: 108.7.58.191 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: GNAT GPL 2015 Troubles From: "RasikaSrinivasan@gmail.com" Injection-Date: Sat, 20 Jun 2015 18:38:00 +0000 Content-Type: text/plain; charset=ISO-8859-1 X-Received-Bytes: 1993 X-Received-Body-CRC: 4244741918 Xref: news.eternal-september.org comp.lang.ada:26389 Date: 2015-06-20T11:38:00-07:00 List-Id: all I upgrade my gnat to GPL 2015 on windows. I use both the Windows native version as well as the ARM elf hosted on Windows. gnat GPL 2014 worked just fine in this configuration except for some minor issues. Several things are no longer working for me and I am at a loss to find the best way to fix it: a. Used to be able to ask GPS for help with predefined packages like so : From GPS, Help \ GNAT runtime \ Ada \ Text_io - this would give me the spec for the package and I could browse the spec I am no longer able to do this. In particular this is a problem for packages like Ada.Interrupts.Names b. It would appear that intellisense for predefined packages don't work anymore. c. I don't have to specify the location of the profile for ARM targets (this is great) but I am not sure which profile the system is using. browsing the directories there appear to be 2 ravenscar profiles being installed. Seeking some pointers on any of the above. thanks, srini