本帖最后由 letleon 于 2023-11-9 14:29 编辑
B站看到官方发的视频来的
尝试搭环境
参考 起个名字好难啊 的 零基础搭建小安派Windows 开发环境
安装Vscode扩展
C/C++
C/C++
Doxygen Documentation Generator
Doxygen Documentation Generator
vscode-icons
vscode-icons
vscode-icons2
安装GIT
已经安装了,查看下版本
git
习惯用gui的方式克隆...
git2
正在克隆
git3
发现还是需要个梯子
git4
修改配置为gitee
git5
在 AiPi-Open-Kits目录中执行命令
git6
在 aithinker_Ai-M6X_SDK 中执行命令
git7
获取工具链
git8
添加环境变量刀系统变量中
git9
退出终端使配置生效
git10
验证 make
git11
验证 riscv64-unknown-elf-gcc
git12
编译天气项目
尝试make,发现报错
make
用管理员权限打开power shell ,
执行 Set-ExecutionPolicy RemoteSigned
make2
重新打开vscode 再次执行make!
make3
以上是我的环境搭建过程,感谢园长!
|