1.克隆源码
- git clone https://gitee.com/Ai-Thinker-Open/AiPi-Open-Kits.git
复制代码
2.拉取M61 SDK中的子模块
逐条运行以下指令: - cd aithinker_Ai-M6X_SDK/
- git submodule init
- git submodule update
复制代码就在aithinker_Ai-M6X_SDK/文件夹中拉取工具链,直接适用git 工具拉取:
- git clone https://gitee.com/bouffalolab/toolchain_gcc_t-head_windows.git
复制代码3.编译工具路径设置 所有都拉取完成之后,需要把三个路径加入到电脑的环境变量当中
- aithinker_Ai-M6X_SDK\toolchain_gcc_t-head_windows\bin
- aithinker_Ai-M6X_SDK\tools\make
- aithinker_Ai-M6X_SDK\tools\ninja
复制代码4.验证 5.编译天气站程序
|