Getting CodeSourcery Toolchain
From AragoWiki
(Difference between revisions)
(latest release) |
|||
| Line 1: | Line 1: | ||
| - | [http://www.codesourcery.com/ CodeSourcery] Sourcery G++ Lite toolchain for ARM GNU/Linux EABI processors is used for this project. The binary distribution for ''' | + | [http://www.codesourcery.com/ CodeSourcery] Sourcery G++ Lite toolchain for ARM GNU/Linux EABI processors is used for this project. The binary distribution for '''2011.03-42''' version is available here: |
https://sourcery.mentor.com/sgpp/lite/arm/portal/release1802 | https://sourcery.mentor.com/sgpp/lite/arm/portal/release1802 | ||
Revision as of 17:23, 10 May 2012
CodeSourcery Sourcery G++ Lite toolchain for ARM GNU/Linux EABI processors is used for this project. The binary distribution for 2011.03-42 version is available here:
https://sourcery.mentor.com/sgpp/lite/arm/portal/release1802
Use one of the available package formats and install it on your system, preferably in the /opt/arm-2009q1 directory, which would require root permissions on most Linux systems. Alternatively, it can be installed in user’s home directory. Just make sure that toolchain bin directory is in your PATH.
NOTE: For x86_64 systems you will probably also need to install the ia32-libs package to install the CodeSourcery Toolchain. This was verified on Ubuntu 10.04.

