EClips CDT 설치

  1. Download JRE. Here, Win64-8U202

    https://www.java.com/ko/download/manual.jsp

  2. System 환경 변수 Path 에 JRE bin 디렉토리 추기하기

  3. JRE version 확인하기

     c:\>jave -version
    
  4. Eclips 최신 버전 다운로드

    Eclipse

    자바가 실행되지 않을때
    eclipse.ini 파일에서 아래와 같이 추가

    —launcher.appendVmargs

    -vm
    C:\Program Files (x86)\Java\jre1.8.0_201\bin\javaw.exe
    

    -vmargs

  5. GNU MCU Eclipse

    GNU Tool 들은 반드시 “%userprofile%\AppData\Roaming\GNU MCU Eclipse” 에 설치한다.
    그렇지 않을 경우 Eclipse IDE가 Tool Chain을 인식하지 못할 수 있다.

    5.1 GNU-ARM gcc 다운로드

    https://github.com/gnu-mcu-eclipse/arm-none-eabi-gcc/releases/tag/v8.2.1-1.4/

    5.2 Windows build tool 다운로드

    https://github.com/gnu-mcu-eclipse/windows-build-tools/releases/tag/v2.8

    5.3. OpenOCD

    OpenOCD
    Binary

    정상 실행여부 및 버전정보 확인을 위해 CMD창에서 아래와 같이 명령합니다

     > cd OpenOCD설치경로\bin
     > openocd --version
    

    설치
    ST-Link를 J-Link로 변환하여 사용할 것을 추천

    5.4 GNU ARM Eclipse Plugin

    https://github.com/gnu-mcu-eclipse/eclipse-plugins/releases/latest

    Eclipse 상단 메뉴의 [Help] - [Install New Software] 클릭.
    나오는 팝업창에서 [Add…] 버튼 클릭.
    [Add Repository] 팝업창에 아래와 같이 입력.
    ```
    Name : GNU ARM Eclipse Plug-ins
    Location : http://gnuarmeclipse.sourceforge.net/updates

GNU MCU eclips tool download

기타 필요한 파일은 아래 링크에서 다운로드한다.
GNU ARM Github

참고

https://openmaker.tistory.com/74

https://www.slideshare.net/chcbaram/03-109389223

블로그 이미지

MidnightCow

위즈네트 칩(W5300, W5200, W7100, W7500) 개발자

,