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.

CCSv5

Does CCSv5 have a 'Auto Tool Project' plug-in that can be added for development? If not, will the Eclipse Autotool plug-in work with Code Composer? 

If I create a 'Makefile Project' and import an existing non-CCS project, will CCSv5 just execute the Makefiles I currently have using the tool chain?

  • It is not part of standard CCS, but CCS v5 is using an umodified version of eclipse, specifically Eclipse IDE for C/C++ Developers package that is available from eclipse.org. You should be able to install additional plugins as long as they work with Eclipse IDE 3.7  & CDT 8.

    Standard makefile projects should work as well. 

    CCS uses TI created perspectives to make menu options more applicable to development with CCS. If you are familiar with standard Eclipse, C/C++ perspectives then you can open them by going to Window -> Open Perspective -> Other and then enabling "Show All"

     

    Martin