Build Your Own ARM Cross Compiler Toolchain – Revision
Refer to my article which I failed to compile the GNU ARM toolchain on Ubuntu. Now the problem was resolved by one of our member in the forums (please see the full post here). He created an automatic script called GNU ARM Installer (download gnu-arm-installer.tar.gz here). You can build the cross compiler for ARM with simple steps:
tar xzf gnu-arm-installer.tar.gz cd gnu-arm-installer ./gnu-arm-installer.sh
If it is done you will get the toolchain in gnu-arm-installer/install. It is simple but power script.
hi,
wel i hav all the gcc-4.1 tool chain packages, but i wanna keep the my linux native separate i.e my tool chain for compilin in win plat separate !! by runnin the gnu-arm-installer , is it gonna effect or how is it..?