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.

Importing legacy CCSv3.3 to CCSv5.5 - C6713 problem

8081.sine8_buf67.zipI followed the guide to setup the TMS320C6713 board from:

 http://processors.wiki.ti.com/index.php/C6713DSK_in_CCSv5

But when i tried to make import a simple program from CCS3.3 (attatched) and did the following steps:

1-copy projects into workspace

2-chose the only compiler that appears device family->C6000 and compiler version->7.3.13

3-Automaticly determine DSP/BIOSv5.x support enablement

4-didn't check the box in advanced options

and yet it gave me this error while migrating the project on the library rts6700.lib

I hope you can help me

  • Francisco Esteves said:

    and yet it gave me this error while migrating the project on the library rts6700.lib

    I hope you can help me

    What is the error?

  • Sorry forgot to post the error.

    !WARNING: Source file 'rts6700.lib' has been linked into the project relative to variable 'CG_TOOL_ROOT'.  It is recommended, however, that you avoid linking resources from the build-tool directory - consider using build-options to reference include-files and libraries.

  • Francisco Esteves said:
    !WARNING: Source file 'rts6700.lib' has been linked into the project relative to variable 'CG_TOOL_ROOT'.  It is recommended, however, that you avoid linking resources from the build-tool directory - consider using build-options to reference include-files and libraries.

    Ok, it sounds like in CCSv3.3, you added the rts lib to your project. The warning is telling you that this is not recommended and that you should include libraries using the linker option in the build properties.

  • So should i manually add the library to the to the path it searches from C:/ti/ccsv5/tools/comlpiler/c6000_7.3.13/lib/ or its better to add them from the Project properties->C6000 linker->file search path->include library file.

    I have to be honest and its the first project i'm trying to import, so i'm trying to get a feel of this issues with the new version

  • Francisco Esteves said:
    So should i manually add the library to the to the path it searches from C:/ti/ccsv5/tools/comlpiler/c6000_7.3.13/lib/ or its better to add them from the Project properties->C6000 linker->file search path->include library file.

    Actually, for the rts, you should let CCS figure it out and pull in the right library. To do this, go to the project properties and set the following:

  • Thanks a bunch! Excellent client support from you guys!

    Resolved all my problems with this and with this thread:

    http://e2e.ti.com/support/dsp/tms320c6000_high_performance_dsps/f/115/t/200494.aspx