<windows> Errors with Cygwin in Eclipse

Hi,

I want to use cocos2d-x to make a game as my final grade project, but I’m trying to solve a some issues from a few days ago.

I’m trying to run TestCpp but i have these errors on Windows7 32bits:

“bash C:/Users/David/Downloads/cocos2d-x-2.2.2/cocos2d-x-2.2.2/samples/Cpp/TestCpp/proj.android/build_native.sh
bash.exe: warning: could not find /tmp, please create!
bash: line 0: igncr: invalid option name
NDK_ROOT = C:\Users\David\Downloads\android-ndk-r9c-windows-x86\android-ndk-r9c
COCOS2DX_ROOT = C:\Users\David\Downloads\cocos2d-x-2.2.2\cocos2d-x-2.2.2\samples\Cpp\TestCpp\proj.android/…/…/…/…
APP_ROOT = C:\Users\David\Downloads\cocos2d-x-2.2.2\cocos2d-x-2.2.2\samples\Cpp\TestCpp\proj.android/…
APP_ANDROID_ROOT = C:\Users\David\Downloads\cocos2d-x-2.2.2\cocos2d-x-2.2.2\samples\Cpp\TestCpp\proj.android
Using prebuilt externals
C:\Program Files\dxgettext\bash.exe (3792): *** couldn’t allocate cygwin heap, Win32 error 0, base 0x820000, top 0x82C000, reserve_size 49152, allocsize 49152, page_const 4096”

And the bash.exe crashes.

I try almost all that I could see on the net, but it still doesn’t work.

Can anybody help me? Thanks in advance. :slight_smile:

instead of
NDKROOT = C:\Users\David\Downloads\android-ndk-r9c-windows-x86\android-ndk-r9c
type
NDK_ROOT="/cygdrive/c/adt-bundle-windows-x86_64/**"

for all paths
When this works let me know

Thank you so much for the answer. I typed “/cygdrive/c/adt-bundle-windows-x8664/***” without the “” but is still don’t work. I have to write the *** or something instead it? Thanks again!

for all u have to write /cygdrive/your path
** is the further path k bro