Part Number: CC2650
I have a project that is based on the simple_peripheral example. It builds and runs successfully. Now, I want to make a variant so I copied the CCS project and pasted to a new one. When I try to do a clean build on the new copy, I get these errors:
Description Resource Path Location Type
#10010 errors encountered during linking; "Power10.out" not built Power10 C/C++ Problem
#10263 FLASH memory range has already been specified cc26x0f128.cmd /Power10 line 78 C/C++ Problem
#10263 SRAM memory range has already been specified cc26x0f128.cmd /Power10 line 80 C/C++ Problem
#10264 FLASH memory range overlaps existing memory range FLASH cc26x0f128.cmd /Power10 line 78 C/C++ Problem
#10264 FLASH memory range overlaps existing memory range FLASH_LAST_PAGE cc26x0f128.cmd /Power10 line 78 C/C++ Problem
#10264 SRAM memory range overlaps existing memory range SRAM cc26x0f128.cmd /Power10 line 80 C/C++ Problem
gmake: *** [all] Error 2 Power10 C/C++ Problem
gmake[1]: *** [Power10.out] Error 1 Power10 C/C++ Problem
#10190-D absolute symbol "__STACK_TOP" being redefined cc26x0f128.cmd /Power10 line 124 C/C++ Problem
#69-D integer conversion resulted in a change of sign simple_peripheral.c /Power10/Application line 297 C/C++ Problem
The errors occur in cc26x0f128.cmd which says that it is auto-generated. What tool does the generation? Is there something specific I need to do when copying a CCS project?
I'm using CCS version 10.2.0.00009
Thanks for any pointers!

