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.157.19.17 with SMTP id f17mr220826ote.33.1473347417593; Thu, 08 Sep 2016 08:10:17 -0700 (PDT) X-Received: by 10.157.18.211 with SMTP id g77mr82120otg.19.1473347417511; Thu, 08 Sep 2016 08:10:17 -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!e124no1873687ith.0!news-out.google.com!w143ni655itb.0!nntp.google.com!e124no1873681ith.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Thu, 8 Sep 2016 08:10:17 -0700 (PDT) Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=213.80.122.24; posting-account=XGCYegoAAADY19DGgU_zTfTSbVlfUJ_a NNTP-Posting-Host: 213.80.122.24 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <423c96c5-f63a-460c-b5b5-4210585ca0ab@googlegroups.com> Subject: Where does gpr.gpr come from? From: philip.munts@gmail.com Injection-Date: Thu, 08 Sep 2016 15:10:17 +0000 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Xref: news.eternal-september.org comp.lang.ada:31727 Date: 2016-09-08T08:10:17-07:00 List-Id: I am trying to cross-compile GNATColl for the AdaCore Libre Raspberry Pi 2 = cross-compiler. It apparently builds successfully, but when I try to build= an application, gnatcoll.gpr references gpr.gpr which is nowhere to be fou= nd in the Raspberry Pi 2 toolchain. Both the Linux and MacOS native toolch= ains include gpr.gpr in share/gpr/. Where can I get gpr.gpr and all of its= dependencies?