Make: *** [clean-box2d_static-armeabi] Error 1
By: ethereal sky | Date: June 7, 2013 | Categories:
Cocos2d-x
/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 occurred when compiling the cocos2d-x in eclipse cannot be solved. There is no problem at home. The only difference is that this problem occurs in the company. Android-ndk is the latest version, and the old version is used at home.
I checked a lot of information and finally found the problem:
A bug with ndkr8e, modifying android-ndk-r8e/build/CORE/build-binary.mk
Plain text code
$ (Cleantarget): private_clean_files: = ($ (my) objs) |
Is:
$ (Cleantarget): private_clean_files: = $ (my) objs |