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.

Questions on using eclipsec to build the project in CMD

Hello,

I successfully build my project in CMD using eclipsec. However, if I change the install root, such as from C:\ti\... to C:\myti\... when I use eclipsec to build my project, I find it's still trying to make the project from this path: C:\ti\ccsv5\utils\bin\gmake and find the link from this patch: C:\ti\ccsv5\tools\complier. Therefore, the project can not be built. 

Does anyone know how to solve this problem? 

  • Fei Pan said:
    However, if I change the install root, such as from C:\ti\... to C:\myti\..

    How are you doing this? are you just manually renaming the folder? Or do you have multiple installs of CCS in those folders?

    Thanks

    ki

  • Hello Ki,

    I am sorry that I made my question confused. I manually rename the folder from C:\ti to C:\myti.

    Before renaming, I use eclipsec to build my project and it works successfully.

    After renaming, even if I change the path for eclipsec in CMD, it fails in building. I see the reason is that it's still trying to find gmake from this path: C:\ti\ccsv5\utils\bin\gmake and find the link from this patch: C:\ti\ccsv5\tools\complier.

  • Fei Pan said:
    I manually rename the folder from C:\ti to C:\myti.

    I would recommend against doing this. CCS relies on various environment variables which point to directories inside the original installation path. You break these variables by manually renaming the folder.

    ki