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/CC1350: Not able to build CC1350 rtos based examples.

Part Number: CC1350

Tool/software: Code Composer Studio

Hi all,

I am using CC1350 and CCS v8. I am trying to build the example rfWsnConcentrator. I imported the project usinf CCS project explorer but i am getting the following errors while building.

in the rfWsnConcentrator...tirtos_ccs build, i get the following error

1. Cannot build project. Referenced RTSC Configuration project 'tirtos_builds_CC1350_LAUNCHXL_release_ccs' contains build-errors. rfWsnConcentrator_CC1350_LAUNCHXL_tirtos_ccs rfWsnConcentrator_CC1350_LAUNCHXL_tirtos_ccs Problem

and in the tirtos_builds...release_ccs build, i get

Description Resource Path Location Type
gmake: *** [all] Error 2 tirtos_builds_CC1350_LAUNCHXL_release_ccs C/C++ Problem
gmake: *** No rule to make target `and'. Stop. tirtos_builds_CC1350_LAUNCHXL_release_ccs C/C++ Problem
gmake[1]: *** [build-62969583] Error 2 tirtos_builds_CC1350_LAUNCHXL_release_ccs C/C++ Problem
gmake[1]: Target 'configPkg/linker.cmd' not remade because of errors. tirtos_builds_CC1350_LAUNCHXL_release_ccs C/C++ Problem
gmake[2]: *** [build-62969583-inproc] Error 1 tirtos_builds_CC1350_LAUNCHXL_release_ccs C/C++ Problem
xdc.cfg.SourceDir : Build of generated source libraries failed: exit status = 2: .xdchelp /tirtos_builds_CC1350_LAUNCHXL_release_ccs line 209 C/C++ Problem
xdctools_3_50_08_24_core\gmake.exe: *** [package/cfg/release_pem3.xdl] Deleting file `package/cfg/release_pem3.c' tirtos_builds_CC1350_LAUNCHXL_release_ccs C/C++ Problem
xdctools_3_50_08_24_core\gmake.exe: *** [package/cfg/release_pem3.xdl] Deleting file `package/cfg/release_pem3.h' tirtos_builds_CC1350_LAUNCHXL_release_ccs C/C++ Problem
xdctools_3_50_08_24_core\gmake.exe: *** [package/cfg/release_pem3.xdl] Error 1 tirtos_builds_CC1350_LAUNCHXL_release_ccs C/C++ Problem
xdctools_3_50_08_24_core\gmake.exe: *** Deleting file `package/cfg/release_pem3.xdl' tirtos_builds_CC1350_LAUNCHXL_release_ccs C/C++ Problem

I tried building the rfpacketTx and rx examples(no-os version) and was able to successfully build and dump that example.

Please help

  • Hi,

    try this,
    delete tirtos_builds_CC1350_LAUNCHXL_release_ccs and rfWsnConcentrator with an option: Delete project content on disk,
    download rfWsnConcentrator project again,
    do not modify anything,
    try ti build it.
  • Thanks for the reply,

    So i did the same as above and it gave me the same result. I deleted existing SDKs, and downloaded it again through the TI Explorer. When I imported and built the project again, it gave me the same issue

    I did not change anything. Following is the error I am getting. Please advice further

    Description Resource Path Location Type
    gmake: *** [all] Error 2 tirtos_builds_CC1350_LAUNCHXL_release_ccs C/C++ Problem
    gmake: *** No rule to make target `and'. Stop. tirtos_builds_CC1350_LAUNCHXL_release_ccs C/C++ Problem
    gmake.exe: *** [package/cfg/release_pem3.xdl] Deleting file `package/cfg/release_pem3.c' tirtos_builds_CC1350_LAUNCHXL_release_ccs C/C++ Problem
    gmake.exe: *** [package/cfg/release_pem3.xdl] Deleting file `package/cfg/release_pem3.h' tirtos_builds_CC1350_LAUNCHXL_release_ccs C/C++ Problem
    gmake.exe: *** [package/cfg/release_pem3.xdl] Error 1 tirtos_builds_CC1350_LAUNCHXL_release_ccs C/C++ Problem
    gmake.exe: *** Deleting file `package/cfg/release_pem3.xdl' tirtos_builds_CC1350_LAUNCHXL_release_ccs C/C++ Problem
    gmake[1]: *** [build-62969583-inproc] Error 1 tirtos_builds_CC1350_LAUNCHXL_release_ccs C/C++ Problem
    gmake[1]: *** [build-62969583] Error 2 tirtos_builds_CC1350_LAUNCHXL_release_ccs C/C++ Problem
    gmake[1]: Target 'configPkg/linker.cmd' not remade because of errors. tirtos_builds_CC1350_LAUNCHXL_release_ccs C/C++ Problem
    gmake[2]: *** [build-62969583-inproc] Error 1 tirtos_builds_CC1350_LAUNCHXL_release_ccs C/C++ Problem
    xdc.cfg.SourceDir : Build of generated source libraries failed: exit status = 2: .xdchelp /tirtos_builds_CC1350_LAUNCHXL_release_ccs line 209 C/C++ Problem
    xdctools_3_50_08_24_core\gmake.exe: *** [package/cfg/release_pem3.xdl] Deleting file `package/cfg/release_pem3.c' tirtos_builds_CC1350_LAUNCHXL_release_ccs C/C++ Problem
    xdctools_3_50_08_24_core\gmake.exe: *** [package/cfg/release_pem3.xdl] Deleting file `package/cfg/release_pem3.h' tirtos_builds_CC1350_LAUNCHXL_release_ccs C/C++ Problem
    xdctools_3_50_08_24_core\gmake.exe: *** [package/cfg/release_pem3.xdl] Error 1 tirtos_builds_CC1350_LAUNCHXL_release_ccs C/C++ Problem
    xdctools_3_50_08_24_core\gmake.exe: *** Deleting file `package/cfg/release_pem3.xdl' tirtos_builds_CC1350_LAUNCHXL_release_ccs C/C++ Problem

  • I did likewise as above and it gave me a similar outcome. I erased existing SDKs, and downloaded it again through the TI Explorer. When I foreign made and assembled the venture once more, it gave me a similar issue

    __________________________________________________

    https://audacity.onl https://findmyiphone.onl https://origin.onl

  • Prasanth,

    Please take a look at this link for a couple of reasons that could trigger this type of build error. We have heard of a few instances where a conflicting tool such as Cygwin or WinAVR causes such build errors, so check your Windows system PATH to see if any such tool is in the Path. If so, temporarily remove them from the PATH and see if the build succeeds.

  • Thanks for the reply, I was able to solve the issue going through the link you provided. I deleted all irrelevant variables from the path, deleted ccs and sdks and reinstalled them, this time everything (CCS+ SDKs + Woekspace) on the same C:/ drive and folder and it worked for me.
  • downloaded it again through the TI Explorer. When I foreign made and assembled the venture once more, it gave me a similar issue

  • Mirro,

    Since the original poster's issue has been resolved, this thread will be closed. If you are still experiencing build issues and require support, please create a new post by clicking on the "Ask a new question" or "Ask a related question buttons". Be sure to include all relevant details - version of CCS, version of SDK, which example you are trying to build, full output in the CCS build console that shows the error, etc. Thanks!