首先可至這下載 http://www.handhelds.org/downloads.html
接著輸入
[root@localhost Toolchain]# cp hybus-arm-linux-R1.1.tar.gz /usr/local/
[root@localhost Toolchain]# cd /usr/local/
[root@localhost local]# tar zxvf hybus-arm-linux-R1.1.tar.gz
[root@localhost local]# vi ~/.bash_profile
將hybus-arm-linux-R1.1.tar.gz 移動至/usr/local解壓縮。
# .bash_profile
# Get the aliases and functions
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi
# User specific environment and startup programs
PATH=$PATH:$HOME/bin:=/usr/local/hybus-arm-linux-R1.1/bin:.
export PATH
unset USERNAME
用vi開啟~/.bash_profile,並加入PATH=/usr/local/hybus-arm-linux-R1.1/bin此路徑。陷在則可以在任何目錄下開啟/usr/local/hybus-arm-linux-R1.1/bin。
[root@localhost local]# source ~/.bash_profile