Please help me out...Getting build issue

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Please help me out...Getting build issue

688 Views
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

Labels (3)
0 Kudos
1 Reply

425 Views
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 Kudos