Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 636 Bytes

File metadata and controls

31 lines (22 loc) · 636 Bytes

CPP

交叉编译

在 PC 上完成(已在Ubuntu22.04上测试)

安装开发环境:

sudo apt update
sudo apt install build-essential cmake

获取交叉编译工具链: 地址
将交叉编译工具链路径添加到PATH

编译

cd cpp
./download_bsp.sh

# AX650
./build_ax650.sh

# AX630C
./build_ax630c.sh

ax650编译完的可执行程序在install_ax650中 ax630c编译完的可执行程序在install_ax630c中

其中kokoro是命令行demo,kokoro_srv是服务端