Problem creating Android Image.

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

Problem creating Android Image.

825 Views
DatNguy
Contributor I

Hello,

I'm having trouble building the Android Image and was wondering if someone could help me out.  I followed the instruction per "i.MX Android R10.3 User Guide".  I built the uboot and uImage with no issue but when I tried to build the Android Image, I got the following error below.  Attached is most of the "make" output.

Thanks for the help in advance.

target Non-prelinked: libaudioquality (out/target/product/imx53_smd/symbols/system/lib/libaudioquality.so)

target Non-prelinked: libcts_jni (out/target/product/imx53_smd/symbols/system/lib/libcts_jni.so)

target Non-prelinked: libctspermission_jni (out/target/product/imx53_smd/symbols/system/lib/libctspermission_jni.so)

target Non-prelinked: libctsverifier_jni (out/target/product/imx53_smd/symbols/system/lib/libctsverifier_jni.so)

target Non-prelinked: libdvm_assert (out/target/product/imx53_smd/symbols/system/lib/libdvm_assert.so)

target Non-prelinked: libdvm_interp (out/target/product/imx53_smd/symbols/system/lib/libdvm_interp.so)

target Non-prelinked: libdvm_sv (out/target/product/imx53_smd/symbols/system/lib/libdvm_sv.so)

target Non-prelinked: libgl2jni (out/target/product/imx53_smd/symbols/system/lib/libgl2jni.so)

target Non-prelinked: libgldualjni (out/target/product/imx53_smd/symbols/system/lib/libgldualjni.so)

target Non-prelinked: libgljni (out/target/product/imx53_smd/symbols/system/lib/libgljni.so)

target Non-prelinked: libjnitest (out/target/product/imx53_smd/symbols/system/lib/libjnitest.so)

target Non-prelinked: libnfc (out/target/product/imx53_smd/symbols/system/lib/libnfc.so)

target Non-prelinked: libnfc_jni (out/target/product/imx53_smd/symbols/system/lib/libnfc_jni.so)

target Non-prelinked: libplatform_library_jni (out/target/product/imx53_smd/symbols/system/lib/libplatform_library_jni.so)

target Non-prelinked: libsampleplugin (out/target/product/imx53_smd/symbols/system/lib/libsampleplugin.so)

target Non-prelinked: libsimplejni (out/target/product/imx53_smd/symbols/system/lib/libsimplejni.so)

target Non-prelinked: libterm (out/target/product/imx53_smd/symbols/system/lib/libterm.so)

target Non-prelinked: libtestplugin (out/target/product/imx53_smd/symbols/system/lib/libtestplugin.so)

target Non-prelinked: libwnndict (out/target/product/imx53_smd/symbols/system/lib/libwnndict.so)

target Non-prelinked: lights.mahimahi (out/target/product/imx53_smd/symbols/system/lib/hw/lights.mahimahi.so)

target Non-prelinked: sensors.goldfish (out/target/product/imx53_smd/symbols/system/lib/hw/sensors.goldfish.so)

target Non-prelinked: sensors.herring (out/target/product/imx53_smd/symbols/system/lib/hw/sensors.herring.so)

target Non-prelinked: sensors.mahimahi (out/target/product/imx53_smd/symbols/system/lib/hw/sensors.mahimahi.so)

Target system fs image: out/target/product/imx53_smd/obj/PACKAGING/systemimage_intermediates/system.img

/bin/bash: Tools/android-sdk-linux/platform-tools:/home/daknguy/myandriod/out/host/linux-x86/bin:/home/daknguy/myandriod/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin:/home/daknguy/myandriod/development/emulator/qtools:/home/daknguy/myandriod/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin:/home/daknguy/myandriod/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin: No such file or directory

make: *** [out/target/product/imx53_smd/obj/PACKAGING/systemimage_intermediates/system.img] Error 127


Original Attachment has been moved to: 342-ErrorAndroidImage.odt

Tags (1)
0 Kudos
2 Replies

580 Views
daiane_angolini
NXP Employee
NXP Employee

double check your EXPORT CROSS_COMPILE 

0 Kudos

580 Views
KursadOney
NXP Employee
NXP Employee

Are you sure you have /bin/bash? That message sounds like you don't have bash installed. Android builds require bash.

0 Kudos