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/LAUNCHXL-CC1310: gmake: *** No rule to make target 'CC1310_LAUNCHXL_fxns.obj', needed by 'all'

Part Number: LAUNCHXL-CC1310
Other Parts Discussed in Thread: CC1310

Tool/software: Code Composer Studio

I am going through the SimpleLink Academy training for the CC1310 Launchpad.  After downloading and installing the rfPacketTx_CC1310_LAUNCHXL_tirtos_ccs project from the Resource Explorer, I get the following build errors.  How do I resolve these errors?  

I am using CCS 8.3.0.  All my linked resources are pointing to the correct folders. 

gmake: *** No rule to make target 'CC1310_LAUNCHXL_fxns.obj', needed by 'all'. rfPacketTx_CC1310_LAUNCHXL_tirtos_ccs                   C/C++ Problem

gmake: *** No rule to make target 'CC1310_LAUNCHXL.obj', needed by 'all'. rfPacketTx_CC1310_LAUNCHXL_tirtos_ccs                            C/C++ Problem
gmake: *** No rule to make target 'ccfg.obj', needed by 'all'. rfPacketTx_CC1310_LAUNCHXL_tirtos_ccs                                                        C/C++ Problem
gmake: *** No rule to make target 'main_tirtos.obj', needed by 'all'. rfPacketTx_CC1310_LAUNCHXL_tirtos_ccs                                             C/C++ Problem
gmake: *** No rule to make target 'rfPacketTx.obj', needed by 'all'. rfPacketTx_CC1310_LAUNCHXL_tirtos_ccs                                              C/C++ Problem
gmake: *** No rule to make target 'smartrf_settings/smartrf_settings.obj', needed by 'all'. rfPacketTx_CC1310_LAUNCHXL_tirtos_ccs           C/C++ Problem
gmake: Target 'all' not remade because of errors. rfPacketTx_CC1310_LAUNCHXL_tirtos_ccs                                                                         C/C++ Problem

Here's a screen shot: 

  • David,

    It appears that the name of your CCS workspace is "Code Composer Studio 8.3.0". These types of build errors are known to occur when there are spaces in the workspace/project paths or in paths where the tools (like CCS and SDK) are installed. Hence it is best to avoid spaces and/or non-alphanumeric characters, as per this FAQ: https://e2e.ti.com/support/tools/ccs/f/81/t/740719

    Please open a new CCS workspace in a directory with no spaces (underscores are ok), re-import the project and let us know if that fixes the issue.