comp.lang.ada
 help / color / mirror / Atom feed
From: "Dmitry A. Kazakov" <mailbox@dmitry-kazakov.de>
Subject: Re: How to fix 'Could not locate executable on path: gnatmake'
Date: Fri, 7 May 2010 12:02:14 +0200
Date: 2010-05-07T12:02:14+02:00	[thread overview]
Message-ID: <kcam64gywhqs$.erefpo5pp5wf$.dlg@40tude.net> (raw)
In-Reply-To: f002267e-9126-4771-8519-a1119177b6c3@o14g2000yqb.googlegroups.com

On Fri, 7 May 2010 01:33:49 -0700 (PDT), resander wrote:

> but from GPS 'Could not locate executable on path: gnatmake' appears
> when I request compile file from adaptestproj directory.
> 
> I cannot see what is wrong. Would be grateful for advice.

When PATH is correct, check if the project file *.gpr specifies gnat tools.
E.g. stuff like

   for Gnatlist use "i586-wrs-vxworks-gnatls";
   for Gnat use "i586-wrs-vxworks-gnat";
   for Compiler_Command ("ada") use "i586-wrs-vxworks-gnatmake";
   for Debugger_Command use "i586-wrs-vxworks6-gdb";

(which would not work under Linux)

BTW, never edit project files using GPS GUI. Use gedit, vi, ... sed (:-))

-- 
Regards,
Dmitry A. Kazakov
http://www.dmitry-kazakov.de



  parent reply	other threads:[~2010-05-07 10:02 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-05-07  8:33 How to fix 'Could not locate executable on path: gnatmake' resander
2010-05-07  9:49 ` Ludovic Brenta
2010-05-07 11:40   ` Gautier write-only
2010-05-07 15:47     ` Ludovic Brenta
2010-05-07 16:50       ` resander
2010-05-07 17:42         ` Ludovic Brenta
2010-05-07 11:43   ` Georg Bauhaus
2010-05-07 10:02 ` Dmitry A. Kazakov [this message]
2010-05-08  5:43   ` Stephen Leake
2010-05-08 16:25     ` Britt Snodgrass
2010-05-08 18:19       ` resander
2010-05-08 19:55         ` Ludovic Brenta
2010-05-09 10:59           ` resander
2010-05-09 13:04             ` Ludovic Brenta
2010-05-10 14:47               ` resander
2010-05-10 14:55                 ` Ludovic Brenta
2010-05-08 18:24       ` resander
2010-05-07 13:05 ` Harry Tucker
2010-05-07 13:09   ` Harry Tucker
replies disabled

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