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: