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.

CCS4 cant convert 3.1 project correctly

hi all, i have a project from version 3.1, and now, after compiling it by CCS4. i got warning, with no errors, but i got warning, that 

 

"(unknown file): unrecognized call frame instruction 0x1a; cannot read remainder of this section (.debug_frame + 0x71d)"

thanks in advance

 

  • Hasan,

    What is your target processor, is it C2000?

    The error indicates incompatibility in debug format between the older and newer versions. There is one known issue where if a library is built with v4.1 C2000 compiler tools (which is the version included with CCS 3.1), it may be incompatible with 5.1.x compiler tools. This was due to an underlying assembler bug which was fixed in v4.1.3 compiler tools but the issue will be seen if the library was built with 4.1.0.

    The solution here is to make sure that all libraries linked in the project are built with newer compiler tools. Please give this a try and let us know if you still get the error.

  • hi,

    thanks, first of all, it is for 2000,  f2812

    secondly, im kinda newbie with the CCS, so, how can i link the library. my version is,  Version: 4.0.2.01003 , and i made just update today, 

    kindly, give me some more details, about what steps i should follow,

     

    Regard

    Hasan

     

     

     

     

  • now i have these errors:

     

    """"BEGIN memory range has already been specified""""

    DRAMH0 memory range overlaps existing memory range RAMH0

    errors encountered during linking; "ctr_F2812.out" not built

    Linking failed. Check the Console window for details.

    RAMM1 memory range has already been specified

    RAMM1 memory range overlaps existing memory range RAMM1

    RESET memory range has already been specified

    RESET memory range overlaps existing memory range RESET""""""

     

    i only update it, and i have change, the the target processor to F2812,,,,,in Project-Properries-CCS building  setting- Device variant,,,

     

    thanks