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.

CC2652R: CC2652R

Part Number: CC2652R
Other Parts Discussed in Thread: LAUNCHXL-CC26X2R1, SYSBIOS, CCSTUDIO

Thanks, Art for sending the links.

But all these links are associated with CCS installed locally.

I am using CCS cloud. With cloud until yesterday, I could import an Example (e.g. buttonled with TI RTOS and CCS options) and could do a build without any problem and then do a RUN without any issue with my LaunchXL-CC26X2r1 eval board.

 

Not any more, I can’t even do a build since yesterday. I get build errors as shown bellow.

 ----------------------------------------------------------------------------------------------------------------------------------------------------

**** Build of configuration Debug for project tirtos_builds_cc13x2_cc26x2_release_ccs ****

/mnt/ccs/ccs/utils/bin/gmake -k all

making ../src/sysbios/rom_sysbios.aem4f ...
gmake[1]: Entering directory '/home/guest/ide/default/tirtos_builds_cc13x2_cc26x2_release_ccs/src/sysbios'

**** Clean-only build of configuration Debug for project buttonled_CC26X2R1_LAUNCHXL_tirtos_ccs ****

/mnt/ccs/ccs/utils/bin/gmake -k clean

gmake[1]: Leaving directory '/home/guest/ide/default/tirtos_builds_cc13x2_cc26x2_release_ccs/src/sysbios'
../src/makefile.libs:56: recipe for target '../src/sysbios/rom_sysbios.aem4f' failed
gmake[1]: *** No rule to make target 'xdc/runtime/xdc_noinit.c', needed by 'rom_sysbios.obj'.
gmake[1]: *** No rule to make target 'xdc/runtime/Assert.c', needed by 'rom_sysbios.obj'.
gmake[1]: *** No rule to make target 'xdc/runtime/Core-mem.c', needed by 'rom_sysbios.obj'.
gmake[1]: *** No rule to make target 'xdc/runtime/Core-smem.c', needed by 'rom_sysbios.obj'.
gmake[1]: *** No rule to make target 'xdc/runtime/Core-label.c', needed by 'rom_sysbios.obj'.
gmake[1]: *** No rule to make target 'xdc/runtime/Core-params.c', needed by 'rom_sysbios.obj'.
gmake[1]: *** No rule to make target 'xdc/runtime/Diags.c', needed by 'rom_sysbios.obj'.
gmake[1]: *** No rule to make target 'xdc/runtime/Error.c', needed by 'rom_sysbios.obj'.
gmake[1]: *** No rule to make target 'xdc/runtime/Gate.c', needed by 'rom_sysbios.obj'.
gmake[1]: *** No rule to make target 'xdc/runtime/Log.c', needed by 'rom_sysbios.obj'.
gmake[1]: *** No rule to make target 'xdc/runtime/Memory.c', needed by 'rom_sysbios.obj'.
gmake[1]: *** No rule to make target 'xdc/runtime/Registry.c', needed by 'rom_sysbios.obj'.
gmake[1]: *** No rule to make target 'xdc/runtime/Startup.c', needed by 'rom_sysbios.obj'.
gmake[1]: *** No rule to make target 'xdc/runtime/System.c', needed by 'rom_sysbios.obj'.
gmake[1]: *** No rule to make target 'xdc/runtime/SysCallback.c', needed by 'rom_sysbios.obj'.
gmake[1]: *** No rule to make target 'xdc/runtime/Text.c', needed by 'rom_sysbios.obj'.
gmake[1]: *** No rule to make target 'xdc/runtime/Timestamp.c', needed by 'rom_sysbios.obj'.
gmake[1]: Target 'all' not remade because of errors.
gmake: *** [../src/sysbios/rom_sysbios.aem4f] Error 2
gmake: Target 'all' not remade because of errors.

------------------------------------------------------------------------------------------------------------------------------------------------------------

Should I just forget about cloud and do all the development locally?

Thanks

Kiran