개요.
- 윈도우용 make, rm 실행프로그램.
- 윈도우용 GCC Arm toolchain 에서 make, rm 을 배포하지 않고 있어서, 별도로 설치하는것임.
관리사이트 : https://gnu-mcu-eclipse.github.io/windows-build-tools/
설치.
설치, 다운로드 안내 사이트 : https://gnu-mcu-eclipse.github.io/windows-build-tools/install/
상기 주소의 설명에 의하면, xPack 기반한 설치방식과 zip 파일 다운로드 받는 2가지 방식이 있다.
수동설치하려면, git hub https://github.com/gnu-mcu-eclipse/windows-build-tools/releases 에서 운영체제 비트수에 해당하는 것을 다운로드 받는다.
다운받은 파일 압축풀고 Program Files 에 배치하기.
윈도우 운영체제 환경변수에 path 추가하기.
- 재부팅해야 path 적용된다.
끝.
참고.
아래 사이트의 설명은 다운로드 받은 파일들을 사용자 폴더에 배치라하라는 설명인데, 이대로 하지 않아도 된다. 상기 설명대로 Program Files 에 배치하고 path 설정해주는게 더 편하다.
Unpack the archive and copy it into the %userprofile%\AppData\Roaming\GNU MCU Eclipse
(for example C:\Users\ilg\AppData\Roaming\GNU MCU Eclipse
) folder.
Note: although perfectly possible to install the build tools in any folder, it is highly recommended to use this path, since by default the plug-in searches for the executable in this location.
///1681
'임베디드.일렉트로닉스' 카테고리의 다른 글
nRFgo Studio. 다운로드. 설치. (0) | 2018.06.04 |
---|---|
이클립스. ARM GCC toolchain, Build Tools path 설정. (0) | 2018.06.04 |
이클립스. Device Family Pack 설치. 예. nordic nRF5x 시리즈. (0) | 2018.06.03 |
GNU MCU Eclipse plugin 설치. (0) | 2018.06.03 |
GNU Arm Embedded Toolchain. 다운로드. 설치. 설정. (0) | 2018.06.03 |
댓글