comp.lang.ada
 help / color / mirror / Atom feed
From: Jeremiah <jeremiah.breeden@gmail.com>
Subject: Re: Creating a GPR file to use a custom built runtime library
Date: Mon, 13 Jun 2016 13:25:54 -0700 (PDT)
Date: 2016-06-13T13:25:54-07:00	[thread overview]
Message-ID: <839548d2-6efb-47dd-b5d5-02405810b258@googlegroups.com> (raw)
In-Reply-To: <lyeg80hngs.fsf@pushface.org>

On Monday, June 13, 2016 at 3:56:37 PM UTC-4, Simon Wright wrote:
> Jeremiah writes:
> 
> >    package Builder is
> >       for Default_Switches ("ada") use ("--RTS=../zfp-atsaml21j18");
> >    End Builder;
> 
> I'm fairly sure that your version of gprbuild needs to see an absolute
> directory here. You can get this by saying
> 
>    package Builder is
>       for Default_Switches ("ada") use
>         ("--RTS=" & project'Project_Dir & "../zfp-atsaml21j18");
>    end Builder;
> 
> or you could say
> 
>    for Runtime ("ada") use project'Project_Dir & "../zfp-atsaml21j18";

This fixed it for me.  Thank you!.  

Side note: I just realized that it was one of your runtimes that I started with.  In the future, if I have any questions about the runtime in particular, would it be more appropriate to post them to comp.lang.ada or via direct email (or if it is inappropriate either way, let me know...I found it via google)?


  reply	other threads:[~2016-06-13 20:25 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-06-13 17:47 Creating a GPR file to use a custom built runtime library Jeremiah
2016-06-13 19:29 ` Dmitry A. Kazakov
2016-06-13 20:30   ` Jeremiah
2016-06-13 19:56 ` Simon Wright
2016-06-13 20:25   ` Jeremiah [this message]
2016-06-13 22:11     ` Egil H H
2016-06-14  7:48     ` Simon Wright
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox