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.

[参考译文] linker.cmd bss 段

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

https://e2e.ti.com/support/tools/code-composer-studio-group/ccs/f/code-composer-studio-forum/1260900/linker-cmd-bss-section

您好!

我正在编译 MCU_PLUS_SDK_243x tcp_server 示例  

我看到在 linker.cmd 中有一个 BSS 组:

组{
        .bss:{}palign (8)/*这是未初始化的全局变量所在*/
        RUN_START (__BSS_START)
        RUN_END (__BSS_END)
       }> DDR

什么是 run_start()和 run_stop()?  

在哪里   定义了__BSS_START 和__BSS_END?

在本例中、产生的 BSS 长度是多少?

谢谢。

Eli