Ubuntu has pre-packaged cross-compilers for ARM directly in the archive since Ubuntu 10.10, so you shouldn’t need any special repository with recent Ubuntu releases; just
sudo apt-get install gcc-arm-linux-gnueabi.
If you’re running Ubuntu 10.04, there are backports of this
cross-toolchain in a PPA maintained by Linaro:
sudo add-apt-repository ppa:linaro-maintainers/toolchain
sudo apt-get update
sudo apt-get install gcc-arm-linux-gnueabi
Can any one please explain me how to install toolchain for arm in ubuntuThank You