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.

Basic question about CCS usage.

Hi

I am a newbie to Embedded development.

At the outset, sorry if this question is basic and is asked already.

The question is, when should I be using the CCS and when should i be using the linux platform to build the application.

Is there a procedure or rule that the CCS should be used in certain development tasks?

  • Hi,

    I am not quite sure what you mean when you ask when to use CCS or Linux platform, but let me try: if by "CCS versus Linux" you actually mean TI's compiler versus GCC compiler, then the explanations here and here will help you understand the differences.

    To help in creating projects using CCS, the Getting Started Guides are the way to go (CCSv4 and CCSv5). For GCC check the following forum threads: CCSv4 and CCSv5.

    Let me know if I missed the spot, ok?

    Hope this helps,

    Rafael

  • Hi Desouza,

    Thank you! Your referenced links answered my question. I wanted to know why the application compiled on CCS did not run on the linux running in the ARM core.