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 Import Project



I am a beginner in use of CCS4 and after read the bellow links I still with doubts about how Import Projects because at menu Project the options: Import Existing CCS/CCE Eclipse Project and Import Legacy CCSv3.3 Project disappear.

I did some tests before without problems but now I do not know what happen. Please, somebody could help me understand what error I did?

http://processors.wiki.ti.com/index.php/GSG:Debugging_projects

http://processors.wiki.ti.com/index.php/GSG:Importing_projects_from_previous_versions

Another question, is possible built and load a program without specify target? I am using C5505 e C5515 and a codec configuration worked without target.

Information, I am using CCS Version: 4.1.2.00027.

Regards,

Andrea

 

 

  • Hi Andrea,

    Andrea Cruz said:

    I am a beginner in use of CCS4 and after read the bellow links I still with doubts about how Import Projects because at menu Project the options: Import Existing CCS/CCE Eclipse Project and Import Legacy CCSv3.3 Project disappear.

    I did some tests before without problems but now I do not know what happen. Please, somebody could help me understand what error I did?

    Could it be that you are in the 'Debug' perspective? Those menu options are not visible there, only in the C/C++ perspective. You can switch perspectives using the buttons in the upper right hand corner of CCS.

    Andrea Cruz said:
    Another question, is possible built and load a program without specify target? I am using C5505 e C5515 and a codec configuration worked without target.

    Yes. You need to specify the target to CCS (via target configuration ccxml file) so you can start a debug session for it to load a program. I am not sure what you meant by the codec config worked without a target but if you loaded a program, then you started a debug session for a particular target.

    ki