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/MSP432E401Y: CCS9.0/Build Error

Part Number: MSP432E401Y
Other Parts Discussed in Thread: CC3120, SYSBIOS

Tool/software: Code Composer Studio

Hi.

I'm trying to build an example in simplelink_sdk_wifi_plugin_2_40_00_22. I'm using CC3120 booster pack with MSP432E401Y launch pad. When I build provisioning example in the SDK it is giving:
Cannot build project. Referenced RTSC Configuration project 'tirtos_builds_MSP_EXP432E401Y_release_ccs' contains build-errors.  

This error occurs when I build any project under tirtos folder. But it is compiling without any errors for nortos examples.

How to resolve this issue?

  • Which version of CCS and SimpleLink MSP432E4 SDK are you using?

    You would typically get build errors if the right versions are not used. Refer to the release notes of the SDK and plugin to see what version of the SDK and CCS are supported.

    Thanks,

    Sai

  • Hi Sai,

    Which version of CCS and SimpleLink MSP432E4 SDK are you using?

    After reading your  answer, I've updated CCS to 9.1 and I'm using simplelink_msp432e4_sdk_3_20_00_10  version. When I'm importing 'Provisioning' example from the WiFi plugin, it prompted: version 2.40 of MSP432E4 SDK is not installed. A compatible 3.20 version is being used.

    You would typically get build errors if the right versions are not used. Refer to the release notes of the SDK and plugin to see what version of the SDK and CCS are supported.


    The plugin is validated for 8.3 version and SDK is validated for 9.1 version. CCS is up to date and SDK and plugins are of latest version.

    It is not buillding. It is giving the same error.

    Edit:  A folder called tirtos_builds_MSP_EXP432E401Y_release_ccs is created in the workspace and it is giving error at release.cfg file.

  • I am having the same problem. I also have the MSPEXP432E401Y. When I import an example from the resource explorer that contains TI-ROTS it throws an error on my release.cfg. I have made sure that my SDK, CCS, and XDCtools are all the correct version. My make files don't throw any exceptions if I don't use TI_RTOS.

    With that said here are the versions and console readout:

    CCS: 9.1.0.00010

    SDK: 3.20.0.10

    XDCtools: 3.51.3.28_core

    **** Build of configuration Debug for project tirtos_builds_MSP_EXP432E401Y_release_ccs ****
    
    "C:\\ti\\ccs910\\ccs\\utils\\bin\\gmake" -k -j 8 all -O 
     
    Building file: "../release.cfg"
    Invoking: XDCtools
    "C:/ti/xdctools_3_51_03_28_core/xs" --xdcpath="C:/ti/simplelink_msp432e4_sdk_3_20_00_10/source;C:/ti/simplelink_msp432e4_sdk_3_20_00_10/kernel/tirtos/packages;" xdc.tools.configuro -o configPkg -t ti.targets.arm.elf.M4F -p ti.platforms.msp432:MSP432E401Y -r release -c "C:/ti/ccs910/ccs/tools/compiler/ti-cgt-arm_18.12.2.LTS" "../release.cfg"
    making package.mak (because of package.bld) ...
    generating interfaces for package configPkg (because package/package.xdc.inc is older than package.xdc) ...
    configuring release.xem4f from package/cfg/release_pem4f.cfg ...
    generating custom ti.sysbios library makefile ... 
    Starting build of library sources ...
    making C:/Users/ldoonan/Documents/CCS/tirtos_builds_MSP_EXP432E401Y_release_ccs/src/sysbios/sysbios.aem4f ...
    clem4f C:/ti/simplelink_msp432e4_sdk_3_20_00_10/kernel/tirtos/packages/ti/sysbios/BIOS.c ...
     
    >> Compilation failure
    Build of libraries failed.
    subdir_rules.mk:12: recipe for target 'build-90018911-inproc' failed
     
    INTERNAL ERROR: C:\ti\ccs910\ccs\tools\compiler\ti-cgt-arm_18.12.2.LTS\bin\armopt.exe experienced a segmentation fault
                      while processing function <unknown> file C:\\Users\\ldoonan\\AppData\\Local\\Temp\\{9463CD18-D932-484E-A3D5-8E6B55C0A9EA}
     
    This is caused by a defect in the TI C/C++ Optimizer.
    TI Customer Support may be able to suggest a workaround to avoid this.
     
    Upgrading to the newest version of the compiler may fix this problem.
     
    Contact TI in the E2E support forums at http://e2e.ti.com under
    "Development Tools", "TI C/C++ Compiler".  See the link titled
    "Submitting an issue".
     
    We need to see this ENTIRE error message and a complete, reproducible
    test case including ALL of the command-line options.
    Include the .pp file created by option --preproc_with_comment
     
    gmake[1]: *** [makefile:61: BIOS.obj] Error 1
    gmake: *** [C:/Users/ldoonan/Documents/CCS/tirtos_builds_MSP_EXP432E401Y_release_ccs/src/makefile.libs:57: C:/Users/ldoonan/Documents/CCS/tirtos_builds_MSP_EXP432E401Y_release_ccs/src/sysbios/sysbios.aem4f] Error 2
    error: xdc.cfg.SourceDir: "C:/ti/xdctools_3_51_03_28_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_51_03_28_core/packages/xdc/cfg/Main.xs", line 160: Error: Configuration failed!
    gmake.exe: *** [package.mak:202: package/cfg/release_pem4f.xdl] Error 1
    gmake.exe: *** Deleting file 'package/cfg/release_pem4f.xdl'
    gmake.exe: *** [package/cfg/release_pem4f.xdl] Deleting file 'package/cfg/release_pem4f.h'
    gmake.exe: *** [package/cfg/release_pem4f.xdl] Deleting file 'package/cfg/release_pem4f.c'
    js: "C:/ti/xdctools_3_51_03_28_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-90018911-inproc] Error 1
    Building file: "../release.cfg"
    Invoking: XDCtools
    "C:/ti/xdctools_3_51_03_28_core/xs" --xdcpath="C:/ti/simplelink_msp432e4_sdk_3_20_00_10/source;C:/ti/simplelink_msp432e4_sdk_3_20_00_10/kernel/tirtos/packages;" xdc.tools.configuro -o configPkg -t ti.targets.arm.elf.M4F -p ti.platforms.msp432:MSP432E401Y -r release -c "C:/ti/ccs910/ccs/tools/compiler/ti-cgt-arm_18.12.2.LTS" "../release.cfg"
    configuring release.xem4f from package/cfg/release_pem4f.cfg ...
    generating custom ti.sysbios library makefile ... 
    Starting build of library sources ...
    making C:/Users/ldoonan/Documents/CCS/tirtos_builds_MSP_EXP432E401Y_release_ccs/src/sysbios/sysbios.aem4f ...
    clem4f C:/ti/simplelink_msp432e4_sdk_3_20_00_10/kernel/tirtos/packages/ti/sysbios/BIOS.c ...
     
    >> Compilation failure
    Build of libraries failed.
    subdir_rules.mk:12: recipe for target 'build-90018911-inproc' failed
     
    INTERNAL ERROR: C:\ti\ccs910\ccs\tools\compiler\ti-cgt-arm_18.12.2.LTS\bin\armopt.exe experienced a segmentation fault
                      while processing function <unknown> file C:\\Users\\ldoonan\\AppData\\Local\\Temp\\{CEF5D90D-D211-42E9-A1D4-18510166BADF}
     
    This is caused by a defect in the TI C/C++ Optimizer.
    TI Customer Support may be able to suggest a workaround to avoid this.
     
    Upgrading to the newest version of the compiler may fix this problem.
     
    Contact TI in the E2E support forums at http://e2e.ti.com under
    "Development Tools", "TI C/C++ Compiler".  See the link titled
    "Submitting an issue".
     
    We need to see this ENTIRE error message and a complete, reproducible
    test case including ALL of the command-line options.
    Include the .pp file created by option --preproc_with_comment
     
    gmake[1]: *** [makefile:61: BIOS.obj] Error 1
    gmake: *** [C:/Users/ldoonan/Documents/CCS/tirtos_builds_MSP_EXP432E401Y_release_ccs/src/makefile.libs:57: C:/Users/ldoonan/Documents/CCS/tirtos_builds_MSP_EXP432E401Y_release_ccs/src/sysbios/sysbios.aem4f] Error 2
    error: xdc.cfg.SourceDir: "C:/ti/xdctools_3_51_03_28_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_51_03_28_core/packages/xdc/cfg/Main.xs", line 160: Error: Configuration failed!
    xdctools_3_51_03_28_core\gmake.exe: *** [package.mak:202: package/cfg/release_pem4f.xdl] Error 1
    xdctools_3_51_03_28_core\gmake.exe: *** Deleting file 'package/cfg/release_pem4f.xdl'
    xdctools_3_51_03_28_core\gmake.exe: *** [package/cfg/release_pem4f.xdl] Deleting file 'package/cfg/release_pem4f.h'
    xdctools_3_51_03_28_core\gmake.exe: *** [package/cfg/release_pem4f.xdl] Deleting file 'package/cfg/release_pem4f.c'
    js: "C:/ti/xdctools_3_51_03_28_core/packages/xdc/tools/Cmdr.xs", line 52: Error: xdc.tools.configuro: configuration failed due to earlier errors (status = 2); 'linker.cmd' deleted.
    gmake[2]: *** [build-90018911-inproc] Error 1
    gmake[1]: *** [build-90018911] Error 2
    gmake[1]: Target 'configPkg/linker.cmd' not remade because of errors.
    gmake: *** [all] Error 2
    subdir_rules.mk:9: recipe for target 'build-90018911' failed
    makefile:127: recipe for target 'all' failed
    
    **** Build Finished ****
    

  • Hi Logan,

    Did it get resolved? I didn't get it resolved for me. Tried uninstalling and installing but no luck.

  • I was given a work around, it will compile if I use the 18.1.6.LTS compiler. I am still trying to figure out if there will be a fix for the 18.12.3.LTS compiler, which was my default compiler. You may want to visit my thread to get some more of the details on this work around.

  • I guess my issue is little different. It is not throwing any internal errors. I'll copy-pasting the console message after build  below for your reference.


    **** Build of configuration Debug for project tirtos_builds_MSP_EXP432E401Y_release_ccs ****

    "C:\\ti\\ccs910\\ccs\\utils\\bin\\gmake" -k -j 4 all -O
     
    Building file: "../release.cfg"
    Invoking: XDCtools
    "C:/ti/xdctools_3_51_03_28_core/xs" --xdcpath="C:/ti/simplelink_msp432e4_sdk_3_20_00_10/source;C:/ti/simplelink_msp432e4_sdk_3_20_00_10/kernel/tirtos/packages;" xdc.tools.configuro -o configPkg -t ti.targets.arm.elf.M4F -p ti.platforms.msp432:MSP432E401Y -r release -c "C:/ti/ccs910/ccs/tools/compiler/ti-cgt-arm_18.12.3.LTS" "../release.cfg"
    making package.mak (because of package.bld) ...
    generating interfaces for package configPkg (because package/package.xdc.inc is older than package.xdc) ...
    configuring release.xem4f from package/cfg/release_pem4f.cfg ...
    generating custom ti.sysbios library makefile ...
    Starting build of library sources ...
    making D:/OgiveTechnologies/CCS_Workspace/tirtos_builds_MSP_EXP432E401Y_release_ccs/src/sysbios/sysbios.aem4f ...
    clem4f C:/ti/simplelink_msp432e4_sdk_3_20_00_10/kernel/tirtos/packages/ti/sysbios/BIOS.c ...
    Build of libraries failed.
    subdir_rules.mk:12: recipe for target 'build-90018911-inproc' failed
    >> FATAL ERROR: failed while attempting to run executable C:\ti\ccs910\ccs\tools\compiler\ti-cgt-arm_18.12.3.LTS\bin\armilk.exe
    gmake[1]: *** [makefile:61: BIOS.obj] Error 1
    gmake: *** [D:/OgiveTechnologies/CCS_Workspace/tirtos_builds_MSP_EXP432E401Y_release_ccs/src/makefile.libs:57: D:/OgiveTechnologies/CCS_Workspace/tirtos_builds_MSP_EXP432E401Y_release_ccs/src/sysbios/sysbios.aem4f] Error 2
    error: xdc.cfg.SourceDir: "C:/ti/xdctools_3_51_03_28_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_51_03_28_core/packages/xdc/cfg/Main.xs", line 160: Error: Configuration failed!
    gmake.exe: *** [package.mak:202: package/cfg/release_pem4f.xdl] Error 1
    gmake.exe: *** Deleting file 'package/cfg/release_pem4f.xdl'
    gmake.exe: *** [package/cfg/release_pem4f.xdl] Deleting file 'package/cfg/release_pem4f.h'
    gmake.exe: *** [package/cfg/release_pem4f.xdl] Deleting file 'package/cfg/release_pem4f.c'
    js: "C:/ti/xdctools_3_51_03_28_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-90018911-inproc] Error 1
    Building file: "../release.cfg"
    Invoking: XDCtools
    "C:/ti/xdctools_3_51_03_28_core/xs" --xdcpath="C:/ti/simplelink_msp432e4_sdk_3_20_00_10/source;C:/ti/simplelink_msp432e4_sdk_3_20_00_10/kernel/tirtos/packages;" xdc.tools.configuro -o configPkg -t ti.targets.arm.elf.M4F -p ti.platforms.msp432:MSP432E401Y -r release -c "C:/ti/ccs910/ccs/tools/compiler/ti-cgt-arm_18.12.3.LTS" "../release.cfg"
    configuring release.xem4f from package/cfg/release_pem4f.cfg ...
    generating custom ti.sysbios library makefile ...
    Starting build of library sources ...
    making D:/OgiveTechnologies/CCS_Workspace/tirtos_builds_MSP_EXP432E401Y_release_ccs/src/sysbios/sysbios.aem4f ...
    clem4f C:/ti/simplelink_msp432e4_sdk_3_20_00_10/kernel/tirtos/packages/ti/sysbios/BIOS.c ...
    asmem4f C:/ti/simplelink_msp432e4_sdk_3_20_00_10/kernel/tirtos/packages/ti/sysbios/family/arm/m3/Hwi_asm.sv7M ...
    asmem4f C:/ti/simplelink_msp432e4_sdk_3_20_00_10/kernel/tirtos/packages/ti/sysbios/family/arm/m3/Hwi_asm_switch.sv7M ...
    asmem4f C:/ti/simplelink_msp432e4_sdk_3_20_00_10/kernel/tirtos/packages/ti/sysbios/family/arm/m3/IntrinsicsSupport_asm.sv7M ...
    asmem4f C:/ti/simplelink_msp432e4_sdk_3_20_00_10/kernel/tirtos/packages/ti/sysbios/family/arm/m3/TaskSupport_asm.sv7M ...
    arem4f BIOS.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/release_pem4f.c ...
    Finished building: "../release.cfg"
     
            1 file(s) copied.
    making ../src/sysbios/sysbios.aem4f ...
    gmake[2]: Nothing to be done for 'all'.

    **** Build Finished ****

  • vishwaranjan pandey said:
    C:/ti/xdctools_3_51_03_28_core/xs" --xdcpath="C:/ti/simplelink_msp432e4_sdk_3_20_00_10/source;C:/ti/simplelink_msp432e4_sdk_3_20_00_10/kernel/tirtos/packages;" xdc.tools.configuro -o configPkg -t ti.targets.arm.elf.M4F -p ti.platforms.msp432:MSP432E401Y -r release -c "C:/ti/ccs910/ccs/tools/compiler/ti-cgt-arm_18.12.3.LTS" "../release.cfg"

    I see you have an exit status 2. Which if you review my original post was my initial error. I also see from your log you are using 18.12.3.LTS, the work around is to use 18.1.6.LTS. Have you tried using the other compiler? If so can you post the error log from that build?

  • I've changed the compiler to 18.1.6 but now different errors are creeping up.  I'm pasting the log below.


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

    "C:\\ti\\ccs910\\ccs\\utils\\bin\\gmake" -k -j 4 clean -O
     
    DEL /F  "project_zero_MSP_EXP432E401Y_tirtos_ccs.hex"  "project_zero_MSP_EXP432E401Y_tirtos_ccs.out"
    DEL /F "MSP_EXP432E401Y.obj" "cc2640r2lp_simple_np_uart_pm_sbl.obj" "main_tirtos.obj" "platform_msp432e401y.obj" "project_zero.obj" "Profile\button_service.obj" "Profile\data_service.obj" "Profile\led_service.obj" "Profile\profile_util.obj" "sbl\sbl.obj" "sbl\sbl_cmd.obj" "sbl\sbl_image_int.obj" "sbl\sbl_simplelink.obj" "sbl\sbl_tl.obj"
    DEL /F "MSP_EXP432E401Y.d" "cc2640r2lp_simple_np_uart_pm_sbl.d" "main_tirtos.d" "platform_msp432e401y.d" "project_zero.d" "Profile\button_service.d" "Profile\data_service.d" "Profile\led_service.d" "Profile\profile_util.d" "sbl\sbl.d" "sbl\sbl_cmd.d" "sbl\sbl_image_int.d" "sbl\sbl_simplelink.d" "sbl\sbl_tl.d"
    Could Not Find D:\OgiveTechnologies\CCS_Workspace\project_zero_MSP_EXP432E401Y_tirtos_ccs\Debug\project_zero_MSP_EXP432E401Y_tirtos_ccs.hex
    Could Not Find D:\OgiveTechnologies\CCS_Workspace\project_zero_MSP_EXP432E401Y_tirtos_ccs\Debug\MSP_EXP432E401Y.obj
    Could Not Find D:\OgiveTechnologies\CCS_Workspace\project_zero_MSP_EXP432E401Y_tirtos_ccs\Debug\Profile\button_service.obj
    Could Not Find D:\OgiveTechnologies\CCS_Workspace\project_zero_MSP_EXP432E401Y_tirtos_ccs\Debug\sbl\sbl.obj
    Could Not Find D:\OgiveTechnologies\CCS_Workspace\project_zero_MSP_EXP432E401Y_tirtos_ccs\Debug\MSP_EXP432E401Y.d
    Could Not Find D:\OgiveTechnologies\CCS_Workspace\project_zero_MSP_EXP432E401Y_tirtos_ccs\Debug\Profile\button_service.d
    Could Not Find D:\OgiveTechnologies\CCS_Workspace\project_zero_MSP_EXP432E401Y_tirtos_ccs\Debug\sbl\sbl.d
    Finished clean
     

    **** Build Finished ****

    **** Build of configuration Debug for project project_zero_MSP_EXP432E401Y_tirtos_ccs ****

    "C:\\ti\\ccs910\\ccs\\utils\\bin\\gmake" -k -j 4 all -O
     
    Building file: "../platform_msp432e401y.c"
    Invoking: ARM Compiler
    "C:/ti/ccs910/ccs/tools/compiler/ti-cgt-arm_18.12.3.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me --include_path="D:/OgiveTechnologies/CCS_Workspace/project_zero_MSP_EXP432E401Y_tirtos_ccs" --include_path="C:/ti/simplelink_sdk_ble_plugin_3_20_00_24/source" --include_path="C:/ti/simplelink_msp432e4_sdk_3_20_00_10/source" --include_path="C:/ti/simplelink_msp432e4_sdk_3_20_00_10/source/third_party/CMSIS/Include" --include_path="C:/ti/simplelink_msp432e4_sdk_3_20_00_10/source/ti/posix/ccs" --include_path="C:/ti/ccs910/ccs/tools/compiler/ti-cgt-arm_18.12.3.LTS/include" --advice:power=none --define=DeviceFamily_MSP432E401x --define=__MSP432E401Y__ -g --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --preproc_with_compile --preproc_dependency="platform_msp432e401y.d_raw" --cmd_file="D:/OgiveTechnologies/CCS_Workspace/tirtos_builds_MSP_EXP432E401Y_release_ccs/Debug/configPkg/compiler.opt" "../platform_msp432e401y.c"
    Finished building: "../platform_msp432e401y.c"
     
    Building file: "../main_tirtos.c"
    Invoking: ARM Compiler
    "C:/ti/ccs910/ccs/tools/compiler/ti-cgt-arm_18.12.3.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me --include_path="D:/OgiveTechnologies/CCS_Workspace/project_zero_MSP_EXP432E401Y_tirtos_ccs" --include_path="C:/ti/simplelink_sdk_ble_plugin_3_20_00_24/source" --include_path="C:/ti/simplelink_msp432e4_sdk_3_20_00_10/source" --include_path="C:/ti/simplelink_msp432e4_sdk_3_20_00_10/source/third_party/CMSIS/Include" --include_path="C:/ti/simplelink_msp432e4_sdk_3_20_00_10/source/ti/posix/ccs" --include_path="C:/ti/ccs910/ccs/tools/compiler/ti-cgt-arm_18.12.3.LTS/include" --advice:power=none --define=DeviceFamily_MSP432E401x --define=__MSP432E401Y__ -g --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --preproc_with_compile --preproc_dependency="main_tirtos.d_raw" --cmd_file="D:/OgiveTechnologies/CCS_Workspace/tirtos_builds_MSP_EXP432E401Y_release_ccs/Debug/configPkg/compiler.opt" "../main_tirtos.c"
    Finished building: "../main_tirtos.c"
     
    Building file: "../MSP_EXP432E401Y.c"
    Invoking: ARM Compiler
    "C:/ti/ccs910/ccs/tools/compiler/ti-cgt-arm_18.12.3.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me --include_path="D:/OgiveTechnologies/CCS_Workspace/project_zero_MSP_EXP432E401Y_tirtos_ccs" --include_path="C:/ti/simplelink_sdk_ble_plugin_3_20_00_24/source" --include_path="C:/ti/simplelink_msp432e4_sdk_3_20_00_10/source" --include_path="C:/ti/simplelink_msp432e4_sdk_3_20_00_10/source/third_party/CMSIS/Include" --include_path="C:/ti/simplelink_msp432e4_sdk_3_20_00_10/source/ti/posix/ccs" --include_path="C:/ti/ccs910/ccs/tools/compiler/ti-cgt-arm_18.12.3.LTS/include" --advice:power=none --define=DeviceFamily_MSP432E401x --define=__MSP432E401Y__ -g --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --preproc_with_compile --preproc_dependency="MSP_EXP432E401Y.d_raw" --cmd_file="D:/OgiveTechnologies/CCS_Workspace/tirtos_builds_MSP_EXP432E401Y_release_ccs/Debug/configPkg/compiler.opt" "../MSP_EXP432E401Y.c"
    Finished building: "../MSP_EXP432E401Y.c"
     
    Building file: "../Profile/button_service.c"
    Invoking: ARM Compiler
    "C:/ti/ccs910/ccs/tools/compiler/ti-cgt-arm_18.12.3.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me --include_path="D:/OgiveTechnologies/CCS_Workspace/project_zero_MSP_EXP432E401Y_tirtos_ccs" --include_path="C:/ti/simplelink_sdk_ble_plugin_3_20_00_24/source" --include_path="C:/ti/simplelink_msp432e4_sdk_3_20_00_10/source" --include_path="C:/ti/simplelink_msp432e4_sdk_3_20_00_10/source/third_party/CMSIS/Include" --include_path="C:/ti/simplelink_msp432e4_sdk_3_20_00_10/source/ti/posix/ccs" --include_path="C:/ti/ccs910/ccs/tools/compiler/ti-cgt-arm_18.12.3.LTS/include" --advice:power=none --define=DeviceFamily_MSP432E401x --define=__MSP432E401Y__ -g --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --preproc_with_compile --preproc_dependency="Profile/button_service.d_raw" --obj_directory="Profile" --cmd_file="D:/OgiveTechnologies/CCS_Workspace/tirtos_builds_MSP_EXP432E401Y_release_ccs/Debug/configPkg/compiler.opt" "../Profile/button_service.c"
    Finished building: "../Profile/button_service.c"
     
    Building file: "../Profile/data_service.c"
    Invoking: ARM Compiler
    "C:/ti/ccs910/ccs/tools/compiler/ti-cgt-arm_18.12.3.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me --include_path="D:/OgiveTechnologies/CCS_Workspace/project_zero_MSP_EXP432E401Y_tirtos_ccs" --include_path="C:/ti/simplelink_sdk_ble_plugin_3_20_00_24/source" --include_path="C:/ti/simplelink_msp432e4_sdk_3_20_00_10/source" --include_path="C:/ti/simplelink_msp432e4_sdk_3_20_00_10/source/third_party/CMSIS/Include" --include_path="C:/ti/simplelink_msp432e4_sdk_3_20_00_10/source/ti/posix/ccs" --include_path="C:/ti/ccs910/ccs/tools/compiler/ti-cgt-arm_18.12.3.LTS/include" --advice:power=none --define=DeviceFamily_MSP432E401x --define=__MSP432E401Y__ -g --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --preproc_with_compile --preproc_dependency="Profile/data_service.d_raw" --obj_directory="Profile" --cmd_file="D:/OgiveTechnologies/CCS_Workspace/tirtos_builds_MSP_EXP432E401Y_release_ccs/Debug/configPkg/compiler.opt" "../Profile/data_service.c"
    Finished building: "../Profile/data_service.c"
     
    Building file: "../project_zero.c"
    Invoking: ARM Compiler
    "C:/ti/ccs910/ccs/tools/compiler/ti-cgt-arm_18.12.3.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me --include_path="D:/OgiveTechnologies/CCS_Workspace/project_zero_MSP_EXP432E401Y_tirtos_ccs" --include_path="C:/ti/simplelink_sdk_ble_plugin_3_20_00_24/source" --include_path="C:/ti/simplelink_msp432e4_sdk_3_20_00_10/source" --include_path="C:/ti/simplelink_msp432e4_sdk_3_20_00_10/source/third_party/CMSIS/Include" --include_path="C:/ti/simplelink_msp432e4_sdk_3_20_00_10/source/ti/posix/ccs" --include_path="C:/ti/ccs910/ccs/tools/compiler/ti-cgt-arm_18.12.3.LTS/include" --advice:power=none --define=DeviceFamily_MSP432E401x --define=__MSP432E401Y__ -g --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --preproc_with_compile --preproc_dependency="project_zero.d_raw" --cmd_file="D:/OgiveTechnologies/CCS_Workspace/tirtos_builds_MSP_EXP432E401Y_release_ccs/Debug/configPkg/compiler.opt" "../project_zero.c"
    "C:\ti\simplelink_msp432e4_sdk_3_20_00_10\source\ti\devices\msp432e4\inc\msp432e401y.h", line 1149: warning #65-D: declaration does not declare anything
    "C:\ti\simplelink_msp432e4_sdk_3_20_00_10\source\ti\devices\msp432e4\inc\msp432e401y.h", line 1455: warning #65-D: declaration does not declare anything
    Finished building: "../project_zero.c"
     
    Building file: "../Profile/led_service.c"
    Invoking: ARM Compiler
    "C:/ti/ccs910/ccs/tools/compiler/ti-cgt-arm_18.12.3.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me --include_path="D:/OgiveTechnologies/CCS_Workspace/project_zero_MSP_EXP432E401Y_tirtos_ccs" --include_path="C:/ti/simplelink_sdk_ble_plugin_3_20_00_24/source" --include_path="C:/ti/simplelink_msp432e4_sdk_3_20_00_10/source" --include_path="C:/ti/simplelink_msp432e4_sdk_3_20_00_10/source/third_party/CMSIS/Include" --include_path="C:/ti/simplelink_msp432e4_sdk_3_20_00_10/source/ti/posix/ccs" --include_path="C:/ti/ccs910/ccs/tools/compiler/ti-cgt-arm_18.12.3.LTS/include" --advice:power=none --define=DeviceFamily_MSP432E401x --define=__MSP432E401Y__ -g --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --preproc_with_compile --preproc_dependency="Profile/led_service.d_raw" --obj_directory="Profile" --cmd_file="D:/OgiveTechnologies/CCS_Workspace/tirtos_builds_MSP_EXP432E401Y_release_ccs/Debug/configPkg/compiler.opt" "../Profile/led_service.c"
    Finished building: "../Profile/led_service.c"
     
    Building file: "../Profile/profile_util.c"
    Invoking: ARM Compiler
    "C:/ti/ccs910/ccs/tools/compiler/ti-cgt-arm_18.12.3.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me --include_path="D:/OgiveTechnologies/CCS_Workspace/project_zero_MSP_EXP432E401Y_tirtos_ccs" --include_path="C:/ti/simplelink_sdk_ble_plugin_3_20_00_24/source" --include_path="C:/ti/simplelink_msp432e4_sdk_3_20_00_10/source" --include_path="C:/ti/simplelink_msp432e4_sdk_3_20_00_10/source/third_party/CMSIS/Include" --include_path="C:/ti/simplelink_msp432e4_sdk_3_20_00_10/source/ti/posix/ccs" --include_path="C:/ti/ccs910/ccs/tools/compiler/ti-cgt-arm_18.12.3.LTS/include" --advice:power=none --define=DeviceFamily_MSP432E401x --define=__MSP432E401Y__ -g --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --preproc_with_compile --preproc_dependency="Profile/profile_util.d_raw" --obj_directory="Profile" --cmd_file="D:/OgiveTechnologies/CCS_Workspace/tirtos_builds_MSP_EXP432E401Y_release_ccs/Debug/configPkg/compiler.opt" "../Profile/profile_util.c"
    Finished building: "../Profile/profile_util.c"
     
    Building file: "C:/ti/simplelink_sdk_ble_plugin_3_20_00_24/source/ti/snp/blestack/c-array/cc2640r2lp_simple_np_uart_pm_sbl.c"
    Invoking: ARM Compiler
    "C:/ti/ccs910/ccs/tools/compiler/ti-cgt-arm_18.12.3.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me --include_path="D:/OgiveTechnologies/CCS_Workspace/project_zero_MSP_EXP432E401Y_tirtos_ccs" --include_path="C:/ti/simplelink_sdk_ble_plugin_3_20_00_24/source" --include_path="C:/ti/simplelink_msp432e4_sdk_3_20_00_10/source" --include_path="C:/ti/simplelink_msp432e4_sdk_3_20_00_10/source/third_party/CMSIS/Include" --include_path="C:/ti/simplelink_msp432e4_sdk_3_20_00_10/source/ti/posix/ccs" --include_path="C:/ti/ccs910/ccs/tools/compiler/ti-cgt-arm_18.12.3.LTS/include" --advice:power=none --define=DeviceFamily_MSP432E401x --define=__MSP432E401Y__ -g --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --preproc_with_compile --preproc_dependency="cc2640r2lp_simple_np_uart_pm_sbl.d_raw" --cmd_file="D:/OgiveTechnologies/CCS_Workspace/tirtos_builds_MSP_EXP432E401Y_release_ccs/Debug/configPkg/compiler.opt" "C:/ti/simplelink_sdk_ble_plugin_3_20_00_24/source/ti/snp/blestack/c-array/cc2640r2lp_simple_np_uart_pm_sbl.c"
    Finished building: "C:/ti/simplelink_sdk_ble_plugin_3_20_00_24/source/ti/snp/blestack/c-array/cc2640r2lp_simple_np_uart_pm_sbl.c"
     
    sbl/subdir_rules.mk:30: recipe for target 'sbl/sbl_simplelink.obj' failed
    Building file: "C:/ti/simplelink_sdk_ble_plugin_3_20_00_24/source/ti/sbl/sbl.c"
    Invoking: ARM Compiler
    "C:/ti/ccs910/ccs/tools/compiler/ti-cgt-arm_18.12.3.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me --include_path="D:/OgiveTechnologies/CCS_Workspace/project_zero_MSP_EXP432E401Y_tirtos_ccs" --include_path="C:/ti/simplelink_sdk_ble_plugin_3_20_00_24/source" --include_path="C:/ti/simplelink_msp432e4_sdk_3_20_00_10/source" --include_path="C:/ti/simplelink_msp432e4_sdk_3_20_00_10/source/third_party/CMSIS/Include" --include_path="C:/ti/simplelink_msp432e4_sdk_3_20_00_10/source/ti/posix/ccs" --include_path="C:/ti/ccs910/ccs/tools/compiler/ti-cgt-arm_18.12.3.LTS/include" --advice:power=none --define=DeviceFamily_MSP432E401x --define=__MSP432E401Y__ -g --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --preproc_with_compile --preproc_dependency="sbl/sbl.d_raw" --obj_directory="sbl" --cmd_file="D:/OgiveTechnologies/CCS_Workspace/tirtos_builds_MSP_EXP432E401Y_release_ccs/Debug/configPkg/compiler.opt" "C:/ti/simplelink_sdk_ble_plugin_3_20_00_24/source/ti/sbl/sbl.c"
    gmake: *** [sbl/sbl_simplelink.obj] Error -1
    Finished building: "C:/ti/simplelink_sdk_ble_plugin_3_20_00_24/source/ti/sbl/sbl.c"
     
    Building file: "C:/ti/simplelink_sdk_ble_plugin_3_20_00_24/source/ti/sbl/sbl_image_int.c"
    Invoking: ARM Compiler
    "C:/ti/ccs910/ccs/tools/compiler/ti-cgt-arm_18.12.3.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me --include_path="D:/OgiveTechnologies/CCS_Workspace/project_zero_MSP_EXP432E401Y_tirtos_ccs" --include_path="C:/ti/simplelink_sdk_ble_plugin_3_20_00_24/source" --include_path="C:/ti/simplelink_msp432e4_sdk_3_20_00_10/source" --include_path="C:/ti/simplelink_msp432e4_sdk_3_20_00_10/source/third_party/CMSIS/Include" --include_path="C:/ti/simplelink_msp432e4_sdk_3_20_00_10/source/ti/posix/ccs" --include_path="C:/ti/ccs910/ccs/tools/compiler/ti-cgt-arm_18.12.3.LTS/include" --advice:power=none --define=DeviceFamily_MSP432E401x --define=__MSP432E401Y__ -g --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --preproc_with_compile --preproc_dependency="sbl/sbl_image_int.d_raw" --obj_directory="sbl" --cmd_file="D:/OgiveTechnologies/CCS_Workspace/tirtos_builds_MSP_EXP432E401Y_release_ccs/Debug/configPkg/compiler.opt" "C:/ti/simplelink_sdk_ble_plugin_3_20_00_24/source/ti/sbl/sbl_image_int.c"
    Finished building: "C:/ti/simplelink_sdk_ble_plugin_3_20_00_24/source/ti/sbl/sbl_image_int.c"
     
    Building file: "C:/ti/simplelink_sdk_ble_plugin_3_20_00_24/source/ti/sbl/sbl_cmd.c"
    Invoking: ARM Compiler
    "C:/ti/ccs910/ccs/tools/compiler/ti-cgt-arm_18.12.3.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me --include_path="D:/OgiveTechnologies/CCS_Workspace/project_zero_MSP_EXP432E401Y_tirtos_ccs" --include_path="C:/ti/simplelink_sdk_ble_plugin_3_20_00_24/source" --include_path="C:/ti/simplelink_msp432e4_sdk_3_20_00_10/source" --include_path="C:/ti/simplelink_msp432e4_sdk_3_20_00_10/source/third_party/CMSIS/Include" --include_path="C:/ti/simplelink_msp432e4_sdk_3_20_00_10/source/ti/posix/ccs" --include_path="C:/ti/ccs910/ccs/tools/compiler/ti-cgt-arm_18.12.3.LTS/include" --advice:power=none --define=DeviceFamily_MSP432E401x --define=__MSP432E401Y__ -g --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --preproc_with_compile --preproc_dependency="sbl/sbl_cmd.d_raw" --obj_directory="sbl" --cmd_file="D:/OgiveTechnologies/CCS_Workspace/tirtos_builds_MSP_EXP432E401Y_release_ccs/Debug/configPkg/compiler.opt" "C:/ti/simplelink_sdk_ble_plugin_3_20_00_24/source/ti/sbl/sbl_cmd.c"
    Finished building: "C:/ti/simplelink_sdk_ble_plugin_3_20_00_24/source/ti/sbl/sbl_cmd.c"
     
    Building file: "C:/ti/simplelink_sdk_ble_plugin_3_20_00_24/source/ti/sbl/sbl_tl.c"
    Invoking: ARM Compiler
    "C:/ti/ccs910/ccs/tools/compiler/ti-cgt-arm_18.12.3.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me --include_path="D:/OgiveTechnologies/CCS_Workspace/project_zero_MSP_EXP432E401Y_tirtos_ccs" --include_path="C:/ti/simplelink_sdk_ble_plugin_3_20_00_24/source" --include_path="C:/ti/simplelink_msp432e4_sdk_3_20_00_10/source" --include_path="C:/ti/simplelink_msp432e4_sdk_3_20_00_10/source/third_party/CMSIS/Include" --include_path="C:/ti/simplelink_msp432e4_sdk_3_20_00_10/source/ti/posix/ccs" --include_path="C:/ti/ccs910/ccs/tools/compiler/ti-cgt-arm_18.12.3.LTS/include" --advice:power=none --define=DeviceFamily_MSP432E401x --define=__MSP432E401Y__ -g --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --preproc_with_compile --preproc_dependency="sbl/sbl_tl.d_raw" --obj_directory="sbl" --cmd_file="D:/OgiveTechnologies/CCS_Workspace/tirtos_builds_MSP_EXP432E401Y_release_ccs/Debug/configPkg/compiler.opt" "C:/ti/simplelink_sdk_ble_plugin_3_20_00_24/source/ti/sbl/sbl_tl.c"
    Finished building: "C:/ti/simplelink_sdk_ble_plugin_3_20_00_24/source/ti/sbl/sbl_tl.c"
     
    gmake: Target 'all' not remade because of errors.

    **** Build Finished ****

  • Hey Logan, I've cleaned and built it once again. It is building properly without errors. Thank you.

    The release notes of the sdk which I'm using is saying that it is tested on 18.12 though.

  • Hey at least it works one way or another. I asked for info about a fix. They are usually pretty good about patching these things up, and it seems they are aware of our issue.

    Best of luck

**Attention** This is a public forum