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.

[参考译文] 编译库时的 libc.a 路径

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

https://e2e.ti.com/support/tools/code-composer-studio-group/ccs/f/code-composer-studio-forum/1259859/libc-a-path-while-compiling-libraries

您好!

我将重新编译 MCU_SDK_243x 的 LwIP 库。  

我正在使用   gmake -s -f makefile.stack_freertos.am243x.r5f.ti-arm-clang profile=debug   

 我获得了   stack_freertos.am243x.r5f.ti-arm-clang.debug.lib

gmake 的这个过程是否涉及 libc.a 或任何其他标准库?

如果是-从哪条路?

谢谢。

Eli

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

    尊敬的 Eli:

    libc (标准 C 库)不包含在 makefile 中。 我认为、libc 不包含在该 gmake 过程中。  应用程序可能包括标准 C 库和 编译器 RTS 库。

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

    谢谢!