This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

[参考译文] LP-CC1352P7:TI Clang 3.2.0 LTS 编译器缺少标准 C 函数

Guru**** 1785650 points
请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/tools/code-composer-studio-group/ccs/f/code-composer-studio-forum/1420186/lp-cc1352p7-missing-standard-c-function-on-ti-clang-3-2-0-lts-compiler

器件型号:LP-CC1352P7

工具与软件:

大家好、我一直在尝试使用一些标准 C 库函数、strtok 和 strnlen、它们来自 string.h 但是、我的链接器找不到函数定义。 另外、在编译器库中也找不到相应的声明和定义。 库中是否还有其他等效函数? 目前、我在我的主题上隐含地宣布了这一功能。 如果有其他解决方案、请告诉我。 感谢你能抽出时间。   

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    尊敬的 Saugat:

    我在以下路径下找到了 strtok:

    而 strnlen 在这里:

    ...

    如果有需要、请告诉我。

    此致、

    Arthur