Compile error while I run "make 2>&1 | tee build-log.txt"

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

Compile error while I run "make 2>&1 | tee build-log.txt"

跳至解决方案
1,531 次查看
wangtsungli
Contributor IV

Hi all,

I'm using Android 6.0 to build my first image.

I was following with the document called "Andoird_User's_Guide.pdf" .

But now when I'm doing "make 2>&1 | tee build-log.txt" it will give me the following error below.

target thumb C: libcrypto <= external/boringssl/src/crypto/x509v3/v3_utl.c
target SharedLib: libcrypto (out/target/product/sabresd_6dq/obj/SHARED_LIBRARIES/libcrypto_intermediates/LINKED/libcrypto.so)
target Unpacked: libcrypto (out/target/product/sabresd_6dq/obj/SHARED_LIBRARIES/libcrypto_intermediates/PACKED/libcrypto.so)
target Symbolic: libcrypto (out/target/product/sabresd_6dq/symbols/system/lib/libcrypto.so)
target Strip: libcrypto (out/target/product/sabresd_6dq/obj/lib/libcrypto.so)
make: *** No rule to make target `out/target/product/sabresd_6dq/obj/SHARED_LIBRARIES/libwpa_client_intermediates/export_includes', needed by `out/target/product/sabresd_6dq/obj/SHARED_LIBRARIES/libhardware_legacy_intermediates/import_includes'. Stop.

How was this happen?

Thanks in Advanced.

标签 (2)
0 项奖励
回复
1 解答
1,323 次查看
wangtsungli
Contributor IV

I check with the other source code then I had found that I miss some files while I push my source code on git.

So I tried to compare it with the other source code and copy everything that I miss then build it again.

It solve my problem now.

在原帖中查看解决方案

0 项奖励
回复
1 回复
1,324 次查看
wangtsungli
Contributor IV

I check with the other source code then I had found that I miss some files while I push my source code on git.

So I tried to compare it with the other source code and copy everything that I miss then build it again.

It solve my problem now.

0 项奖励
回复