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.

CC2642R: compile project with command line

Part Number: CC2642R
Other Parts Discussed in Thread: CCSTUDIO

Hi engineers,

My customer is building a ccs project under guidance Create and Build Projects Using Command Line (ti.com) but find an issue here.

SDK version: 6.40

customer is using command: eclipsec -noSplash -data "<my workspace path>" -application com.ti.ccstudio.apps.projectBuild -ccs.projects <my project name> -ccs.configuration Debug

It works fine with an output as: "CCS headless build complete! 0 out of 0 projects have errors."

But there's no file generated, could you help check what is wrong with my customer's steps?

  • Hello,

    Please provide the exact command the customer is running and all the output from the command. A screenshot of their console should be fine.

    Thanks

    ki

  • Hello Ki,

    I'm the customer in ticket.

    Issue is resolved.

    I used the command prompt as: `eclipsec -noSplash -data "C:\myWorkspace" -application com.ti.ccstudio.apps.projectBuild -ccs.projects newProject -ccs.configuration Debug`.

    I use the directory of project, rather than workspace. By changing to workspace dir, it works.

    Thank you for attention.