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: buffer2.nntp.dca1.giganews.com!border2.nntp.dca1.giganews.com!border1.nntp.dca1.giganews.com!nntp.giganews.com!enother.net!enother.net!peer02.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!post02.iad.highwinds-media.com!news.flashnewsgroups.com-b7.4zTQh5tI3A!not-for-mail From: Stephen Leake Newsgroups: comp.lang.ada Subject: Re: gprbuild not working on GNAT 2015 GPL for raspberry pi cross compile References: Date: Sat, 11 Jul 2015 23:40:07 -0500 Message-ID: <86615q0z14.fsf@stephe-leake.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (windows-nt) Cancel-Lock: sha1:yyU2STSBhZZqebuWheAuE/GmJ24= MIME-Version: 1.0 Content-Type: text/plain X-Complaints-To: abuse@flashnewsgroups.com Organization: FlashNewsgroups.com X-Trace: 6b00955a1efa8e97f808416468 X-Received-Bytes: 1131 X-Received-Body-CRC: 4278126018 Xref: number.nntp.giganews.com comp.lang.ada:194094 Date: 2015-07-11T23:40:07-05:00 List-Id: Brad Moore writes: > I am trying to get gprbuild to work for the GNAT 2015 GPL Raspberry Pi > 2 Linux (32 bits) release. > > When I try to build one of my project files, I get the error, > > "warning: no compiler specified for language "Ada", ignoring all its > sources" Run gprconfig -v and see what it says about what compilers are available. Then specify one of those as the target for the gprbuild. -- -- Stephe