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.

Error during build the project in cc2650 launchpad from ccs cloud

Other Parts Discussed in Thread: CC2650, SYSBIOS

Hi,

I am using cc2650 launchpad with XDS110 dubugger. I have created one new simple led project to understand the process by using duplicate version of pwmled project. During build the project i am getting some error's so someone help me to solve the problem and understand the process to execute the project with simple program.

  • Hello,
    Please provide more details about the issue. Specifically, the exact build errors you are getting.

    Thanks
    ki
  • Hello ki and all,

    This is the output with error's which I have got during build the project .

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

    @ccs/utils/bin/gmake -k all
    making ../src/sysbios/rom_sysbios.aem3 ...
    gmake[1]: Entering directory '@workspace/LED Blinking/src/sysbios'
    gmake[1]: Nothing to be done for 'all'.
    gmake[1]: Leaving directory '@workspace/LED Blinking/src/sysbios'
    Building file: ../pwmled.cfg
    Invoking: XDCtools
    "@ti-rex-content/xdctools_3_32_00_06_core/xs" --xdcpath="@ti-rex-content/tirtos_cc13xx_cc26xx_2_21_00_06/packages;@ti-rex-content/tirtos_cc13xx_cc26xx_2_21_00_06/products/tidrivers_cc13xx_cc26xx_2_21_00_04/packages;@ti-rex-content/tirtos_cc13xx_cc26xx_2_21_00_06/products/bios_6_46_01_37/packages;@ti-rex-content/tirtos_cc13xx_cc26xx_2_21_00_06/products/uia_2_01_00_01/packages;@ccs/ccs_base;" xdc.tools.configuro -o configPkg -t ti.targets.arm.elf.M3 -p ti.platforms.simplelink:CC2650F128 -r release -c "@ccs/tools/compiler/arm_15.12.3.LTS" --compileOptions "-mv7M3 --code_state=16 --float_support=vfplib -me --include_path=\"@workspace/LED Blinking\" --include_path=\"@ti-rex-content/tirtos_cc13xx_cc26xx_2_21_00_06/products/cc26xxware_2_24_03_17272\" --include_path=\"@ccs/tools/compiler/arm_15.12.3.LTS/include\" -g --define=ccs --display_error_number --diag_warning=225 --diag_warning=255 --diag_wrap=off --gen_func_subsections=on --abi=eabi " "../pwmled.cfg"
    configuring pwmled.xem3 from package/cfg/pwmled_pem3.cfg ...
    generating custom ROM library makefile ...
    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 ****

    Please suggest the solution.

    Thanks and Regards,

    Kuldeep