Fuzion24 / AndroidObfuscation-NDK

Example of obfuscating an Android NDK project using O-LLVM
216 stars 89 forks source link

arm-linux-androideabi-clang3.4-gcc - No such file or directory #3

Closed suresh-s closed 7 years ago

suresh-s commented 7 years ago

I have used expanded following .tar file in appropriate place

OSX-NDK-Obfuscator.tar.bz2

Then i executed build.sh, i got the following issue. Please help me to resolve the issue

$ ./build.sh

[armeabi] Compile : obfuscated <= obfuscationTest.c make: /Users/sureshs/Library/Android/sdk/ndk-bundle/toolchains/arm-linux-androideabi-clang3.4-obfuscator/prebuilt/darwin-x86_64/bin/arm-linux-androideabi-clang3.4-gcc: No such file or directory make: *** [obj/local/armeabi/objs/obfuscated/obfuscationTest.o] Error 1

Fuzion24 commented 7 years ago

it looks like /Users/sureshs/Library/Android/sdk/ndk-bundle/toolchains/arm-linux-androideabi-clang3.4-obfuscator/prebuilt/darwin-x86_64/bin/arm-linux-androideabi-clang3.4-gcc doesn't exist :P

suresh-s commented 7 years ago

arm-linux-androideabi-clang3.4-gcc should have been in this package OSX-NDK-Obfuscator.tar.bz2, Right?

It is not available in that package, could you give me the the correct package

suresh-s commented 7 years ago

I am not able to proceed further. Could you help me to resolve this?