comp.lang.ada
 help / color / mirror / Atom feed
From: Stephen Leake <stephen_leake@stephe-leake.org>
Subject: Re: Trying to fix 'warning: no compiler specified for language "Ada", ignoring all its sources'
Date: Fri, 15 Jun 2012 07:49:29 -0400
Date: 2012-06-15T07:49:29-04:00	[thread overview]
Message-ID: <82haucaj7a.fsf@stephe-leake.org> (raw)
In-Reply-To: bac458e4-2a75-4803-b937-4dd465243bfe@googlegroups.com

Ben Hocking <benjaminhocking@gmail.com> writes:

>   gprbuild -d -P/Users/Dependable/Tools/Spark1/search/default.gpr
>   default.gpr:1:09: warning: no compiler specified for language "Ada", ignoring all its sources

This is a tool install problem; gprbuild calls gprconfig, which can't
find a matching Ada compiler.

To debug, run gprbuild with -v to see the gprconfig line, then gprconfig
with -v to see what it's doing. Hopefully the problem will then be
obvious.

For example, you may need to specify a target on the gprbuild line, if
the target it is looking for does not exactly match what it is finding.

> I'm using the native gnat toolchain, version GPL 2011 (20110419), and
> my GPS version is GPS 5.0.1 (20110113) hosted on
> x86_64-apple-darwin10.2.0. I'm on OS X 10.6.8. I was able to compile
> in GPS a couple days ago, so I feel like something's changed (although
> I haven't updated any software since then), but I have no idea what.

Something has changed :(.

If gprconfig -v doesn't help, uninstall and reinstall GNAT GPL 2011

-- 
-- Stephe



      reply	other threads:[~2012-06-15 11:49 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-06-14 15:25 Trying to fix 'warning: no compiler specified for language "Ada", ignoring all its sources' Ben Hocking
2012-06-15 11:49 ` Stephen Leake [this message]
replies disabled

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