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 Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!feeder.eternal-september.org!border1.nntp.ams1.giganews.com!border2.nntp.ams1.giganews.com!nntp.giganews.com!peer02.ams1!peer.ams1.xlned.com!news.xlned.com!peer01.fr7!futter-mich.highwinds-media.com!news.highwinds-media.com!fx15.am4.POSTED!not-for-mail From: Felix Krause Newsgroups: comp.lang.ada Message-ID: <2017092820261612295-contact@flyx.org> References: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1; format=flowed Content-Transfer-Encoding: 8bit Subject: Re: GetAdaNow.com User-Agent: Unison/2.2 X-Complaints-To: abuse@eweka.nl NNTP-Posting-Date: Thu, 28 Sep 2017 18:26:16 UTC Organization: Eweka Internet Services Date: Thu, 28 Sep 2017 20:26:16 +0200 X-Received-Bytes: 1538 X-Received-Body-CRC: 4098540061 X-Original-Bytes: 1487 Xref: news.eternal-september.org comp.lang.ada:48252 Date: 2017-09-28T20:26:16+02:00 List-Id: On 2014-11-23 05:30:43 +0000, David Botton said: > > http://GetAdaNow.com > > The page is designed to make it as easy as currently possible to get > new developers set up to use Ada and pointed to some updated resources. > > If you have any suggestions please let me know. I just tried to use TDM-GCC-64 along with the gpr-tools linked on http://getadanow.com/#get_windows gprbuild does manage to compile my code, but as soon as I start my executable, it exits with return code 127. I then tried to compile my code with gnatmake from TDM-GCC instead. gnatmake complains that -P is deprecated and will soon be removed, but it did manage to generate an executable. That executable works without problems. So it seems to me that there's something wrong with the gprbuild provided on your site, or that instructions on how to properly set it up are missing. Can you shed some light on this? -- Regards, Felix Krause