Contributed by putin, organized by Ai-Thinker
Ai-WB2 Environment Setup: Pitfalls and Lessons Learned
SDK Fetching Issues Do not manually download from gitee, or the toolchain under the mysys folder will be empty!!!!! Solutions: Method 1:
git clone --recursive https://gitee.com/Ai-Thinker-Open/Ai-Thinker-WB2
This downloads the complete SDK and its submodules. Method 2:
Download the SDK:git clone https://gitee.com/Ai-Thinker-Open/Ai-Thinker-WB2.git
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.
Eclipse Configuration Issues Pay attention to the small details in the figure above, otherwise it won't compile properly.

How to Use Eclipse to Download Code
Acknowledgments Thanks to 沈工 for patiently answering the questions I encountered while setting up the environment, and thanks also to my groupmate 适可而止


