You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

337 B

安装工具链

  1. CCS5.5
  2. cmake
  3. windows build tools

编译方法

打开 cmd 窗口,cd 到代码下载目录,执行命令:

mkdir build
cd build
cmake -G "Unix Makefiles" -DPLAT=S01 ..

其中 PLAT 参数支持 dskS01