Re: ARM Cross Compilation Toolchain on x86 machine

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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
_______________________________________________
Kernelnewbies mailing list
Kernelnewbies@xxxxxxxxxxxxxxxxx
http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies

[Index of Archives]     [Newbies FAQ]     [Linux Kernel Mentors]     [Linux Kernel Development]     [IETF Annouce]     [Git]     [Networking]     [Security]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux SCSI]     [Linux ACPI]
  Powered by Linux