Skip to content

Contributed by putin, organized by Ai-Thinker

Ai-WB2 Environment Setup: Pitfalls and Lessons Learned

  1. SDK Fetching Issues Do not manually download from gitee, or the toolchain under the mysys folder will be empty!!!!! Solutions: Method 1:

  2. git clone --recursive https://gitee.com/Ai-Thinker-Open/Ai-Thinker-WB2

This downloads the complete SDK and its submodules. Method 2:

  1. Download the SDK:git clone https://gitee.com/Ai-Thinker-Open/Ai-Thinker-WB2.git

  2. Environment Variable Configuration Issues Searching for environment variables directly in Windows only lets you modify user variables!!!!! Go to Windows Settings - About - Advanced system settings (on the right side of the page) - Advanced - Environment Variables Only then can you modify system environment variables.

  3. Eclipse Configuration Issues Pay attention to the small details in the figure above, otherwise it won't compile properly.

  4. How to Use Eclipse to Download Code

  5. Acknowledgments Thanks to 沈工 for patiently answering the questions I encountered while setting up the environment, and thanks also to my groupmate 适可而止

Released under the MIT License. Build Time 2026-09-11 14:52:23