Please help me out...Getting build issue

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Please help me out...Getting build issue

1,126件の閲覧回数
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 返信

863件の閲覧回数
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 件の賞賛
返信