Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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

...

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


2. Upgrade source tree libraries by selecting the following menu
    다음 메뉴를 선택해 소스트리를 업그래이드 한다..라이브러리들을 최신으로 갱신한다.

  • VSCode → Terminal → Run Build Task...
    • make xmgr
      • Check for upgrade all
      • Check upgradable libraries
      • Upgrade
        • Run


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

  • VSCode → Terminal → Run Build Task...
    • make xmgr
      • Check libraries to install
      • Install
        • Run


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

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


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

...