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.43.41 with SMTP id t9mr13485499pal.12.1465849818214; Mon, 13 Jun 2016 13:30:18 -0700 (PDT) X-Received: by 10.157.53.22 with SMTP id o22mr55899otc.7.1465849817958; Mon, 13 Jun 2016 13:30:17 -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!v48no1559678qgd.0!news-out.google.com!v8ni362qgv.0!nntp.google.com!p34no6489654qgp.1!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Mon, 13 Jun 2016 13:30:17 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=71.171.109.232; posting-account=vk6_JwoAAABkMyHO1YfdP69Hm3CpbdGR NNTP-Posting-Host: 71.171.109.232 References: <4a015e82-e236-494e-b26f-40132a342542@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <3cd056fc-9624-411d-9f97-ee29df79832f@googlegroups.com> Subject: Re: Creating a GPR file to use a custom built runtime library From: Jeremiah Injection-Date: Mon, 13 Jun 2016 20:30:17 +0000 Content-Type: text/plain; charset=UTF-8 Xref: news.eternal-september.org comp.lang.ada:30721 Date: 2016-06-13T13:30:17-07:00 List-Id: On Monday, June 13, 2016 at 3:29:05 PM UTC-4, Dmitry A. Kazakov wrote: > On 2016-06-13 19:47, Jeremiah wrote: > > Error: no compiler found for language 'ada', target = arm-eabi, runtime = ../zfp-atsaml21j18 > > > Any thoughts? I am sure I am making a simple mistake somewhere. > > I had same problem, resolved by creating a configuration file and > passing it to gprbuild. I am sure I could put it somewhere so that > gprbuild could find it, but I didn't want to tamper with the system. You > also need some environment variables set in order to make cross compiler > and linker work. Thanks! I was looking into this when I noticed Simon's post that fixed it up for me. However, the configuration file is still something I need to look into and learn more about. Thank you for the suggestion.