Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » "make" "bash" is not found in PATH(Andriod , Cocos2d-x)
"make" "bash" is not found in PATH [message #1224610] Fri, 27 December 2013 08:05 Go to next message
Waqas Majeed is currently offline Waqas MajeedFriend
Messages: 2
Registered: December 2013
Junior Member
I am new to cocos2d-x. When I am opening an android project in Eclipse-ADT it is giving me the error (program "make" is not found in path) or (program "bash" is not found in path)
Actually I am setting Cocos2d-x for windows ... When i load and run .cpp project in Eclipse it gives me this error ...
Re: "make" "bash" is not found in PATH [message #1273753 is a reply to message #1224610] Thu, 20 March 2014 13:46 Go to previous message
Mohammad Davari is currently offline Mohammad DavariFriend
Messages: 1
Registered: March 2014
Junior Member


finally found it.

open Eclipse.

go to Window->Preferences

go to C/C++->New CDT Project Wizard->Makefile Project

check "Cygwin PE Parser" and "GNU Elf Parser"

in both manually set the path to those commands you see below each one.

for example select "Cygwin PE Parser" and click Browse button of the "cygpath command" and find cygpath.exe file inside "bin" folder of the cygwin.

mine is like this: "C:\Users\MDP\Cygwin\bin\cygpath.exe"

do the same thing for all of them. and click apply then ok.

remove your project and add it again. you won't get these errors anymore:

program "make" is not found in path

Program "bash" not found in PATH
Previous Topic:Date Format
Next Topic:Eclipse with Worklight and ADT plug-in not working
Goto Forum:
  


Current Time: Thu Mar 28 14:03:30 GMT 2024

Powered by FUDForum. Page generated in 0.09963 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top