我有编译问题。在中添加函数调用
otThreadGetMaxAllowedChildren()后openthread/examples/apps/cli/main.c
出现错误:
openthread/examples/apps/cli/main.c:228: undefined reference to `otThreadGetMaxAllowedChildren'
同样, otThreadGetChildInfoByIndex()也有同样的问题:
openthread/examples/apps/cli/main.c:204: undefined reference to `otThreadGetChildInfoByIndex'
我添加了-DOPENTHREAD_FTD=1
标志,但仍然出现错误。
知道我应该怎么做才能使编译成功吗?