Hello, I follow https://www.udoo.org/docs-neo/Advanced_Topics/Compile_Android_From_Source.html this instruction to make source code I used VMWare with ubuntu 14.04 Memory 2GB and number of processor core =2 after sync repo, I used below steps for make ->export ARCH=arm ->source build/envsetup.sh ->lunch udooneo_6sx-eng ->make It shows me logs like, PLATFORM_VERSION_CODENAME=REL PLATFORM_VERSION=6.0.1 TARGET_PRODUCT=full TARGET_BUILD_VARIANT=eng TARGET_BUILD_TYPE=release TARGET_BUILD_APPS= TARGET_ARCH=arm TARGET_ARCH_VARIANT=armv7-a TARGET_CPU_VARIANT=generic TARGET_2ND_ARCH= TARGET_2ND_ARCH_VARIANT= TARGET_2ND_CPU_VARIANT= HOST_ARCH=x86_64 HOST_OS=linux HOST_OS_EXTRA=Linux-4.4.0-148-generic-x86_64-with-Ubuntu-14.04-trusty HOST_BUILD_TYPE=release BUILD_ID=MOB31K OUT_DIR=out including ./prebuilts/qemu-kernel/x86/ pc-bios/Android.mk ... including ./prebuilts/sdk/Android.mk ... No private recovery resources for TARGET_DEVICE udooneo_6sx build/core/main.mk:1038: warning: overriding commands for target `clean' external/tools/iw/Makefile:126: warning: ignoring old commands for target `clean' make: *** No rule to make target `out/host/linux-x86/obj/STATIC_LIBRARIES/libutils_intermediates/export_includes', needed by `out/host/linux-x86/obj/EXECUTABLES/validatekeymaps_intermediates/import_includes'. Stop. #### make failed to build some targets (46 seconds) #### How i solve this issue?? Thanks,