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.13.203.135 with SMTP id n129mr325137ywd.46.1457251164038; Sat, 05 Mar 2016 23:59:24 -0800 (PST) X-Received: by 10.182.246.104 with SMTP id xv8mr181726obc.1.1457251163946; Sat, 05 Mar 2016 23:59:23 -0800 (PST) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!mx02.eternal-september.org!feeder.eternal-september.org!usenet.blueworldhosting.com!feeder01.blueworldhosting.com!peer03.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!y89no5776343qge.0!news-out.google.com!k1ni10189igd.0!nntp.google.com!hb3no11777731igb.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Sat, 5 Mar 2016 23:59:23 -0800 (PST) Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=75.69.190.74; posting-account=LwEypwoAAAD5lknaw_JqkoK-tug0R26e NNTP-Posting-Host: 75.69.190.74 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <704c1384-c3d9-440c-a65f-9c0741306b85@googlegroups.com> Subject: Question about GNAT gprconfig From: Zack Boll Injection-Date: Sun, 06 Mar 2016 07:59:23 +0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Received-Bytes: 1674 X-Received-Body-CRC: 3906389997 Xref: news.eternal-september.org comp.lang.ada:29682 Date: 2016-03-05T23:59:23-08:00 List-Id: Hello, I recently built a GCC Ada cross-compiler for the PowerPC64 architecture us= ing crosstool-ng. I can compile my Ada programs fine using powerpc64-e6500= -linux-gnu-gnatmake but I have been unable to build with gprbuild and appro= priate project files. I have traced this down to an issue with gprconfig n= ot recognizing my compiler. =20 When I run gprconfig --show-targets I get: arm-linux-gnueabihf (Raspberry Pi2 Cross Compiler downloaded from Adacores = website) x86_64-linux-gnu But I don't see powerpc64-e6500-linux-gnu even though the compiler executab= le is in my path. Does anyone know what the issue might be? Thanks, Zack