cocos2d-x make: *** [clean-box2d_static-armeabi] Error 1

/cygdrive/d/android-ndk-r8e/build/core/build-binary.mk:52: recipe for target `clean-cocos_curl_static-armeabi’ failed
/bin/sh: -c: line 0: `rm -rf (TARGET_OBJS)’
/cygdrive/d/android-ndk-r8e/build/core/build-binary.mk:52: recipe for target `clean-cocos2dx_static-armeabi’ failed

Recent problems in eclipse when compiling cocos2d-x, baffled. At home there is no problem, the company does face this problem, the only difference Yes. android-ndk download the latest, a home with an older version.

 

I checked a lot of information, eventually found the problem:

A bug ndkr8e, modifications android-ndkr8e / build / core / build-binary.mk

Plain Text code

 

$(cleantarget): PRIVATE_CLEAN_FILES := ($(my)OBJS)

for:

$(cleantarget): PRIVATE_CLEAN_FILES := $($(my)OBJS

Reproduced in: https: //my.oschina.net/zhepama/blog/265031

Guess you like

Origin blog.csdn.net/weixin_33824363/article/details/91927348