02-28-06 12:51 PM
I have to write the code to cross compile a kernel for the ARM arch. in
a makefile .I found from the net that after configuring the kernel with
the help of menuconfig ,one can cross compile it by the command make
ARCH=arm CROSS_COMPILE=arm-elf- Image
Kindly help me how to incorporate this into a makefile ...
[ Post a follow-up to this message ]
|