Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Version History

« Previous Version 68 Next »

Building a simple application example 간단한 응용 예제 빌드하기


1. Open the project with VSCode by typing the following command.
    다음 명령을 입력해 브이에스코드로 프로젝트를 연다.

  • Working directory 작업 디렉토리: "<my workspace directory>"
code ubiworks


2. Update libraries by selecting the following menu
    다음 메뉴를 선택해 라이브러리들을 최신으로 갱신한다.

  • VSCode → Terminal → Run Build Task...
    • make xmgr
      • Check for update all
      • Check updatable libraries (U: O)
      • Update
        • Run
        • Close


3. Install necessary libraries by selecting the following menu
    다음 메뉴를 선택해 필요한 라이브러리를 설치한다.

  • VSCode → Terminal → Run Build Task...
    • make xmgr
      • Check libraries to install
        • seggerrtt_wrapper
        • seggerrtt
        • nrf5sdk_wrapper
        • nrf5sdk_extension
        • nrf5sdk_v17.00.00_lite
      • Install
        • Run
        • Close


4. Select configuration by selecting the following menu
    다음 메뉴를 선택해 구성을 선택한다.

  • VSCode → Terminal → Run Build Task...
    • make xsel
      • ubinos - hello_world_nrf52840dk
      • Select


4. Configure and build by selecting the following menu
    다음 메뉴를 선택해 소스 트리를 선택한 구성으로 빌드한다.

  • VSCode → Terminal → Run Build Task...
    • make rebuildd

  • No labels