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: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: How to use Zero Footprint runtime with GNAT GPL 2017 Date: Fri, 14 Jul 2017 16:41:34 +0100 Organization: A noiseless patient Spider Message-ID: References: <62ae5f16-9aa0-4512-89c5-11382eca8a88@googlegroups.com> <4f0cc0ce-2609-4581-9a8c-010a380214af@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: mx02.eternal-september.org; posting-host="b9b5d37aa1443dbeff2600b41b4b7fb8"; logging-data="26339"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19pYJtCn1QB2V8KJVt0O2B2azTJ+SSWQGc=" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2 (darwin) Cancel-Lock: sha1:PjlifTKIa/I6yTSnr1zxz6uccJ8= sha1:MHIZpqeDkj10vp3RdmE74ePRc44= Xref: news.eternal-september.org comp.lang.ada:47416 Date: 2017-07-14T16:41:34+01:00 List-Id: joakimds@kth.se writes: > Den fredag 14 juli 2017 kl. 10:43:00 UTC+2 skrev Egil H H: >> On Friday, July 14, 2017 at 10:34:16 AM UTC+2, joak...@kth.se wrote: >> > However, gprbuild complains "no language defined for project" instead. >> > >> >> That's usually a hint about the project missing a >> for Languages use ("Ada"); > > I added that and then gprbuild complained something about "not being > able to find a corresponding compiler". I've googled for that too, and > what I could understand is that something is wrong with the > configuration and one should use gprconfig to fix it. Anyways, it > didn't seem like the right path. > > The version of GNAT GPL 2017 I am using the 64-bit Darwin version for > Mac OS X. Maybe the ZFP runtime is only supplied with the ARM ELF > cross-compiler? I'm at work now and can't investigate that until I > come home tonight... The ZFP native runtime is only provided in the Linux and Windows versions of GNAT GPL 2017. Darwin has an ios-simulator RTS instead :-) You could always report the lack of zfp as a problem to AdaCore! It doesn't look as if it would be too difficult to make a ZFP for Darwin.