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.98.29.4 with SMTP id d4mr24512315pfd.11.1469616099287; Wed, 27 Jul 2016 03:41:39 -0700 (PDT) X-Received: by 10.157.46.169 with SMTP id w38mr1582113ota.15.1469616099250; Wed, 27 Jul 2016 03:41:39 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!news.eternal-september.org!feeder.eternal-september.org!news.glorb.com!f6no5085188ith.0!news-out.google.com!d68ni8120ith.0!nntp.google.com!f6no5085182ith.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Wed, 27 Jul 2016 03:41:39 -0700 (PDT) In-Reply-To: <66240de6-d3a8-458d-9eb9-1214f790831c@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=2a02:1205:c68c:9d90:81a5:c636:3331:6407; posting-account=Pm0FhgoAAAAiPscNT3etSZ15tHNZGXm_ NNTP-Posting-Host: 2a02:1205:c68c:9d90:81a5:c636:3331:6407 References: <3e02dbb0-69e3-429b-b8c5-d4762dbeb187@googlegroups.com> <66240de6-d3a8-458d-9eb9-1214f790831c@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <2907043a-e79d-4330-806b-23bbe291697f@googlegroups.com> Subject: Re: Exception traceback when using TDM-GCC 5.1.0-3 From: ahlan.marriott@gmail.com Injection-Date: Wed, 27 Jul 2016 10:41:39 +0000 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Xref: news.eternal-september.org comp.lang.ada:31182 Date: 2016-07-27T03:41:39-07:00 List-Id: On Tuesday, 26 July 2016 23:21:01 UTC+2, jrmarino wrote: > On Monday, July 25, 2016 at 1:48:12 PM UTC-5, ahlan.m...@gmail.com wrote: > > package Binder is > > for Default_Switches ("ada") use ("-E"); > > end Binder; >=20 > Are you reading the replies in your own thread? It's been said that -E i= n package Binder will not work. You have to pass -bargs when you invoke gp= rbuild on the command line. From what I can tell, there's nothing wrong TD= M-GCC compiler, you're just not invoking gprbuild correctly. Of course I am reading the replies and I am trying out everything everyone = suggests. As Markus has written using the binder default switches within the gpr does= cause -E to be passed to gnat bind as goes -bargs -E In fact if I supply -bargs -E on the command and -E in the binder package t= hen gnat bind gets -E twice. However I still don't get a traceback.