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=-0.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,3bff6309ef5ab3f X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news1.google.com!npeer01.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!nntp.club.cc.cmu.edu!feeder.erje.net!newsfeed.straub-nv.de!noris.net!newsfeed.arcor.de!newsspool4.arcor-online.net!news.arcor.de.POSTED!not-for-mail From: "Dmitry A. Kazakov" Subject: Re: How to fix 'Could not locate executable on path: gnatmake' Newsgroups: comp.lang.ada User-Agent: 40tude_Dialog/2.0.15.1 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Reply-To: mailbox@dmitry-kazakov.de Organization: cbb software GmbH References: Date: Fri, 7 May 2010 12:02:14 +0200 Message-ID: NNTP-Posting-Date: 07 May 2010 12:02:14 CEST NNTP-Posting-Host: 919875d7.newsspool2.arcor-online.net X-Trace: DXC=EefoI36lEeRAX0F2i>__l1Y\aMP@hX X-Complaints-To: usenet-abuse@arcor.de Xref: g2news2.google.com comp.lang.ada:11360 Date: 2010-05-07T12:02:14+02:00 List-Id: 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