EP9302 Patch for SD/MMC

Hi,

i tried to apply the patch for SD/MMC…but when run the command

make ARCH=arm CROSS_COMPILE=arm-linux- uImage

i have this output

make: arm-linux-gcc: Command not found

CHK include/linux/version.h

make[1]: `include/asm-arm/mach-types.h’ is up to date.

CHK include/linux/utsrelease.h

CC arch/arm/kernel/asm-offsets.s

/bin/sh: arm-linux-gcc: command not found

make[1]: *** [arch/arm/kernel/asm-offsets.s] Error 127

make: *** [prepare0] Error 2

I think need the toolchain arm-linux-gcc, but where i find it and how to install?

Thanks

Best regards

You need an build or download an arm toolchain. There are a lot of pre-built toolchains, http://www.schnozzle.org/~coldwell/toolchain/.

I have installed a toolchain and now start the compiler…but show a message:

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

why the cmd “mkimage” is not found?

Thanks

Best regards

Hi andreascarlato,

The toolchain you have used is not capable to conver uImage from zImage, due to does not have “mkimage” tool.

You should ELDK (Embedded Linux Development Kit) to build linux kernel without any problem.

You can obtain ELDK from http://www.denx.de/wiki/DULG/ELDKDownloadARM

Sincerely

Bolat DINC