본문 바로가기

기술관련 자료는 따로 옮겨서 구성하기로..

아래 글은 여기 => http://bthinkr.tistory.com/51 

를 참고해 주세요. 일단 글은 남겨둠.



"ls", "rm" 과 같은 리눅스/유닉스에서 많이 쓰이는 실행 명령어를 사용할 수 있게 

CoreUtils for Windows 을 방문하여 설치하도록 하자.


아래 링크에서 개발환경을 구성하기 위해 따라하고 있는데, 

Getting Started with the ARM GCC Compiler on Windows for the STM32F4DISCOVERY Board


여기에서 언급한 이 부분은 아래와 같이, "Clean Project" 이런것을 수행할 때 Makefile 에 보면 "rm -f" 블라블라 이렇게 쓰여 있는데 Windows 개발환경에서도 문제 없이 쓰려면, 깔아두는 것이 건강에 좋다..머 이런것이다.

  1. Install ARM GCC from this website. Be sure to check "Add path to environment variable" on the last page of the wizard. (Reference)
  2. Install the GCC MAKE utilty from this link. Download the "Complete package, except sources" file. Accept defaults in the setup wizard. (Reference)
  3. Download and install the GNU utilities package for Windows. When finished, add the path to the folder containing the binaries to your system path. This installs the "rm" command so that the "Clean Project" option will work.


암튼 깔아보자. 이것도 머 그냥 "Next"만 눌러주면 끝이 난다.










설치 후에 해당 폴더에 가서, 자신있게 "ls" 를 쳐보자.

"dir"을 치지 않아도 되네..



=)



B로그0간

개발 관련 글과 유용한 정보를 공유하는 공간입니다.