mmm錯誤:沒有規(guī)則可以創(chuàng)建 需要的目標(biāo)(No rule to make target)
使用mmm編譯android源碼,出現(xiàn)錯誤:
[plain] view plain copy
make:進入目錄'/home/jinsheng/android4.4_src'
make: *** 沒有規(guī)則可以創(chuàng)建“out/target/product/generic/obj/EXECUTABLES/dex2oatd_intermediates/import_includes”需要的目標(biāo)“out/target/product/generic/obj/SHARED_LIBRARIES/libartd-compiler_intermediates/export_includes”。 停止。
make:離開目錄“/home/jinsheng/android4.4_src”
搜索對應(yīng)的英文錯誤:mmm No rule to make target,解決方案:http://stackoverflow.com/questions/20490107/building-android-source-error-when-executing-mm
使用mm -B編譯