>It is a little bit ambiguous as to which compiler should be used to build
>this image-- the gcc native to the host or the arm-linux-gcc we just
>built. Intel calls for something like this:
It's the latter one you need.
> Don't we need to edit or configure the make to
> build an arm target and produce a zImage in linux/arch/arm/boot?
Yes. This is the definition of CROSS_COMPILE in linux/Makefile. Set it to
something like "arm-linux-" and make sure `arm-linux-gcc' is in your PATH.
p.
unsubscribe: body of `unsubscribe linux-arm' to [EMAIL PROTECTED]