0

我正在编译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 位

有人可以帮我解决这个问题吗?

4

1 回答 1

0

因此,问题出在 NTFS 分区上,即构建过程的输出目录不应位于 NTFS 分区中。

我创建了一个新的 ext-4 分区,一切顺利。

于 2014-09-12T05:23:33.753 回答