本帖最后由 13307790006 于 2023-11-9 18:56 编辑
环境搭建参考大大的教程:
http://bbs.ai-thinker.com/forum. ... 3D2&_dsign=7fea3002
一、因为电脑上已经有了vscode和git,可以跳过安装步骤
二、第一步先克隆小安派源码工程
https://gitee.com/Ai-Thinker-Ope ... /AiPi-Open-Kits.git[/url]
三、再拉取子模块
- cd AiPi-Open-Kits/
- git submodule init
- git submodule update
复制代码- cd aithinker_Ai-M6X_SDK/
- git submodule init
- git submodule update
复制代码
- git clone https://gitee.com/bouffalolab/toolchain_gcc_t-head_windows.git
复制代码
四、添加环境变量
五、编译测试
六、在vscode中编译文件
编译成功
PS:默认编译会有一个make(e=2)错误,在百度上搜索找到方法为将git/usr/bin目录添加到path中,添加后问题消失
|