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.31.54.199 with SMTP id d190mr4065766vka.12.1443632852334; Wed, 30 Sep 2015 10:07:32 -0700 (PDT) X-Received: by 10.182.81.163 with SMTP id b3mr32062oby.30.1443632852288; Wed, 30 Sep 2015 10:07:32 -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!z77no6666803qge.1!news-out.google.com!n2ni16713igy.0!nntp.google.com!kq10no14681628igb.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Wed, 30 Sep 2015 10:07:32 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=185.48.108.5; posting-account=IcHmbgoAAABVfpbjrkJyy4Yb3hmce3tn NNTP-Posting-Host: 185.48.108.5 References: <9fe6d3f2-50e1-44a6-8ba0-2987d3792dd0@googlegroups.com> <5ba84353-987c-45b9-b5b5-cd7401074fe7@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <8d12b995-a6e6-4ab7-ac04-33c611c2bdd0@googlegroups.com> Subject: Re: Upgrade to gnat 2015 now project not linking From: Lucas Redding Injection-Date: Wed, 30 Sep 2015 17:07:32 +0000 Content-Type: text/plain; charset=ISO-8859-1 X-Received-Bytes: 2197 X-Received-Body-CRC: 1631183785 Xref: news.eternal-september.org comp.lang.ada:27875 Date: 2015-09-30T10:07:32-07:00 List-Id: On Wednesday, September 30, 2015 at 9:51:03 AM UTC+1, Georg Bauhaus wrote: > On 30.09.15 09:26, Lucas Redding wrote: > > I also suspect that I have a flag saying "don't link" but I can't for the life of me find it. > > For a start, -c might do. Thanks George, It turns out that its the -M option in the linking switches. 2013 -M produces both the map file and the executable. 2015 -M only produces the map file, and not the executable. Conclusion: If you want a map file to go with an executable you need a separate build for each (Map and exe). I have come to conclusion on this through trial and error. It may be buried somewhere in the documentation, but I certainly have been unable to find it. Nonetheless after plenty of headaches and heartaches, all systems are now go. Any further offers of elaboration (not the Ada kind) on this issue are very welcome. Thanks to all who answered. Much appreciated Lucas