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.
Hi team,
Here's an issue from the customer may need your help:
Purchased the development board, downloaded HERCULES_SAFETY_MCU_DEMOS, imported the project in CCS. The engineering attributes is as follows:
Compiling failed: Nothing to build for project TMS570LC43x_demo_software
Then made the following changes:
But still report the same error. The compiler version is 20.2.5.LTS. And the demo is downloaded from here.
Could you help check this case? Thanks.
Best Regards,
Cherry
HI Cherry,
The resource locations for HALCoGEN and Demo_App are not correct. Please correct them in project property:
After renew the locations for HALCoGen and Demo_APP, the project can be compiled without any problem:
Hi Wang,
Thanks for your help.
Compile after modifying engineering properties, now has the following problem:
These undefined symbols are functions and are declared in sl_api.h, but they are not defined throughout the project.
Thanks and regards,
Cherry
These undefined symbols are functions and are declared in sl_api.h, but they are not defined throughout the project.
I was able to build the TMS570LC43_demo_software using CCS 11.1 and TI ARM 20.2.5.LTS compiler after correcting the resource locations as mentioned by QJ Wang.
The SL_* functions are in the TMS570LC43x_target_sources/demo-app/libs/SafeTILib_TMS570LC43_BE.lib library.
Are you able to show the complete build output from the failure case?
The following is the build output which was successful (I haven't yet tried to run the demo):
**** Build of configuration Debug for project TMS570LC43x_demo_software **** "C:\\ti\\ccs1110\\ccs\\utils\\bin\\gmake" -k all Building file: "C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/HALCoGen/source/HL_adc.c" Invoking: Arm Compiler "C:/ti/ccs1110/ccs/tools/compiler/ti-cgt-arm_20.2.5.LTS/bin/armcl" -mv7R4 --code_state=32 --float_support=VFPv3D16 --include_path="C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/safety_library/include" --include_path="C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/hal/include" --include_path="C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/include" --include_path="C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/HALCoGen/include" --include_path="C:/ti/ccs1110/ccs/tools/compiler/ti-cgt-arm_20.2.5.LTS/include" --define=_TMS570LC43x_ -g --diag_warning=225 --enum_type=packed --abi=eabi --preproc_with_compile --preproc_dependency="HALCoGen/source/HL_adc.d_raw" --obj_directory="HALCoGen/source" "C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/HALCoGen/source/HL_adc.c" Finished building: "C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/HALCoGen/source/HL_adc.c" Building file: "C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/HALCoGen/source/HL_can.c" Invoking: Arm Compiler "C:/ti/ccs1110/ccs/tools/compiler/ti-cgt-arm_20.2.5.LTS/bin/armcl" -mv7R4 --code_state=32 --float_support=VFPv3D16 --include_path="C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/safety_library/include" --include_path="C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/hal/include" --include_path="C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/include" --include_path="C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/HALCoGen/include" --include_path="C:/ti/ccs1110/ccs/tools/compiler/ti-cgt-arm_20.2.5.LTS/include" --define=_TMS570LC43x_ -g --diag_warning=225 --enum_type=packed --abi=eabi --preproc_with_compile --preproc_dependency="HALCoGen/source/HL_can.d_raw" --obj_directory="HALCoGen/source" "C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/HALCoGen/source/HL_can.c" Finished building: "C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/HALCoGen/source/HL_can.c" Building file: "C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/HALCoGen/source/HL_epc.c" Invoking: Arm Compiler "C:/ti/ccs1110/ccs/tools/compiler/ti-cgt-arm_20.2.5.LTS/bin/armcl" -mv7R4 --code_state=32 --float_support=VFPv3D16 --include_path="C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/safety_library/include" --include_path="C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/hal/include" --include_path="C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/include" --include_path="C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/HALCoGen/include" --include_path="C:/ti/ccs1110/ccs/tools/compiler/ti-cgt-arm_20.2.5.LTS/include" --define=_TMS570LC43x_ -g --diag_warning=225 --enum_type=packed --abi=eabi --preproc_with_compile --preproc_dependency="HALCoGen/source/HL_epc.d_raw" --obj_directory="HALCoGen/source" "C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/HALCoGen/source/HL_epc.c" Finished building: "C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/HALCoGen/source/HL_epc.c" Building file: "C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/HALCoGen/source/HL_esm.c" Invoking: Arm Compiler "C:/ti/ccs1110/ccs/tools/compiler/ti-cgt-arm_20.2.5.LTS/bin/armcl" -mv7R4 --code_state=32 --float_support=VFPv3D16 --include_path="C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/safety_library/include" --include_path="C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/hal/include" --include_path="C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/include" --include_path="C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/HALCoGen/include" --include_path="C:/ti/ccs1110/ccs/tools/compiler/ti-cgt-arm_20.2.5.LTS/include" --define=_TMS570LC43x_ -g --diag_warning=225 --enum_type=packed --abi=eabi --preproc_with_compile --preproc_dependency="HALCoGen/source/HL_esm.d_raw" --obj_directory="HALCoGen/source" "C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/HALCoGen/source/HL_esm.c" Finished building: "C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/HALCoGen/source/HL_esm.c" Building file: "C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/HALCoGen/source/HL_gio.c" Invoking: Arm Compiler "C:/ti/ccs1110/ccs/tools/compiler/ti-cgt-arm_20.2.5.LTS/bin/armcl" -mv7R4 --code_state=32 --float_support=VFPv3D16 --include_path="C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/safety_library/include" --include_path="C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/hal/include" --include_path="C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/include" --include_path="C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/HALCoGen/include" --include_path="C:/ti/ccs1110/ccs/tools/compiler/ti-cgt-arm_20.2.5.LTS/include" --define=_TMS570LC43x_ -g --diag_warning=225 --enum_type=packed --abi=eabi --preproc_with_compile --preproc_dependency="HALCoGen/source/HL_gio.d_raw" --obj_directory="HALCoGen/source" "C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/HALCoGen/source/HL_gio.c" Finished building: "C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/HALCoGen/source/HL_gio.c" Building file: "C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/HALCoGen/source/HL_het.c" Invoking: Arm Compiler "C:/ti/ccs1110/ccs/tools/compiler/ti-cgt-arm_20.2.5.LTS/bin/armcl" -mv7R4 --code_state=32 --float_support=VFPv3D16 --include_path="C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/safety_library/include" --include_path="C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/hal/include" --include_path="C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/include" --include_path="C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/HALCoGen/include" --include_path="C:/ti/ccs1110/ccs/tools/compiler/ti-cgt-arm_20.2.5.LTS/include" --define=_TMS570LC43x_ -g --diag_warning=225 --enum_type=packed --abi=eabi --preproc_with_compile --preproc_dependency="HALCoGen/source/HL_het.d_raw" --obj_directory="HALCoGen/source" "C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/HALCoGen/source/HL_het.c" Finished building: "C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/HALCoGen/source/HL_het.c" Building file: "C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/HALCoGen/source/HL_mdio.c" Invoking: Arm Compiler "C:/ti/ccs1110/ccs/tools/compiler/ti-cgt-arm_20.2.5.LTS/bin/armcl" -mv7R4 --code_state=32 --float_support=VFPv3D16 --include_path="C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/safety_library/include" --include_path="C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/hal/include" --include_path="C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/include" --include_path="C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/HALCoGen/include" --include_path="C:/ti/ccs1110/ccs/tools/compiler/ti-cgt-arm_20.2.5.LTS/include" --define=_TMS570LC43x_ -g --diag_warning=225 --enum_type=packed --abi=eabi --preproc_with_compile --preproc_dependency="HALCoGen/source/HL_mdio.d_raw" --obj_directory="HALCoGen/source" "C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/HALCoGen/source/HL_mdio.c" Finished building: "C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/HALCoGen/source/HL_mdio.c" Building file: "C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/HALCoGen/source/HL_mibspi.c" Invoking: Arm Compiler "C:/ti/ccs1110/ccs/tools/compiler/ti-cgt-arm_20.2.5.LTS/bin/armcl" -mv7R4 --code_state=32 --float_support=VFPv3D16 --include_path="C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/safety_library/include" --include_path="C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/hal/include" --include_path="C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/include" --include_path="C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/HALCoGen/include" --include_path="C:/ti/ccs1110/ccs/tools/compiler/ti-cgt-arm_20.2.5.LTS/include" --define=_TMS570LC43x_ -g --diag_warning=225 --enum_type=packed --abi=eabi --preproc_with_compile --preproc_dependency="HALCoGen/source/HL_mibspi.d_raw" --obj_directory="HALCoGen/source" "C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/HALCoGen/source/HL_mibspi.c" Finished building: "C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/HALCoGen/source/HL_mibspi.c" Building file: "C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/HALCoGen/source/HL_nmpu.c" Invoking: Arm Compiler "C:/ti/ccs1110/ccs/tools/compiler/ti-cgt-arm_20.2.5.LTS/bin/armcl" -mv7R4 --code_state=32 --float_support=VFPv3D16 --include_path="C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/safety_library/include" --include_path="C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/hal/include" --include_path="C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/include" --include_path="C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/HALCoGen/include" --include_path="C:/ti/ccs1110/ccs/tools/compiler/ti-cgt-arm_20.2.5.LTS/include" --define=_TMS570LC43x_ -g --diag_warning=225 --enum_type=packed --abi=eabi --preproc_with_compile --preproc_dependency="HALCoGen/source/HL_nmpu.d_raw" --obj_directory="HALCoGen/source" "C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/HALCoGen/source/HL_nmpu.c" Finished building: "C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/HALCoGen/source/HL_nmpu.c" Building file: "C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/HALCoGen/source/HL_notification.c" Invoking: Arm Compiler "C:/ti/ccs1110/ccs/tools/compiler/ti-cgt-arm_20.2.5.LTS/bin/armcl" -mv7R4 --code_state=32 --float_support=VFPv3D16 --include_path="C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/safety_library/include" --include_path="C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/hal/include" --include_path="C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/include" --include_path="C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/HALCoGen/include" --include_path="C:/ti/ccs1110/ccs/tools/compiler/ti-cgt-arm_20.2.5.LTS/include" --define=_TMS570LC43x_ -g --diag_warning=225 --enum_type=packed --abi=eabi --preproc_with_compile --preproc_dependency="HALCoGen/source/HL_notification.d_raw" --obj_directory="HALCoGen/source" "C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/HALCoGen/source/HL_notification.c" Finished building: "C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/HALCoGen/source/HL_notification.c" Building file: "C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/HALCoGen/source/HL_pinmux.c" Invoking: Arm Compiler "C:/ti/ccs1110/ccs/tools/compiler/ti-cgt-arm_20.2.5.LTS/bin/armcl" -mv7R4 --code_state=32 --float_support=VFPv3D16 --include_path="C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/safety_library/include" --include_path="C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/hal/include" --include_path="C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/include" --include_path="C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/HALCoGen/include" --include_path="C:/ti/ccs1110/ccs/tools/compiler/ti-cgt-arm_20.2.5.LTS/include" --define=_TMS570LC43x_ -g --diag_warning=225 --enum_type=packed --abi=eabi --preproc_with_compile --preproc_dependency="HALCoGen/source/HL_pinmux.d_raw" --obj_directory="HALCoGen/source" "C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/HALCoGen/source/HL_pinmux.c" Finished building: "C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/HALCoGen/source/HL_pinmux.c" Building file: "C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/HALCoGen/source/HL_rti.c" Invoking: Arm Compiler "C:/ti/ccs1110/ccs/tools/compiler/ti-cgt-arm_20.2.5.LTS/bin/armcl" -mv7R4 --code_state=32 --float_support=VFPv3D16 --include_path="C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/safety_library/include" --include_path="C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/hal/include" --include_path="C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/include" --include_path="C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/HALCoGen/include" --include_path="C:/ti/ccs1110/ccs/tools/compiler/ti-cgt-arm_20.2.5.LTS/include" --define=_TMS570LC43x_ -g --diag_warning=225 --enum_type=packed --abi=eabi --preproc_with_compile --preproc_dependency="HALCoGen/source/HL_rti.d_raw" --obj_directory="HALCoGen/source" "C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/HALCoGen/source/HL_rti.c" Finished building: "C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/HALCoGen/source/HL_rti.c" Building file: "C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/HALCoGen/source/HL_sci.c" Invoking: Arm Compiler "C:/ti/ccs1110/ccs/tools/compiler/ti-cgt-arm_20.2.5.LTS/bin/armcl" -mv7R4 --code_state=32 --float_support=VFPv3D16 --include_path="C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/safety_library/include" --include_path="C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/hal/include" --include_path="C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/include" --include_path="C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/HALCoGen/include" --include_path="C:/ti/ccs1110/ccs/tools/compiler/ti-cgt-arm_20.2.5.LTS/include" --define=_TMS570LC43x_ -g --diag_warning=225 --enum_type=packed --abi=eabi --preproc_with_compile --preproc_dependency="HALCoGen/source/HL_sci.d_raw" --obj_directory="HALCoGen/source" "C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/HALCoGen/source/HL_sci.c" Finished building: "C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/HALCoGen/source/HL_sci.c" Building file: "C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/HALCoGen/source/HL_sys_core.asm" Invoking: Arm Compiler "C:/ti/ccs1110/ccs/tools/compiler/ti-cgt-arm_20.2.5.LTS/bin/armcl" -mv7R4 --code_state=32 --float_support=VFPv3D16 --include_path="C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/safety_library/include" --include_path="C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/hal/include" --include_path="C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/include" --include_path="C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/HALCoGen/include" --include_path="C:/ti/ccs1110/ccs/tools/compiler/ti-cgt-arm_20.2.5.LTS/include" --define=_TMS570LC43x_ -g --diag_warning=225 --enum_type=packed --abi=eabi --preproc_with_compile --preproc_dependency="HALCoGen/source/HL_sys_core.d_raw" --obj_directory="HALCoGen/source" "C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/HALCoGen/source/HL_sys_core.asm" Finished building: "C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/HALCoGen/source/HL_sys_core.asm" Building file: "C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/HALCoGen/source/HL_sys_dma.c" Invoking: Arm Compiler "C:/ti/ccs1110/ccs/tools/compiler/ti-cgt-arm_20.2.5.LTS/bin/armcl" -mv7R4 --code_state=32 --float_support=VFPv3D16 --include_path="C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/safety_library/include" --include_path="C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/hal/include" --include_path="C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/include" --include_path="C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/HALCoGen/include" --include_path="C:/ti/ccs1110/ccs/tools/compiler/ti-cgt-arm_20.2.5.LTS/include" --define=_TMS570LC43x_ -g --diag_warning=225 --enum_type=packed --abi=eabi --preproc_with_compile --preproc_dependency="HALCoGen/source/HL_sys_dma.d_raw" --obj_directory="HALCoGen/source" "C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/HALCoGen/source/HL_sys_dma.c" Finished building: "C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/HALCoGen/source/HL_sys_dma.c" Building file: "C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/HALCoGen/source/HL_sys_intvecs.asm" Invoking: Arm Compiler "C:/ti/ccs1110/ccs/tools/compiler/ti-cgt-arm_20.2.5.LTS/bin/armcl" -mv7R4 --code_state=32 --float_support=VFPv3D16 --include_path="C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/safety_library/include" --include_path="C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/hal/include" --include_path="C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/include" --include_path="C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/HALCoGen/include" --include_path="C:/ti/ccs1110/ccs/tools/compiler/ti-cgt-arm_20.2.5.LTS/include" --define=_TMS570LC43x_ -g --diag_warning=225 --enum_type=packed --abi=eabi --preproc_with_compile --preproc_dependency="HALCoGen/source/HL_sys_intvecs.d_raw" --obj_directory="HALCoGen/source" "C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/HALCoGen/source/HL_sys_intvecs.asm" Finished building: "C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/HALCoGen/source/HL_sys_intvecs.asm" Building file: "C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/HALCoGen/source/HL_sys_main.c" Invoking: Arm Compiler "C:/ti/ccs1110/ccs/tools/compiler/ti-cgt-arm_20.2.5.LTS/bin/armcl" -mv7R4 --code_state=32 --float_support=VFPv3D16 --include_path="C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/safety_library/include" --include_path="C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/hal/include" --include_path="C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/include" --include_path="C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/HALCoGen/include" --include_path="C:/ti/ccs1110/ccs/tools/compiler/ti-cgt-arm_20.2.5.LTS/include" --define=_TMS570LC43x_ -g --diag_warning=225 --enum_type=packed --abi=eabi --preproc_with_compile --preproc_dependency="HALCoGen/source/HL_sys_main.d_raw" --obj_directory="HALCoGen/source" "C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/HALCoGen/source/HL_sys_main.c" "C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/hal/include/sl_sys_vim.h", line 57: warning: typedef name has already been declared (with same type) Finished building: "C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/HALCoGen/source/HL_sys_main.c" Building file: "C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/HALCoGen/source/HL_sys_mpu.asm" Invoking: Arm Compiler "C:/ti/ccs1110/ccs/tools/compiler/ti-cgt-arm_20.2.5.LTS/bin/armcl" -mv7R4 --code_state=32 --float_support=VFPv3D16 --include_path="C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/safety_library/include" --include_path="C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/hal/include" --include_path="C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/include" --include_path="C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/HALCoGen/include" --include_path="C:/ti/ccs1110/ccs/tools/compiler/ti-cgt-arm_20.2.5.LTS/include" --define=_TMS570LC43x_ -g --diag_warning=225 --enum_type=packed --abi=eabi --preproc_with_compile --preproc_dependency="HALCoGen/source/HL_sys_mpu.d_raw" --obj_directory="HALCoGen/source" "C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/HALCoGen/source/HL_sys_mpu.asm" Finished building: "C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/HALCoGen/source/HL_sys_mpu.asm" Building file: "C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/HALCoGen/source/HL_sys_pcr.c" Invoking: Arm Compiler "C:/ti/ccs1110/ccs/tools/compiler/ti-cgt-arm_20.2.5.LTS/bin/armcl" -mv7R4 --code_state=32 --float_support=VFPv3D16 --include_path="C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/safety_library/include" --include_path="C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/hal/include" --include_path="C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/include" --include_path="C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/HALCoGen/include" --include_path="C:/ti/ccs1110/ccs/tools/compiler/ti-cgt-arm_20.2.5.LTS/include" --define=_TMS570LC43x_ -g --diag_warning=225 --enum_type=packed --abi=eabi --preproc_with_compile --preproc_dependency="HALCoGen/source/HL_sys_pcr.d_raw" --obj_directory="HALCoGen/source" "C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/HALCoGen/source/HL_sys_pcr.c" Finished building: "C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/HALCoGen/source/HL_sys_pcr.c" Building file: "C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/HALCoGen/source/HL_sys_phantom.c" Invoking: Arm Compiler "C:/ti/ccs1110/ccs/tools/compiler/ti-cgt-arm_20.2.5.LTS/bin/armcl" -mv7R4 --code_state=32 --float_support=VFPv3D16 --include_path="C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/safety_library/include" --include_path="C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/hal/include" --include_path="C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/include" --include_path="C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/HALCoGen/include" --include_path="C:/ti/ccs1110/ccs/tools/compiler/ti-cgt-arm_20.2.5.LTS/include" --define=_TMS570LC43x_ -g --diag_warning=225 --enum_type=packed --abi=eabi --preproc_with_compile --preproc_dependency="HALCoGen/source/HL_sys_phantom.d_raw" --obj_directory="HALCoGen/source" "C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/HALCoGen/source/HL_sys_phantom.c" Finished building: "C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/HALCoGen/source/HL_sys_phantom.c" Building file: "C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/HALCoGen/source/HL_sys_pmm.c" Invoking: Arm Compiler "C:/ti/ccs1110/ccs/tools/compiler/ti-cgt-arm_20.2.5.LTS/bin/armcl" -mv7R4 --code_state=32 --float_support=VFPv3D16 --include_path="C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/safety_library/include" --include_path="C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/hal/include" --include_path="C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/include" --include_path="C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/HALCoGen/include" --include_path="C:/ti/ccs1110/ccs/tools/compiler/ti-cgt-arm_20.2.5.LTS/include" --define=_TMS570LC43x_ -g --diag_warning=225 --enum_type=packed --abi=eabi --preproc_with_compile --preproc_dependency="HALCoGen/source/HL_sys_pmm.d_raw" --obj_directory="HALCoGen/source" "C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/HALCoGen/source/HL_sys_pmm.c" Finished building: "C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/HALCoGen/source/HL_sys_pmm.c" Building file: "C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/HALCoGen/source/HL_sys_pmu.asm" Invoking: Arm Compiler "C:/ti/ccs1110/ccs/tools/compiler/ti-cgt-arm_20.2.5.LTS/bin/armcl" -mv7R4 --code_state=32 --float_support=VFPv3D16 --include_path="C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/safety_library/include" --include_path="C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/hal/include" --include_path="C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/include" --include_path="C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/HALCoGen/include" --include_path="C:/ti/ccs1110/ccs/tools/compiler/ti-cgt-arm_20.2.5.LTS/include" --define=_TMS570LC43x_ -g --diag_warning=225 --enum_type=packed --abi=eabi --preproc_with_compile --preproc_dependency="HALCoGen/source/HL_sys_pmu.d_raw" --obj_directory="HALCoGen/source" "C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/HALCoGen/source/HL_sys_pmu.asm" Finished building: "C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/HALCoGen/source/HL_sys_pmu.asm" Building file: "C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/HALCoGen/source/HL_sys_selftest.c" Invoking: Arm Compiler "C:/ti/ccs1110/ccs/tools/compiler/ti-cgt-arm_20.2.5.LTS/bin/armcl" -mv7R4 --code_state=32 --float_support=VFPv3D16 --include_path="C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/safety_library/include" --include_path="C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/hal/include" --include_path="C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/include" --include_path="C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/HALCoGen/include" --include_path="C:/ti/ccs1110/ccs/tools/compiler/ti-cgt-arm_20.2.5.LTS/include" --define=_TMS570LC43x_ -g --diag_warning=225 --enum_type=packed --abi=eabi --preproc_with_compile --preproc_dependency="HALCoGen/source/HL_sys_selftest.d_raw" --obj_directory="HALCoGen/source" "C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/HALCoGen/source/HL_sys_selftest.c" Finished building: "C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/HALCoGen/source/HL_sys_selftest.c" Building file: "C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/HALCoGen/source/HL_sys_startup.c" Invoking: Arm Compiler "C:/ti/ccs1110/ccs/tools/compiler/ti-cgt-arm_20.2.5.LTS/bin/armcl" -mv7R4 --code_state=32 --float_support=VFPv3D16 --include_path="C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/safety_library/include" --include_path="C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/hal/include" --include_path="C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/include" --include_path="C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/HALCoGen/include" --include_path="C:/ti/ccs1110/ccs/tools/compiler/ti-cgt-arm_20.2.5.LTS/include" --define=_TMS570LC43x_ -g --diag_warning=225 --enum_type=packed --abi=eabi --preproc_with_compile --preproc_dependency="HALCoGen/source/HL_sys_startup.d_raw" --obj_directory="HALCoGen/source" "C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/HALCoGen/source/HL_sys_startup.c" "C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/HALCoGen/source/HL_sys_startup.c", line 72: warning: function "_CoreRegisterSetRestore_" declared implicitly Finished building: "C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/HALCoGen/source/HL_sys_startup.c" Building file: "C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/HALCoGen/source/HL_sys_vim.c" Invoking: Arm Compiler "C:/ti/ccs1110/ccs/tools/compiler/ti-cgt-arm_20.2.5.LTS/bin/armcl" -mv7R4 --code_state=32 --float_support=VFPv3D16 --include_path="C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/safety_library/include" --include_path="C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/hal/include" --include_path="C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/include" --include_path="C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/HALCoGen/include" --include_path="C:/ti/ccs1110/ccs/tools/compiler/ti-cgt-arm_20.2.5.LTS/include" --define=_TMS570LC43x_ -g --diag_warning=225 --enum_type=packed --abi=eabi --preproc_with_compile --preproc_dependency="HALCoGen/source/HL_sys_vim.d_raw" --obj_directory="HALCoGen/source" "C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/HALCoGen/source/HL_sys_vim.c" Finished building: "C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/HALCoGen/source/HL_sys_vim.c" Building file: "C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/HALCoGen/source/HL_system.c" Invoking: Arm Compiler "C:/ti/ccs1110/ccs/tools/compiler/ti-cgt-arm_20.2.5.LTS/bin/armcl" -mv7R4 --code_state=32 --float_support=VFPv3D16 --include_path="C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/safety_library/include" --include_path="C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/hal/include" --include_path="C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/include" --include_path="C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/HALCoGen/include" --include_path="C:/ti/ccs1110/ccs/tools/compiler/ti-cgt-arm_20.2.5.LTS/include" --define=_TMS570LC43x_ -g --diag_warning=225 --enum_type=packed --abi=eabi --preproc_with_compile --preproc_dependency="HALCoGen/source/HL_system.d_raw" --obj_directory="HALCoGen/source" "C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/HALCoGen/source/HL_system.c" Finished building: "C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/HALCoGen/source/HL_system.c" Building file: "C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/source/acyl_demo.c" Invoking: Arm Compiler "C:/ti/ccs1110/ccs/tools/compiler/ti-cgt-arm_20.2.5.LTS/bin/armcl" -mv7R4 --code_state=32 --float_support=VFPv3D16 --include_path="C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/safety_library/include" --include_path="C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/hal/include" --include_path="C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/include" --include_path="C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/HALCoGen/include" --include_path="C:/ti/ccs1110/ccs/tools/compiler/ti-cgt-arm_20.2.5.LTS/include" --define=_TMS570LC43x_ -g --diag_warning=225 --enum_type=packed --abi=eabi --preproc_with_compile --preproc_dependency="demo-app/source/acyl_demo.d_raw" --obj_directory="demo-app/source" "C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/source/acyl_demo.c" Finished building: "C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/source/acyl_demo.c" Building file: "C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/source/adc_demos.c" Invoking: Arm Compiler "C:/ti/ccs1110/ccs/tools/compiler/ti-cgt-arm_20.2.5.LTS/bin/armcl" -mv7R4 --code_state=32 --float_support=VFPv3D16 --include_path="C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/safety_library/include" --include_path="C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/hal/include" --include_path="C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/include" --include_path="C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/HALCoGen/include" --include_path="C:/ti/ccs1110/ccs/tools/compiler/ti-cgt-arm_20.2.5.LTS/include" --define=_TMS570LC43x_ -g --diag_warning=225 --enum_type=packed --abi=eabi --preproc_with_compile --preproc_dependency="demo-app/source/adc_demos.d_raw" --obj_directory="demo-app/source" "C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/source/adc_demos.c" Finished building: "C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/source/adc_demos.c" Building file: "C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/source/app_sys_core.asm" Invoking: Arm Compiler "C:/ti/ccs1110/ccs/tools/compiler/ti-cgt-arm_20.2.5.LTS/bin/armcl" -mv7R4 --code_state=32 --float_support=VFPv3D16 --include_path="C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/safety_library/include" --include_path="C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/hal/include" --include_path="C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/include" --include_path="C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/HALCoGen/include" --include_path="C:/ti/ccs1110/ccs/tools/compiler/ti-cgt-arm_20.2.5.LTS/include" --define=_TMS570LC43x_ -g --diag_warning=225 --enum_type=packed --abi=eabi --preproc_with_compile --preproc_dependency="demo-app/source/app_sys_core.d_raw" --obj_directory="demo-app/source" "C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/source/app_sys_core.asm" Finished building: "C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/source/app_sys_core.asm" Building file: "C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/source/can_demo.c" Invoking: Arm Compiler "C:/ti/ccs1110/ccs/tools/compiler/ti-cgt-arm_20.2.5.LTS/bin/armcl" -mv7R4 --code_state=32 --float_support=VFPv3D16 --include_path="C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/safety_library/include" --include_path="C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/hal/include" --include_path="C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/include" --include_path="C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/HALCoGen/include" --include_path="C:/ti/ccs1110/ccs/tools/compiler/ti-cgt-arm_20.2.5.LTS/include" --define=_TMS570LC43x_ -g --diag_warning=225 --enum_type=packed --abi=eabi --preproc_with_compile --preproc_dependency="demo-app/source/can_demo.d_raw" --obj_directory="demo-app/source" "C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/source/can_demo.c" Finished building: "C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/source/can_demo.c" Building file: "C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/source/ccmr4.c" Invoking: Arm Compiler "C:/ti/ccs1110/ccs/tools/compiler/ti-cgt-arm_20.2.5.LTS/bin/armcl" -mv7R4 --code_state=32 --float_support=VFPv3D16 --include_path="C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/safety_library/include" --include_path="C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/hal/include" --include_path="C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/include" --include_path="C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/HALCoGen/include" --include_path="C:/ti/ccs1110/ccs/tools/compiler/ti-cgt-arm_20.2.5.LTS/include" --define=_TMS570LC43x_ -g --diag_warning=225 --enum_type=packed --abi=eabi --preproc_with_compile --preproc_dependency="demo-app/source/ccmr4.d_raw" --obj_directory="demo-app/source" "C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/source/ccmr4.c" Finished building: "C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/source/ccmr4.c" Building file: "C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/source/dma.c" Invoking: Arm Compiler "C:/ti/ccs1110/ccs/tools/compiler/ti-cgt-arm_20.2.5.LTS/bin/armcl" -mv7R4 --code_state=32 --float_support=VFPv3D16 --include_path="C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/safety_library/include" --include_path="C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/hal/include" --include_path="C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/include" --include_path="C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/HALCoGen/include" --include_path="C:/ti/ccs1110/ccs/tools/compiler/ti-cgt-arm_20.2.5.LTS/include" --define=_TMS570LC43x_ -g --diag_warning=225 --enum_type=packed --abi=eabi --preproc_with_compile --preproc_dependency="demo-app/source/dma.d_raw" --obj_directory="demo-app/source" "C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/source/dma.c" Finished building: "C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/source/dma.c" Building file: "C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/source/esm_application_callback.c" Invoking: Arm Compiler "C:/ti/ccs1110/ccs/tools/compiler/ti-cgt-arm_20.2.5.LTS/bin/armcl" -mv7R4 --code_state=32 --float_support=VFPv3D16 --include_path="C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/safety_library/include" --include_path="C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/hal/include" --include_path="C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/include" --include_path="C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/HALCoGen/include" --include_path="C:/ti/ccs1110/ccs/tools/compiler/ti-cgt-arm_20.2.5.LTS/include" --define=_TMS570LC43x_ -g --diag_warning=225 --enum_type=packed --abi=eabi --preproc_with_compile --preproc_dependency="demo-app/source/esm_application_callback.d_raw" --obj_directory="demo-app/source" "C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/source/esm_application_callback.c" "C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/source/esm_application_callback.c", line 50: warning: shift count is too large Finished building: "C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/source/esm_application_callback.c" Building file: "C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/source/esm_demo.c" Invoking: Arm Compiler "C:/ti/ccs1110/ccs/tools/compiler/ti-cgt-arm_20.2.5.LTS/bin/armcl" -mv7R4 --code_state=32 --float_support=VFPv3D16 --include_path="C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/safety_library/include" --include_path="C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/hal/include" --include_path="C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/include" --include_path="C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/HALCoGen/include" --include_path="C:/ti/ccs1110/ccs/tools/compiler/ti-cgt-arm_20.2.5.LTS/include" --define=_TMS570LC43x_ -g --diag_warning=225 --enum_type=packed --abi=eabi --preproc_with_compile --preproc_dependency="demo-app/source/esm_demo.d_raw" --obj_directory="demo-app/source" "C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/source/esm_demo.c" "C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/hal/include/sl_sys_vim.h", line 57: warning: typedef name has already been declared (with same type) Finished building: "C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/source/esm_demo.c" Building file: "C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/source/fray.c" Invoking: Arm Compiler "C:/ti/ccs1110/ccs/tools/compiler/ti-cgt-arm_20.2.5.LTS/bin/armcl" -mv7R4 --code_state=32 --float_support=VFPv3D16 --include_path="C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/safety_library/include" --include_path="C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/hal/include" --include_path="C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/include" --include_path="C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/HALCoGen/include" --include_path="C:/ti/ccs1110/ccs/tools/compiler/ti-cgt-arm_20.2.5.LTS/include" --define=_TMS570LC43x_ -g --diag_warning=225 --enum_type=packed --abi=eabi --preproc_with_compile --preproc_dependency="demo-app/source/fray.d_raw" --obj_directory="demo-app/source" "C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/source/fray.c" Finished building: "C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/source/fray.c" Building file: "C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/source/ftu.c" Invoking: Arm Compiler "C:/ti/ccs1110/ccs/tools/compiler/ti-cgt-arm_20.2.5.LTS/bin/armcl" -mv7R4 --code_state=32 --float_support=VFPv3D16 --include_path="C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/safety_library/include" --include_path="C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/hal/include" --include_path="C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/include" --include_path="C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/HALCoGen/include" --include_path="C:/ti/ccs1110/ccs/tools/compiler/ti-cgt-arm_20.2.5.LTS/include" --define=_TMS570LC43x_ -g --diag_warning=225 --enum_type=packed --abi=eabi --preproc_with_compile --preproc_dependency="demo-app/source/ftu.d_raw" --obj_directory="demo-app/source" "C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/source/ftu.c" Finished building: "C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/source/ftu.c" Building file: "C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/source/htu.c" Invoking: Arm Compiler "C:/ti/ccs1110/ccs/tools/compiler/ti-cgt-arm_20.2.5.LTS/bin/armcl" -mv7R4 --code_state=32 --float_support=VFPv3D16 --include_path="C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/safety_library/include" --include_path="C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/hal/include" --include_path="C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/include" --include_path="C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/HALCoGen/include" --include_path="C:/ti/ccs1110/ccs/tools/compiler/ti-cgt-arm_20.2.5.LTS/include" --define=_TMS570LC43x_ -g --diag_warning=225 --enum_type=packed --abi=eabi --preproc_with_compile --preproc_dependency="demo-app/source/htu.d_raw" --obj_directory="demo-app/source" "C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/source/htu.c" Finished building: "C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/source/htu.c" Building file: "C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/source/led_demo.c" Invoking: Arm Compiler "C:/ti/ccs1110/ccs/tools/compiler/ti-cgt-arm_20.2.5.LTS/bin/armcl" -mv7R4 --code_state=32 --float_support=VFPv3D16 --include_path="C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/safety_library/include" --include_path="C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/hal/include" --include_path="C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/include" --include_path="C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/HALCoGen/include" --include_path="C:/ti/ccs1110/ccs/tools/compiler/ti-cgt-arm_20.2.5.LTS/include" --define=_TMS570LC43x_ -g --diag_warning=225 --enum_type=packed --abi=eabi --preproc_with_compile --preproc_dependency="demo-app/source/led_demo.d_raw" --obj_directory="demo-app/source" "C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/source/led_demo.c" Finished building: "C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/source/led_demo.c" Building file: "C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/source/nhet.c" Invoking: Arm Compiler "C:/ti/ccs1110/ccs/tools/compiler/ti-cgt-arm_20.2.5.LTS/bin/armcl" -mv7R4 --code_state=32 --float_support=VFPv3D16 --include_path="C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/safety_library/include" --include_path="C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/hal/include" --include_path="C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/include" --include_path="C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/HALCoGen/include" --include_path="C:/ti/ccs1110/ccs/tools/compiler/ti-cgt-arm_20.2.5.LTS/include" --define=_TMS570LC43x_ -g --diag_warning=225 --enum_type=packed --abi=eabi --preproc_with_compile --preproc_dependency="demo-app/source/nhet.d_raw" --obj_directory="demo-app/source" "C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/source/nhet.c" Finished building: "C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/source/nhet.c" Building file: "C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/source/parity_functions.c" Invoking: Arm Compiler "C:/ti/ccs1110/ccs/tools/compiler/ti-cgt-arm_20.2.5.LTS/bin/armcl" -mv7R4 --code_state=32 --float_support=VFPv3D16 --include_path="C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/safety_library/include" --include_path="C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/hal/include" --include_path="C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/include" --include_path="C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/HALCoGen/include" --include_path="C:/ti/ccs1110/ccs/tools/compiler/ti-cgt-arm_20.2.5.LTS/include" --define=_TMS570LC43x_ -g --diag_warning=225 --enum_type=packed --abi=eabi --preproc_with_compile --preproc_dependency="demo-app/source/parity_functions.d_raw" --obj_directory="demo-app/source" "C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/source/parity_functions.c" Finished building: "C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/source/parity_functions.c" Building file: "C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/source/pbist.c" Invoking: Arm Compiler "C:/ti/ccs1110/ccs/tools/compiler/ti-cgt-arm_20.2.5.LTS/bin/armcl" -mv7R4 --code_state=32 --float_support=VFPv3D16 --include_path="C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/safety_library/include" --include_path="C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/hal/include" --include_path="C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/include" --include_path="C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/HALCoGen/include" --include_path="C:/ti/ccs1110/ccs/tools/compiler/ti-cgt-arm_20.2.5.LTS/include" --define=_TMS570LC43x_ -g --diag_warning=225 --enum_type=packed --abi=eabi --preproc_with_compile --preproc_dependency="demo-app/source/pbist.d_raw" --obj_directory="demo-app/source" "C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/source/pbist.c" "C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/source/pbist.c", line 42: warning: variable "retVal" was set but never used Finished building: "C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/source/pbist.c" Building file: "C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/source/pulse.c" Invoking: Arm Compiler "C:/ti/ccs1110/ccs/tools/compiler/ti-cgt-arm_20.2.5.LTS/bin/armcl" -mv7R4 --code_state=32 --float_support=VFPv3D16 --include_path="C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/safety_library/include" --include_path="C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/hal/include" --include_path="C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/include" --include_path="C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/HALCoGen/include" --include_path="C:/ti/ccs1110/ccs/tools/compiler/ti-cgt-arm_20.2.5.LTS/include" --define=_TMS570LC43x_ -g --diag_warning=225 --enum_type=packed --abi=eabi --preproc_with_compile --preproc_dependency="demo-app/source/pulse.d_raw" --obj_directory="demo-app/source" "C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/source/pulse.c" Finished building: "C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/source/pulse.c" Building file: "C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/source/stc.c" Invoking: Arm Compiler "C:/ti/ccs1110/ccs/tools/compiler/ti-cgt-arm_20.2.5.LTS/bin/armcl" -mv7R4 --code_state=32 --float_support=VFPv3D16 --include_path="C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/safety_library/include" --include_path="C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/hal/include" --include_path="C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/include" --include_path="C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/HALCoGen/include" --include_path="C:/ti/ccs1110/ccs/tools/compiler/ti-cgt-arm_20.2.5.LTS/include" --define=_TMS570LC43x_ -g --diag_warning=225 --enum_type=packed --abi=eabi --preproc_with_compile --preproc_dependency="demo-app/source/stc.d_raw" --obj_directory="demo-app/source" "C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/source/stc.c" Finished building: "C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/source/stc.c" Building file: "C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/source/support_functions.c" Invoking: Arm Compiler "C:/ti/ccs1110/ccs/tools/compiler/ti-cgt-arm_20.2.5.LTS/bin/armcl" -mv7R4 --code_state=32 --float_support=VFPv3D16 --include_path="C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/safety_library/include" --include_path="C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/hal/include" --include_path="C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/include" --include_path="C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/HALCoGen/include" --include_path="C:/ti/ccs1110/ccs/tools/compiler/ti-cgt-arm_20.2.5.LTS/include" --define=_TMS570LC43x_ -g --diag_warning=225 --enum_type=packed --abi=eabi --preproc_with_compile --preproc_dependency="demo-app/source/support_functions.d_raw" --obj_directory="demo-app/source" "C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/source/support_functions.c" Finished building: "C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/source/support_functions.c" Building file: "C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/source/sw_hw_ver.c" Invoking: Arm Compiler "C:/ti/ccs1110/ccs/tools/compiler/ti-cgt-arm_20.2.5.LTS/bin/armcl" -mv7R4 --code_state=32 --float_support=VFPv3D16 --include_path="C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/safety_library/include" --include_path="C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/hal/include" --include_path="C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/include" --include_path="C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/HALCoGen/include" --include_path="C:/ti/ccs1110/ccs/tools/compiler/ti-cgt-arm_20.2.5.LTS/include" --define=_TMS570LC43x_ -g --diag_warning=225 --enum_type=packed --abi=eabi --preproc_with_compile --preproc_dependency="demo-app/source/sw_hw_ver.d_raw" --obj_directory="demo-app/source" "C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/source/sw_hw_ver.c" Finished building: "C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/source/sw_hw_ver.c" Building file: "C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/source/sys_data.c" Invoking: Arm Compiler "C:/ti/ccs1110/ccs/tools/compiler/ti-cgt-arm_20.2.5.LTS/bin/armcl" -mv7R4 --code_state=32 --float_support=VFPv3D16 --include_path="C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/safety_library/include" --include_path="C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/hal/include" --include_path="C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/include" --include_path="C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/HALCoGen/include" --include_path="C:/ti/ccs1110/ccs/tools/compiler/ti-cgt-arm_20.2.5.LTS/include" --define=_TMS570LC43x_ -g --diag_warning=225 --enum_type=packed --abi=eabi --preproc_with_compile --preproc_dependency="demo-app/source/sys_data.d_raw" --obj_directory="demo-app/source" "C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/source/sys_data.c" Finished building: "C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/source/sys_data.c" Building file: "C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/source/sys_prefetch.c" Invoking: Arm Compiler "C:/ti/ccs1110/ccs/tools/compiler/ti-cgt-arm_20.2.5.LTS/bin/armcl" -mv7R4 --code_state=32 --float_support=VFPv3D16 --include_path="C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/safety_library/include" --include_path="C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/hal/include" --include_path="C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/include" --include_path="C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/HALCoGen/include" --include_path="C:/ti/ccs1110/ccs/tools/compiler/ti-cgt-arm_20.2.5.LTS/include" --define=_TMS570LC43x_ -g --diag_warning=225 --enum_type=packed --abi=eabi --preproc_with_compile --preproc_dependency="demo-app/source/sys_prefetch.d_raw" --obj_directory="demo-app/source" "C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/source/sys_prefetch.c" Finished building: "C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/source/sys_prefetch.c" Building file: "C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/source/sys_svc.asm" Invoking: Arm Compiler "C:/ti/ccs1110/ccs/tools/compiler/ti-cgt-arm_20.2.5.LTS/bin/armcl" -mv7R4 --code_state=32 --float_support=VFPv3D16 --include_path="C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/safety_library/include" --include_path="C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/hal/include" --include_path="C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/include" --include_path="C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/HALCoGen/include" --include_path="C:/ti/ccs1110/ccs/tools/compiler/ti-cgt-arm_20.2.5.LTS/include" --define=_TMS570LC43x_ -g --diag_warning=225 --enum_type=packed --abi=eabi --preproc_with_compile --preproc_dependency="demo-app/source/sys_svc.d_raw" --obj_directory="demo-app/source" "C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/source/sys_svc.asm" Finished building: "C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/source/sys_svc.asm" Building file: "C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/source/sys_undefined.c" Invoking: Arm Compiler "C:/ti/ccs1110/ccs/tools/compiler/ti-cgt-arm_20.2.5.LTS/bin/armcl" -mv7R4 --code_state=32 --float_support=VFPv3D16 --include_path="C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/safety_library/include" --include_path="C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/hal/include" --include_path="C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/include" --include_path="C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/HALCoGen/include" --include_path="C:/ti/ccs1110/ccs/tools/compiler/ti-cgt-arm_20.2.5.LTS/include" --define=_TMS570LC43x_ -g --diag_warning=225 --enum_type=packed --abi=eabi --preproc_with_compile --preproc_dependency="demo-app/source/sys_undefined.d_raw" --obj_directory="demo-app/source" "C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/source/sys_undefined.c" Finished building: "C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/source/sys_undefined.c" Building file: "C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/source/vim.c" Invoking: Arm Compiler "C:/ti/ccs1110/ccs/tools/compiler/ti-cgt-arm_20.2.5.LTS/bin/armcl" -mv7R4 --code_state=32 --float_support=VFPv3D16 --include_path="C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/safety_library/include" --include_path="C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/hal/include" --include_path="C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/include" --include_path="C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/HALCoGen/include" --include_path="C:/ti/ccs1110/ccs/tools/compiler/ti-cgt-arm_20.2.5.LTS/include" --define=_TMS570LC43x_ -g --diag_warning=225 --enum_type=packed --abi=eabi --preproc_with_compile --preproc_dependency="demo-app/source/vim.d_raw" --obj_directory="demo-app/source" "C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/source/vim.c" Finished building: "C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/source/vim.c" Building target: "TMS570LC43x_demo_software.out" Invoking: Arm Linker "C:/ti/ccs1110/ccs/tools/compiler/ti-cgt-arm_20.2.5.LTS/bin/armcl" -mv7R4 --code_state=32 --float_support=VFPv3D16 --define=_TMS570LC43x_ -g --diag_warning=225 --enum_type=packed --abi=eabi -z -m"TMS570LC43x_demo_software.map" --heap_size=0x800 --stack_size=0x800 -i"C:/ti/ccs1110/ccs/tools/compiler/ti-cgt-arm_20.2.5.LTS/lib" -i"C:/ti/ccs1110/ccs/tools/compiler/ti-cgt-arm_20.2.5.LTS/include" --reread_libs --warn_sections --xml_link_info="TMS570LC43x_demo_software_linkInfo.xml" --rom_model --be32 -o "TMS570LC43x_demo_software.out" "./HALCoGen/source/HL_adc.obj" "./HALCoGen/source/HL_can.obj" "./HALCoGen/source/HL_epc.obj" "./HALCoGen/source/HL_esm.obj" "./HALCoGen/source/HL_gio.obj" "./HALCoGen/source/HL_het.obj" "./HALCoGen/source/HL_mdio.obj" "./HALCoGen/source/HL_mibspi.obj" "./HALCoGen/source/HL_nmpu.obj" "./HALCoGen/source/HL_notification.obj" "./HALCoGen/source/HL_pinmux.obj" "./HALCoGen/source/HL_rti.obj" "./HALCoGen/source/HL_sci.obj" "./HALCoGen/source/HL_sys_core.obj" "./HALCoGen/source/HL_sys_dma.obj" "./HALCoGen/source/HL_sys_intvecs.obj" "./HALCoGen/source/HL_sys_main.obj" "./HALCoGen/source/HL_sys_mpu.obj" "./HALCoGen/source/HL_sys_pcr.obj" "./HALCoGen/source/HL_sys_phantom.obj" "./HALCoGen/source/HL_sys_pmm.obj" "./HALCoGen/source/HL_sys_pmu.obj" "./HALCoGen/source/HL_sys_selftest.obj" "./HALCoGen/source/HL_sys_startup.obj" "./HALCoGen/source/HL_sys_vim.obj" "./HALCoGen/source/HL_system.obj" "./demo-app/source/acyl_demo.obj" "./demo-app/source/adc_demos.obj" "./demo-app/source/app_sys_core.obj" "./demo-app/source/can_demo.obj" "./demo-app/source/ccmr4.obj" "./demo-app/source/dma.obj" "./demo-app/source/esm_application_callback.obj" "./demo-app/source/esm_demo.obj" "./demo-app/source/fray.obj" "./demo-app/source/ftu.obj" "./demo-app/source/htu.obj" "./demo-app/source/led_demo.obj" "./demo-app/source/nhet.obj" "./demo-app/source/parity_functions.obj" "./demo-app/source/pbist.obj" "./demo-app/source/pulse.obj" "./demo-app/source/stc.obj" "./demo-app/source/support_functions.obj" "./demo-app/source/sw_hw_ver.obj" "./demo-app/source/sys_data.obj" "./demo-app/source/sys_prefetch.obj" "./demo-app/source/sys_svc.obj" "./demo-app/source/sys_undefined.obj" "./demo-app/source/vim.obj" "C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/HALCoGen/source/HL_sys_link.cmd" "C:/Users/mr_halfword/workspace_v11/TMS570LC43x_target_sources/demo-app/libs/SafeTILib_TMS570LC43_BE.lib" -lrtsv7R4_T_be_v3D16_eabi.lib <Linking> Finished building target: "TMS570LC43x_demo_software.out" **** Build Finished ****
Hi,
Thanks for your help. And they've re-load the HERCULES_SAFETY_MCU_DEMOS and modify the resource location. While compiling, it comes a new problem in HL_sys_core.asm:
...
Engineering attributes-general:
Should Linker command file select TMS570LC43xxFlashLnk.cmd? (The project just imported is empty here)
Should Runtime support library select a specific library? The following is the full building output: Error is 18 in HL_sys_core.asm:
**** Build of configuration Debug for project TMS570LC43x_demo_software **** "C:\\CCS11.1.0\\ccs\\utils\\bin\\gmake" -k all Building file: "C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/HALCoGen/source/HL_adc.c" Invoking: Arm Compiler "C:/CCS11.1.0/ccs/tools/compiler/arm_5.1.5/bin/armcl" -mv7R4 --code_state=16 --abi=eabi --include_path="C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/safety_library/include" --include_path="C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/hal/include" --include_path="C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/include" --include_path="C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/HALCoGen/include" --include_path="C:/CCS11.1.0/ccs/tools/compiler/arm_5.1.5/include" -g --define=_TMS570LC43x_ --diag_warning=225 --gen_func_subsections=on --preproc_with_compile --preproc_dependency="HALCoGen/source/Hercules Safety MCU HL_adc.d_raw" --obj_directory="HALCoGen/source" "C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/HALCoGen/source/HL_adc.c" Finished building: "C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/HALCoGen/source/HL_adc.c" Building file: "C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/HALCoGen/source/HL_can.c" Invoking: Arm Compiler "C:/CCS11.1.0/ccs/tools/compiler/arm_5.1.5/bin/armcl" -mv7R4 --code_state=16 --abi=eabi --include_path="C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/safety_library/include" --include_path="C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/hal/include" --include_path="C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/include" --include_path="C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/HALCoGen/include" --include_path="C:/CCS11.1.0/ccs/tools/compiler/arm_5.1.5/include" -g --define=_TMS570LC43x_ --diag_warning=225 --gen_func_subsections=on --preproc_with_compile --preproc_dependency="HALCoGen/source/Hercules Safety MCU HL_can.d_raw" --obj_directory="HALCoGen/source" "C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/HALCoGen/source/HL_can.c" Finished building: "C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/HALCoGen/source/HL_can.c" Building file: "C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/HALCoGen/source/HL_epc.c" Invoking: Arm Compiler "C:/CCS11.1.0/ccs/tools/compiler/arm_5.1.5/bin/armcl" -mv7R4 --code_state=16 --abi=eabi --include_path="C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/safety_library/include" --include_path="C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/hal/include" --include_path="C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/include" --include_path="C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/HALCoGen/include" --include_path="C:/CCS11.1.0/ccs/tools/compiler/arm_5.1.5/include" -g --define=_TMS570LC43x_ --diag_warning=225 --gen_func_subsections=on --preproc_with_compile --preproc_dependency="HALCoGen/source/Hercules Safety MCU HL_epc.d_raw" --obj_directory="HALCoGen/source" "C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/HALCoGen/source/HL_epc.c" Finished building: "C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/HALCoGen/source/HL_epc.c" Building file: "C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/HALCoGen/source/HL_esm.c" Invoking: Arm Compiler "C:/CCS11.1.0/ccs/tools/compiler/arm_5.1.5/bin/armcl" -mv7R4 --code_state=16 --abi=eabi --include_path="C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/safety_library/include" --include_path="C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/hal/include" --include_path="C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/include" --include_path="C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/HALCoGen/include" --include_path="C:/CCS11.1.0/ccs/tools/compiler/arm_5.1.5/include" -g --define=_TMS570LC43x_ --diag_warning=225 --gen_func_subsections=on --preproc_with_compile --preproc_dependency="HALCoGen/source/Hercules Safety MCU HL_esm.d_raw" --obj_directory="HALCoGen/source" "C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/HALCoGen/source/HL_esm.c" Finished building: "C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/HALCoGen/source/HL_esm.c" Building file: "C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/HALCoGen/source/HL_gio.c" Invoking: Arm Compiler "C:/CCS11.1.0/ccs/tools/compiler/arm_5.1.5/bin/armcl" -mv7R4 --code_state=16 --abi=eabi --include_path="C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/safety_library/include" --include_path="C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/hal/include" --include_path="C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/include" --include_path="C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/HALCoGen/include" --include_path="C:/CCS11.1.0/ccs/tools/compiler/arm_5.1.5/include" -g --define=_TMS570LC43x_ --diag_warning=225 --gen_func_subsections=on --preproc_with_compile --preproc_dependency="HALCoGen/source/Hercules Safety MCU HL_gio.d_raw" --obj_directory="HALCoGen/source" "C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/HALCoGen/source/HL_gio.c" Finished building: "C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/HALCoGen/source/HL_gio.c" Building file: "C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/HALCoGen/source/HL_het.c" Invoking: Arm Compiler "C:/CCS11.1.0/ccs/tools/compiler/arm_5.1.5/bin/armcl" -mv7R4 --code_state=16 --abi=eabi --include_path="C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/safety_library/include" --include_path="C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/hal/include" --include_path="C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/include" --include_path="C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/HALCoGen/include" --include_path="C:/CCS11.1.0/ccs/tools/compiler/arm_5.1.5/include" -g --define=_TMS570LC43x_ --diag_warning=225 --gen_func_subsections=on --preproc_with_compile --preproc_dependency="HALCoGen/source/Hercules Safety MCU HL_het.d_raw" --obj_directory="HALCoGen/source" "C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/HALCoGen/source/HL_het.c" Finished building: "C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/HALCoGen/source/HL_het.c" Building file: "C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/HALCoGen/source/HL_mdio.c" Invoking: Arm Compiler "C:/CCS11.1.0/ccs/tools/compiler/arm_5.1.5/bin/armcl" -mv7R4 --code_state=16 --abi=eabi --include_path="C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/safety_library/include" --include_path="C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/hal/include" --include_path="C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/include" --include_path="C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/HALCoGen/include" --include_path="C:/CCS11.1.0/ccs/tools/compiler/arm_5.1.5/include" -g --define=_TMS570LC43x_ --diag_warning=225 --gen_func_subsections=on --preproc_with_compile --preproc_dependency="HALCoGen/source/Hercules Safety MCU HL_mdio.d_raw" --obj_directory="HALCoGen/source" "C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/HALCoGen/source/HL_mdio.c" Finished building: "C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/HALCoGen/source/HL_mdio.c" Building file: "C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/HALCoGen/source/HL_mibspi.c" Invoking: Arm Compiler "C:/CCS11.1.0/ccs/tools/compiler/arm_5.1.5/bin/armcl" -mv7R4 --code_state=16 --abi=eabi --include_path="C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/safety_library/include" --include_path="C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/hal/include" --include_path="C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/include" --include_path="C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/HALCoGen/include" --include_path="C:/CCS11.1.0/ccs/tools/compiler/arm_5.1.5/include" -g --define=_TMS570LC43x_ --diag_warning=225 --gen_func_subsections=on --preproc_with_compile --preproc_dependency="HALCoGen/source/Hercules Safety MCU HL_mibspi.d_raw" --obj_directory="HALCoGen/source" "C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/HALCoGen/source/HL_mibspi.c" Finished building: "C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/HALCoGen/source/HL_mibspi.c" Building file: "C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/HALCoGen/source/HL_nmpu.c" Invoking: Arm Compiler "C:/CCS11.1.0/ccs/tools/compiler/arm_5.1.5/bin/armcl" -mv7R4 --code_state=16 --abi=eabi --include_path="C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/safety_library/include" --include_path="C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/hal/include" --include_path="C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/include" --include_path="C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/HALCoGen/include" --include_path="C:/CCS11.1.0/ccs/tools/compiler/arm_5.1.5/include" -g --define=_TMS570LC43x_ --diag_warning=225 --gen_func_subsections=on --preproc_with_compile --preproc_dependency="HALCoGen/source/Hercules Safety MCU HL_nmpu.d_raw" --obj_directory="HALCoGen/source" "C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/HALCoGen/source/HL_nmpu.c" Finished building: "C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/HALCoGen/source/HL_nmpu.c" Building file: "C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/HALCoGen/source/HL_notification.c" Invoking: Arm Compiler "C:/CCS11.1.0/ccs/tools/compiler/arm_5.1.5/bin/armcl" -mv7R4 --code_state=16 --abi=eabi --include_path="C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/safety_library/include" --include_path="C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/hal/include" --include_path="C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/include" --include_path="C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/HALCoGen/include" --include_path="C:/CCS11.1.0/ccs/tools/compiler/arm_5.1.5/include" -g --define=_TMS570LC43x_ --diag_warning=225 --gen_func_subsections=on --preproc_with_compile --preproc_dependency="HALCoGen/source/Hercules Safety MCU HL_notification.d_raw" --obj_directory="HALCoGen/source" "C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/HALCoGen/source/HL_notification.c" Finished building: "C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/HALCoGen/source/HL_notification.c" Building file: "C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/HALCoGen/source/HL_pinmux.c" Invoking: Arm Compiler "C:/CCS11.1.0/ccs/tools/compiler/arm_5.1.5/bin/armcl" -mv7R4 --code_state=16 --abi=eabi --include_path="C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/safety_library/include" --include_path="C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/hal/include" --include_path="C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/include" --include_path="C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/HALCoGen/include" --include_path="C:/CCS11.1.0/ccs/tools/compiler/arm_5.1.5/include" -g --define=_TMS570LC43x_ --diag_warning=225 --gen_func_subsections=on --preproc_with_compile --preproc_dependency="HALCoGen/source/Hercules Safety MCU HL_pinmux.d_raw" --obj_directory="HALCoGen/source" "C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/HALCoGen/source/HL_pinmux.c" Finished building: "C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/HALCoGen/source/HL_pinmux.c" Building file: "C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/HALCoGen/source/HL_rti.c" Invoking: Arm Compiler "C:/CCS11.1.0/ccs/tools/compiler/arm_5.1.5/bin/armcl" -mv7R4 --code_state=16 --abi=eabi --include_path="C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/safety_library/include" --include_path="C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/hal/include" --include_path="C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/include" --include_path="C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/HALCoGen/include" --include_path="C:/CCS11.1.0/ccs/tools/compiler/arm_5.1.5/include" -g --define=_TMS570LC43x_ --diag_warning=225 --gen_func_subsections=on --preproc_with_compile --preproc_dependency="HALCoGen/source/Hercules Safety MCU HL_rti.d_raw" --obj_directory="HALCoGen/source" "C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/HALCoGen/source/HL_rti.c" Finished building: "C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/HALCoGen/source/HL_rti.c" Building file: "C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/HALCoGen/source/HL_sci.c" Invoking: Arm Compiler "C:/CCS11.1.0/ccs/tools/compiler/arm_5.1.5/bin/armcl" -mv7R4 --code_state=16 --abi=eabi --include_path="C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/safety_library/include" --include_path="C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/hal/include" --include_path="C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/include" --include_path="C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/HALCoGen/include" --include_path="C:/CCS11.1.0/ccs/tools/compiler/arm_5.1.5/include" -g --define=_TMS570LC43x_ --diag_warning=225 --gen_func_subsections=on --preproc_with_compile --preproc_dependency="HALCoGen/source/Hercules Safety MCU HL_sci.d_raw" --obj_directory="HALCoGen/source" "C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/HALCoGen/source/HL_sci.c" Finished building: "C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/HALCoGen/source/HL_sci.c" Building file: "C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/HALCoGen/source/HL_sys_core.asm" Invoking: Arm Compiler "C:/CCS11.1.0/ccs/tools/compiler/arm_5.1.5/bin/armcl" -mv7R4 --code_state=16 --abi=eabi --include_path="C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/safety_library/include" --include_path="C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/hal/include" --include_path="C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/include" --include_path="C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/HALCoGen/include" --include_path="C:/CCS11.1.0/ccs/tools/compiler/arm_5.1.5/include" -g --define=_TMS570LC43x_ --diag_warning=225 --gen_func_subsections=on --preproc_with_compile --preproc_dependency="HALCoGen/source/Hercules Safety MCU HL_sys_core.d_raw" --obj_directory="HALCoGen/source" "C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/HALCoGen/source/HL_sys_core.asm" 18 Assembly Errors, No Assembly Warnings >> Compilation failure HALCoGen/source/subdir_rules.mk:100: recipe for target 'HALCoGen/source/HL_sys_core.obj' failed "C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/HALCoGen/source/HL_sys_core.asm", ERROR! at line 74: [E0002] Instruction requires VFP or NEON support fmxr fpexc, r2 "C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/HALCoGen/source/HL_sys_core.asm", ERROR! at line 76: [E0002] Instruction requires VFP support fmdrr d0, r1, r1 "C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/HALCoGen/source/HL_sys_core.asm", ERROR! at line 77: [E0002] Instruction requires VFP support fmdrr d1, r1, r1 "C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/HALCoGen/source/HL_sys_core.asm", ERROR! at line 78: [E0002] Instruction requires VFP support fmdrr d2, r1, r1 "C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/HALCoGen/source/HL_sys_core.asm", ERROR! at line 79: [E0002] Instruction requires VFP support fmdrr d3, r1, r1 "C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/HALCoGen/source/HL_sys_core.asm", ERROR! at line 80: [E0002] Instruction requires VFP support fmdrr d4, r1, r1 "C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/HALCoGen/source/HL_sys_core.asm", ERROR! at line 81: [E0002] Instruction requires VFP support fmdrr d5, r1, r1 "C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/HALCoGen/source/HL_sys_core.asm", ERROR! at line 82: [E0002] Instruction requires VFP support fmdrr d6, r1, r1 "C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/HALCoGen/source/HL_sys_core.asm", ERROR! at line 83: [E0002] Instruction requires VFP support fmdrr d7, r1, r1 "C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/HALCoGen/source/HL_sys_core.asm", ERROR! at line 84: [E0002] Instruction requires VFP support fmdrr d8, r1, r1 "C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/HALCoGen/source/HL_sys_core.asm", ERROR! at line 85: [E0002] Instruction requires VFP support fmdrr d9, r1, r1 "C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/HALCoGen/source/HL_sys_core.asm", ERROR! at line 86: [E0002] Instruction requires VFP support fmdrr d10, r1, r1 "C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/HALCoGen/source/HL_sys_core.asm", ERROR! at line 87: [E0002] Instruction requires VFP support fmdrr d11, r1, r1 "C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/HALCoGen/source/HL_sys_core.asm", ERROR! at line 88: [E0002] Instruction requires VFP support fmdrr d12, r1, r1 "C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/HALCoGen/source/HL_sys_core.asm", ERROR! at line 89: [E0002] Instruction requires VFP support fmdrr d13, r1, r1 "C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/HALCoGen/source/HL_sys_core.asm", ERROR! at line 90: [E0002] Instruction requires VFP support fmdrr d14, r1, r1 "C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/HALCoGen/source/HL_sys_core.asm", ERROR! at line 91: [E0002] Instruction requires VFP support fmdrr d15, r1, r1 "C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/HALCoGen/source/HL_sys_core.asm", ERROR! at line 179: [E0002] Instruction requires VFP or NEON support fmxr fpexc, r0 Errors in Source - Assembler Aborted gmake: *** [HALCoGen/source/HL_sys_core.obj] Error 1 Building file: "C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/HALCoGen/source/HL_sys_dma.c" Invoking: Arm Compiler "C:/CCS11.1.0/ccs/tools/compiler/arm_5.1.5/bin/armcl" -mv7R4 --code_state=16 --abi=eabi --include_path="C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/safety_library/include" --include_path="C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/hal/include" --include_path="C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/include" --include_path="C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/HALCoGen/include" --include_path="C:/CCS11.1.0/ccs/tools/compiler/arm_5.1.5/include" -g --define=_TMS570LC43x_ --diag_warning=225 --gen_func_subsections=on --preproc_with_compile --preproc_dependency="HALCoGen/source/Hercules Safety MCU HL_sys_dma.d_raw" --obj_directory="HALCoGen/source" "C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/HALCoGen/source/HL_sys_dma.c" Finished building: "C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/HALCoGen/source/HL_sys_dma.c" Building file: "C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/HALCoGen/source/HL_sys_intvecs.asm" Invoking: Arm Compiler "C:/CCS11.1.0/ccs/tools/compiler/arm_5.1.5/bin/armcl" -mv7R4 --code_state=16 --abi=eabi --include_path="C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/safety_library/include" --include_path="C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/hal/include" --include_path="C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/include" --include_path="C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/HALCoGen/include" --include_path="C:/CCS11.1.0/ccs/tools/compiler/arm_5.1.5/include" -g --define=_TMS570LC43x_ --diag_warning=225 --gen_func_subsections=on --preproc_with_compile --preproc_dependency="HALCoGen/source/Hercules Safety MCU HL_sys_intvecs.d_raw" --obj_directory="HALCoGen/source" "C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/HALCoGen/source/HL_sys_intvecs.asm" Finished building: "C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/HALCoGen/source/HL_sys_intvecs.asm" Building file: "C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/HALCoGen/source/HL_sys_main.c" Invoking: Arm Compiler "C:/CCS11.1.0/ccs/tools/compiler/arm_5.1.5/bin/armcl" -mv7R4 --code_state=16 --abi=eabi --include_path="C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/safety_library/include" --include_path="C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/hal/include" --include_path="C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/include" --include_path="C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/HALCoGen/include" --include_path="C:/CCS11.1.0/ccs/tools/compiler/arm_5.1.5/include" -g --define=_TMS570LC43x_ --diag_warning=225 --gen_func_subsections=on --preproc_with_compile --preproc_dependency="HALCoGen/source/Hercules Safety MCU HL_sys_main.d_raw" --obj_directory="HALCoGen/source" "C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/HALCoGen/source/HL_sys_main.c" "C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/hal/include/sl_sys_vim.h", line 57: warning: typedef name has already been declared (with same type) Finished building: "C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/HALCoGen/source/HL_sys_main.c" Building file: "C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/HALCoGen/source/HL_sys_mpu.asm" Invoking: Arm Compiler "C:/CCS11.1.0/ccs/tools/compiler/arm_5.1.5/bin/armcl" -mv7R4 --code_state=16 --abi=eabi --include_path="C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/safety_library/include" --include_path="C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/hal/include" --include_path="C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/include" --include_path="C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/HALCoGen/include" --include_path="C:/CCS11.1.0/ccs/tools/compiler/arm_5.1.5/include" -g --define=_TMS570LC43x_ --diag_warning=225 --gen_func_subsections=on --preproc_with_compile --preproc_dependency="HALCoGen/source/Hercules Safety MCU HL_sys_mpu.d_raw" --obj_directory="HALCoGen/source" "C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/HALCoGen/source/HL_sys_mpu.asm" Finished building: "C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/HALCoGen/source/HL_sys_mpu.asm" Building file: "C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/HALCoGen/source/HL_sys_pcr.c" Invoking: Arm Compiler "C:/CCS11.1.0/ccs/tools/compiler/arm_5.1.5/bin/armcl" -mv7R4 --code_state=16 --abi=eabi --include_path="C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/safety_library/include" --include_path="C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/hal/include" --include_path="C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/include" --include_path="C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/HALCoGen/include" --include_path="C:/CCS11.1.0/ccs/tools/compiler/arm_5.1.5/include" -g --define=_TMS570LC43x_ --diag_warning=225 --gen_func_subsections=on --preproc_with_compile --preproc_dependency="HALCoGen/source/Hercules Safety MCU HL_sys_pcr.d_raw" --obj_directory="HALCoGen/source" "C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/HALCoGen/source/HL_sys_pcr.c" Finished building: "C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/HALCoGen/source/HL_sys_pcr.c" Building file: "C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/HALCoGen/source/HL_sys_phantom.c" Invoking: Arm Compiler "C:/CCS11.1.0/ccs/tools/compiler/arm_5.1.5/bin/armcl" -mv7R4 --code_state=16 --abi=eabi --include_path="C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/safety_library/include" --include_path="C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/hal/include" --include_path="C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/include" --include_path="C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/HALCoGen/include" --include_path="C:/CCS11.1.0/ccs/tools/compiler/arm_5.1.5/include" -g --define=_TMS570LC43x_ --diag_warning=225 --gen_func_subsections=on --preproc_with_compile --preproc_dependency="HALCoGen/source/Hercules Safety MCU HL_sys_phantom.d_raw" --obj_directory="HALCoGen/source" "C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/HALCoGen/source/HL_sys_phantom.c" Finished building: "C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/HALCoGen/source/HL_sys_phantom.c" Building file: "C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/HALCoGen/source/HL_sys_pmm.c" Invoking: Arm Compiler "C:/CCS11.1.0/ccs/tools/compiler/arm_5.1.5/bin/armcl" -mv7R4 --code_state=16 --abi=eabi --include_path="C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/safety_library/include" --include_path="C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/hal/include" --include_path="C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/include" --include_path="C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/HALCoGen/include" --include_path="C:/CCS11.1.0/ccs/tools/compiler/arm_5.1.5/include" -g --define=_TMS570LC43x_ --diag_warning=225 --gen_func_subsections=on --preproc_with_compile --preproc_dependency="HALCoGen/source/Hercules Safety MCU HL_sys_pmm.d_raw" --obj_directory="HALCoGen/source" "C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/HALCoGen/source/HL_sys_pmm.c" Finished building: "C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/HALCoGen/source/HL_sys_pmm.c" Building file: "C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/HALCoGen/source/HL_sys_pmu.asm" Invoking: Arm Compiler "C:/CCS11.1.0/ccs/tools/compiler/arm_5.1.5/bin/armcl" -mv7R4 --code_state=16 --abi=eabi --include_path="C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/safety_library/include" --include_path="C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/hal/include" --include_path="C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/include" --include_path="C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/HALCoGen/include" --include_path="C:/CCS11.1.0/ccs/tools/compiler/arm_5.1.5/include" -g --define=_TMS570LC43x_ --diag_warning=225 --gen_func_subsections=on --preproc_with_compile --preproc_dependency="HALCoGen/source/Hercules Safety MCU HL_sys_pmu.d_raw" --obj_directory="HALCoGen/source" "C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/HALCoGen/source/HL_sys_pmu.asm" Finished building: "C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/HALCoGen/source/HL_sys_pmu.asm" Building file: "C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/HALCoGen/source/HL_sys_selftest.c" Invoking: Arm Compiler "C:/CCS11.1.0/ccs/tools/compiler/arm_5.1.5/bin/armcl" -mv7R4 --code_state=16 --abi=eabi --include_path="C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/safety_library/include" --include_path="C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/hal/include" --include_path="C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/include" --include_path="C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/HALCoGen/include" --include_path="C:/CCS11.1.0/ccs/tools/compiler/arm_5.1.5/include" -g --define=_TMS570LC43x_ --diag_warning=225 --gen_func_subsections=on --preproc_with_compile --preproc_dependency="HALCoGen/source/Hercules Safety MCU HL_sys_selftest.d_raw" --obj_directory="HALCoGen/source" "C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/HALCoGen/source/HL_sys_selftest.c" Finished building: "C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/HALCoGen/source/HL_sys_selftest.c" Building file: "C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/HALCoGen/source/HL_sys_startup.c" Invoking: Arm Compiler "C:/CCS11.1.0/ccs/tools/compiler/arm_5.1.5/bin/armcl" -mv7R4 --code_state=16 --abi=eabi --include_path="C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/safety_library/include" --include_path="C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/hal/include" --include_path="C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/include" --include_path="C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/HALCoGen/include" --include_path="C:/CCS11.1.0/ccs/tools/compiler/arm_5.1.5/include" -g --define=_TMS570LC43x_ --diag_warning=225 --gen_func_subsections=on --preproc_with_compile --preproc_dependency="HALCoGen/source/Hercules Safety MCU HL_sys_startup.d_raw" --obj_directory="HALCoGen/source" "C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/HALCoGen/source/HL_sys_startup.c" "C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/HALCoGen/source/HL_sys_startup.c", line 72: warning: function "_CoreRegisterSetRestore_" declared implicitly Finished building: "C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/HALCoGen/source/HL_sys_startup.c" Building file: "C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/HALCoGen/source/HL_sys_vim.c" Invoking: Arm Compiler "C:/CCS11.1.0/ccs/tools/compiler/arm_5.1.5/bin/armcl" -mv7R4 --code_state=16 --abi=eabi --include_path="C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/safety_library/include" --include_path="C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/hal/include" --include_path="C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/include" --include_path="C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/HALCoGen/include" --include_path="C:/CCS11.1.0/ccs/tools/compiler/arm_5.1.5/include" -g --define=_TMS570LC43x_ --diag_warning=225 --gen_func_subsections=on --preproc_with_compile --preproc_dependency="HALCoGen/source/Hercules Safety MCU HL_sys_vim.d_raw" --obj_directory="HALCoGen/source" "C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/HALCoGen/source/HL_sys_vim.c" Finished building: "C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/HALCoGen/source/HL_sys_vim.c" Building file: "C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/HALCoGen/source/HL_system.c" Invoking: Arm Compiler "C:/CCS11.1.0/ccs/tools/compiler/arm_5.1.5/bin/armcl" -mv7R4 --code_state=16 --abi=eabi --include_path="C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/safety_library/include" --include_path="C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/hal/include" --include_path="C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/include" --include_path="C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/HALCoGen/include" --include_path="C:/CCS11.1.0/ccs/tools/compiler/arm_5.1.5/include" -g --define=_TMS570LC43x_ --diag_warning=225 --gen_func_subsections=on --preproc_with_compile --preproc_dependency="HALCoGen/source/Hercules Safety MCU HL_system.d_raw" --obj_directory="HALCoGen/source" "C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/HALCoGen/source/HL_system.c" Finished building: "C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/HALCoGen/source/HL_system.c" Building file: "C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/source/acyl_demo.c" Invoking: Arm Compiler "C:/CCS11.1.0/ccs/tools/compiler/arm_5.1.5/bin/armcl" -mv7R4 --code_state=16 --abi=eabi --include_path="C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/safety_library/include" --include_path="C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/hal/include" --include_path="C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/include" --include_path="C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/HALCoGen/include" --include_path="C:/CCS11.1.0/ccs/tools/compiler/arm_5.1.5/include" -g --define=_TMS570LC43x_ --diag_warning=225 --gen_func_subsections=on --preproc_with_compile --preproc_dependency="demo-app/source/Hercules Safety MCU acyl_demo.d_raw" --obj_directory="demo-app/source" "C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/source/acyl_demo.c" Finished building: "C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/source/acyl_demo.c" Building file: "C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/source/adc_demos.c" Invoking: Arm Compiler "C:/CCS11.1.0/ccs/tools/compiler/arm_5.1.5/bin/armcl" -mv7R4 --code_state=16 --abi=eabi --include_path="C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/safety_library/include" --include_path="C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/hal/include" --include_path="C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/include" --include_path="C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/HALCoGen/include" --include_path="C:/CCS11.1.0/ccs/tools/compiler/arm_5.1.5/include" -g --define=_TMS570LC43x_ --diag_warning=225 --gen_func_subsections=on --preproc_with_compile --preproc_dependency="demo-app/source/Hercules Safety MCU adc_demos.d_raw" --obj_directory="demo-app/source" "C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/source/adc_demos.c" Finished building: "C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/source/adc_demos.c" Building file: "C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/source/app_sys_core.asm" Invoking: Arm Compiler "C:/CCS11.1.0/ccs/tools/compiler/arm_5.1.5/bin/armcl" -mv7R4 --code_state=16 --abi=eabi --include_path="C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/safety_library/include" --include_path="C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/hal/include" --include_path="C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/include" --include_path="C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/HALCoGen/include" --include_path="C:/CCS11.1.0/ccs/tools/compiler/arm_5.1.5/include" -g --define=_TMS570LC43x_ --diag_warning=225 --gen_func_subsections=on --preproc_with_compile --preproc_dependency="demo-app/source/Hercules Safety MCU app_sys_core.d_raw" --obj_directory="demo-app/source" "C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/source/app_sys_core.asm" Finished building: "C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/source/app_sys_core.asm" Building file: "C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/source/can_demo.c" Invoking: Arm Compiler "C:/CCS11.1.0/ccs/tools/compiler/arm_5.1.5/bin/armcl" -mv7R4 --code_state=16 --abi=eabi --include_path="C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/safety_library/include" --include_path="C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/hal/include" --include_path="C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/include" --include_path="C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/HALCoGen/include" --include_path="C:/CCS11.1.0/ccs/tools/compiler/arm_5.1.5/include" -g --define=_TMS570LC43x_ --diag_warning=225 --gen_func_subsections=on --preproc_with_compile --preproc_dependency="demo-app/source/Hercules Safety MCU can_demo.d_raw" --obj_directory="demo-app/source" "C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/source/can_demo.c" Finished building: "C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/source/can_demo.c" Building file: "C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/source/ccmr4.c" Invoking: Arm Compiler "C:/CCS11.1.0/ccs/tools/compiler/arm_5.1.5/bin/armcl" -mv7R4 --code_state=16 --abi=eabi --include_path="C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/safety_library/include" --include_path="C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/hal/include" --include_path="C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/include" --include_path="C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/HALCoGen/include" --include_path="C:/CCS11.1.0/ccs/tools/compiler/arm_5.1.5/include" -g --define=_TMS570LC43x_ --diag_warning=225 --gen_func_subsections=on --preproc_with_compile --preproc_dependency="demo-app/source/Hercules Safety MCU ccmr4.d_raw" --obj_directory="demo-app/source" "C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/source/ccmr4.c" Finished building: "C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/source/ccmr4.c" Building file: "C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/source/dma.c" Invoking: Arm Compiler "C:/CCS11.1.0/ccs/tools/compiler/arm_5.1.5/bin/armcl" -mv7R4 --code_state=16 --abi=eabi --include_path="C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/safety_library/include" --include_path="C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/hal/include" --include_path="C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/include" --include_path="C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/HALCoGen/include" --include_path="C:/CCS11.1.0/ccs/tools/compiler/arm_5.1.5/include" -g --define=_TMS570LC43x_ --diag_warning=225 --gen_func_subsections=on --preproc_with_compile --preproc_dependency="demo-app/source/Hercules Safety MCU dma.d_raw" --obj_directory="demo-app/source" "C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/source/dma.c" Finished building: "C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/source/dma.c" Building file: "C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/source/esm_application_callback.c" Invoking: Arm Compiler "C:/CCS11.1.0/ccs/tools/compiler/arm_5.1.5/bin/armcl" -mv7R4 --code_state=16 --abi=eabi --include_path="C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/safety_library/include" --include_path="C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/hal/include" --include_path="C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/include" --include_path="C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/HALCoGen/include" --include_path="C:/CCS11.1.0/ccs/tools/compiler/arm_5.1.5/include" -g --define=_TMS570LC43x_ --diag_warning=225 --gen_func_subsections=on --preproc_with_compile --preproc_dependency="demo-app/source/Hercules Safety MCU esm_application_callback.d_raw" --obj_directory="demo-app/source" "C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/source/esm_application_callback.c" "C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/source/esm_application_callback.c", line 50: warning: shift count is too large Finished building: "C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/source/esm_application_callback.c" Building file: "C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/source/esm_demo.c" Invoking: Arm Compiler "C:/CCS11.1.0/ccs/tools/compiler/arm_5.1.5/bin/armcl" -mv7R4 --code_state=16 --abi=eabi --include_path="C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/safety_library/include" --include_path="C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/hal/include" --include_path="C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/include" --include_path="C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/HALCoGen/include" --include_path="C:/CCS11.1.0/ccs/tools/compiler/arm_5.1.5/include" -g --define=_TMS570LC43x_ --diag_warning=225 --gen_func_subsections=on --preproc_with_compile --preproc_dependency="demo-app/source/Hercules Safety MCU esm_demo.d_raw" --obj_directory="demo-app/source" "C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/source/esm_demo.c" "C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/hal/include/sl_sys_vim.h", line 57: warning: typedef name has already been declared (with same type) Finished building: "C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/source/esm_demo.c" Building file: "C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/source/fray.c" Invoking: Arm Compiler "C:/CCS11.1.0/ccs/tools/compiler/arm_5.1.5/bin/armcl" -mv7R4 --code_state=16 --abi=eabi --include_path="C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/safety_library/include" --include_path="C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/hal/include" --include_path="C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/include" --include_path="C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/HALCoGen/include" --include_path="C:/CCS11.1.0/ccs/tools/compiler/arm_5.1.5/include" -g --define=_TMS570LC43x_ --diag_warning=225 --gen_func_subsections=on --preproc_with_compile --preproc_dependency="demo-app/source/Hercules Safety MCU fray.d_raw" --obj_directory="demo-app/source" "C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/source/fray.c" Finished building: "C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/source/fray.c" Building file: "C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/source/ftu.c" Invoking: Arm Compiler "C:/CCS11.1.0/ccs/tools/compiler/arm_5.1.5/bin/armcl" -mv7R4 --code_state=16 --abi=eabi --include_path="C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/safety_library/include" --include_path="C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/hal/include" --include_path="C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/include" --include_path="C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/HALCoGen/include" --include_path="C:/CCS11.1.0/ccs/tools/compiler/arm_5.1.5/include" -g --define=_TMS570LC43x_ --diag_warning=225 --gen_func_subsections=on --preproc_with_compile --preproc_dependency="demo-app/source/Hercules Safety MCU ftu.d_raw" --obj_directory="demo-app/source" "C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/source/ftu.c" Finished building: "C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/source/ftu.c" Building file: "C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/source/htu.c" Invoking: Arm Compiler "C:/CCS11.1.0/ccs/tools/compiler/arm_5.1.5/bin/armcl" -mv7R4 --code_state=16 --abi=eabi --include_path="C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/safety_library/include" --include_path="C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/hal/include" --include_path="C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/include" --include_path="C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/HALCoGen/include" --include_path="C:/CCS11.1.0/ccs/tools/compiler/arm_5.1.5/include" -g --define=_TMS570LC43x_ --diag_warning=225 --gen_func_subsections=on --preproc_with_compile --preproc_dependency="demo-app/source/Hercules Safety MCU htu.d_raw" --obj_directory="demo-app/source" "C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/source/htu.c" Finished building: "C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/source/htu.c" Building file: "C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/source/led_demo.c" Invoking: Arm Compiler "C:/CCS11.1.0/ccs/tools/compiler/arm_5.1.5/bin/armcl" -mv7R4 --code_state=16 --abi=eabi --include_path="C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/safety_library/include" --include_path="C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/hal/include" --include_path="C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/include" --include_path="C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/HALCoGen/include" --include_path="C:/CCS11.1.0/ccs/tools/compiler/arm_5.1.5/include" -g --define=_TMS570LC43x_ --diag_warning=225 --gen_func_subsections=on --preproc_with_compile --preproc_dependency="demo-app/source/Hercules Safety MCU led_demo.d_raw" --obj_directory="demo-app/source" "C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/source/led_demo.c" Finished building: "C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/source/led_demo.c" Building file: "C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/source/nhet.c" Invoking: Arm Compiler "C:/CCS11.1.0/ccs/tools/compiler/arm_5.1.5/bin/armcl" -mv7R4 --code_state=16 --abi=eabi --include_path="C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/safety_library/include" --include_path="C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/hal/include" --include_path="C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/include" --include_path="C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/HALCoGen/include" --include_path="C:/CCS11.1.0/ccs/tools/compiler/arm_5.1.5/include" -g --define=_TMS570LC43x_ --diag_warning=225 --gen_func_subsections=on --preproc_with_compile --preproc_dependency="demo-app/source/Hercules Safety MCU nhet.d_raw" --obj_directory="demo-app/source" "C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/source/nhet.c" Finished building: "C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/source/nhet.c" Building file: "C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/source/parity_functions.c" Invoking: Arm Compiler "C:/CCS11.1.0/ccs/tools/compiler/arm_5.1.5/bin/armcl" -mv7R4 --code_state=16 --abi=eabi --include_path="C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/safety_library/include" --include_path="C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/hal/include" --include_path="C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/include" --include_path="C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/HALCoGen/include" --include_path="C:/CCS11.1.0/ccs/tools/compiler/arm_5.1.5/include" -g --define=_TMS570LC43x_ --diag_warning=225 --gen_func_subsections=on --preproc_with_compile --preproc_dependency="demo-app/source/Hercules Safety MCU parity_functions.d_raw" --obj_directory="demo-app/source" "C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/source/parity_functions.c" Finished building: "C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/source/parity_functions.c" Building file: "C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/source/pbist.c" Invoking: Arm Compiler "C:/CCS11.1.0/ccs/tools/compiler/arm_5.1.5/bin/armcl" -mv7R4 --code_state=16 --abi=eabi --include_path="C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/safety_library/include" --include_path="C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/hal/include" --include_path="C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/include" --include_path="C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/HALCoGen/include" --include_path="C:/CCS11.1.0/ccs/tools/compiler/arm_5.1.5/include" -g --define=_TMS570LC43x_ --diag_warning=225 --gen_func_subsections=on --preproc_with_compile --preproc_dependency="demo-app/source/Hercules Safety MCU pbist.d_raw" --obj_directory="demo-app/source" "C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/source/pbist.c" "C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/source/pbist.c", line 42: warning: variable "retVal" was set but never used Finished building: "C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/source/pbist.c" Building file: "C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/source/pulse.c" Invoking: Arm Compiler "C:/CCS11.1.0/ccs/tools/compiler/arm_5.1.5/bin/armcl" -mv7R4 --code_state=16 --abi=eabi --include_path="C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/safety_library/include" --include_path="C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/hal/include" --include_path="C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/include" --include_path="C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/HALCoGen/include" --include_path="C:/CCS11.1.0/ccs/tools/compiler/arm_5.1.5/include" -g --define=_TMS570LC43x_ --diag_warning=225 --gen_func_subsections=on --preproc_with_compile --preproc_dependency="demo-app/source/Hercules Safety MCU pulse.d_raw" --obj_directory="demo-app/source" "C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/source/pulse.c" Finished building: "C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/source/pulse.c" Building file: "C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/source/stc.c" Invoking: Arm Compiler "C:/CCS11.1.0/ccs/tools/compiler/arm_5.1.5/bin/armcl" -mv7R4 --code_state=16 --abi=eabi --include_path="C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/safety_library/include" --include_path="C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/hal/include" --include_path="C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/include" --include_path="C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/HALCoGen/include" --include_path="C:/CCS11.1.0/ccs/tools/compiler/arm_5.1.5/include" -g --define=_TMS570LC43x_ --diag_warning=225 --gen_func_subsections=on --preproc_with_compile --preproc_dependency="demo-app/source/Hercules Safety MCU stc.d_raw" --obj_directory="demo-app/source" "C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/source/stc.c" Finished building: "C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/source/stc.c" Building file: "C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/source/support_functions.c" Invoking: Arm Compiler "C:/CCS11.1.0/ccs/tools/compiler/arm_5.1.5/bin/armcl" -mv7R4 --code_state=16 --abi=eabi --include_path="C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/safety_library/include" --include_path="C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/hal/include" --include_path="C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/include" --include_path="C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/HALCoGen/include" --include_path="C:/CCS11.1.0/ccs/tools/compiler/arm_5.1.5/include" -g --define=_TMS570LC43x_ --diag_warning=225 --gen_func_subsections=on --preproc_with_compile --preproc_dependency="demo-app/source/Hercules Safety MCU support_functions.d_raw" --obj_directory="demo-app/source" "C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/source/support_functions.c" Finished building: "C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/source/support_functions.c" Building file: "C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/source/sw_hw_ver.c" Invoking: Arm Compiler "C:/CCS11.1.0/ccs/tools/compiler/arm_5.1.5/bin/armcl" -mv7R4 --code_state=16 --abi=eabi --include_path="C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/safety_library/include" --include_path="C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/hal/include" --include_path="C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/include" --include_path="C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/HALCoGen/include" --include_path="C:/CCS11.1.0/ccs/tools/compiler/arm_5.1.5/include" -g --define=_TMS570LC43x_ --diag_warning=225 --gen_func_subsections=on --preproc_with_compile --preproc_dependency="demo-app/source/Hercules Safety MCU sw_hw_ver.d_raw" --obj_directory="demo-app/source" "C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/source/sw_hw_ver.c" Finished building: "C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/source/sw_hw_ver.c" Building file: "C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/source/sys_data.c" Invoking: Arm Compiler "C:/CCS11.1.0/ccs/tools/compiler/arm_5.1.5/bin/armcl" -mv7R4 --code_state=16 --abi=eabi --include_path="C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/safety_library/include" --include_path="C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/hal/include" --include_path="C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/include" --include_path="C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/HALCoGen/include" --include_path="C:/CCS11.1.0/ccs/tools/compiler/arm_5.1.5/include" -g --define=_TMS570LC43x_ --diag_warning=225 --gen_func_subsections=on --preproc_with_compile --preproc_dependency="demo-app/source/Hercules Safety MCU sys_data.d_raw" --obj_directory="demo-app/source" "C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/source/sys_data.c" Finished building: "C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/source/sys_data.c" Building file: "C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/source/sys_prefetch.c" Invoking: Arm Compiler "C:/CCS11.1.0/ccs/tools/compiler/arm_5.1.5/bin/armcl" -mv7R4 --code_state=16 --abi=eabi --include_path="C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/safety_library/include" --include_path="C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/hal/include" --include_path="C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/include" --include_path="C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/HALCoGen/include" --include_path="C:/CCS11.1.0/ccs/tools/compiler/arm_5.1.5/include" -g --define=_TMS570LC43x_ --diag_warning=225 --gen_func_subsections=on --preproc_with_compile --preproc_dependency="demo-app/source/Hercules Safety MCU sys_prefetch.d_raw" --obj_directory="demo-app/source" "C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/source/sys_prefetch.c" Finished building: "C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/source/sys_prefetch.c" Building file: "C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/source/sys_svc.asm" Invoking: Arm Compiler "C:/CCS11.1.0/ccs/tools/compiler/arm_5.1.5/bin/armcl" -mv7R4 --code_state=16 --abi=eabi --include_path="C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/safety_library/include" --include_path="C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/hal/include" --include_path="C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/include" --include_path="C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/HALCoGen/include" --include_path="C:/CCS11.1.0/ccs/tools/compiler/arm_5.1.5/include" -g --define=_TMS570LC43x_ --diag_warning=225 --gen_func_subsections=on --preproc_with_compile --preproc_dependency="demo-app/source/Hercules Safety MCU sys_svc.d_raw" --obj_directory="demo-app/source" "C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/source/sys_svc.asm" Finished building: "C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/source/sys_svc.asm" Building file: "C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/source/sys_undefined.c" Invoking: Arm Compiler "C:/CCS11.1.0/ccs/tools/compiler/arm_5.1.5/bin/armcl" -mv7R4 --code_state=16 --abi=eabi --include_path="C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/safety_library/include" --include_path="C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/hal/include" --include_path="C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/include" --include_path="C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/HALCoGen/include" --include_path="C:/CCS11.1.0/ccs/tools/compiler/arm_5.1.5/include" -g --define=_TMS570LC43x_ --diag_warning=225 --gen_func_subsections=on --preproc_with_compile --preproc_dependency="demo-app/source/Hercules Safety MCU sys_undefined.d_raw" --obj_directory="demo-app/source" "C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/source/sys_undefined.c" Finished building: "C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/source/sys_undefined.c" Building file: "C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/source/vim.c" Invoking: Arm Compiler "C:/CCS11.1.0/ccs/tools/compiler/arm_5.1.5/bin/armcl" -mv7R4 --code_state=16 --abi=eabi --include_path="C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/safety_library/include" --include_path="C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/hal/include" --include_path="C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/include" --include_path="C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/HALCoGen/include" --include_path="C:/CCS11.1.0/ccs/tools/compiler/arm_5.1.5/include" -g --define=_TMS570LC43x_ --diag_warning=225 --gen_func_subsections=on --preproc_with_compile --preproc_dependency="demo-app/source/Hercules Safety MCU vim.d_raw" --obj_directory="demo-app/source" "C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/source/vim.c" Finished building: "C:/ti/Hercules/Hercules Safety MCU Demos/4.0.0/TMS570LC43x_target_sources/demo-app/source/vim.c" gmake: Target 'all' not remade because of errors. **** Build Finished ****
Thanks and regards,
Cherry
Should Runtime support library select a specific library? The following is the full building output: Error is 18 in HL_sys_core.asm:
The errors from the failing build are due to --float_support=VFPv3D16 missing from the compiler command line.
In the example project which I built successfully the --float_support option was specified in the CCS project properties under Build -> Arm Compiler -> Processor Options:
Also, in the working build the code state option was --code_state=32, whereas in the failing build is --code_state=16.
And they've re-load the HERCULES_SAFETY_MCU_DEMOS and modify the resource location.
I'm not sure why their re-loading of the HERCULES_SAFETY_MCU_DEMOS changed the Processor Options used for the project.
Hi,
Thanks for your help again. This issue is due to the wrong version of compiler and it works properly after using 20.2.5.LTS.
And the customer have previously developed with TI's DSPs and each project has a cmd file that describes where the program and data are stored in memory. Why is the cmd file not used by default for the 570arm for engineering properties? (there is a TMS570LC43xxFlashLnk.cmd in drop-down menu, is this one right?)
Thanks and regards,
Cherry
Hi Cherry,
Please use HL_sys_link.cmd (generated by HAL) in .\Hercules Safety MCU Demos\4.0.0\TMS570LC43x_target_sources\HALCoGen\source folder. The HL_sys_link.cmd includes the memory allocation of section LOG_DATA.