Program bash is not found in path?

Talha Q picture Talha Q · Aug 10, 2013 · Viewed 9k times · Source

I have tried many times to set up Cocos2dx in Eclipse, but haven't been able to get it to work. I am getting this error:

bash is not found in path

I have tried all kinds of stuff available on Stackoverflow but have not found any solution that fixes this error in my system. I am using Window 7 32 bit.

Answer

lazyandroid picture lazyandroid · Aug 10, 2013

Install Cygwin(if not installed).Make sure you install make module.

Set the path of bin folder in environment variables like c:/cygwin/bin.Name it Path . This should work.

You can refer this link also