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/CC2640R2F: CCS/CC2640R2F

Part Number: CC2640R2F
Other Parts Discussed in Thread: CCSTUDIO

Tool/software: Code Composer Studio

I have successfully compiled with CCS7.  I can find the .out file and the .hex file.  Now I am trying to compile from the command line with:

eclipsec -noSplash -data "C:\myapp" -application com.ti.ccstudio.apps.projectBuild -ccs.workspace -ccs.buildType clean

Where is the output?  The compile reported 0 errors.  However, I cannot find any output from the compile.

The command line was executed from the \ti\ccsv7\eclipse directory.  Where did not go?

  • The command you have shown is supposed to build all projects in the c:\myapp workspace. Does that workspace have more than one project?

    The .out file generated by command line build should be in the same location as it would be from a GUI build, (ie) inside the /Debug folder (or other build configuration folder) within the project directory.

  • Since I haven’t heard back from you, I’m assuming you were able to resolve this issue. If not, please post a reply with an update below (or create a new thread). Thanks!