1.克隆源码
输入指令
- git clone https://gitee.com/Ai-Thinker-Open/AiPi-Open-Kits.git
复制代码- cd AiPi-Open-Kits/
- git submodule init
- git submodule update
复制代码 2.拉取M61 SDK中的子模块
1)进入到SDK中拉取子模块逐条运行以下指令:
- cd aithinker_Ai-M6X_SDK/
- git submodule init
- git submodule update
复制代码
2)克隆适用Windows 的编译工具链 在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.验证
在桌面按住 shift 键点击鼠标右键打开PowerShell 。在PowerShell 输入: - make -v
- riscv64-unknown-elf-gcc -v
复制代码
|