本帖最后由 Rustry 于 2023-11-16 16:02 编辑
一、工具安装 Linux下构建需要Git工具去获取开发SDK,和Make工具笔者的系统为Ubuntu 其他系统的安装命令可自行查阅
使用git拉取SDK文件并进入目录 - git clone https://github.com/Ai-Thinker-Open/AiPi-Open-Kits.git && cd AiPi-Open-Kits
复制代码分别拉取仓库的子模块 - git submodule init
- git submodule update
复制代码进入SDK拉取子模块 - cd aithinker_Ai-M6X_SDK/
- git submodule init
- git submodule update
复制代码三、开发工具🔧和环境 赋予这俩个脚本执行权限 六、测试
examples中有helloworld实例程序 - cd examples/helloworld/
- make
复制代码 七、编译成功环境搭建到此结束
|