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/CC1352P: Build error of CCS

Part Number: CC1352P


Tool/software: Code Composer Studio

Hi Team,

I'm using CC1352P and my project is compiled and downloaded successfully. But errors occur after i moving it to other path----desktop, The errors are below:

**** Clean-only build of configuration Debug for project pinInterrupt_CC1352P1_LAUNCHXL_tirtos_ccs ****
"C:\\ccs\\utils\\bin\\gmake" -k -j 12 clean -O 
 
DEL /F  "pinInterrupt_CC1352P1_LAUNCHXL_tirtos_ccs.hex"  "pinInterrupt_CC1352P1_LAUNCHXL_tirtos_ccs.out" 
DEL /F "CC1352P1_LAUNCHXL.obj" "CC1352P1_LAUNCHXL_fxns.obj" "RFQueue.obj" "ccfg.obj" "main_tirtos.obj" "pinInterrupt.obj" "smartrf_settings\smartrf_settings.obj" 
DEL /F "CC1352P1_LAUNCHXL.d" "CC1352P1_LAUNCHXL_fxns.d" "RFQueue.d" "ccfg.d" "main_tirtos.d" "pinInterrupt.d" "smartrf_settings\smartrf_settings.d" 
Finished clean
 
**** Build Finished ****
Buildfile generation error occurred..
Cannot build project. Referenced RTSC Configuration project 'tirtos_builds_CC1352P1_LAUNCHXL_release_ccs' contains build-errors.
Build stopped..

Are these about CCS configuration? Thanks in advance.