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.

CCS/CC2640R2F-Q1: Help resolving a CCS configuration

Part Number: CC2640R2F-Q1
Other Parts Discussed in Thread: CC2640

Tool/software: Code Composer Studio

Hello,

Could you please help me resolving a CCS configuration issue for a TI CC2640 software package my customer is using? The customer seems to have the required packages installed which are the same as mine. But building the project generates an error I cannot interpret to find what's missing. Building on my machine works fine. I am attaching the log and installation details separately.

Thanks,
François.

  • Installation_details.txt

    **** Build of configuration Debug for project tirtos_builds_CC2640R2_LAUNCHXL_release_ccs ****
    
    "C:\\ti\\ccsv7\\utils\\bin\\gmake" -k -j 4 all -O 
    gmake[1]: Entering directory 'C:/Users/ccsuser/workspace_v7/tirtos_builds_CC2640R2_LAUNCHXL_release_ccs/Debug'
    'Building file: ../release.cfg'
    'Invoking: XDCtools'
    "C:/ti/xdctools_3_50_03_33_core/xs" --xdcpath="C:/ti/simplelink_cc2640r2_sdk_1_40_00_45/source;C:/ti/simplelink_cc2640r2_sdk_1_40_00_45/kernel/tirtos/packages;C:/ti/ccsv7/ccs_base;" xdc.tools.configuro -o configPkg -t ti.targets.arm.elf.M3 -p ti.platforms.simplelink:CC2640R2F -r release -c "C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS" --compileOptions " -DDeviceFamily_CC26X0R2 " "../release.cfg"
    subdir_rules.mk:12: recipe for target 'build-1046842913-inproc' failed
    process_begin: CreateProcess(NULL, C:/ti/xdctools_3_50_03_33_core/xs --xdcpath=C:/ti/simplelink_cc2640r2_sdk_1_40_00_45/source;C:/ti/simplelink_cc2640r2_sdk_1_40_00_45/kernel/tirtos/packages;C:/ti/ccsv7/ccs_base; xdc.tools.configuro -o configPkg -t ti.targets.arm.elf.M3 -p ti.platforms.simplelink:CC2640R2F -r release -c C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS --compileOptions " -DDeviceFamily_CC26X0R2 " ../release.cfg, ...) failed.
    make (e=2): Le fichier sp�cifi� est introuvable. [EDIT: The specified file cannot be found.]
    
    gmake[1]: *** [build-1046842913-inproc] Error 2
    gmake[1]: Leaving directory 'C:/Users/ccsuser/workspace_v7/tirtos_builds_CC2640R2_LAUNCHXL_release_ccs/Debug'
    'Building file: ../release.cfg'
    'Invoking: XDCtools'
    "C:/ti/xdctools_3_50_03_33_core/xs" --xdcpath="C:/ti/simplelink_cc2640r2_sdk_1_40_00_45/source;C:/ti/simplelink_cc2640r2_sdk_1_40_00_45/kernel/tirtos/packages;C:/ti/ccsv7/ccs_base;" xdc.tools.configuro -o configPkg -t ti.targets.arm.elf.M3 -p ti.platforms.simplelink:CC2640R2F -r release -c "C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS" --compileOptions " -DDeviceFamily_CC26X0R2 " "../release.cfg"
    subdir_rules.mk:12: recipe for target 'build-1046842913-inproc' failed
    process_begin: CreateProcess(NULL, C:/ti/xdctools_3_50_03_33_core/xs --xdcpath=C:/ti/simplelink_cc2640r2_sdk_1_40_00_45/source;C:/ti/simplelink_cc2640r2_sdk_1_40_00_45/kernel/tirtos/packages;C:/ti/ccsv7/ccs_base; xdc.tools.configuro -o configPkg -t ti.targets.arm.elf.M3 -p ti.platforms.simplelink:CC2640R2F -r release -c C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS --compileOptions " -DDeviceFamily_CC26X0R2 " ../release.cfg, ...) failed.
    make (e=2): Le fichier sp�cifi� est introuvable.
    
    gmake[2]: *** [build-1046842913-inproc] Error 2
    gmake[1]: *** No rule to make target 'build-1046842913', needed by 'configPkg/linker.cmd'.
    gmake[1]: Target 'configPkg/linker.cmd' not remade because of errors.
    gmake: *** [all] Error 2
    makefile:127: recipe for target 'all' failed
    
    **** Build Finished ****
    

  • Hello Francois,
    Please see the below related threads:
    e2e.ti.com/.../561368
    e2e.ti.com/.../608200

    Please let us know if this helps resolve the issue.

    Thanks
    ki