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/CC2650: CC2650 PIN interrupt example project building error: configuration failed

Part Number: CC2650
Other Parts Discussed in Thread: SYSBIOS

Tool/software: Code Composer Studio

I am just trying to build the imported official example project, but ccs gives me the following error. What can I do?

BTW, when I import the project, it shows a warning : 

pinInterrupt_CC2650_LAUNCHXL_TI
No XDCtools, equivalent to the specified version '3.32.0.06_core', are available - defaulting to '3.61.0.16_core'.

**** Build of configuration Debug for project pinInterrupt_CC2650_LAUNCHXL_TI ****

"D:\\software\\ti\\ccs1000\\ccs\\utils\\bin\\gmake" -k -j 12 all -O

Building file: "../pinInterrupt.cfg"
Invoking: XDCtools
"D:/software/ti/ccs1000/xdctools_3_61_00_16_core/xs" --xdcpath="D:/software/ti/ccs1000/tirtos_cc13xx_cc26xx_2_21_00_06/packages;D:/software/ti/ccs1000/tirtos_cc13xx_cc26xx_2_21_00_06/products/tidrivers_cc13xx_cc26xx_2_21_00_04/packages;D:/software/ti/ccs1000/tirtos_cc13xx_cc26xx_2_21_00_06/products/bios_6_46_01_37/packages;D:/software/ti/ccs1000/tirtos_cc13xx_cc26xx_2_21_00_06/products/uia_2_01_00_01/packages;" xdc.tools.configuro -o configPkg -t ti.targets.arm.elf.M3 -p ti.platforms.simplelink:CC2650F128 -r release -c "D:/software/ti/ccs1000/ccs/tools/compiler/ti-cgt-arm_20.2.0.LTS" --compileOptions "-mv7M3 --code_state=16 --float_support=vfplib -me --include_path=\"D:/courses/wings/701Codes/pinInterrupt_CC2650_LAUNCHXL_TI\" --include_path=\"D:/courses/wings/701Codes/pinInterrupt_CC2650_LAUNCHXL_TI\" --include_path=\"D:/software/ti/ccs1000/tirtos_cc13xx_cc26xx_2_21_00_06/products/cc26xxware_2_24_03_17272\" --include_path=\"D:/software/ti/ccs1000/ccs/tools/compiler/ti-cgt-arm_20.2.0.LTS/include\" --define=ccs -g --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi " "../pinInterrupt.cfg"
making package.mak (because of package.bld) ...
generating interfaces for package configPkg (because package/package.xdc.inc is older than package.xdc) ...
configuring pinInterrupt.xem3 from package/cfg/pinInterrupt_pem3.cfg ...
subdir_rules.mk:19: recipe for target 'build-1613913039-inproc' failed
error: xdc.cfg.Program: "D:/software/ti/ccs1000/xdctools_3_61_00_16_core/packages/xdc/cfg/Program.xs", line 71: xdc.cfg.Program : The package 'ti.sysbios.knl' is not compatible with XDCtools used in this build. Please either use XDCtools compatible with that package, or update the product containing that package, or rebuild the package with XDCtools 3.50 or later.
js: "D:/software/ti/ccs1000/xdctools_3_61_00_16_core/packages/xdc/cfg/Main.xs", line 160: Error: Configuration failed!
gmake.exe: *** [package.mak:202: package/cfg/pinInterrupt_pem3.xdl] Error 1
js: "D:/software/ti/ccs1000/xdctools_3_61_00_16_core/packages/xdc/tools/Cmdr.xs", line 52: Error: xdc.tools.configuro: configuration failed due to earlier errors (status = 2); 'linker.cmd' deleted.
gmake[1]: *** [build-1613913039-inproc] Error 1
gmake: *** No rule to make target 'build-1613913039', needed by 'configPkg/compiler.opt'.
gmake: *** No rule to make target 'build-1613913039', needed by 'configPkg/linker.cmd'.
gmake: *** No rule to make target 'build-1613913039', needed by 'configPkg/compiler.opt'.
gmake: *** No rule to make target 'build-1613913039', needed by 'configPkg/compiler.opt'.
gmake: *** No rule to make target 'build-1613913039', needed by 'configPkg/compiler.opt'.
gmake: *** No rule to make target 'build-1613913039', needed by 'configPkg/compiler.opt'.
gmake: Target 'all' not remade because of errors.

**** Build Finished ****