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.

no matching section warning in tms570ls3137Hdk

Other Parts Discussed in Thread: HALCOGEN, CCSTUDIO, RM48L952

Hello,

I am using TMS570LS3137HDK kit, when i use freeRTOS it will warning like bellow

"../source/sys_link.cmd"
<Linking>
"../source/sys_link.cmd", line 45: warning #10068-D: no matching section
"../source/sys_link.cmd", line 44: warning #10068-D: no matching section
"../source/sys_link.cmd", line 51: warning #10068-D: no matching section
"../source/sys_link.cmd", line 52: warning #10068-D: no matching section
"../source/sys_link.cmd", line 53: warning #10068-D: no matching section
'Finished building target: Frequency_measure.out'

Please give me some solution

Regards,

chethan kumar

  • Hi Chethan,

    Can you provide more details in regard to which tools and tool versions you are using?

    If you are using CCSv5.x or greater, you will need to insure that the correct runtime support library is selected on the setup page of the project and that your include options are set accordingly as well.

    Also, please insure a clean compile on sys_startup.c and os_tasks.c since it appears that these object files cannot be found.

  • Hi Chuck,

    Thanks for your reply....

    I am using CCSv5.04 and HALCoGenv4.01. I have seen that problem is in version, if i am use CCSv5.04 and  HALCogenv3.02  won't get any warning, so can you explain which version CCS is used for which HALCoGen and how to get the CCSv6x tool because i tried to download but i won't get.

    Thanks and Regards,

    Chethan Kumar

  • Hi Chethan,

    The issue, I believe, is with the version of FreeRTOS included with Halcogen. The newer version of Halcogen also includes a newer version of FreeRTOS.

    Have you tried to download CCSv6 from the TI website CCS download page?

    Here is the link: http://www.ti.com/tool/ccstudio

    If you are still having trouble, let me know and I'll try and get some additional help from the CCS team.

  • Hi, I have the same problem... I think. 

    I use the RM48L952 HDK but used HALCoGen RM48L920ZWT_FREERTOS device project (since this is the only with FreeRTOS support). 

    I get warnings on these lines below. The first warning may concern the line with os_tasks because the highlighting starts with .kernel... and goes down to the beginning of the next line. I don't know. 

    Are these warnings due to it's a ZWT? The HDK has PGE MCU. 

    SECTIONS
    {
    .intvecs : {} > VECTORS
    /* FreeRTOS Kernel in protected region of Flash */
    .kernelTEXT : { sys_startup.obj(.const)
    os_tasks.obj (.const:.string)
    -l=rtsv7R4_T_le_v3D16_eabi.lib<auto_init.obj> (.text)
    -l=rtsv7R4_T_le_v3D16_eabi.lib<copy_decompress_rle.obj> (*)
    -l=rtsv7R4_T_le_v3D16_eabi.lib<cpy_tbl.obj> (*)
    -l=rtsv7R4_T_le_v3D16_eabi.lib<copy_zero_init.obj> (*)
    -l=rtsv7R4_T_le_v3D16_eabi.lib<copy_decompress_none.obj> (*)
    -l=rtsv7R4_T_le_v3D16_eabi.lib<icall32.obj> (.text)
    -l=rtsv7R4_T_le_v3D16_eabi.lib<memset32.obj> (.text)
    -l=rtsv7R4_T_le_v3D16_eabi.lib<memcpy32.obj> (.text)


    Kind regards,
    Lars von Wachenfeldt
    Bombardier Transportation

  • Hi again, 
    please ignore this message. I've posted an updated message in the main thread about this. 

    Kind regards,
    Lars