لطفا کدهات رو تو تگ کد بذار. اینجوری:Tested with Ubuntu 8.10/9.04/9.10 (Other Linux package might be fine to build Linux Kernel)
1. copy the cross tools arm-linux-gcc-4.3.2.tgz, (position: CD:/linux/) to /tmp folder.
# cd /tmp
# mkdir /usr/local/arm
# sudo tar arm-linux-gcc-4.3.2.tgz –C /
Notice, you should use the root user to do it.
2. Add Path in your environment file
Modify your ~/.bashrc file to add a new path with editor (gedit or vi)
PATH=$PATH:/usr/local/arm/4.3.2/bin/arm-none-linux-gnueabi-gcc
To apply this change, login again or restart the .bashrc
# source .bashrc
3. Check the tool-chain path to see if it is set up correctly, whether it show gcc version 4.3.2
# arm-none-linux-gnueabi-gcc –v