1.克隆源码
- git clone https://gitee.com/Ai-Thinker-Open/AiPi-Open-Kits.git
复制代码
2.拉取M61的SDK 子模块
使用vscode打开代码
进入AiPi-Open-Kits 中,用文本打开.gitmodules 文件url 参数中的 github.com 改成gitee.com:
然后在git 工具中分别执行:
cd AiPi-Open-Kits/git submodule initgit submodule update3.拉取M61 SDK中的子模块1)进入到SDK中拉取子模块
逐条运行以下指令: cd aithinker_Ai-M6X_SDK/git submodule initgit submodule update
2)克隆适用Windows 的编译工具链就在aithinker_Ai-M6X_SDK/文件夹中拉取工具链,直接适用git 工具拉取:
git clone https://gitee.com/bouffalolab/toolchain_gcc_t-head_windows.git
三、编译工具路径设置所有都拉取完成之后,把三个路径加入到电脑的环境变量当中
aithinker_Ai-M6X_SDK\toolchain_gcc_t-head_windows\binaithinker_Ai-M6X_SDK\tools\makeaithinker_Ai-M6X_SDK\tools\ninja
4.验证是否成功设置在桌面按住 shift 键点击鼠标右键打开PowerShell 。在PowerShell 输入: make -v成功输出信息: 输入:
riscv64-unknown-elf-gcc -v成功时输出信息:
|