+++ Sukumar Ghorai [2013-04-23 17:26 +0530]:
Hi, I am looking for pre-build (binary, tar) GCC for native ARM e.g. I need to use in Angstrom FS and �panda board to compile the code.
I didn't see you get any answers, so...
Debian and Ubuntu have these, but only in .deb format (which is not hard to unpack manually), and not the latest Linaro builds, (but probably not too far behind). If that's any use to you then you can find them here:
http://packages.debian.org/experimental/armhf/gcc-4.7 (4.7.3) http://packages.debian.org/experimental/armhf/gcc-4.8 (4.8.0) https://launchpad.net/~ubuntu-toolchain-r/+archive/test/+build/4510858 (4.7.3) https://launchpad.net/ubuntu/+source/gcc-4.8/4.8.0-4ubuntu2/+build/4522964 (4.8.0)
If you installed a linaro image on your panda board then apt-get install gcc would install a toolchain for you. (probably better to install build-essential)
Wookey