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.

Basics of programming and Error during build in cc2650 launchpad by CCS Cloud

Other Parts Discussed in Thread: CC2650

Hi all,


I am using cc2650 launchpad and trying to execute basic led project in it but during build the project there are many error's as given below.


**** Build of configuration Debug for project LED Blinking ****

Starting build of library sources ...
Build of libraries failed.
subdir_rules.mk:28: recipe for target 'build-1943490895' failed
gmake: @workspace/LED: No such file or directory
gmake: *** No rule to make target `@workspace/LED'. Stop.
error: xdc.cfg.SourceDir: "@ti-rex-content/xdctools_3_32_00_06_core/packages/xdc/cfg/SourceDir.xs", line 209: xdc.cfg.SourceDir : Build of generated source libraries failed: exit status = 2:

js: "@ti-rex-content/xdctools_3_32_00_06_core/packages/xdc/cfg/Main.xs", line 160: Error: Configuration failed!
gmake: *** [package/cfg/pwmled_pem3.xdl] Error 1
gmake: *** Deleting file `package/cfg/pwmled_pem3.xdl'
gmake: *** [package/cfg/pwmled_pem3.xdl] Deleting file `package/cfg/pwmled_pem3.h'
gmake: *** [package/cfg/pwmled_pem3.xdl] Deleting file `package/cfg/pwmled_pem3.c'
js: "@ti-rex-content/xdctools_3_32_00_06_core/packages/xdc/tools/Cmdr.xs", line 51: Error: xdc.tools.configuro: configuration failed due to earlier errors (status = 2); 'linker.cmd' deleted.
gmake: *** [build-1943490895] Error 1
gmake: Target 'all' not remade because of errors.

**** Build Finished ****
As I am new to coding in TI microcontrollers so please tell me the solution of this problam and the guides (documents or videos) to learn basics syntax of programming in CCS IDE .

Thanks and Regards,

Kuldeep

  • Kuldeep Singh Shivran said:
    I am using cc2650 launchpad and trying to execute basic led project in it but during build the project there are many error's as given below.

    I see that the name of your project is "LED Blinking". There is a known limitation where RTSC projects do not build properly if there are spaces or non-ASCII characters in any of the paths referenced by the tools (please see this link). Could you try changing the project name to one without spaces (like LED_Blinking) and see if that helps?

    Kuldeep Singh Shivran said:
    As I am new to coding in TI microcontrollers so please tell me the solution of this problam and the guides (documents or videos) to learn basics syntax of programming in CCS IDE .

    As for reference guides, I would suggest starting with the examples in the BLE Stack software package and following the Developers Guide that accompanies it to build and run examples using CCS. In addition please see this CCS Fundamentals Workshop (it is intended for beginners who wish to learn the basics of the CCS environment): http://processors.wiki.ti.com/index.php/CCS_Fundamentals_Workshop#CC2650