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.

CCS/TMS320VC33: github build process for TMS320VC33 processor

Part Number: TMS320VC33

Tool/software: Code Composer Studio

Hi,

We are working on TMS320VC33 processor. Till now, we are  using clearcase for Version control system / Build Process. We are planing to migrate to github from clearcase. Can you please help us in understanding the how the IDE/Compiler (Build process) works in github ? 

 I am a beginner in github, If you give some examples in github for TMS320VC33 processor it will be helpful for me.

Thank you.

Damodhar.

  • Damodhar,

    TMS320VC33 is a very old processor and the tools for it are also very old. Github was founded in 2008 that is almost 10 years after our last tools release for VC33.

    There is no direct integration of GitHub (or git in general) with Code Composer for VC33. You would have to do all of your version control operations outside of Code Composer. Code Composer would just be working with the files once they are local on your system. That said I don't believe we had clear case integration in that version of Code Composer either so the way you operate with git should be similar to how you were operating with clear case.

    Regards,
    John