Hello There, 

I am trying to build AOSP 4.2.2 source code for i.MX6 platform and I have 
added the necessary device and build files to the device structure. When I 
am building the AOSP Jelly Bean release 4.2.2, I am getting a few errors.

1) The platform version shows some long string - 
PLATFORM_VERSION=4.2.2.2.2.2.2.2.2.2

2) I get an following error when I do a make 

make: *** No rule to make target 
`out/target/product/wandboard/obj/SHARED_LIBRARIES/libwpa_client_intermediates/export_includes',
 
needed by 
`out/target/product/wandboard/obj/SHARED_LIBRARIES/libandroid_runtime_intermediates/import_includes'.
  
Stop.

I manually created the folder 
"out/target/product/wandboard/obj/SHARED_LIBRARIES/libwpa_client_intermediates/"
 
and do a "touch export_includes" and touch "import_includes" to create a 
zero byte files. Then the compilation proceeds further.

3) After some compilation - it gets stuch at the following error.

*make: *** No rule to make target 
`out/target/product/wandboard/obj/lib/libwpa_client.so', needed by 
`out/target/product/wandboard/obj/SHARED_LIBRARIES/libhardware_legacy_intermediates/LINKED/libhardware_legacy.so'.
  
Stop.
*
Can any one guide about resolving this error ? 

Thanks and Regards
Santosh

-- 
-- 
unsubscribe: android-porting+unsubscr...@googlegroups.com
website: http://groups.google.com/group/android-porting

--- 
You received this message because you are subscribed to the Google Groups 
"android-porting" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-porting+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to