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.

LAUNCHXL-CC2640R2: Renaming simple_peripheral_cc2640r2lp_app at CCSV7 causes build errors?

Part Number: LAUNCHXL-CC2640R2

Hi,

    I renamed simple_peripheral_cc2640r2lp_app to simple_testing_cc2640r2lp_app. It results to build errors below.

Description	Resource	Path	Location	Type
gmake: *** No rule to make target 'C:/ti/ccsv7/eclipse/source/ti/drivers/rf/RFCC26XX_singleMode.c', needed by 'Drivers/RF/RFCC26XX_singleMode.obj'.	simple_testing_cc2640r2lp_app		 	C/C++ Problem
gmake: Target 'all' not remade because of errors.	simple_testing_cc2640r2lp_app		 	C/C++ Problem
This project contains 2 unresolved buildable linked resource(s). The project may not build as expected.	simple_testing_cc2640r2lp_app		project	Problems

   But, If I copy and paste simple_peripheral_cc2640r2lp_app and then rename it to simple_testing2_cc2640r2lp_app, there are no build errors. I will do the copy and paste method since it works. But, I would like to know why the renaming of simple_peripheral_cc2640r2lp_app to simple_testing_cc2640r2lp_app results into build errors.

- kel