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.

LAUNCHXL-CC1352R1: Example projects do not compile

Part Number: LAUNCHXL-CC1352R1
Other Parts Discussed in Thread: SYSBIOS

Hello,

I am having trouble with the example projects from simplelink_cc13x2_26x2_sdk to compile.

My Setup:

- Windows 10
- CCS 10.3.1
- simplelink_cc13x2_26x2_sdk_5_10_00_48

1) I imported hello-project (tirtos) from

C:\[TI_INSTALL_DIR]\simplelink_cc13x2_26x2_sdk_5_10_00_48\examples\rtos\CC1352R1_LAUNCHXL\sysbios\hello\tirtos\ccs

**** Build of configuration Debug for project hello_CC1352R1_LAUNCHXL_tirtos_ccs ****


"C:\\TI\\ccs1031\\ccs\\utils\\bin\\gmake" -k -j 8 all -O 
 
Building file: "../hello.cfg"
Invoking: XDCtools
"C:/TI/ccs1031/xdctools_3_62_00_08_core/xs" --xdcpath="C:/TI/simplelink_cc13x2_26x2_sdk_5_10_00_48/source;C:/TI/simplelink_cc13x2_26x2_sdk_5_10_00_48/kernel/tirtos/packages;" xdc.tools.configuro -o configPkg -t ti.targets.arm.elf.M4F -p ti.platforms.simplelink:CC13X2_CC26X2 -r release -c "C:/TI/ccs1031/ccs/tools/compiler/ti-cgt-arm_20.2.4.LTS" --compileOptions "-mv7M4 --code_state=16 --float_support=FPv4SPD16 -me --include_path=\"C:/sth/hello_CC1352R1_LAUNCHXL_tirtos_ccs\" --include_path=\"C:/sth/hello_CC1352R1_LAUNCHXL_tirtos_ccs/Debug\" --include_path=\"C:/TI/simplelink_cc13x2_26x2_sdk_5_10_00_48/source\" --include_path=\"C:/TI/simplelink_cc13x2_26x2_sdk_5_10_00_48/source/ti/posix/ccs\" --include_path=\"C:/TI/ccs1031/ccs/tools/compiler/ti-cgt-arm_20.2.4.LTS/include\" --define=DeviceFamily_CC13X2 -g --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on  " "../hello.cfg"
making package.mak (because of package.bld) ...
generating interfaces for package configPkg (because package/package.xdc.inc is older than package.xdc) ...
configuring hello.xem4f from package/cfg/hello_pem4f.cfg ...
generating custom ROM library makefile ... 
Starting build of library sources ...
making C:/sth/hello_CC1352R1_LAUNCHXL_tirtos_ccs/src/sysbios/rom_sysbios.aem4f ...
clem4f C:/TI/simplelink_cc13x2_26x2_sdk_5_10_00_48/kernel/tirtos/packages/ti/sysbios/BIOS.c ...
asmem4f C:/TI/simplelink_cc13x2_26x2_sdk_5_10_00_48/kernel/tirtos/packages/ti/sysbios/family/arm/m3/Hwi_asm.sv7M ...
asmem4f C:/TI/simplelink_cc13x2_26x2_sdk_5_10_00_48/kernel/tirtos/packages/ti/sysbios/family/arm/m3/Hwi_asm_switch.sv7M ...
asmem4f C:/TI/simplelink_cc13x2_26x2_sdk_5_10_00_48/kernel/tirtos/packages/ti/sysbios/family/arm/m3/IntrinsicsSupport_asm.sv7M ...
asmem4f C:/TI/simplelink_cc13x2_26x2_sdk_5_10_00_48/kernel/tirtos/packages/ti/sysbios/family/arm/m3/TaskSupport_asm.sv7M ...
arem4f rom_sysbios.obj m3_Hwi_asm.obj m3_Hwi_asm_switch.obj m3_IntrinsicsSupport_asm.obj m3_TaskSupport_asm.obj ...
Build of libraries done.
clem4f package/cfg/hello_pem4f.c ...
Finished building: "../hello.cfg"
 
        1 Datei(en) kopiert.
making ../src/sysbios/rom_sysbios.aem4f ...
gmake[1]: Nothing to be done for 'all'.
gmake: *** No rule to make target 'hello.obj', needed by 'all'.
gmake: *** No rule to make target 'syscfg/ti_devices_config.obj', needed by 'all'.
gmake: *** No rule to make target 'syscfg/ti_drivers_config.obj', needed by 'all'.
gmake: Target 'all' not remade because of errors.

**** Build Finished ****

2) cross-checked with nortos-project uartecho from

C:\[TI_INSTALL_DIR]\simplelink_cc13x2_26x2_sdk_5_10_00_48\examples\nortos\CC1352R1_LAUNCHXL\drivers\uartecho

**** Build of configuration Debug for project uartecho_CC1352R1_LAUNCHXL_nortos_ccs ****

"C:\\TI\\ccs1031\\ccs\\utils\\bin\\gmake" -k -j 8 all -O 
 
gmake: *** No rule to make target 'main_nortos.obj', needed by 'all'.
gmake: *** No rule to make target 'uartecho.obj', needed by 'all'.
gmake: *** No rule to make target 'syscfg/ti_devices_config.obj', needed by 'all'.
gmake: *** No rule to make target 'syscfg/ti_drivers_config.obj', needed by 'all'.
gmake: Target 'all' not remade because of errors.

**** Build Finished ****

Kind regards for any help

joerg