Update README.md

This commit is contained in:
Bernard Xiong 2018-06-11 14:26:00 +08:00 committed by GitHub
parent b110d77d8f
commit 42f2c1cb05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 3 deletions

View File

@ -13,7 +13,7 @@ CK802是杭州中天微系统有限公司自主开发的极低功耗、极低成
## 编译说明
CK802板级包支持CDK集成开发环境和Scons编译。使用的编译器是csky-abiv2-elf-toolchain。
CK802板级包支持CDK集成开发环境和scons编译。使用的编译器是csky-abiv2-elf-toolchain。
| IDE/编译器 | 已测试版本 |
| ---------- | --------- |
@ -47,7 +47,8 @@ RTT_EXEC_PATH=r'/opt/csky-abiv2-elf-tools-x86_64-minilibc-20161211/bin'
#### 编译
配置好环境变量`RTT_EXEC_PATH`后,使用[env工具][https://www.rt-thread.org/page/download.html]可以在console下进入到bsp目录中运行以下命令就可以编译该BSP
配置好环境变量`RTT_EXEC_PATH`后,使用[env工具](https://www.rt-thread.org/page/download.html)可以在console下进入到bsp目录中运行以下命令就可以编译该BSP
```
scons
```