Hello,
I am working on the construction of my own images for Android running on the i.mx51 ard board, and I am getting some problems that don't let me continue working.
I am following the i.mx android R10.3 User guide manual.
From the beginning I have had problems with some steps, at least I have reach the step of the creation of U-boot and here is where I get stuck.
$ cd ~/myandroid/bootable/bootloader/uboot-imx
$ export ARCH=arm
$ export CROSS_COMPILE=~/myandroid/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/arm-eabi- (I have change this directory)
Command to build for i.MX51 ard board is:
$ make distclean
$ make mx51_ard_android_config
Everything works until this point:
$ make
I receive the following error:
Makefile:338: *** multiple target patterns. Halt.
I would appreciate any kind of help.
Regards.
Iker