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.66.122.70 with SMTP id lq6mr54285375pab.48.1435187407879; Wed, 24 Jun 2015 16:10:07 -0700 (PDT) X-Received: by 10.140.33.202 with SMTP id j68mr652754qgj.41.1435187407825; Wed, 24 Jun 2015 16:10:07 -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!news.glorb.com!h15no8165186igd.0!news-out.google.com!4ni2679qgh.1!nntp.google.com!q107no3150889qgd.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Wed, 24 Jun 2015 16:10:07 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=149.32.224.36; posting-account=Qh2kiQoAAADpCLlhT_KTYoGO8dU3n4I6 NNTP-Posting-Host: 149.32.224.36 References: <9894cde7-2cf8-4060-be65-857812ad7b09@googlegroups.com> <17436268-aceb-461f-bdcf-eee8436cd0e6@googlegroups.com> <86y4jaqzdx.fsf@stephe-leake.org> <01ac6d30-fa93-4868-aa31-3dbec93e9a21@googlegroups.com> <9b539536-f385-434d-ad0c-a48e8877e23b@googlegroups.com> <99d819fa-148e-4e20-b7e1-c509b16ca093@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <080e0e17-4f77-43c4-b8be-dc4eaf095154@googlegroups.com> Subject: Re: What do you think about this? From: Anh Vo Injection-Date: Wed, 24 Jun 2015 23:10:07 +0000 Content-Type: text/plain; charset=ISO-8859-1 Xref: news.eternal-september.org comp.lang.ada:26468 Date: 2015-06-24T16:10:07-07:00 List-Id: On Wednesday, June 24, 2015 at 3:35:44 PM UTC-7, Simon Wright wrote: > Anh Vo writes: > > > Make sure to pass switch -E to your build option. > > This -E is a gnatbind option. > > Either, on the command line > > $ gprbuild -bargs -E > > (-bargs introduces arguments to gnatbind) or in your GPR > > package Binder is > for Default_Switches ("ada") use ("-E"); > end Binder; > > I'm pretty sure you need to have compiled for debug (-g) as well. You are absolutely correct. Sorry, my fingers do not match with my brain. > (What machine are you building on? getting and interpreting stack dumps > is less straightforward on Macs than on Linux or Windows) It also works on Power PC running VxWorks beside Linux and Windows.