sample 编译准备
- 更改
Makefile中的CROSS宏为主控使用的工具链。 - 在
lib文件夹中新增BTH静态库文件
sample 编译
- 在
applications/sample/ble/ble_gatt_client目录下执行make clean;make即可编译出ble_client_sample二进制。
Makefile中的CROSS宏为主控使用的工具链。lib文件夹中新增BTH静态库文件applications/sample/ble/ble_gatt_client目录下执行make clean;make即可编译出ble_client_sample二进制。