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.

[参考译文] CCS/TMS320C6416:包含 RT 库

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

https://e2e.ti.com/support/tools/code-composer-studio-group/ccs/f/code-composer-studio-forum/708785/ccs-tms320c6416-inclusion-of-rt-library

器件型号:TMS320C6416

工具/软件:Code Composer Studio

将传统代码从 CCS3.3移植到 CCS v7.2.0。 代码正在进行汇编。

在 CCS General 中、运行时库留空。  

包含运行时库的 MAP e2e.ti.com/.../New-Microsoft-Word-Document-_2800_2_2900_.docxshows

.text     0   00001780   00002780     
                 00001780   00000ae0    Read120Mwtimestime.obj (.text)
                 00002260   000007a0    SerialIn.obj (.text)
                 00002a00   00000440    LASER8xR2.obj (.text)
                 00002e40   000003a0    CRC-iniFordt.obj (.text)
                 000031e0   00000220    MotorR3.obj (.text)
                 00003400   00000200    MainDualA-DR3.obj (.text)
                 00003600   00000100    ClearRegs.obj (.text)
                 00003700   00000100    SETADCr2.obj (.text)
                 00003800   000000e0    EtherRESET.obj (.text)
                 000038e0   000000e0    EtherRecieve.obj (.text)
                 000039c0   000000e0    Ethersetuphdl.obj (.text)
                 00003aa0   000000e0    rts6400.lib:autoinit.obj (.text:_auto_init)
                 00003b80   000000e0                :memcpy64.obj (.text:_memcpy)
                 00003c60   000000c0                :exit.obj (.text:_exit)
                 00003d20   000000a0                :cpy_tbl.obj (.text:_copy_in)
                 00003dc0   00000080                :cppp_init.obj (.text:__TI_cppp_init)
                 00003e40   00000060                :boot.obj (.text:_c_int00)
                 00003ea0   00000040                :args_main.obj (.text:_args_main)
                 00003ee0   00000020                :exit.obj (.text:_abort)
.stack    0   00003f00   00000320    未初始化
                 00003f00   00000008    rts6400.lib:boot.obj (.stack)
                 00003f08   00000318    --孔--
.cinit    0   00004220   00000034     
                 00004220   0000002c    rts6400.lib:exit.obj (.cinit)
                 0000424c   00000004    --hole --[填充= 000000000000]
                 00004250   00000004    (.pad.cinit)[填充= 0]
.far      0   00004254   0000000c    未初始化
                 00004254   0000000c    rts6400.lib:exit.obj (.far)
挂起     0   00004260   00000004     
                 00004260   00000004    StoreEprom11-02.obj (.pend)
  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。
    您好!
    请提供您的完整构建输出。 您可以复制并粘贴到文本文件、然后在此处附加文本文件。 还提供 EpromBoot11-02.cmd 文件以及可能已使用的任何其他链接器命令文件和选项文件。

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

    e2e.ti.com/.../EpromBoot11_2D00_02.txte2e.ti.com/.../HDL64.txte2e.ti.com/.../8640.New-Microsoft-Word-Document-_2800_2_2900_.docx

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。
    您好!
    请提供您的完整构建输出。 基本上、我在构建控制台中查找所有构建消息。 您可以复制并粘贴到文本文件、然后在此处附加文本文件。

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

    e2e.ti.com/.../5078.build.txt

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。
    谢谢。 我将此问题转发给我们的编译器库鲁、他注意到正在使用链接器选项"-rom_model"。 这将自动包括 RTS 库。 如果不需要此选项、请在工程属性(Build -> C6000 Linker -> Advanced Options -> Runtime Environment -> Initialization model)中的链接器选项中将其清除。

    谢谢
    Ki