2010/12/15 Paul Li exli@marvell.com:
Hi, Thank you for your help and I get http://releases.linaro.org/platform/linaro-m/headless/final/linaro-m-headles... , I logged into it and found there is not GCC, so I want to install it and where can I get the Linaro GCC deb binary package? Does the Linaro GCC patches have pushed to upstream open source GCC, so I just 'sudo apt-get install GCC'?
yes, in maverick repo the default compiler for ARM is linaro + a few ubuntu patches, so just use gcc as usual.
If you need the linaro cross compiler, it's also available directly from the archive, e.g. + g++-arm-linux-gnueabi + gcc-arm-linux-gnueabi
etc.