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.

C & CCS symbol over project icon?

Hi,

    In CCS, there is a project folder pane, if we create a project with File-> New-> CCS Project, there is a project created with CCS symbol over project icon,

What if we need a C project with the 'C' symbol over the project icon. But more importantly, if we need to have the same project properties window as like the same above CCS project,

Because we already created a C project(FILE-> New-> C project), but the project properties page is entirely different from that of CCS project....

Thanks & Regards,

K.Amirtharaj

  • Hello,

    AmirthaRaj said:
        In CCS, there is a project folder pane, if we create a project with File-> New-> CCS Project, there is a project created with CCS symbol over project icon,

    That indicates that this is a standard CCS project

    AmirthaRaj said:
    What if we need a C project with the 'C' symbol over the project icon.

    Why do you want it do be a standard C project? CCS projects are also C projects, just that it is specific to CCS.

    AmirthaRaj said:
    But more importantly, if we need to have the same project properties window as like the same above CCS project,

    Sounds like you want a CCS 'C' project. You are using TI compilers, yes?

    AmirthaRaj said:
    Because we already created a C project(FILE-> New-> C project), but the project properties page is entirely different from that of CCS project....

    'File->New->C Project' is creating a standard Eclipse CDT 'C' project. This does not default to using the TI compilers. Hence the properties page looks very different than a CCS Project.

    I am pretty sure you want to use a CCS project. CCS projects are C/C++ projects that use TI build tools.

    Thanks

    ki

  • Hi,

    AmirthaRaj
    But more importantly, if we need to have the same project properties window as like the same above CCS project,

    Sounds like you want a CCS 'C' project. You are using TI compilers, yes?

    1.Yes we need the CCS 'C' Project... How to Create this project?

    2. Did a RTSC project links better with CCS Projects or CCS 'C' Projects?

    Thanks & Regards,

    K.AmirthaRaj

  • AmirthaRaj said:
    1.Yes we need the CCS 'C' Project... How to Create this project?

    Use 'Project -> New CCS Project' menu

    AmirthaRaj said:
    2. Did a RTSC project links better with CCS Projects or CCS 'C' Projects?

    There is only one type of CCS Project. And you can build C, C++ and asm files with it. 

    And yes, RTSC project is a CCS Project with RTSC support.

    Thanks

    ki