参照这个教程完成搭建的http://bbs.ai-thinker.com/forum.php?mod=viewthread&tid=282&extra=page%3D2&_dsign=7fea3002
以下是搭建过程
1、首先需要安装vscode以及git这两个软件,已经安装了
2.装好软件后,运行git clone命令克隆项目代码
逐一运行以下四条命令
cd aithinker_Ai-M6X_SDK/
git submodule init
git submodule update
git clone https://gitee.com/bouffalolab/toolchain_gcc_t-head_windows.git
3、添加系统环境变量
验证
5.用vs code进入项目中的AiPi-Eyes_weather文件夹,运行make命令进行编译
编译成功的截图
|