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.

[参考译文] 编译器/MSP430FR2311:MSP430FR2311

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

https://e2e.ti.com/support/microcontrollers/msp-low-power-microcontrollers-group/msp430/f/msp-low-power-microcontroller-forum/624787/compiler-msp430fr2311-msp430fr2311

器件型号:MSP430FR2311

工具/软件:TI C/C++编译器

 copy_decompress_lzss.obj 的用途是什么? 如果我不使用引导加载程序、我是否可以告诉编译器/链接器 不要在我的编译中包含该库?

谢谢

映射文件指示 长度为0x78字节。 我想为应用准备该代码。 :copy_decompress_lzss.obj (.text:decompress:lzss:__TI_decompress_lzss)

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

    Steve sageiran 说:
     copy_decompress_lzss.obj 的用途是什么?

    将.cinit 段解压缩到.data 段分配到的任何存储器范围。  要禁用此压缩、请添加(或更改)选项-cinit_compression=off。  这可能会导致您的整体内存使用量增加。

    谢谢、此致、

    乔治