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 X-Received: by 10.31.92.20 with SMTP id q20mr22396663vkb.4.1469568060604; Tue, 26 Jul 2016 14:21:00 -0700 (PDT) X-Received: by 10.157.46.169 with SMTP id w38mr1391178ota.15.1469568060477; Tue, 26 Jul 2016 14:21:00 -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!c52no5146038qte.1!news-out.google.com!d68ni7493ith.0!nntp.google.com!f6no4943013ith.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Tue, 26 Jul 2016 14:20:59 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=70.178.28.115; posting-account=Zsf4jwoAAADEqwCydv835KU9-S3h_Y26 NNTP-Posting-Host: 70.178.28.115 References: <3e02dbb0-69e3-429b-b8c5-d4762dbeb187@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <66240de6-d3a8-458d-9eb9-1214f790831c@googlegroups.com> Subject: Re: Exception traceback when using TDM-GCC 5.1.0-3 From: jrmarino Injection-Date: Tue, 26 Jul 2016 21:21:00 +0000 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Xref: news.eternal-september.org comp.lang.ada:31173 Date: 2016-07-26T14:20:59-07:00 List-Id: 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; Are you reading the replies in your own thread? It's been said that -E in = package Binder will not work. You have to pass -bargs when you invoke gprb= uild on the command line. From what I can tell, there's nothing wrong TDM-= GCC compiler, you're just not invoking gprbuild correctly.