surenyi
3 years ago
1 changed files with 12 additions and 0 deletions
@ -0,0 +1,12 @@ |
|||
#### 安装工具链 |
|||
|
|||
1. CCS5.5 |
|||
2. cmake |
|||
|
|||
#### 编译方法 |
|||
|
|||
mkdir build |
|||
cd build |
|||
cmake -G "Unix Makefiles" -DPLAT=S01 .. |
|||
|
|||
其中 PLAT 参数支持 `dsk` 和 `S01` |
Loading…
Reference in new issue