EmbeddedRelated.com
Forums
The 2024 Embedded Online Conference

Compilation Err: "mkimage" command not found - U-Boot images will not be built

Started by pratibha_275 May 18, 2009
Hi all,

I the buildroot compilation I am getting the following error at the end. Can anybody tell me the reason please?

/*************************************************************/
arch/arm/boot/compressed/piggy.o
CC arch/arm/boot/compressed/misc.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
make[1]: Leaving directory `/root/build/buildnew/project_build_arm/AT91/linux-2.6.26'
cp -pf /root/build/buildnew/project_build_arm/AT91/linux-2.6.26/arch/arm/boot/uImage /root/build/buildnew/binaries/AT91/arm-linux-2.6.26-20090516.gz
cp: cannot stat `/root/build/buildnew/project_build_arm/AT91/linux-2.6.26/arch/arm/boot/uImage': No such file or directory
make: *** [/root/build/buildnew/binaries/AT91/arm-linux-2.6.26-20090516.gz] Error 1
/***************************************************************/

On Mon, 18 May 2009 05:28:19 -0000
"pratibha_275" wrote:
> I the buildroot compilation I am getting the following error at the
> end. Can anybody tell me the reason please?

Do you have u-boot configured? I'm using u-boot-1.2.0-atmel, and I get:

danlyke@danhplaptop:~/code/buildroot$ find . -iname '*mkimage*' -print
./project_build_arm/at91sam9261ek/u-boot-tools/mkimage
./project_build_arm/at91sam9261ek/u-boot-1.2.0-atmel/tools/mkimage
./project_build_arm/at91sam9261ek/u-boot-1.2.0-atmel/tools/mkimage.o
./project_build_arm/at91sam9261ek/u-boot-1.2.0-atmel/tools/mkimage.c
./build_arm/staging_dir/usr/bin/mkimage

(That last one is the one that's going to get executed)

Dan

The 2024 Embedded Online Conference