TI中文支持网
TI专业的中文技术问题搜集分享网站

LAUNCHXL-CC1352R1: unresolved symbol usleep, first referenced in <whole-program>

Part Number:LAUNCHXL-CC1352R1Other Parts Discussed in Thread:SYSBIOS

SDK: simplelink_cc13xx_cc26xx_sdk_6_10_00_29

在simple_central 中加入 usleep 會得到錯誤訊息

unresolved symbol usleep, first referenced in <whole-program>   

已經有incluse以下header

#include <stdint.h>
#include <stddef.h>
#include <unistd.h>

請問還有其他需要include嗎?

Kevin Qiu1:

usleep是posix中的API,要在ti-rtos中使用还需要在工程Tools/app.cfg 文件中添加以下代码:

var Settings = xdc.useModule('ti.sysbios.posix.Settings');

赞(0)
未经允许不得转载:TI中文支持网 » LAUNCHXL-CC1352R1: unresolved symbol usleep, first referenced in <whole-program>
分享到: 更多 (0)

© 2024 TI中文支持网   网站地图 鲁ICP备2022002796号-1