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/EK-TM4C129EXL: Unable to Compile TI-RTOS Example Project

Part Number: EK-TM4C129EXL
Other Parts Discussed in Thread: SYSBIOS, TM4C129ENCPDT

Tool/software: Code Composer Studio

Hi,

I am new to TI-RTOS infact just started reading about it. I have installed Code composer Studio V 9.3. I can compile any non RTOS examples but I can not compile any TI-RTOS version.

When I imported the example I got a warning message i.e. "No XDCtools, equivalent to the specified version '3.32.0.06_core', are available - defaulting to '3.50.4.43_core' "

After importing and trying to compile, I receive following errors;

**** Build of configuration Debug for project pwmled_EK_TM4C129EXL_TI ****

"C:\\ti\\ccs930\\ccs\\utils\\bin\\gmake" -k -j 8 all -O

Building file: "../pwmled.cfg"
Invoking: XDCtools
"C:/ti/xdctools_3_50_04_43_core/xs" --xdcpath="C:/ti/tirtos_tivac_2_16_00_08/packages;C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08/packages;C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages;C:/ti/tirtos_tivac_2_16_00_08/products/ndk_2_25_00_09/packages;C:/ti/tirtos_tivac_2_16_00_08/products/uia_2_00_05_50/packages;C:/ti/tirtos_tivac_2_16_00_08/products/ns_1_11_00_10/packages;" xdc.tools.configuro -o configPkg -t ti.targets.arm.elf.M4F -p ti.platforms.tiva:TM4C129ENCPDT -r release -c "C:/ti/ccs930/ccs/tools/compiler/ti-cgt-arm_18.12.5.LTS" --compileOptions "-mv7M4 --code_state=16 --float_support=FPv4SPD16 -me --include_path=\"C:/Users/iabid/workspace_v9/pwmled_EK_TM4C129EXL_TI\" --include_path=\"C:/Users/iabid/workspace_v9/pwmled_EK_TM4C129EXL_TI\" --include_path=\"C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b\" --include_path=\"C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix\" --include_path=\"C:/ti/ccs930/ccs/tools/compiler/ti-cgt-arm_18.12.5.LTS/include\" --define=ccs=\"ccs\" --define=PART_TM4C129ENCPDT --define=ccs --define=TIVAWARE -g --gcc --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi " "../pwmled.cfg"
making package.mak (because of package.bld) ...
generating interfaces for package configPkg (because package/package.xdc.inc is older than package.xdc) ...
configuring pwmled.xem4f from package/cfg/pwmled_pem4f.cfg ...
subdir_rules.mk:19: recipe for target 'build-1426512385-inproc' failed
error: xdc.cfg.Program: "C:/ti/xdctools_3_50_04_43_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: "C:/ti/xdctools_3_50_04_43_core/packages/xdc/cfg/Main.xs", line 160: Error: Configuration failed!
gmake.exe: *** [package/cfg/pwmled_pem4f.xdl] Error 1
js: "C:/ti/xdctools_3_50_04_43_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-1426512385-inproc] Error 1
gmake: *** No rule to make target 'build-1426512385', needed by 'configPkg/compiler.opt'.
gmake: *** No rule to make target 'build-1426512385', needed by 'configPkg/linker.cmd'.
gmake: *** No rule to make target 'build-1426512385', needed by 'configPkg/compiler.opt'.
gmake: *** No rule to make target 'build-1426512385', needed by 'configPkg/compiler.opt'.
gmake: Target 'all' not remade because of errors.

**** Build Finished ****