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?