0% found this document useful (0 votes)
180 views4 pages

Code Sourcery ARM Toolchain 2011.09 - ARM Toolchain Download

The document provides instructions for downloading and installing the Code Sourcery ARM toolchain version 2011.09. It recommends downloading the binary installer from Mentor Graphics' website and extracting it to the /opt/codesourcery directory. It also describes creating the codesourcery directory, setting permissions, and walking through the installer wizard to complete the installation.

Uploaded by

raja
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
180 views4 pages

Code Sourcery ARM Toolchain 2011.09 - ARM Toolchain Download

The document provides instructions for downloading and installing the Code Sourcery ARM toolchain version 2011.09. It recommends downloading the binary installer from Mentor Graphics' website and extracting it to the /opt/codesourcery directory. It also describes creating the codesourcery directory, setting permissions, and walking through the installer wizard to complete the installation.

Uploaded by

raja
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 4

Code Sourcery ARM Toolchain 2011.09 | ARM Toolchai... https://developer.ridgerun.com/wiki/index.php/Code_S...

Code Sourcery ARM toolchain 2011.09

Contents
About Mentor Embedded / Code Sourcery
Downloading toolchain
Creating directory to hold toolchain
Using bash instead of dash
Installing toolchain

About Mentor Embedded / Code Sourcery


From codesourcery.com (http://www.codesourcery.com/company/index_html): CodeSourcery builds software tools that enable
its customers to get the most out of hardware platforms ranging from embedded devices to supercomputers. CodeSourcery's
products and services deliver on the promise of open-source software and open standards. Founded in 1997.

From mentor.com (http://www.mentor.com/company/news/mentor-integrated-development-environment-gnu-toolchain):


Mentor acquired from Code Sourcery in November 2010.

Downloading toolchain
The following binary installer is recommended for adding the toolchain to your host computer.

https://sourcery.mentor.com/public/gnu_toolchain/arm-none-linux-gnueabi/arm-2011.09-70-arm-none-linux-gnueabi.bin

Creating directory to hold toolchain


Run the following commands to create the directory to hold the toolchain and allow anyone to write to that directory.

sudo mkdir -p /opt/codesourcery


sudo chmod ugo+wrx /opt/codesourcery

After you install the toolchain, you can make the directory non-writable if you so desire.

Using bash instead of dash


By default on Ubuntu systems, /bin/sh is linked to /bin/dash and that causes problems with certain versions of the toolchain and
some SDK build scripts. Run the following commands to switch to using bash:

sudo rm /bin/sh
sudo ln -s /bin/bash /bin/sh

Installing toolchain
After downloading the toolchain, set the execution permission and run the installer

1 of 4 10/09/21, 18:01
Code Sourcery ARM Toolchain 2011.09 | ARM Toolchai... https://developer.ridgerun.com/wiki/index.php/Code_S...

chmod ugo+x arm-2011.09-70-arm-none-linux-gnueabi.bin


./arm-2011.09-70-arm-none-linux-gnueabi.bin

You will see a welcome screen:

Press Next.

Accept the license, and press Next.

Review the components that are included with the toolchain and press Next.

2 of 4 10/09/21, 18:01
Code Sourcery ARM Toolchain 2011.09 | ARM Toolchai... https://developer.ridgerun.com/wiki/index.php/Code_S...

Select Typical install and press Next.

Change the install location to

/opt/codesourcery/arm-2011.09

and press Next.

Change option to Do not modify PATH. and press Next.

3 of 4 10/09/21, 18:01
Code Sourcery ARM Toolchain 2011.09 | ARM Toolchai... https://developer.ridgerun.com/wiki/index.php/Code_S...

Select Don't create links and press Next.

Review summary information and press Install.

Press Done when the installation is complete.

Retrieved from "http://developer.ridgerun.com


/wiki/index.php?title=Code_Sourcery_ARM_toolchain_2011.09&oldid=14646"

This page was last edited on 22 September 2017, at 14:04.

4 of 4 10/09/21, 18:01

You might also like