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.

CC1310 RF EasyLink RX and TX example project build error--xdc.cfg SourceDir - Build failed

Hi all,

I use CCS6.1.2 and through CCS APP center to install TI-RTOS for CC13xx and CC26xx.

That TI-RTOS version is tirtos_cc13xx_cc26xx_2_15_00_17 and xdctools_3_32_00_06_core.

I import the example project of "RF EasyLinkRX" and "RF EasyLink TX" into CCS,but it build error

below is detail log

//-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------


**** Build of configuration Debug for project rfEasyLinkRx_CC1310DK_7XD_TI_CC1310F128 ****

"C:\\ti\\ccsv6\\utils\\bin\\gmake" -k all
'Building file: ../rfEasyLinkRx.cfg'
'Invoking: XDCtools'
"C:/ti/xdctools_3_32_00_06_core/xs" --xdcpath="C:/ti/tirtos_cc13xx_cc26xx_2_15_00_17/packages;C:/ti/tirtos_cc13xx_cc26xx_2_15_00_17/products/tidrivers_cc13xx_cc26xx_2_15_00_26/packages;C:/ti/tirtos_cc13xx_cc26xx_2_15_00_17/products/bios_6_45_00_20/packages;C:/ti/tirtos_cc13xx_cc26xx_2_15_00_17/products/uia_2_00_02_39/packages;C:/ti/ccsv6/ccs_base;" xdc.tools.configuro -o configPkg -t ti.targets.arm.elf.M3 -p ti.platforms.simplelink:CC1310F128 -r release -c "C:/ti/ccsv6/tools/compiler/ti-cgt-arm_15.12.0.LTS" --compileOptions "-mv7M3 --code_state=16 --float_support=vfplib -me --include_path=\"D:/CCS Project/CC1310/rfEasyLinkRx_CC1310DK_7XD_TI_CC1310F128\" --include_path=\"D:/CCS Project/CC1310/rfEasyLinkRx_CC1310DK_7XD_TI_CC1310F128/easylink\" --include_path=\"D:/CCS Project/CC1310/rfEasyLinkRx_CC1310DK_7XD_TI_CC1310F128/smartrf_settings\" --include_path=\"C:/ti/tirtos_cc13xx_cc26xx_2_15_00_17/products/cc13xxware_2_03_00_16456\" --include_path=\"C:/ti/ccsv6/tools/compiler/ti-cgt-arm_15.12.0.LTS/include\" -g --define=ccs --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi  " "../rfEasyLinkRx.cfg"
making package.mak (because of package.bld) ...
generating interfaces for package configPkg (because package/package.xdc.inc is older than package.xdc) ...
configuring rfEasyLinkRx.xem3 from package/cfg/rfEasyLinkRx_pem3.cfg ...
generating custom ROM library makefile ...
Starting build of library sources ...
making D:/CCSPRO~1/CC1310/rfEasyLinkRx_CC1310DK_7XD_TI_CC1310F128/src/sysbios/rom_sysbios.aem3 ...
gmake[1]: Entering directory `D:/CCSPRO~1/CC1310/rfEasyLinkRx_CC1310DK_7XD_TI_CC1310F128/src/sysbios'
clem3 C:/ti/tirtos_cc13xx_cc26xx_2_15_00_17/products/bios_6_45_00_20/packages/ti/sysbios/BIOS.c ...
C:/Users/ETHANC~1/AppData/Local/Temp/make72604-1.sh: 1: Syntax error: Unterminated quoted string
gmake[1]: *** [rom_sysbios.obj] Error 2
gmake[1]: Leaving directory `D:/CCSPRO~1/CC1310/rfEasyLinkRx_CC1310DK_7XD_TI_CC1310F128/src/sysbios'
gmake: *** [D:/CCSPRO~1/CC1310/rfEasyLinkRx_CC1310DK_7XD_TI_CC1310F128/src/sysbios/rom_sysbios.aem3] Error 2
Build of libraries failed.
error: xdc.cfg.SourceDir: "C:/ti/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: "C:/ti/xdctools_3_32_00_06_core/packages/xdc/cfg/Main.xs", line 160: Error: Configuration failed!
gmake.exe: *** [package/cfg/rfEasyLinkRx_pem3.xdl] Error 1
gmake.exe: *** Deleting file `package/cfg/rfEasyLinkRx_pem3.xdl'
gmake.exe: *** [package/cfg/rfEasyLinkRx_pem3.xdl] Deleting file `package/cfg/rfEasyLinkRx_pem3.h'
gmake.exe: *** [package/cfg/rfEasyLinkRx_pem3.xdl] Deleting file `package/cfg/rfEasyLinkRx_pem3.c'
js: "C:/ti/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: Target `all' not remade because of errors.

**** Build Finished ****

//---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

But I try other example project like RF Packet RX or RF Packet TX is no problem.

What mean is this error message? and how to fix it?

By the way, I already have try remove CCS and re-install it and result is same.

Best Regards,

Ethan Chen