ARM Cross Compilation Toolchain on x86 machine

Manohar Vanga manohar.vanga at gmail.com
Thu Jan 6 20:14:33 EST 2011


Hi,

I would suggest using ELDK. I have had an easy time setting it up in the
past.

$ wget ftp://ftp.denx.de/pub/eldk/4.2/arm-linux-x86/iso/arm-2008-11-24.iso
$ mount -o loop arm-2008-11-24.iso /mnt
$ cd /mnt
$ sudo ./install -d /opt/eldk-4.2

Now add "/opt/eldk-4.2/usr/bin/" to your PATH.  My preferred method is to
instead do

$ export CROSS_COMPILE=/opt/eldk-4.2/usr/bin/arm-linux-

and use the $CROSS_COMPILE variable when setting the toolchains in my
Makefiles. Hope this helps :-)

-- 
/manohar
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20110107/cf8f99c3/attachment.html 


More information about the Kernelnewbies mailing list