This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

support for android build on MAC OSX

'm trying to compile Android FS, on OSX 10.8.5, and I'm getting an error that seems related to the fact that the build is being done on OSX.

I did all the brew installations and the compilation is being done on a case-sensitive FS, yet I'm getting the following:

target arm C++: libwebrtc_apm <= out/target/product/generic/obj/STATIC_LIBRARIES/libwebrtc_apm_intermediates/proto/external/webrtc/src/modules/audio_processing/test/unittest.pb.cc Symlink: out/target/product/generic/system/vendor/lib/libbltsville_cpu.so -> ./libbltsville_ticpu.so Symlink: out/target/product/generic/system/vendor/lib/libbltsville_ticpu.so -> ./libbltsville_ticpu.2.1.0.0.so Install: out/host/darwin-x86/bin/minigzip cp: the -R and -r options may not be specified together. make: * [out/target/product/generic/system/vendor/lib/libbltsville_ticpu.so] Error 1 make: * Deleting file `out/target/product/generic/system/vendor/lib/libbltsville_ticpu.so' make: * Waiting for unfinished jobs....

How can I compile an Android build for the 5432EVM on OSX?