Please help me out...Getting build issue

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

Please help me out...Getting build issue

1,102 次查看
rakeshpatil
Contributor I

I am trying to make image:

Commands:

 

$ source build/envsetup.sh

$ lunch sabresd_6dq-user

$ make systemimage

 

Getting error as:

 

make: *** No rule to make target `out/target/product/sabresd_6dq/obj/SHARED_LIBRARIES/libRS_intermediates/export_includes', needed by `out/target/product/sabresd_6dq

/obj/SHARED_LIBRARIES/libhwui_intermediates/import_includes'.  Stop.

 

Attached the full log for reference.

 

Android source code base : android-4.4.3_r1

i.MX Android release package : android_KK4.4.3_2.0.0-ga_core

Ubuntu 14.04, 64bit

 

Please let me know the solution for this issue.

Thanks a lot.

Rakesh

Original Attachment has been moved to: build_sabresd_6dq_android.log.zip

标签 (3)
0 项奖励
回复
1 回复

839 次查看
gusarambula
NXP TechSupport
NXP TechSupport

Hello Rakesh Patil,

I’m sorry to hear you’re having trouble building the Android BSP.

Which image are you building? If you want to build the SABRE 6D/Q User image you should run just make after setting the specs with lunch.

$ cd ~/myandroid

$ source build/envsetup.sh

$ lunch sabresd_6dq-user

$ make 2>&1 | tee build_sabresd_6dq_android.log

Let us know if these commands help.

0 项奖励
回复