How to download of 2009q1-203
#!/bin/sh
sudo mkdir /opt/codesourcery
cd /opt/codesourcery
sudo chown $USERNAME .
chmod g+ws .
umask 2
wget http://www.codesourcery.com/sgpp/lite/arm/portal/package4571/public/arm-none-linux-gnueabi/arm-2009q1-203-arm-none-linux-gnueabi-i686-pc-linux-gnu.tar.bz2
tar -xvf arm-2009q1-203-arm-none-linux-gnueabi-i686-pc-linux-gnu.tar.bz2
'Linux 일반' 카테고리의 다른 글
Oregon State University Open Source Lab site (0) | 2013.07.08 |
---|---|
vsftpd-3.0.2 업그레이드 하기. (0) | 2013.07.08 |
UBI file system remount (0) | 2013.05.06 |
checking whether the C compiler works... configure: error: cannot run C compiled programs. 에러 일때.. (0) | 2012.12.04 |
ubuntu 11.10에서 space key 가 안먹을때... (0) | 2012.11.06 |