TI中文支持网
TI专业的中文技术问题搜集分享网站

备份工程后,使用CCS编译出错,提示Cannot build project. Referenced RTSC Configuration project 'tirtos_builds_CC1352P1_LAUNCHXL_release_ccs' contains build-errors.

 备份工程文件后出现Cannot build project. Referenced RTSC Configuration project 'tirtos_builds_CC1352P1_LAUNCHXL_release_ccs' contains build-errors. 错误提示。该如何解决?

控制台的提示为:“

**** 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..

有评论说不能随意移动工程,但后期备份肯定会移动,此问题该如何解决?

Xinxin:

文件复制没有问题,我一一对比过了

Viki Shi:

回复 Xinxin:

不要直接移动文件,把你的文件导入到其他路径,然后再build

Xinxin:

回复 Viki Shi:

把文件导入其他路径具体操作是什么呢?

Viki Shi:

回复 Xinxin:

software-dl.ti.com/…/ccs_sharing-projects.html

Viki Shi:

回复 Xinxin:

找到一个更详细的文档:software-dl.ti.com/…/ccs_project-management.html

Xinxin:

回复 Viki Shi:

十分感谢你的回答,但是现在我发现编译出现问题的主要原因似乎不是由于工程路径的问题,因为我使用官方提供的SDK,插入官方例程到CCS中,编译也会出错,重装SDK依旧会有问题,但在以前使用官方SDK是没问题的,编译错误提示如下:

点击第一个错误,会跳转到图中程序的160行代码

请问此问题该如何解决呢?

Xinxin:

回复 Viki Shi:

官方例程也出现下述错误的错误:

我猜想的原因是由于我插入的是rtos的例程,若我插入nortos的例程,则编译不会出错,在插入rtos的例程时,CCS只提示发现了如下图的两个工程,但是在我的印象中,若插入rtos的例程是会发现四个工程的,分别为pininterrupt_xxx.ccs pininterrupt_xxx.gcc tirtos_xxx.ccs tirtos.gcc.是否为这个问题导致的错误呢  该如何解决此问题呢?

Viki Shi:

回复 Xinxin:

我觉得还是你的操作问题,请按照文档working with projects进行操作:
software-dl.ti.com/…/index_project-management.html

赞(0)
未经允许不得转载:TI中文支持网 » 备份工程后,使用CCS编译出错,提示Cannot build project. Referenced RTSC Configuration project 'tirtos_builds_CC1352P1_LAUNCHXL_release_ccs' contains build-errors.
分享到: 更多 (0)