how to compile .c file in miniarm2440 kit

rahul s
Hi,
    I develope some c code.
     How can I compile that c file in miniarm 2440 kit.

Juergen Beisert
Install the cross toolchain from the Mini2440's CD on your host, compile
your C code with this compiler and transfer the binary result to the
Mini2440. To make development more fun you should search the web for
keywords like 'NFSroot' and build systems like 'buildroot' or 'PTXdist'.