Tool/software: Linux
Can you forward the following questions in regards to the latest Android (building the source) issue that I am seeing on my setup.
I have loaded the latest PROCESSOR-SDK-ANDROID-AM57X 04_02_00_09 (http://software-dl.ti.com/processor-sdk-android/esd/AM57X/latest/index_FDS.html)
Build SDK reference: http://processors.wiki.ti.com/index.php/Processor_SDK_Android_Building_The_SDK
The issue I am having is that I have run into several build issues when building the AOSP (I can build linux and u-boot successfully)
Compile Error #1 - ninja: error: '/arch/arm/boot/zImage', needed by 'out/target/product/am57xevm/kernel', missing and no known rule to make it
Workaround: exported TARGET_PREBUILT_KERNEL to point to the local kernel build I built successfully.
Compile Error #2 –
ninja: error: '/drivers/scsi/scsi_mod.ko', needed by 'out/target/product/am57xevm/recovery.img', missing and no known rule to make it
11:51:39 ninja failed with: exit status 1
Is there something missing in the steps provided in the TI wiki to build the AOSP successfully?
Thank you!