c++ - Android build Error on OSX 10.8.5: cp: the -R and -r options may not be specified together -


i'm trying compile android fs, on osx 10.8.5, , i'm getting error seems related fact build being done on osx.

i did brew installations , compilation being done on case-sensitive fs, yet i'm getting 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: -r , -r options may not 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 unfinished jobs....

any ideas?

i know -r can solve issue, build being done scripts , it'll hard change spots -avr -avr!! i'm looking way replace cp command more linux command....

so got answer conundrum:

the makefile & main.mk located in build/core

are rogue files made trouble, hope this'll someone.


Comments

Popular posts from this blog

PHPMotion implementation - URL based videos (Hosted on separate location) -

javascript - Using Windows Media Player as video fallback for video tag -

c# - Unity IoC Lifetime per HttpRequest for UserStore -