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/LPSTK-CC1352R: gmake error when importing project from sensor controller studio (scs)

Part Number: LPSTK-CC1352R
Other Parts Discussed in Thread: SYSBIOS

Tool/software: Code Composer Studio

When I am trying to import the default example "ADC Window Monitor for LaunchPad" from SCS to run in CCS, I get five "gmake: *** No rule to make target" errors with file paths following each error. The code works fine in SCS, but I need to import it to CCS in order to get BLE communication working between the LaunchPad and SensorTag. What am I doing wrong to make this error occur?

  • Hi Alex,

    Please post all the output in the build console.

    Thanks

    ki


  • **** Build of configuration Debug for project adc_window_monitor_launchpad_tirtos ****

    "C:\\ti\\ccs1000\\ccs\\utils\\bin\\gmake" -k -j 4 all -O

    Building file: "C:/ti/scs_academy/adc_window_monitor_launchpad/source/scif.c"
    Invoking: ARM Compiler
    "C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-arm_20.2.0.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me --include_path="C:/Users/alexm/workspace_v10/adc_window_monitor_launchpad_tirtos" --include_path="C:/ti/simplelink_cc13x2_26x2_sdk_4_20_00_35/source/ti/devices/cc13x2_cc26x2" --include_path="C:/ti/simplelink_cc13x2_26x2_sdk_4_20_00_35/kernel/tirtos" --include_path="C:/ti/simplelink_cc13x2_26x2_sdk_4_20_00_35/source" --include_path="C:/ti/simplelink_cc13x2_26x2_sdk_4_20_00_35/source/ti/boards/CC1352R1_LAUNCHXL" --include_path="C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-arm_20.2.0.LTS/include" --define=DEVICE_FAMILY=cc13x2_cc26x2 --define=DeviceFamily_CC13X2 -g --c99 --gcc --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="scif.d_raw" --cmd_file="configPkg/compiler.opt" "C:/ti/scs_academy/adc_window_monitor_launchpad/source/scif.c"
    Finished building: "C:/ti/scs_academy/adc_window_monitor_launchpad/source/scif.c"

    gmake: *** No rule to make target 'C:/ti/simplelink_cc13x2_26x2_sdk_4_20_00_35/source/ti/boards/CC1352R1_LAUNCHXL/CC1352R1_LAUNCHXL.c', needed by 'sdk_files__do_not_edit/CC1352R1_LAUNCHXL.obj'.
    gmake: *** No rule to make target 'C:/ti/simplelink_cc13x2_26x2_sdk_4_20_00_35/source/ti/boards/CC1352R1_LAUNCHXL/CC1352R1_LAUNCHXL_fxns.c', needed by 'sdk_files__do_not_edit/CC1352R1_LAUNCHXL_fxns.obj'.
    gmake: *** No rule to make target 'C:/ti/simplelink_cc13x2_26x2_sdk_4_20_00_35/source/ti/devices/cc13x2_cc26x2/startup_files/ccfg.c', needed by 'sdk_files__do_not_edit/ccfg.obj'.
    gmake: *** No rule to make target 'C:/ti/simplelink_cc13x2_26x2_sdk_4_20_00_35/source/ti/boards/CC1352R1_LAUNCHXL/CC1352R1_LAUNCHXL_TIRTOS.cmd', needed by 'all'.

    Building file: "C:/ti/scs_academy/adc_window_monitor_launchpad/source/main_tirtos.c"
    Invoking: ARM Compiler
    "C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-arm_20.2.0.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me --include_path="C:/Users/alexm/workspace_v10/adc_window_monitor_launchpad_tirtos" --include_path="C:/ti/simplelink_cc13x2_26x2_sdk_4_20_00_35/source/ti/devices/cc13x2_cc26x2" --include_path="C:/ti/simplelink_cc13x2_26x2_sdk_4_20_00_35/kernel/tirtos" --include_path="C:/ti/simplelink_cc13x2_26x2_sdk_4_20_00_35/source" --include_path="C:/ti/simplelink_cc13x2_26x2_sdk_4_20_00_35/source/ti/boards/CC1352R1_LAUNCHXL" --include_path="C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-arm_20.2.0.LTS/include" --define=DEVICE_FAMILY=cc13x2_cc26x2 --define=DeviceFamily_CC13X2 -g --c99 --gcc --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="main_tirtos.d_raw" --cmd_file="configPkg/compiler.opt" "C:/ti/scs_academy/adc_window_monitor_launchpad/source/main_tirtos.c"
    Finished building: "C:/ti/scs_academy/adc_window_monitor_launchpad/source/main_tirtos.c"

    Building file: "C:/ti/scs_academy/adc_window_monitor_launchpad/source/scif_framework.c"
    Invoking: ARM Compiler
    "C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-arm_20.2.0.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me --include_path="C:/Users/alexm/workspace_v10/adc_window_monitor_launchpad_tirtos" --include_path="C:/ti/simplelink_cc13x2_26x2_sdk_4_20_00_35/source/ti/devices/cc13x2_cc26x2" --include_path="C:/ti/simplelink_cc13x2_26x2_sdk_4_20_00_35/kernel/tirtos" --include_path="C:/ti/simplelink_cc13x2_26x2_sdk_4_20_00_35/source" --include_path="C:/ti/simplelink_cc13x2_26x2_sdk_4_20_00_35/source/ti/boards/CC1352R1_LAUNCHXL" --include_path="C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-arm_20.2.0.LTS/include" --define=DEVICE_FAMILY=cc13x2_cc26x2 --define=DeviceFamily_CC13X2 -g --c99 --gcc --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="scif_framework.d_raw" --cmd_file="configPkg/compiler.opt" "C:/ti/scs_academy/adc_window_monitor_launchpad/source/scif_framework.c"
    Finished building: "C:/ti/scs_academy/adc_window_monitor_launchpad/source/scif_framework.c"

    gmake: Target 'all' not remade because of errors.

    **** Build Finished ****

  • Where did you get the CCS project? Was it generated from SCS? Sorry, I've never used SCS so I am quite unfamiliar with it.

    Thanks

    ki

  • It was generated in SCS. It is one of the project examples within SCS. When I try to import it to CCS, those errors arise as the project builds/debugs. This is preventing me from completing the first few bullet points of Task 2 on the corresponding TI tutorial:

     

    Thanks,

    Alex

  • Thanks. The project build ok for me:

    **** Build of configuration Debug for project adc_window_monitor_launchpad_tirtos ****

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

    Building file: "../rom.cfg"
    Invoking: XDCtools
    "C:/ti/ccs1000/xdctools_3_61_00_16_core/xs" --xdcpath="C:/ti/simplelink_cc13x2_26x2_sdk_4_20_00_35/source;C:/ti/simplelink_cc13x2_26x2_sdk_4_20_00_35/kernel/tirtos/packages;" xdc.tools.configuro -o configPkg -t ti.targets.arm.elf.M4F -p ti.platforms.simplelink:CC1312R1F3 -r release -c "C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-arm_20.2.0.LTS" --compileOptions "-mv7M4 --code_state=16 --float_support=FPv4SPD16 -me --include_path=\"C:/ti/workspaces/1000/adc_window_monitor_launchpad_tirtos\" --include_path=\"C:/ti/simplelink_cc13x2_26x2_sdk_4_20_00_35/source/ti/devices/cc13x2_cc26x2\" --include_path=\"C:/ti/simplelink_cc13x2_26x2_sdk_4_20_00_35/kernel/tirtos\" --include_path=\"C:/ti/simplelink_cc13x2_26x2_sdk_4_20_00_35/source\" --include_path=\"C:/ti/simplelink_cc13x2_26x2_sdk_4_20_00_35/source/ti/boards/CC1312R1_LAUNCHXL\" --include_path=\"C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-arm_20.2.0.LTS/include\" --define=DEVICE_FAMILY=cc13x2_cc26x2 --define=DeviceFamily_CC13X2 -g --c99 --gcc --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi " "../rom.cfg"
    making package.mak (because of package.bld) ...
    generating interfaces for package configPkg (because package/package.xdc.inc is older than package.xdc) ...
    configuring rom.xem4f from package/cfg/rom_pem4f.cfg ...
    generating custom ROM library makefile ...
    Starting build of library sources ...
    making C:/ti/workspaces/1000/adc_window_monitor_launchpad_tirtos/src/sysbios/rom_sysbios.aem4f ...
    clem4f C:/ti/simplelink_cc13x2_26x2_sdk_4_20_00_35/kernel/tirtos/packages/ti/sysbios/BIOS.c ...
    asmem4f C:/ti/simplelink_cc13x2_26x2_sdk_4_20_00_35/kernel/tirtos/packages/ti/sysbios/family/arm/m3/Hwi_asm.sv7M ...
    asmem4f C:/ti/simplelink_cc13x2_26x2_sdk_4_20_00_35/kernel/tirtos/packages/ti/sysbios/family/arm/m3/Hwi_asm_switch.sv7M ...
    asmem4f C:/ti/simplelink_cc13x2_26x2_sdk_4_20_00_35/kernel/tirtos/packages/ti/sysbios/family/arm/m3/IntrinsicsSupport_asm.sv7M ...
    asmem4f C:/ti/simplelink_cc13x2_26x2_sdk_4_20_00_35/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/rom_pem4f.c ...
    warning: ti.sysbios.posix.Settings: "C:/ti/simplelink_cc13x2_26x2_sdk_4_20_00_35/kernel/tirtos/packages/ti/sysbios/posix/Settings.xs", line 80: ti.sysbios.posix.Settings : This module is deprecated, it has been replaced by ti.posix.tirtos.Settings. Please update your config script. Loading and configuring the new module on behalf of this module.
    Finished building: "../rom.cfg"

    Building file: "C:/ti/scs_academy/adc_window_monitor_launchpad/source/scif.c"
    Invoking: ARM Compiler
    "C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-arm_20.2.0.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me --include_path="C:/ti/workspaces/1000/adc_window_monitor_launchpad_tirtos" --include_path="C:/ti/simplelink_cc13x2_26x2_sdk_4_20_00_35/source/ti/devices/cc13x2_cc26x2" --include_path="C:/ti/simplelink_cc13x2_26x2_sdk_4_20_00_35/kernel/tirtos" --include_path="C:/ti/simplelink_cc13x2_26x2_sdk_4_20_00_35/source" --include_path="C:/ti/simplelink_cc13x2_26x2_sdk_4_20_00_35/source/ti/boards/CC1312R1_LAUNCHXL" --include_path="C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-arm_20.2.0.LTS/include" --define=DEVICE_FAMILY=cc13x2_cc26x2 --define=DeviceFamily_CC13X2 -g --c99 --gcc --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="scif.d_raw" --cmd_file="configPkg/compiler.opt" "C:/ti/scs_academy/adc_window_monitor_launchpad/source/scif.c"
    Finished building: "C:/ti/scs_academy/adc_window_monitor_launchpad/source/scif.c"

    Building file: "C:/ti/simplelink_cc13x2_26x2_sdk_4_20_00_35/source/ti/boards/CC1312R1_LAUNCHXL/CC1312R1_LAUNCHXL_fxns.c"
    Invoking: ARM Compiler
    "C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-arm_20.2.0.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me --include_path="C:/ti/workspaces/1000/adc_window_monitor_launchpad_tirtos" --include_path="C:/ti/simplelink_cc13x2_26x2_sdk_4_20_00_35/source/ti/devices/cc13x2_cc26x2" --include_path="C:/ti/simplelink_cc13x2_26x2_sdk_4_20_00_35/kernel/tirtos" --include_path="C:/ti/simplelink_cc13x2_26x2_sdk_4_20_00_35/source" --include_path="C:/ti/simplelink_cc13x2_26x2_sdk_4_20_00_35/source/ti/boards/CC1312R1_LAUNCHXL" --include_path="C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-arm_20.2.0.LTS/include" --define=DEVICE_FAMILY=cc13x2_cc26x2 --define=DeviceFamily_CC13X2 -g --c99 --gcc --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="sdk_files__do_not_edit/CC1312R1_LAUNCHXL_fxns.d_raw" --obj_directory="sdk_files__do_not_edit" --cmd_file="configPkg/compiler.opt" "C:/ti/simplelink_cc13x2_26x2_sdk_4_20_00_35/source/ti/boards/CC1312R1_LAUNCHXL/CC1312R1_LAUNCHXL_fxns.c"
    Finished building: "C:/ti/simplelink_cc13x2_26x2_sdk_4_20_00_35/source/ti/boards/CC1312R1_LAUNCHXL/CC1312R1_LAUNCHXL_fxns.c"

    Building file: "C:/ti/simplelink_cc13x2_26x2_sdk_4_20_00_35/source/ti/devices/cc13x2_cc26x2/startup_files/ccfg.c"
    Invoking: ARM Compiler
    "C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-arm_20.2.0.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me --include_path="C:/ti/workspaces/1000/adc_window_monitor_launchpad_tirtos" --include_path="C:/ti/simplelink_cc13x2_26x2_sdk_4_20_00_35/source/ti/devices/cc13x2_cc26x2" --include_path="C:/ti/simplelink_cc13x2_26x2_sdk_4_20_00_35/kernel/tirtos" --include_path="C:/ti/simplelink_cc13x2_26x2_sdk_4_20_00_35/source" --include_path="C:/ti/simplelink_cc13x2_26x2_sdk_4_20_00_35/source/ti/boards/CC1312R1_LAUNCHXL" --include_path="C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-arm_20.2.0.LTS/include" --define=DEVICE_FAMILY=cc13x2_cc26x2 --define=DeviceFamily_CC13X2 -g --c99 --gcc --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="sdk_files__do_not_edit/ccfg.d_raw" --obj_directory="sdk_files__do_not_edit" --cmd_file="configPkg/compiler.opt" "C:/ti/simplelink_cc13x2_26x2_sdk_4_20_00_35/source/ti/devices/cc13x2_cc26x2/startup_files/ccfg.c"
    Finished building: "C:/ti/simplelink_cc13x2_26x2_sdk_4_20_00_35/source/ti/devices/cc13x2_cc26x2/startup_files/ccfg.c"

    Building file: "C:/ti/scs_academy/adc_window_monitor_launchpad/source/main_tirtos.c"
    Invoking: ARM Compiler
    "C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-arm_20.2.0.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me --include_path="C:/ti/workspaces/1000/adc_window_monitor_launchpad_tirtos" --include_path="C:/ti/simplelink_cc13x2_26x2_sdk_4_20_00_35/source/ti/devices/cc13x2_cc26x2" --include_path="C:/ti/simplelink_cc13x2_26x2_sdk_4_20_00_35/kernel/tirtos" --include_path="C:/ti/simplelink_cc13x2_26x2_sdk_4_20_00_35/source" --include_path="C:/ti/simplelink_cc13x2_26x2_sdk_4_20_00_35/source/ti/boards/CC1312R1_LAUNCHXL" --include_path="C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-arm_20.2.0.LTS/include" --define=DEVICE_FAMILY=cc13x2_cc26x2 --define=DeviceFamily_CC13X2 -g --c99 --gcc --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="main_tirtos.d_raw" --cmd_file="configPkg/compiler.opt" "C:/ti/scs_academy/adc_window_monitor_launchpad/source/main_tirtos.c"
    Finished building: "C:/ti/scs_academy/adc_window_monitor_launchpad/source/main_tirtos.c"

    Building file: "C:/ti/simplelink_cc13x2_26x2_sdk_4_20_00_35/source/ti/boards/CC1312R1_LAUNCHXL/CC1312R1_LAUNCHXL.c"
    Invoking: ARM Compiler
    "C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-arm_20.2.0.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me --include_path="C:/ti/workspaces/1000/adc_window_monitor_launchpad_tirtos" --include_path="C:/ti/simplelink_cc13x2_26x2_sdk_4_20_00_35/source/ti/devices/cc13x2_cc26x2" --include_path="C:/ti/simplelink_cc13x2_26x2_sdk_4_20_00_35/kernel/tirtos" --include_path="C:/ti/simplelink_cc13x2_26x2_sdk_4_20_00_35/source" --include_path="C:/ti/simplelink_cc13x2_26x2_sdk_4_20_00_35/source/ti/boards/CC1312R1_LAUNCHXL" --include_path="C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-arm_20.2.0.LTS/include" --define=DEVICE_FAMILY=cc13x2_cc26x2 --define=DeviceFamily_CC13X2 -g --c99 --gcc --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="sdk_files__do_not_edit/CC1312R1_LAUNCHXL.d_raw" --obj_directory="sdk_files__do_not_edit" --cmd_file="configPkg/compiler.opt" "C:/ti/simplelink_cc13x2_26x2_sdk_4_20_00_35/source/ti/boards/CC1312R1_LAUNCHXL/CC1312R1_LAUNCHXL.c"
    Finished building: "C:/ti/simplelink_cc13x2_26x2_sdk_4_20_00_35/source/ti/boards/CC1312R1_LAUNCHXL/CC1312R1_LAUNCHXL.c"

    Building file: "C:/ti/scs_academy/adc_window_monitor_launchpad/source/scif_framework.c"
    Invoking: ARM Compiler
    "C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-arm_20.2.0.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me --include_path="C:/ti/workspaces/1000/adc_window_monitor_launchpad_tirtos" --include_path="C:/ti/simplelink_cc13x2_26x2_sdk_4_20_00_35/source/ti/devices/cc13x2_cc26x2" --include_path="C:/ti/simplelink_cc13x2_26x2_sdk_4_20_00_35/kernel/tirtos" --include_path="C:/ti/simplelink_cc13x2_26x2_sdk_4_20_00_35/source" --include_path="C:/ti/simplelink_cc13x2_26x2_sdk_4_20_00_35/source/ti/boards/CC1312R1_LAUNCHXL" --include_path="C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-arm_20.2.0.LTS/include" --define=DEVICE_FAMILY=cc13x2_cc26x2 --define=DeviceFamily_CC13X2 -g --c99 --gcc --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="scif_framework.d_raw" --cmd_file="configPkg/compiler.opt" "C:/ti/scs_academy/adc_window_monitor_launchpad/source/scif_framework.c"
    Finished building: "C:/ti/scs_academy/adc_window_monitor_launchpad/source/scif_framework.c"

    Building target: "adc_window_monitor_launchpad_tirtos.out"
    Invoking: ARM Linker
    "C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-arm_20.2.0.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me --define=DEVICE_FAMILY=cc13x2_cc26x2 --define=DeviceFamily_CC13X2 -g --c99 --gcc --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi -z -m"adc_window_monitor_launchpad_tirtos.map" --heap_size=0 --stack_size=256 -i"C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-arm_20.2.0.LTS/lib" -i"C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-arm_20.2.0.LTS/include" --reread_libs --diag_wrap=off --display_error_number --warn_sections --xml_link_info="adc_window_monitor_launchpad_tirtos_linkInfo.xml" --rom_model -o "adc_window_monitor_launchpad_tirtos.out" "./main_tirtos.obj" "./scif.obj" "./scif_framework.obj" "./sdk_files__do_not_edit/CC1312R1_LAUNCHXL.obj" "./sdk_files__do_not_edit/CC1312R1_LAUNCHXL_fxns.obj" "./sdk_files__do_not_edit/ccfg.obj" "C:/ti/simplelink_cc13x2_26x2_sdk_4_20_00_35/source/ti/boards/CC1312R1_LAUNCHXL/CC1312R1_LAUNCHXL_TIRTOS.cmd" -l"configPkg/linker.cmd" -l"C:/ti/simplelink_cc13x2_26x2_sdk_4_20_00_35/source/ti/devices/cc13x2_cc26x2/driverlib/bin/ccs/driverlib.lib" -l"C:/ti/simplelink_cc13x2_26x2_sdk_4_20_00_35/source/ti/drivers/lib/drivers_cc13x2.aem4f" -l"C:/ti/simplelink_cc13x2_26x2_sdk_4_20_00_35/kernel/tirtos/packages/ti/dpl/lib/dpl_cc13x2.aem4f" -llibc.a
    <Linking>
    Finished building target: "adc_window_monitor_launchpad_tirtos.out"

    **** Build Finished ****

    Not sure what happened on your end. There seems to be issues with the files under the "sdk_files__do_not_edit" folder in the Project Explorer.

    Can you share the project (you can zip the whole 'adc_window_monitor_launchpad' project folder in your workspace and attach the zip to this thread)

    Thanks

    ki

  • Sure, see attached. Note that I did add some code to the example within SCS, and it worked within SCS before and after the additions. I could not get it to import to CCS before or after the additions. The attached project has some of my additions. 

    Thanks,

    Alex

    adc_window_monitor_launchpad_tirtos.zip

  • I don't get the error with your project also.

    Can you clean the project? In your build output, I didn't see xdctools run like in my output. Please clean and rebuild everything.

    Thanks

    ki

  • I cleaned it and there were no errors. When I rebuilt it, the same warnings and errors persisted. If it works for you, then maybe there is something wrong with CCS or how it is installed on my PC. Do you know how to troubleshoot this?

    Thanks,

    Alex

    Here is the build console:


    **** Clean-only build of configuration Debug for project adc_window_monitor_launchpad_tirtos ****

    "C:\\ti\\ccs1000\\ccs\\utils\\bin\\gmake" -k -j 4 clean -O

    DEL /F "adc_window_monitor_launchpad_tirtos.hex" "configPkg\linker.cmd" "configPkg\compiler.opt" "adc_window_monitor_launchpad_tirtos.out"
    DEL /F "main_tirtos.obj" "scif.obj" "scif_framework.obj" "sdk_files__do_not_edit\CC1352R1_LAUNCHXL.obj" "sdk_files__do_not_edit\CC1352R1_LAUNCHXL_fxns.obj" "sdk_files__do_not_edit\ccfg.obj"
    DEL /F "main_tirtos.d" "scif.d" "scif_framework.d" "sdk_files__do_not_edit\CC1352R1_LAUNCHXL.d" "sdk_files__do_not_edit\CC1352R1_LAUNCHXL_fxns.d" "sdk_files__do_not_edit\ccfg.d"
    RMDIR /S/Q "configPkg\"
    Could Not Find C:\Users\alexm\workspace_v10\adc_window_monitor_launchpad_tirtos\Debug\main_tirtos.obj
    Could Not Find C:\Users\alexm\workspace_v10\adc_window_monitor_launchpad_tirtos\Debug\sdk_files__do_not_edit\CC1352R1_LAUNCHXL.obj
    Could Not Find C:\Users\alexm\workspace_v10\adc_window_monitor_launchpad_tirtos\Debug\main_tirtos.d
    Could Not Find C:\Users\alexm\workspace_v10\adc_window_monitor_launchpad_tirtos\Debug\sdk_files__do_not_edit\CC1352R1_LAUNCHXL.d
    Finished clean

    **** Build Finished ****

    **** Build of configuration Debug for project adc_window_monitor_launchpad_tirtos ****

    "C:\\ti\\ccs1000\\ccs\\utils\\bin\\gmake" -k -j 4 all -O

    Building file: "../rom.cfg"
    Invoking: XDCtools
    "C:/ti/ccs1000/xdctools_3_61_00_16_core/xs" --xdcpath="C:/ti/simplelink_cc13x2_26x2_sdk_4_20_01_04/source;C:/ti/simplelink_cc13x2_26x2_sdk_4_20_01_04/kernel/tirtos/packages;" xdc.tools.configuro -o configPkg -t ti.targets.arm.elf.M4F -p ti.platforms.simplelink:CC1352R1F3 -r release -c "C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-arm_20.2.0.LTS" --compileOptions "-mv7M4 --code_state=16 --float_support=FPv4SPD16 -me --include_path=\"C:/Users/alexm/workspace_v10/adc_window_monitor_launchpad_tirtos\" --include_path=\"C:/ti/simplelink_cc13x2_26x2_sdk_4_20_00_35/source/ti/devices/cc13x2_cc26x2\" --include_path=\"C:/ti/simplelink_cc13x2_26x2_sdk_4_20_00_35/kernel/tirtos\" --include_path=\"C:/ti/simplelink_cc13x2_26x2_sdk_4_20_00_35/source\" --include_path=\"C:/ti/simplelink_cc13x2_26x2_sdk_4_20_00_35/source/ti/boards/CC1352R1_LAUNCHXL\" --include_path=\"C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-arm_20.2.0.LTS/include\" --define=DEVICE_FAMILY=cc13x2_cc26x2 --define=DeviceFamily_CC13X2 -g --c99 --gcc --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi " "../rom.cfg"
    making package.mak (because of package.bld) ...
    generating interfaces for package configPkg (because package/package.xdc.inc is older than package.xdc) ...
    configuring rom.xem4f from package/cfg/rom_pem4f.cfg ...
    generating custom ROM library makefile ...
    Starting build of library sources ...
    making C:/Users/alexm/workspace_v10/adc_window_monitor_launchpad_tirtos/src/sysbios/rom_sysbios.aem4f ...
    Build of libraries done.
    clem4f package/cfg/rom_pem4f.c ...
    warning: ti.sysbios.posix.Settings: "C:/ti/simplelink_cc13x2_26x2_sdk_4_20_01_04/kernel/tirtos/packages/ti/sysbios/posix/Settings.xs", line 80: ti.sysbios.posix.Settings : This module is deprecated, it has been replaced by ti.posix.tirtos.Settings. Please update your config script. Loading and configuring the new module on behalf of this module.
    Finished building: "../rom.cfg"

    gmake: *** No rule to make target 'C:/ti/simplelink_cc13x2_26x2_sdk_4_20_00_35/source/ti/boards/CC1352R1_LAUNCHXL/CC1352R1_LAUNCHXL.c', needed by 'sdk_files__do_not_edit/CC1352R1_LAUNCHXL.obj'.
    gmake: *** No rule to make target 'C:/ti/simplelink_cc13x2_26x2_sdk_4_20_00_35/source/ti/boards/CC1352R1_LAUNCHXL/CC1352R1_LAUNCHXL_fxns.c', needed by 'sdk_files__do_not_edit/CC1352R1_LAUNCHXL_fxns.obj'.
    gmake: *** No rule to make target 'C:/ti/simplelink_cc13x2_26x2_sdk_4_20_00_35/source/ti/devices/cc13x2_cc26x2/startup_files/ccfg.c', needed by 'sdk_files__do_not_edit/ccfg.obj'.
    gmake: *** No rule to make target 'C:/ti/simplelink_cc13x2_26x2_sdk_4_20_00_35/source/ti/boards/CC1352R1_LAUNCHXL/CC1352R1_LAUNCHXL_TIRTOS.cmd', needed by 'all'.

    Building file: "C:/ti/scs_academy/adc_window_monitor_launchpad/source/scif.c"
    Invoking: ARM Compiler
    "C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-arm_20.2.0.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me --include_path="C:/Users/alexm/workspace_v10/adc_window_monitor_launchpad_tirtos" --include_path="C:/ti/simplelink_cc13x2_26x2_sdk_4_20_00_35/source/ti/devices/cc13x2_cc26x2" --include_path="C:/ti/simplelink_cc13x2_26x2_sdk_4_20_00_35/kernel/tirtos" --include_path="C:/ti/simplelink_cc13x2_26x2_sdk_4_20_00_35/source" --include_path="C:/ti/simplelink_cc13x2_26x2_sdk_4_20_00_35/source/ti/boards/CC1352R1_LAUNCHXL" --include_path="C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-arm_20.2.0.LTS/include" --define=DEVICE_FAMILY=cc13x2_cc26x2 --define=DeviceFamily_CC13X2 -g --c99 --gcc --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="scif.d_raw" --cmd_file="configPkg/compiler.opt" "C:/ti/scs_academy/adc_window_monitor_launchpad/source/scif.c"
    Finished building: "C:/ti/scs_academy/adc_window_monitor_launchpad/source/scif.c"

    Building file: "C:/ti/scs_academy/adc_window_monitor_launchpad/source/main_tirtos.c"
    Invoking: ARM Compiler
    "C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-arm_20.2.0.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me --include_path="C:/Users/alexm/workspace_v10/adc_window_monitor_launchpad_tirtos" --include_path="C:/ti/simplelink_cc13x2_26x2_sdk_4_20_00_35/source/ti/devices/cc13x2_cc26x2" --include_path="C:/ti/simplelink_cc13x2_26x2_sdk_4_20_00_35/kernel/tirtos" --include_path="C:/ti/simplelink_cc13x2_26x2_sdk_4_20_00_35/source" --include_path="C:/ti/simplelink_cc13x2_26x2_sdk_4_20_00_35/source/ti/boards/CC1352R1_LAUNCHXL" --include_path="C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-arm_20.2.0.LTS/include" --define=DEVICE_FAMILY=cc13x2_cc26x2 --define=DeviceFamily_CC13X2 -g --c99 --gcc --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="main_tirtos.d_raw" --cmd_file="configPkg/compiler.opt" "C:/ti/scs_academy/adc_window_monitor_launchpad/source/main_tirtos.c"
    Finished building: "C:/ti/scs_academy/adc_window_monitor_launchpad/source/main_tirtos.c"

    Building file: "C:/ti/scs_academy/adc_window_monitor_launchpad/source/scif_framework.c"
    Invoking: ARM Compiler
    "C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-arm_20.2.0.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me --include_path="C:/Users/alexm/workspace_v10/adc_window_monitor_launchpad_tirtos" --include_path="C:/ti/simplelink_cc13x2_26x2_sdk_4_20_00_35/source/ti/devices/cc13x2_cc26x2" --include_path="C:/ti/simplelink_cc13x2_26x2_sdk_4_20_00_35/kernel/tirtos" --include_path="C:/ti/simplelink_cc13x2_26x2_sdk_4_20_00_35/source" --include_path="C:/ti/simplelink_cc13x2_26x2_sdk_4_20_00_35/source/ti/boards/CC1352R1_LAUNCHXL" --include_path="C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-arm_20.2.0.LTS/include" --define=DEVICE_FAMILY=cc13x2_cc26x2 --define=DeviceFamily_CC13X2 -g --c99 --gcc --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="scif_framework.d_raw" --cmd_file="configPkg/compiler.opt" "C:/ti/scs_academy/adc_window_monitor_launchpad/source/scif_framework.c"
    Finished building: "C:/ti/scs_academy/adc_window_monitor_launchpad/source/scif_framework.c"

    gmake: Target 'all' not remade because of errors.

    **** Build Finished ****

  • No, I got the same errors with your files.

    Thanks,

    Alex

  • There must be something specific to your environment... 

    I'll need to think on it a bit...

  • Can you post a screenshot of the project in the Project Explorer view? And please expand the "sdk_files__do_not_edit" folder and bring up the properties for one of the files (right-click on it and select "Properties" in the context menu)

    Thanks

    ki

  • Here is the requested picture:

    Thanks,

    Alex

  • I noticed I have the most recent version of the SDK (4.30.00.54 (05 Oct 2020)) and the file path is for version 4.20.00.35 (30 Jun 2020). I am not able to locate the CC1352R1_LAUNCHXL_fxns.c file in the location for version 4.30.00.54. I also notices you are using the fxns.c file for 1312R1 while I am using the 1352R1 if that makes a difference. I even searched windows for that file and I could not find it. What suggestions do you have to help resolve this issue?

    Thanks,

    Alex

  • Some of the linked source files has broken links (the yellow exclamation mark icon). 

    Alex Morrison said:
    I noticed I have the most recent version of the SDK (4.30.00.54 (05 Oct 2020)) and the file path is for version 4.20.00.35 (30 Jun 2020).

    I'm not sure what is going on here. DO you have multiple versions of the SDK installed? Based on the build output you provided, the project is using 4.20.00.35, which is the latest version of the SDK I see available (at least publicly).

    Please make sure you have a valid version of 4.20.00.35 installed. The project is looking for files in it and cannot find them

  • There are two newer versions than 4.20.00.35. 

    4.20.01.04 was released 14 Aug 2020 and 4.30.00.54 was released 05 Oct 2020, as shown on this website:  

    I had the most recent version installed (4.30.00.54 05 Oct 2020). When I installed 4.20.00.35, I stopped getting any errors, but there was still one warning that says "This module is depreciated". I currently have more than one version of the SDK installed, as seen in the picture below. Would you recommend deleting the two versions that are not 4.20.00.35?

    Thanks,

    Alex

  • Here is the warning I am getting now:


    **** Clean-only build of configuration Debug for project adc_window_monitor_launchpad_tirtos ****

    "C:\\ti\\ccs1011\\ccs\\utils\\bin\\gmake" -k -j 4 clean -O

    DEL /F "adc_window_monitor_launchpad_tirtos.hex" "configPkg\linker.cmd" "configPkg\compiler.opt" "adc_window_monitor_launchpad_tirtos.out"
    DEL /F "main_tirtos.obj" "scif.obj" "scif_framework.obj" "sdk_files__do_not_edit\CC1352R1_LAUNCHXL.obj" "sdk_files__do_not_edit\CC1352R1_LAUNCHXL_fxns.obj" "sdk_files__do_not_edit\ccfg.obj"
    DEL /F "main_tirtos.d" "scif.d" "scif_framework.d" "sdk_files__do_not_edit\CC1352R1_LAUNCHXL.d" "sdk_files__do_not_edit\CC1352R1_LAUNCHXL_fxns.d" "sdk_files__do_not_edit\ccfg.d"
    RMDIR /S/Q "configPkg\"
    Could Not Find C:\Users\alexm\workspace_v10\adc_window_monitor_launchpad_tirtos\Debug\main_tirtos.obj
    Could Not Find C:\Users\alexm\workspace_v10\adc_window_monitor_launchpad_tirtos\Debug\sdk_files__do_not_edit\CC1352R1_LAUNCHXL.obj
    Could Not Find C:\Users\alexm\workspace_v10\adc_window_monitor_launchpad_tirtos\Debug\main_tirtos.d
    Could Not Find C:\Users\alexm\workspace_v10\adc_window_monitor_launchpad_tirtos\Debug\sdk_files__do_not_edit\CC1352R1_LAUNCHXL.d
    Finished clean

    **** Build Finished ****

    **** Build of configuration Debug for project adc_window_monitor_launchpad_tirtos ****

    "C:\\ti\\ccs1011\\ccs\\utils\\bin\\gmake" -k -j 4 all -O

    Building file: "../rom.cfg"
    Invoking: XDCtools
    "C:/ti/ccs1011/xdctools_3_61_02_27_core/xs" --xdcpath="C:/ti/simplelink_cc13x2_26x2_sdk_4_20_01_04/source;C:/ti/simplelink_cc13x2_26x2_sdk_4_20_01_04/kernel/tirtos/packages;" xdc.tools.configuro -o configPkg -t ti.targets.arm.elf.M4F -p ti.platforms.simplelink:CC1352R1F3 -r release -c "C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-arm_20.2.1.LTS" --compileOptions "-mv7M4 --code_state=16 --float_support=FPv4SPD16 -me --include_path=\"C:/Users/alexm/workspace_v10/adc_window_monitor_launchpad_tirtos\" --include_path=\"C:/ti/simplelink_cc13x2_26x2_sdk_4_20_00_35/source/ti/devices/cc13x2_cc26x2\" --include_path=\"C:/ti/simplelink_cc13x2_26x2_sdk_4_20_00_35/kernel/tirtos\" --include_path=\"C:/ti/simplelink_cc13x2_26x2_sdk_4_20_00_35/source\" --include_path=\"C:/ti/simplelink_cc13x2_26x2_sdk_4_20_00_35/source/ti/boards/CC1352R1_LAUNCHXL\" --include_path=\"C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-arm_20.2.1.LTS/include\" --define=DEVICE_FAMILY=cc13x2_cc26x2 --define=DeviceFamily_CC13X2 -g --c99 --gcc --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi " "../rom.cfg"
    making package.mak (because of package.bld) ...
    generating interfaces for package configPkg (because package/package.xdc.inc is older than package.xdc) ...
    configuring rom.xem4f from package/cfg/rom_pem4f.cfg ...
    generating custom ROM library makefile ...
    Starting build of library sources ...
    making C:/Users/alexm/workspace_v10/adc_window_monitor_launchpad_tirtos/src/sysbios/rom_sysbios.aem4f ...
    Build of libraries done.
    clem4f package/cfg/rom_pem4f.c ...
    warning: ti.sysbios.posix.Settings: "C:/ti/simplelink_cc13x2_26x2_sdk_4_20_01_04/kernel/tirtos/packages/ti/sysbios/posix/Settings.xs", line 80: ti.sysbios.posix.Settings : This module is deprecated, it has been replaced by ti.posix.tirtos.Settings. Please update your config script. Loading and configuring the new module on behalf of this module.
    Finished building: "../rom.cfg"

    Building file: "C:/ti/scs_academy/adc_window_monitor_launchpad/source/scif.c"
    Invoking: ARM Compiler
    "C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-arm_20.2.1.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me --include_path="C:/Users/alexm/workspace_v10/adc_window_monitor_launchpad_tirtos" --include_path="C:/ti/simplelink_cc13x2_26x2_sdk_4_20_00_35/source/ti/devices/cc13x2_cc26x2" --include_path="C:/ti/simplelink_cc13x2_26x2_sdk_4_20_00_35/kernel/tirtos" --include_path="C:/ti/simplelink_cc13x2_26x2_sdk_4_20_00_35/source" --include_path="C:/ti/simplelink_cc13x2_26x2_sdk_4_20_00_35/source/ti/boards/CC1352R1_LAUNCHXL" --include_path="C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-arm_20.2.1.LTS/include" --define=DEVICE_FAMILY=cc13x2_cc26x2 --define=DeviceFamily_CC13X2 -g --c99 --gcc --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="scif.d_raw" --cmd_file="configPkg/compiler.opt" "C:/ti/scs_academy/adc_window_monitor_launchpad/source/scif.c"
    Finished building: "C:/ti/scs_academy/adc_window_monitor_launchpad/source/scif.c"

    Building file: "C:/ti/simplelink_cc13x2_26x2_sdk_4_20_00_35/source/ti/boards/CC1352R1_LAUNCHXL/CC1352R1_LAUNCHXL_fxns.c"
    Invoking: ARM Compiler
    "C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-arm_20.2.1.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me --include_path="C:/Users/alexm/workspace_v10/adc_window_monitor_launchpad_tirtos" --include_path="C:/ti/simplelink_cc13x2_26x2_sdk_4_20_00_35/source/ti/devices/cc13x2_cc26x2" --include_path="C:/ti/simplelink_cc13x2_26x2_sdk_4_20_00_35/kernel/tirtos" --include_path="C:/ti/simplelink_cc13x2_26x2_sdk_4_20_00_35/source" --include_path="C:/ti/simplelink_cc13x2_26x2_sdk_4_20_00_35/source/ti/boards/CC1352R1_LAUNCHXL" --include_path="C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-arm_20.2.1.LTS/include" --define=DEVICE_FAMILY=cc13x2_cc26x2 --define=DeviceFamily_CC13X2 -g --c99 --gcc --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="sdk_files__do_not_edit/CC1352R1_LAUNCHXL_fxns.d_raw" --obj_directory="sdk_files__do_not_edit" --cmd_file="configPkg/compiler.opt" "C:/ti/simplelink_cc13x2_26x2_sdk_4_20_00_35/source/ti/boards/CC1352R1_LAUNCHXL/CC1352R1_LAUNCHXL_fxns.c"
    Finished building: "C:/ti/simplelink_cc13x2_26x2_sdk_4_20_00_35/source/ti/boards/CC1352R1_LAUNCHXL/CC1352R1_LAUNCHXL_fxns.c"

    Building file: "C:/ti/simplelink_cc13x2_26x2_sdk_4_20_00_35/source/ti/boards/CC1352R1_LAUNCHXL/CC1352R1_LAUNCHXL.c"
    Invoking: ARM Compiler
    "C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-arm_20.2.1.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me --include_path="C:/Users/alexm/workspace_v10/adc_window_monitor_launchpad_tirtos" --include_path="C:/ti/simplelink_cc13x2_26x2_sdk_4_20_00_35/source/ti/devices/cc13x2_cc26x2" --include_path="C:/ti/simplelink_cc13x2_26x2_sdk_4_20_00_35/kernel/tirtos" --include_path="C:/ti/simplelink_cc13x2_26x2_sdk_4_20_00_35/source" --include_path="C:/ti/simplelink_cc13x2_26x2_sdk_4_20_00_35/source/ti/boards/CC1352R1_LAUNCHXL" --include_path="C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-arm_20.2.1.LTS/include" --define=DEVICE_FAMILY=cc13x2_cc26x2 --define=DeviceFamily_CC13X2 -g --c99 --gcc --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="sdk_files__do_not_edit/CC1352R1_LAUNCHXL.d_raw" --obj_directory="sdk_files__do_not_edit" --cmd_file="configPkg/compiler.opt" "C:/ti/simplelink_cc13x2_26x2_sdk_4_20_00_35/source/ti/boards/CC1352R1_LAUNCHXL/CC1352R1_LAUNCHXL.c"
    Finished building: "C:/ti/simplelink_cc13x2_26x2_sdk_4_20_00_35/source/ti/boards/CC1352R1_LAUNCHXL/CC1352R1_LAUNCHXL.c"

    Building file: "C:/ti/scs_academy/adc_window_monitor_launchpad/source/main_tirtos.c"
    Invoking: ARM Compiler
    "C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-arm_20.2.1.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me --include_path="C:/Users/alexm/workspace_v10/adc_window_monitor_launchpad_tirtos" --include_path="C:/ti/simplelink_cc13x2_26x2_sdk_4_20_00_35/source/ti/devices/cc13x2_cc26x2" --include_path="C:/ti/simplelink_cc13x2_26x2_sdk_4_20_00_35/kernel/tirtos" --include_path="C:/ti/simplelink_cc13x2_26x2_sdk_4_20_00_35/source" --include_path="C:/ti/simplelink_cc13x2_26x2_sdk_4_20_00_35/source/ti/boards/CC1352R1_LAUNCHXL" --include_path="C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-arm_20.2.1.LTS/include" --define=DEVICE_FAMILY=cc13x2_cc26x2 --define=DeviceFamily_CC13X2 -g --c99 --gcc --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="main_tirtos.d_raw" --cmd_file="configPkg/compiler.opt" "C:/ti/scs_academy/adc_window_monitor_launchpad/source/main_tirtos.c"
    Finished building: "C:/ti/scs_academy/adc_window_monitor_launchpad/source/main_tirtos.c"

    Building file: "C:/ti/simplelink_cc13x2_26x2_sdk_4_20_00_35/source/ti/devices/cc13x2_cc26x2/startup_files/ccfg.c"
    Invoking: ARM Compiler
    "C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-arm_20.2.1.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me --include_path="C:/Users/alexm/workspace_v10/adc_window_monitor_launchpad_tirtos" --include_path="C:/ti/simplelink_cc13x2_26x2_sdk_4_20_00_35/source/ti/devices/cc13x2_cc26x2" --include_path="C:/ti/simplelink_cc13x2_26x2_sdk_4_20_00_35/kernel/tirtos" --include_path="C:/ti/simplelink_cc13x2_26x2_sdk_4_20_00_35/source" --include_path="C:/ti/simplelink_cc13x2_26x2_sdk_4_20_00_35/source/ti/boards/CC1352R1_LAUNCHXL" --include_path="C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-arm_20.2.1.LTS/include" --define=DEVICE_FAMILY=cc13x2_cc26x2 --define=DeviceFamily_CC13X2 -g --c99 --gcc --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="sdk_files__do_not_edit/ccfg.d_raw" --obj_directory="sdk_files__do_not_edit" --cmd_file="configPkg/compiler.opt" "C:/ti/simplelink_cc13x2_26x2_sdk_4_20_00_35/source/ti/devices/cc13x2_cc26x2/startup_files/ccfg.c"
    Finished building: "C:/ti/simplelink_cc13x2_26x2_sdk_4_20_00_35/source/ti/devices/cc13x2_cc26x2/startup_files/ccfg.c"

    Building file: "C:/ti/scs_academy/adc_window_monitor_launchpad/source/scif_framework.c"
    Invoking: ARM Compiler
    "C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-arm_20.2.1.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me --include_path="C:/Users/alexm/workspace_v10/adc_window_monitor_launchpad_tirtos" --include_path="C:/ti/simplelink_cc13x2_26x2_sdk_4_20_00_35/source/ti/devices/cc13x2_cc26x2" --include_path="C:/ti/simplelink_cc13x2_26x2_sdk_4_20_00_35/kernel/tirtos" --include_path="C:/ti/simplelink_cc13x2_26x2_sdk_4_20_00_35/source" --include_path="C:/ti/simplelink_cc13x2_26x2_sdk_4_20_00_35/source/ti/boards/CC1352R1_LAUNCHXL" --include_path="C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-arm_20.2.1.LTS/include" --define=DEVICE_FAMILY=cc13x2_cc26x2 --define=DeviceFamily_CC13X2 -g --c99 --gcc --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="scif_framework.d_raw" --cmd_file="configPkg/compiler.opt" "C:/ti/scs_academy/adc_window_monitor_launchpad/source/scif_framework.c"
    Finished building: "C:/ti/scs_academy/adc_window_monitor_launchpad/source/scif_framework.c"

    Building target: "adc_window_monitor_launchpad_tirtos.out"
    Invoking: ARM Linker
    "C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-arm_20.2.1.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me --define=DEVICE_FAMILY=cc13x2_cc26x2 --define=DeviceFamily_CC13X2 -g --c99 --gcc --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi -z -m"adc_window_monitor_launchpad_tirtos.map" --heap_size=0 --stack_size=256 -i"C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-arm_20.2.1.LTS/lib" -i"C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-arm_20.2.1.LTS/include" --reread_libs --diag_wrap=off --display_error_number --warn_sections --xml_link_info="adc_window_monitor_launchpad_tirtos_linkInfo.xml" --rom_model -o "adc_window_monitor_launchpad_tirtos.out" "./main_tirtos.obj" "./scif.obj" "./scif_framework.obj" "./sdk_files__do_not_edit/CC1352R1_LAUNCHXL.obj" "./sdk_files__do_not_edit/CC1352R1_LAUNCHXL_fxns.obj" "./sdk_files__do_not_edit/ccfg.obj" "C:/ti/simplelink_cc13x2_26x2_sdk_4_20_00_35/source/ti/boards/CC1352R1_LAUNCHXL/CC1352R1_LAUNCHXL_TIRTOS.cmd" -l"configPkg/linker.cmd" -l"C:/ti/simplelink_cc13x2_26x2_sdk_4_20_00_35/source/ti/devices/cc13x2_cc26x2/driverlib/bin/ccs/driverlib.lib" -l"C:/ti/simplelink_cc13x2_26x2_sdk_4_20_00_35/source/ti/drivers/lib/drivers_cc13x2.aem4f" -l"C:/ti/simplelink_cc13x2_26x2_sdk_4_20_00_35/kernel/tirtos/packages/ti/dpl/lib/dpl_cc13x2.aem4f" -llibc.a
    <Linking>
    Finished building target: "adc_window_monitor_launchpad_tirtos.out"

    **** Build Finished ****

    Thanks,

    Alex

  • Alex Morrison said:
    I had the most recent version installed (4.30.00.54 05 Oct 2020). When I installed 4.20.00.35, I stopped getting any errors, but there was still one warning that says "This module is depreciated". I currently have more than one version of the SDK installed, as seen in the picture below. Would you recommend deleting the two versions that are not 4.20.00.35?

    No, it is perfectly fine to have keep multiple versions of the SDK. As for the warning, it is a deprecation message. It is likely ok for now, though in the future it may cause issues.