<div>Hi,</div><div><br></div><div>I would suggest using ELDK. I have had an easy time setting it up in the past.</div><div><br></div>$ wget <a href="ftp://ftp.denx.de/pub/eldk/4.2/arm-linux-x86/iso/arm-2008-11-24.iso">ftp://ftp.denx.de/pub/eldk/4.2/arm-linux-x86/iso/arm-2008-11-24.iso</a><div>

$ mount -o loop arm-2008-11-24.iso /mnt</div><div>$ cd /mnt</div><div>$ sudo ./install -d /opt/eldk-4.2</div><div><br></div><div>Now add &quot;/opt/eldk-4.2/usr/bin/&quot; to your PATH.  My preferred method is to instead do</div>

<div><br></div><div>$ export CROSS_COMPILE=/opt/eldk-4.2/usr/bin/arm-linux-</div><div><br></div><div>and use the $CROSS_COMPILE variable when setting the toolchains in my Makefiles. Hope this helps :-)</div><meta http-equiv="content-type" content="text/html; charset=utf-8"><div>

<div><pre style="padding-top: 0.1em; padding-right: 0.1em; padding-bottom: 0.1em; padding-left: 0.1em; margin-left: 1em; margin-top: 0.5em; margin-bottom: 0.5em; background-color: rgb(240, 240, 240); "></pre><p style="font-family: verdana, helvetica, arial, sans-serif; line-height: 19px; font-size: 15.6px; ">

</p>-- <br>/manohar<br>
</div></div>