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.
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
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.
downloaded it again through the TI Explorer. When I foreign made and assembled the venture once more, it gave me a similar issue