我正在编译android源代码。命令是
aosp_hammerhead-userdebug
export OUT_DIR_COMMON_BASE=/media/entertainment/out
make -j4 otapackage
在构建过程中,一段时间后发生错误:
target Symbolic: libz (/media/entertainment/out/androidworkingDIR/target/product/hammerhead/symbols/system/lib/libz.so)
/bin/bash: /media/entertainment/out/androidworkingDIR/host/linux-x86/bin/acp: Permission denied
make: *** [/media/entertainment/out/androidworkingDIR/target/product/hammerhead/symbols/system/lib/libz.so] Error 126
make: *** Waiting for unfinished jobs....
target StaticLib: libc (/media/entertainment/out/androidworkingDIR/target/product/hammerhead/obj/STATIC_LIBRARIES/libc_intermediates/libc.a)
供您参考:
我在 /media/entertainment/ 中拥有正常的用户访问权限(读/写)
我正在使用 Ubuntu 12.04 64 位
有人可以帮我解决这个问题吗?