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.31.154.146 with SMTP id c140mr12251157vke.12.1468526997550; Thu, 14 Jul 2016 13:09:57 -0700 (PDT) X-Received: by 10.157.39.133 with SMTP id c5mr655098otb.19.1468526997466; Thu, 14 Jul 2016 13:09:57 -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!usenet.blueworldhosting.com!feeder01.blueworldhosting.com!peer03.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!c52no1839528qte.1!news-out.google.com!d68ni828ith.0!nntp.google.com!hy1no1649006igb.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Thu, 14 Jul 2016 13:09:57 -0700 (PDT) In-Reply-To: <2ecb5652-d120-4b53-b7c7-ea21a2d97932@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=2.220.35.63; posting-account=L2-UcQkAAAAfd_BqbeNHs3XeM0jTXloS NNTP-Posting-Host: 2.220.35.63 References: <23f622ce-78c1-46c1-9003-158834054748@googlegroups.com> <2ecb5652-d120-4b53-b7c7-ea21a2d97932@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <1b68aee2-1a07-42c5-9df9-6c83fdc3c8fa@googlegroups.com> Subject: Re: avr-ada fails to build From: Lucretia Injection-Date: Thu, 14 Jul 2016 20:09:57 +0000 Content-Type: text/plain; charset=UTF-8 X-Received-Bytes: 1632 X-Received-Body-CRC: 113652785 Xref: news.eternal-september.org comp.lang.ada:31087 Date: 2016-07-14T13:09:57-07:00 List-Id: On Thursday, 14 July 2016 19:43:00 UTC+1, Lucretia wrote: > I've also done each step separately, and it still fails: > > make build_rts > make install_rts > make build_libs Seems to be a problem with my gprbuild-2014, kept knocking ""-mmcu=" & MCU" out of Flags and if I put a space before the '-' it would get put in but avr-gcc would then think it was a file and couldn't find it. Used the gprbuild from gnat-gpl-2016 and it built and installed. What a pain.