http://bbs.ai-thinker.com/forum.php?mod=viewthread&tid=282&extra=page%3D2&_dsign=7fea3002
http://bbs.ai-thinker.com/forum.php?mod=viewthread&tid=520&extra=&page=1&_dsign=c402de45
- <font size="3">git clone https://gitee.com/Ai-Thinker-Open/AiPi-Open-Kits.git</font>
复制代码
进入AiPi-Open-Kits 中,用文本打开.gitmodules 文件url 参数中的 github.com 改成gitee.com
- cd AiPi-Open-Kits/
- git submodule init
- git submodule update
复制代码
- cd aithinker_Ai-M6X_SDK/
- git submodule init
- git submodule update
复制代码
克隆适用Windows 的编译工具链
- git clone https://gitee.com/bouffalolab/toolchain_gcc_t-head_windows.git
复制代码 所有都拉取完成之后,需要把三个路径加入到电脑的环境变量当中,分别是
- aithinker_Ai-M6X_SDK\toolchain_gcc_t-head_windows\bin
- aithinker_Ai-M6X_SDK\tools\make
- aithinker_Ai-M6X_SDK\tools\ninja
复制代码
AiPi-Eyes_weather 是天气站的源码,选中该文件之后,鼠标右键选择在集成终端中打开,然后在终端输入:make
编译报错
解决方法
来源:http://bbs.ai-thinker.com/forum.php?mod=viewthread&tid=41900&extra=&page=2
- 你去这里AiPi-Open-Kits/aithinker_Ai-M6X_SDK/project.build。
- 把75和76,这两行cp开头的命令删掉。
复制代码
|