Search Results for 'ARM'


2 POSTS

  1. 2009/03/01 Working with ARM toolchain on OSX(intel)
  2. 2007/02/06 공부하자...

Working with ARM toolchain on OSX(intel)

Posted 2009/03/01 15:53 by kdsoo
First of all I'm not the owner of this toolchain, so my description could be wrong.(don't blame me plz)

1. Downloading toolchain
You can download expecting toolchain from following URL:
http://www.mikrocontroller.net/articles/ARM_GCC_toolchain_for_Linux_and_Mac_OS_X

For me, I picked up "uild 2 - Mac OS X Intel (32 MB) (compiled by Darrik Spaude)" this one.
(Because I'm Intel mac user. MBP and MBA)

2. Install procedure
No need to install it :)
just untar (unbz2 also) the archive like this.
tar xjvf arm-toolchain-macosx-intel-2.tar.bz2

After that you can get your "arm" directory

For me, I moved that to root directory. I mean at the top of filesystem.

Then we have /arm directory.

3. Get included in your path.
you can use arm gcc just typing arm-....gcc if you include your toolchain directory path
in your $PATH environment variable.
Let's assume that you are using bash.
Repeat as following.

vi ~/.bash_profile

and add following line at the terminal of the file.

export PATH=/arm/bin:$PATH

After that you can use your ARM toolchain without typing full path at every path of your terminal.


Enjoy your dev life :)
P.S) I haven't tested on target board whether it is working or not.
I've gotta no arm target board at home ;(

저작자 표시 비영리 동일 조건 변경 허락
크리에이티브 커먼즈 라이선스
Creative Commons License

Tag : ARM, GCC, toolchain

공부하자...

Posted 2007/02/06 17:13 by kdsoo
머리가 돌이 된 것 같아서 복습을 할 겸 지금까지 공부한 것 중에

회사와 관련된 부분을 다시 공부하기로 한다. (책이 남아있는 것을 위주로 =ㅅ=)


1. ARM
- ARM System developer's guide

2. Bluetooth
- Bluetooth connect without cables

3. Messaging
- Mobile messaging technologies and services <= 이건 첨 읽는 책임

4. 영상처리
- 디지털영상처리..곤잘레스 <= 이것도 첨 읽는 책임 (영상처리는 한번도 본적이 없어서 복습이 아님 ㅠ.ㅠ)




이 네권을 6월까지 떼는거로 하자.

너무 느슨한가 =ㅅ=;;;

양산 일정도 껴있고 하니....약간은 널널하게 스케쥴링을..
크리에이티브 커먼즈 라이선스
Creative Commons License

Tag : ARM, 블루투스, 스터디, 영상처리