Hi,
When I try to compile the kernel using the below command:
make ARCH=arm CROSS_COMPILE=arm_v5t_le- uImage
There always gives me an error like
**************************************
SYSMAP System.map
SYSMAP .tmp_System.map
OBJCOPY arch/arm/boot/Image
Kernel: arch/arm/boot/Image is ready
GZIP arch/arm/boot/compressed/piggy.gz
AS arch/arm/boot/compressed/piggy.o
LD arch/arm/boot/compressed/vmlinux
OBJCOPY arch/arm/boot/zImage
Kernel: arch/arm/boot/zImage is ready
UIMAGE arch/arm/boot/uImage
"mkimage" command not found - U-Boot images will not be built
Image arch/arm/boot/uImage is ready
**********************************************
Although Image and zImage can be created, uImage can not. How can I solve this problem?
Ferhat OLGUN