使用kendryte官方的C SDK 和toolchain 开发k210
开发背景:
1、软件环境:Ubuntu 23.04
2、硬件环境:Sipped 的 Maix Ⅰ系列开发板 Maix bit(k210)
一、获取C SDK
https://github.com/kendryte/kendryte-standalone-sdk.git
二、获取toolchain
https://github.com/kendryte/kendryte-gnu-toolchain/releases/tag/v8.2.0-20190409
1、获取的工具链放在/opt 路径下
2、将工具链路径添加到PATH
export PATH=/opt/kendryte-toolchain/bin:$PATH
或者,等会调用cmake编译代码时