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: CLI Build error with CCS9.2 (Application/subdir_rules.mk:6: *** target pattern contains no %. Stop)

Other Parts Discussed in Thread: CCSTUDIO

Tool/software: Code Composer Studio

We have downloaded CCS Linux installer and installed from CLI. Also, We have downloaded Simplelink SDK and installed via CLI. 

Details: 

Linux: Ubuntu 16.04.4 LTS

CCS version: 9.2

Simplelink SDK installed versions: simplelink_cc13x2_26x2_sdk_3_20_00_68  

Commands used:

Executable location: $HOME/ti/ccs/eclipse

Import: ./eclipse -noSplash -data $HOME -application com.ti.ccstudio.apps.importProject -ccs.location <project_location>

Build: ./eclipse -data $HOME -application com.ti.ccstudio.apps.buildProject -ccs.workspace <project_location>

Error message: Application/subdir_rules.mk:6: *** target pattern contains no %. Stop. (During build)

Reference Links: http://software-dl.ti.com/ccs/esd/documents/ccs_projects-command-line.html

Anyone, Please help! Thanks in advance :) 

  • Before diving into the specific error, I wanted to clarify a couple of things. 

    I see you have "-data $HOME" for the workspace directory? Is $HOME your user directory or is it /ti/ccs/eclipse? It is recommended that the workspace directory be something different from your CCS installation directory.

    Are you importing and building an example project from the SimpleLink SDK?
    Could you show your entire project import and build commands exactly as you are calling them?