Skip to main content



      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 03:05 Go to next message
Eclipse UserFriend
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 09:46 Go to previous message
Eclipse UserFriend


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: Fri Jun 20 04:23:58 EDT 2025

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

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

Back to the top