Step 1) download : http://www.codesourcery.com/sgpp/lite/arm/portal/subscription?@template=lite
. 작성당시의 버전 : arm-2009q3-67-arm-none-linux-gnueabi-i686-pc-linux-gnu.tar
Step 2) 설치$ tar xvf arm-2009q3-67-arm-none-linux-gnueabi-i686-pc-linux-gnu.tar
$ mv arm-2009q3 ~/bin/
$ mv arm-2009q3 ~/bin/
Step 3) Path 설정
. $HOME/.bashrc 파일을 수정
Step 4) 설치 확인ARM_HOME=$HOME/bin/arm-2009q3
exoprt PATH=$PATH:$ARM_HOME/bin
$ source .bashrc
exoprt PATH=$PATH:$ARM_HOME/bin
$ source .bashrc
$ arm-none-linux-gnueabi-gcc --version
arm-none-linux-gnueabi-gcc (Sourcery G++ Lite 2009q3-67) 4.4.1
Copyright (C) 2009 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
arm-none-linux-gnueabi-gcc (Sourcery G++ Lite 2009q3-67) 4.4.1
Copyright (C) 2009 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
trackback from: Linux - 서버(콘솔창)에서 메일보내기
답글삭제]$ mail 보낼메일주소 엔터 Subject: 제목입력후 엔터 내용입력후 엔터 . <-- 마침표 찍기 엔터 Cc: 참조로 보낼 메일주소 엔터 하면 메일 보내짐..