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/CC3220SF-LAUNCHXL: TI RTOS compiling problem

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

Tool/software: Code Composer Studio

Hi,

my project use TI RTOS.

i use device CC3220SF.

when i try to compile tirtos_builds_CC3220SF_LAUNCHXL_release_ccs project from examples C:\TI\simplelink_cc32xx_sdk_1_30_01_03\examples\rtos\CC3220SF_LAUNCHXL\drivers\timerled

 i get error 

Description Resource Path Location Type
gmake: *** [all] Error 2 tirtos_builds_CC3220SF_LAUNCHXL_release_ccs C/C++ Problem
gmake[1]: *** [build-1948194527-inproc] Error 1 tirtos_builds_CC3220SF_LAUNCHXL_release_ccs C/C++ Problem
gmake[1]: *** No rule to make target 'build-1948194527', needed by 'configPkg/linker.cmd'. tirtos_builds_CC3220SF_LAUNCHXL_release_ccs C/C++ Problem
gmake[1]: Target 'configPkg/linker.cmd' not remade because of errors. tirtos_builds_CC3220SF_LAUNCHXL_release_ccs C/C++ Problem
gmake[2]: *** [build-1948194527-inproc] Error 1 tirtos_builds_CC3220SF_LAUNCHXL_release_ccs C/C++ Problem
make: *** Error: Specified build configuration file '' is not found. Stop. tirtos_builds_CC3220SF_LAUNCHXL_release_ccs line 307, external location: C:\TI\xdctools_3_50_01_12_core\packages\xdc\bld\xdc_rules.mak C/C++ Problem

advice thanks

  • Are you building from the command line or from CCS (or IAR)? It looks like it's from a CCS project, but I'd like to confirm it. Which CCS version are you using? Also, what is the full directory path for the CCS workspace?

    Please do a clean of the tirtos_builds_CC3220SF_LAUNCHXL_release_ccs  project and manually delete the generated "debug" and "src" directories. Then do a build again. Can you attach the entire build output (please attach instead of copy/paste)? I'd like to see the output from the beginning and not just the error portion.

    Also, can you confirm that CCS has discovered the SDK. This can be done by  looking at the tirtos_builds_CC3220SF_LAUNCHXL_release_ccs project settings. You should see the SDK selected as see below (note I have lots of engineering builds so your list will be smaller).  Also confirm that XDCtools 3_50_01_12_core is present.