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.

Import Eclipse CDT Project to CCS 5



Hello,

I need to import a project from Eclipse CDT (Helios for example), to Code Composer 5 and run it in TMS320C6670 EVM. The project is only a Hello World program which print "Hello World" to Eclipse Console. 

Can somebody help me, please, since an imported project from eclipse in CCS 5 has different properties (project -> properties) than a common CCS 5 project. Or is there a way to change the properties content?

I'll appreciate for some help

Thank you

  • Anugerah,

    Is this a project that runs on the PC and now you want to convert it to run on the C6670 EVM?

    If you just want a hello world program to start with the easiest thing to do is to just create a new CCS project and then use the helloworld template.  From the project menu select New CCS Project.  Give your project a name, select C6000as the Family and then you should be able to select C6670 as the device.  You can also select the JTAG connection that you are going to use.  Depending on which EVM you have it may have the Blackhawk 560v2 Mezz card emulator or just an XDS100.  In the box at the bottom of the wizard is a selection of templates, under basic you will see hello world.


    John

  • John,

    It's true that this an eclipse project that runs on the PC and I want to convert it to run on the C6670 EVM. But if it's just create a new project from CCS 5, I've already able to do that.

    Actually I said "Hello World" because it is just the simplest program example. In my questien, I accentuate about "how to change the properties of an imported eclise -non CCS- project" since in the next time I'll have a bigger program in eclipse, but when I try to import the eclipse project to CCS, I'll get a different project properties view, so I am rather confused about how to set the EVM configuration, 6670 library path, etc.

    Is there a direct way to change the eclipse imported project to CCS project?

    Regards,

  • There is no direct way to do it.  I would import the project, create a new empty CCS project and then just start copying the source files over.  Then you would have to setup all the include paths...   

    John