Hello,
I have CCS v10.1.0.00010
while bulding project I am getting following error,
**** Build of configuration Debug for project HMI_APP_SW ****
"C:\\ti\\ccs1010\\ccs\\utils\\bin\\gmake" -k -j 8 all -O
Building file: "../source/BITE_Functions/Cbit.c"
Invoking: ARM Compiler
"C:/ti/ccs1010/ccs/tools/compiler/ti-cgt-arm_20.2.1.LTS/bin/armcl" -mv7R4 --code_state=32 --float_support=VFPv3D16 -me --include_path="D:/NAVCOM/HMI/CODE/7April22/7April22/HMI_APP_SW" --include_path="D:/NAVCOM/HMI/CODE/7April22/7April22/HMI_APP_SW/include" --include_path="C:/ti/ccs1010/ccs/tools/compiler/ti-cgt-arm_20.2.1.LTS/include" --advice:power_severity=error -g --float_operations_allowed=all --diag_warning=225 --diag_wrap=off --display_error_number --enum_type=packed --abi=eabi --preproc_with_compile --preproc_dependency="source/BITE_Functions/Cbit.d_raw" --obj_directory="source/BITE_Functions" "../source/BITE_Functions/Cbit.c"
Finished building: "../source/BITE_Functions/Cbit.c"
Building file: "../source/BITE_Functions/Pbit.c"
Invoking: ARM Compiler
"C:/ti/ccs1010/ccs/tools/compiler/ti-cgt-arm_20.2.1.LTS/bin/armcl" -mv7R4 --code_state=32 --float_support=VFPv3D16 -me --include_path="D:/NAVCOM/HMI/CODE/7April22/7April22/HMI_APP_SW" --include_path="D:/NAVCOM/HMI/CODE/7April22/7April22/HMI_APP_SW/include" --include_path="C:/ti/ccs1010/ccs/tools/compiler/ti-cgt-arm_20.2.1.LTS/include" --advice:power_severity=error -g --float_operations_allowed=all --diag_warning=225 --diag_wrap=off --display_error_number --enum_type=packed --abi=eabi --preproc_with_compile --preproc_dependency="source/BITE_Functions/Pbit.d_raw" --obj_directory="source/BITE_Functions" "../source/BITE_Functions/Pbit.c"
Finished building: "../source/BITE_Functions/Pbit.c"
Building file: "../source/Communications/Com_Dsp_Comms.c"
Invoking: ARM Compiler
"C:/ti/ccs1010/ccs/tools/compiler/ti-cgt-arm_20.2.1.LTS/bin/armcl" -mv7R4 --code_state=32 --float_support=VFPv3D16 -me --include_path="D:/NAVCOM/HMI/CODE/7April22/7April22/HMI_APP_SW" --include_path="D:/NAVCOM/HMI/CODE/7April22/7April22/HMI_APP_SW/include" --include_path="C:/ti/ccs1010/ccs/tools/compiler/ti-cgt-arm_20.2.1.LTS/include" --advice:power_severity=error -g --float_operations_allowed=all --diag_warning=225 --diag_wrap=off --display_error_number --enum_type=packed --abi=eabi --preproc_with_compile --preproc_dependency="source/Communications/Com_Dsp_Comms.d_raw" --obj_directory="source/Communications" "../source/Communications/Com_Dsp_Comms.c"
Finished building: "../source/Communications/Com_Dsp_Comms.c"
Building file: "../source/Communications/Nav_Dsp_Comms.c"
Invoking: ARM Compiler
"C:/ti/ccs1010/ccs/tools/compiler/ti-cgt-arm_20.2.1.LTS/bin/armcl" -mv7R4 --code_state=32 --float_support=VFPv3D16 -me --include_path="D:/NAVCOM/HMI/CODE/7April22/7April22/HMI_APP_SW" --include_path="D:/NAVCOM/HMI/CODE/7April22/7April22/HMI_APP_SW/include" --include_path="C:/ti/ccs1010/ccs/tools/compiler/ti-cgt-arm_20.2.1.LTS/include" --advice:power_severity=error -g --float_operations_allowed=all --diag_warning=225 --diag_wrap=off --display_error_number --enum_type=packed --abi=eabi --preproc_with_compile --preproc_dependency="source/Communications/Nav_Dsp_Comms.d_raw" --obj_directory="source/Communications" "../source/Communications/Nav_Dsp_Comms.c"
"../source/Communications/Com_Dsp_Comms.c", line 33: warning #994-D: missing return statement at end of non-void function "comdsp_comms_init"
"../source/Communications/Com_Dsp_Comms.c", line 40: warning #994-D: missing return statement at end of non-void function "comdsp_comms_reinit"
"../source/Communications/Com_Dsp_Comms.c", line 165: warning #169-D: argument of type "NccMsg_Uint32_Payload *" is incompatible with parameter of type "uint8_t *"
"../source/Communications/Com_Dsp_Comms.c", line 220: warning #225-D: function "navdsp_send_message" declared implicitly
"../source/Communications/Com_Dsp_Comms.c", line 232: warning #994-D: missing return statement at end of non-void function "comdsp_do_BITE_ops"
"../source/Communications/Nav_Dsp_Comms.c", line 34: warning #994-D: missing return statement at end of non-void function "navdsp_comms_init"
"../source/Communications/Nav_Dsp_Comms.c", line 41: warning #994-D: missing return statement at end of non-void function "navdsp_comms_reinit"
"../source/Communications/Nav_Dsp_Comms.c", line 133: warning #994-D: missing return statement at end of non-void function "navdsp_recv_message"
"../source/Communications/Nav_Dsp_Comms.c", line 171: warning #169-D: argument of type "NccMsg_Uint32_Payload *" is incompatible with parameter of type "uint8_t *"
"../source/Communications/Nav_Dsp_Comms.c", line 237: warning #994-D: missing return statement at end of non-void function "navdsp_do_BITE_ops"
Finished building: "../source/Communications/Nav_Dsp_Comms.c"
Building file: "../source/GPS_Functions/Gps_Arinc_Encode.c"
Invoking: ARM Compiler
"C:/ti/ccs1010/ccs/tools/compiler/ti-cgt-arm_20.2.1.LTS/bin/armcl" -mv7R4 --code_state=32 --float_support=VFPv3D16 -me --include_path="D:/NAVCOM/HMI/CODE/7April22/7April22/HMI_APP_SW" --include_path="D:/NAVCOM/HMI/CODE/7April22/7April22/HMI_APP_SW/include" --include_path="C:/ti/ccs1010/ccs/tools/compiler/ti-cgt-arm_20.2.1.LTS/include" --advice:power_severity=error -g --float_operations_allowed=all --diag_warning=225 --diag_wrap=off --display_error_number --enum_type=packed --abi=eabi --preproc_with_compile --preproc_dependency="source/GPS_Functions/Gps_Arinc_Encode.d_raw" --obj_directory="source/GPS_Functions" "../source/GPS_Functions/Gps_Arinc_Encode.c"
"../source/GPS_Functions/Gps_Arinc_Encode.c", line 40: warning #179-D: variable "l" was declared but never referenced
Finished building: "../source/GPS_Functions/Gps_Arinc_Encode.c"
Building file: "../source/GPS_Functions/Gps_Process.c"
Invoking: ARM Compiler
"C:/ti/ccs1010/ccs/tools/compiler/ti-cgt-arm_20.2.1.LTS/bin/armcl" -mv7R4 --code_state=32 --float_support=VFPv3D16 -me --include_path="D:/NAVCOM/HMI/CODE/7April22/7April22/HMI_APP_SW" --include_path="D:/NAVCOM/HMI/CODE/7April22/7April22/HMI_APP_SW/include" --include_path="C:/ti/ccs1010/ccs/tools/compiler/ti-cgt-arm_20.2.1.LTS/include" --advice:power_severity=error -g --float_operations_allowed=all --diag_warning=225 --diag_wrap=off --display_error_number --enum_type=packed --abi=eabi --preproc_with_compile --preproc_dependency="source/GPS_Functions/Gps_Process.d_raw" --obj_directory="source/GPS_Functions" "../source/GPS_Functions/Gps_Process.c"
"../source/GPS_Functions/Gps_Process.c", line 18: warning #179-D: variable "PFD_SPI_DATACFG" was declared but never referenced
Finished building: "../source/GPS_Functions/Gps_Process.c"
Building file: "../source/HMI_Input/Keys_n_Knobs.c"
Invoking: ARM Compiler
"C:/ti/ccs1010/ccs/tools/compiler/ti-cgt-arm_20.2.1.LTS/bin/armcl" -mv7R4 --code_state=32 --float_support=VFPv3D16 -me --include_path="D:/NAVCOM/HMI/CODE/7April22/7April22/HMI_APP_SW" --include_path="D:/NAVCOM/HMI/CODE/7April22/7April22/HMI_APP_SW/include" --include_path="C:/ti/ccs1010/ccs/tools/compiler/ti-cgt-arm_20.2.1.LTS/include" --advice:power_severity=error -g --float_operations_allowed=all --diag_warning=225 --diag_wrap=off --display_error_number --enum_type=packed --abi=eabi --preproc_with_compile --preproc_dependency="source/HMI_Input/Keys_n_Knobs.d_raw" --obj_directory="source/HMI_Input" "../source/HMI_Input/Keys_n_Knobs.c"
Finished building: "../source/HMI_Input/Keys_n_Knobs.c"
Building file: "../source/GPS_Functions/Gps_NMEA_Decode.c"
Invoking: ARM Compiler
"C:/ti/ccs1010/ccs/tools/compiler/ti-cgt-arm_20.2.1.LTS/bin/armcl" -mv7R4 --code_state=32 --float_support=VFPv3D16 -me --include_path="D:/NAVCOM/HMI/CODE/7April22/7April22/HMI_APP_SW" --include_path="D:/NAVCOM/HMI/CODE/7April22/7April22/HMI_APP_SW/include" --include_path="C:/ti/ccs1010/ccs/tools/compiler/ti-cgt-arm_20.2.1.LTS/include" --advice:power_severity=error -g --float_operations_allowed=all --diag_warning=225 --diag_wrap=off --display_error_number --enum_type=packed --abi=eabi --preproc_with_compile --preproc_dependency="source/GPS_Functions/Gps_NMEA_Decode.d_raw" --obj_directory="source/GPS_Functions" "../source/GPS_Functions/Gps_NMEA_Decode.c"
"../source/GPS_Functions/Gps_NMEA_Decode.c", line 32: warning #188-D: pointless comparison of unsigned integer with zero
"../source/GPS_Functions/Gps_NMEA_Decode.c", line 36: warning #188-D: pointless comparison of unsigned integer with zero
"../source/GPS_Functions/Gps_NMEA_Decode.c", line 54: warning #188-D: pointless comparison of unsigned integer with zero
"../source/GPS_Functions/Gps_NMEA_Decode.c", line 58: warning #188-D: pointless comparison of unsigned integer with zero
Finished building: "../source/GPS_Functions/Gps_NMEA_Decode.c"
Building file: "../source/HMI_Input/LED_Driver.c"
Invoking: ARM Compiler
"C:/ti/ccs1010/ccs/tools/compiler/ti-cgt-arm_20.2.1.LTS/bin/armcl" -mv7R4 --code_state=32 --float_support=VFPv3D16 -me --include_path="D:/NAVCOM/HMI/CODE/7April22/7April22/HMI_APP_SW" --include_path="D:/NAVCOM/HMI/CODE/7April22/7April22/HMI_APP_SW/include" --include_path="C:/ti/ccs1010/ccs/tools/compiler/ti-cgt-arm_20.2.1.LTS/include" --advice:power_severity=error -g --float_operations_allowed=all --diag_warning=225 --diag_wrap=off --display_error_number --enum_type=packed --abi=eabi --preproc_with_compile --preproc_dependency="source/HMI_Input/LED_Driver.d_raw" --obj_directory="source/HMI_Input" "../source/HMI_Input/LED_Driver.c"
Finished building: "../source/HMI_Input/LED_Driver.c"
Building file: "../source/HMI_Pages_Display/Function_BITE/HealthStatus_Display.c"
Invoking: ARM Compiler
"C:/ti/ccs1010/ccs/tools/compiler/ti-cgt-arm_20.2.1.LTS/bin/armcl" -mv7R4 --code_state=32 --float_support=VFPv3D16 -me --include_path="D:/NAVCOM/HMI/CODE/7April22/7April22/HMI_APP_SW" --include_path="D:/NAVCOM/HMI/CODE/7April22/7April22/HMI_APP_SW/include" --include_path="C:/ti/ccs1010/ccs/tools/compiler/ti-cgt-arm_20.2.1.LTS/include" --advice:power_severity=error -g --float_operations_allowed=all --diag_warning=225 --diag_wrap=off --display_error_number --enum_type=packed --abi=eabi --preproc_with_compile --preproc_dependency="source/HMI_Pages_Display/Function_BITE/HealthStatus_Display.d_raw" --obj_directory="source/HMI_Pages_Display/Function_BITE" "../source/HMI_Pages_Display/Function_BITE/HealthStatus_Display.c"
Finished building: "../source/HMI_Pages_Display/Function_BITE/HealthStatus_Display.c"
Building file: "../source/HMI_Pages_Display/LCD_Driver.c"
Invoking: ARM Compiler
"C:/ti/ccs1010/ccs/tools/compiler/ti-cgt-arm_20.2.1.LTS/bin/armcl" -mv7R4 --code_state=32 --float_support=VFPv3D16 -me --include_path="D:/NAVCOM/HMI/CODE/7April22/7April22/HMI_APP_SW" --include_path="D:/NAVCOM/HMI/CODE/7April22/7April22/HMI_APP_SW/include" --include_path="C:/ti/ccs1010/ccs/tools/compiler/ti-cgt-arm_20.2.1.LTS/include" --advice:power_severity=error -g --float_operations_allowed=all --diag_warning=225 --diag_wrap=off --display_error_number --enum_type=packed --abi=eabi --preproc_with_compile --preproc_dependency="source/HMI_Pages_Display/LCD_Driver.d_raw" --obj_directory="source/HMI_Pages_Display" "../source/HMI_Pages_Display/LCD_Driver.c"
Finished building: "../source/HMI_Pages_Display/LCD_Driver.c"
Building file: "../source/HMI_Pages_Display/Function_COM/Com_Recent_Data.c"
Invoking: ARM Compiler
"C:/ti/ccs1010/ccs/tools/compiler/ti-cgt-arm_20.2.1.LTS/bin/armcl" -mv7R4 --code_state=32 --float_support=VFPv3D16 -me --include_path="D:/NAVCOM/HMI/CODE/7April22/7April22/HMI_APP_SW" --include_path="D:/NAVCOM/HMI/CODE/7April22/7April22/HMI_APP_SW/include" --include_path="C:/ti/ccs1010/ccs/tools/compiler/ti-cgt-arm_20.2.1.LTS/include" --advice:power_severity=error -g --float_operations_allowed=all --diag_warning=225 --diag_wrap=off --display_error_number --enum_type=packed --abi=eabi --preproc_with_compile --preproc_dependency="source/HMI_Pages_Display/Function_COM/Com_Recent_Data.d_raw" --obj_directory="source/HMI_Pages_Display/Function_COM" "../source/HMI_Pages_Display/Function_COM/Com_Recent_Data.c"
Finished building: "../source/HMI_Pages_Display/Function_COM/Com_Recent_Data.c"
Building file: "../source/HMI_Pages_Display/Function_BITE/HealthStatus_Data.c"
Invoking: ARM Compiler
"C:/ti/ccs1010/ccs/tools/compiler/ti-cgt-arm_20.2.1.LTS/bin/armcl" -mv7R4 --code_state=32 --float_support=VFPv3D16 -me --include_path="D:/NAVCOM/HMI/CODE/7April22/7April22/HMI_APP_SW" --include_path="D:/NAVCOM/HMI/CODE/7April22/7April22/HMI_APP_SW/include" --include_path="C:/ti/ccs1010/ccs/tools/compiler/ti-cgt-arm_20.2.1.LTS/include" --advice:power_severity=error -g --float_operations_allowed=all --diag_warning=225 --diag_wrap=off --display_error_number --enum_type=packed --abi=eabi --preproc_with_compile --preproc_dependency="source/HMI_Pages_Display/Function_BITE/HealthStatus_Data.d_raw" --obj_directory="source/HMI_Pages_Display/Function_BITE" "../source/HMI_Pages_Display/Function_BITE/HealthStatus_Data.c"
Finished building: "../source/HMI_Pages_Display/Function_BITE/HealthStatus_Data.c"
Building file: "../source/HMI_Pages_Display/Display_Handler.c"
Invoking: ARM Compiler
"C:/ti/ccs1010/ccs/tools/compiler/ti-cgt-arm_20.2.1.LTS/bin/armcl" -mv7R4 --code_state=32 --float_support=VFPv3D16 -me --include_path="D:/NAVCOM/HMI/CODE/7April22/7April22/HMI_APP_SW" --include_path="D:/NAVCOM/HMI/CODE/7April22/7April22/HMI_APP_SW/include" --include_path="C:/ti/ccs1010/ccs/tools/compiler/ti-cgt-arm_20.2.1.LTS/include" --advice:power_severity=error -g --float_operations_allowed=all --diag_warning=225 --diag_wrap=off --display_error_number --enum_type=packed --abi=eabi --preproc_with_compile --preproc_dependency="source/HMI_Pages_Display/Display_Handler.d_raw" --obj_directory="source/HMI_Pages_Display" "../source/HMI_Pages_Display/Display_Handler.c"
Finished building: "../source/HMI_Pages_Display/Display_Handler.c"
Building file: "../source/HMI_Pages_Display/Function_COM/Com_Recent_Display.c"
Invoking: ARM Compiler
"C:/ti/ccs1010/ccs/tools/compiler/ti-cgt-arm_20.2.1.LTS/bin/armcl" -mv7R4 --code_state=32 --float_support=VFPv3D16 -me --include_path="D:/NAVCOM/HMI/CODE/7April22/7April22/HMI_APP_SW" --include_path="D:/NAVCOM/HMI/CODE/7April22/7April22/HMI_APP_SW/include" --include_path="C:/ti/ccs1010/ccs/tools/compiler/ti-cgt-arm_20.2.1.LTS/include" --advice:power_severity=error -g --float_operations_allowed=all --diag_warning=225 --diag_wrap=off --display_error_number --enum_type=packed --abi=eabi --preproc_with_compile --preproc_dependency="source/HMI_Pages_Display/Function_COM/Com_Recent_Display.d_raw" --obj_directory="source/HMI_Pages_Display/Function_COM" "../source/HMI_Pages_Display/Function_COM/Com_Recent_Display.c"
Finished building: "../source/HMI_Pages_Display/Function_COM/Com_Recent_Display.c"
Building file: "../source/HMI_Pages_Display/Function_Com_Radio/Com_Radio_Data.c"
Invoking: ARM Compiler
"C:/ti/ccs1010/ccs/tools/compiler/ti-cgt-arm_20.2.1.LTS/bin/armcl" -mv7R4 --code_state=32 --float_support=VFPv3D16 -me --include_path="D:/NAVCOM/HMI/CODE/7April22/7April22/HMI_APP_SW" --include_path="D:/NAVCOM/HMI/CODE/7April22/7April22/HMI_APP_SW/include" --include_path="C:/ti/ccs1010/ccs/tools/compiler/ti-cgt-arm_20.2.1.LTS/include" --advice:power_severity=error -g --float_operations_allowed=all --diag_warning=225 --diag_wrap=off --display_error_number --enum_type=packed --abi=eabi --preproc_with_compile --preproc_dependency="source/HMI_Pages_Display/Function_Com_Radio/Com_Radio_Data.d_raw" --obj_directory="source/HMI_Pages_Display/Function_Com_Radio" "../source/HMI_Pages_Display/Function_Com_Radio/Com_Radio_Data.c"
Finished building: "../source/HMI_Pages_Display/Function_Com_Radio/Com_Radio_Data.c"
Building file: "../source/HMI_Pages_Display/Function_Com_Radio/Com_Volume_Data.c"
Invoking: ARM Compiler
"C:/ti/ccs1010/ccs/tools/compiler/ti-cgt-arm_20.2.1.LTS/bin/armcl" -mv7R4 --code_state=32 --float_support=VFPv3D16 -me --include_path="D:/NAVCOM/HMI/CODE/7April22/7April22/HMI_APP_SW" --include_path="D:/NAVCOM/HMI/CODE/7April22/7April22/HMI_APP_SW/include" --include_path="C:/ti/ccs1010/ccs/tools/compiler/ti-cgt-arm_20.2.1.LTS/include" --advice:power_severity=error -g --float_operations_allowed=all --diag_warning=225 --diag_wrap=off --display_error_number --enum_type=packed --abi=eabi --preproc_with_compile --preproc_dependency="source/HMI_Pages_Display/Function_Com_Radio/Com_Volume_Data.d_raw" --obj_directory="source/HMI_Pages_Display/Function_Com_Radio" "../source/HMI_Pages_Display/Function_Com_Radio/Com_Volume_Data.c"
Finished building: "../source/HMI_Pages_Display/Function_Com_Radio/Com_Volume_Data.c"
Building file: "../source/HMI_Pages_Display/Function_Com_Radio/Com_Radio_Display.c"
Invoking: ARM Compiler
"C:/ti/ccs1010/ccs/tools/compiler/ti-cgt-arm_20.2.1.LTS/bin/armcl" -mv7R4 --code_state=32 --float_support=VFPv3D16 -me --include_path="D:/NAVCOM/HMI/CODE/7April22/7April22/HMI_APP_SW" --include_path="D:/NAVCOM/HMI/CODE/7April22/7April22/HMI_APP_SW/include" --include_path="C:/ti/ccs1010/ccs/tools/compiler/ti-cgt-arm_20.2.1.LTS/include" --advice:power_severity=error -g --float_operations_allowed=all --diag_warning=225 --diag_wrap=off --display_error_number --enum_type=packed --abi=eabi --preproc_with_compile --preproc_dependency="source/HMI_Pages_Display/Function_Com_Radio/Com_Radio_Display.d_raw" --obj_directory="source/HMI_Pages_Display/Function_Com_Radio" "../source/HMI_Pages_Display/Function_Com_Radio/Com_Radio_Display.c"
Finished building: "../source/HMI_Pages_Display/Function_Com_Radio/Com_Radio_Display.c"
Building file: "../source/HMI_Pages_Display/Function_COM/Com_User_Data.c"
Invoking: ARM Compiler
"C:/ti/ccs1010/ccs/tools/compiler/ti-cgt-arm_20.2.1.LTS/bin/armcl" -mv7R4 --code_state=32 --float_support=VFPv3D16 -me --include_path="D:/NAVCOM/HMI/CODE/7April22/7April22/HMI_APP_SW" --include_path="D:/NAVCOM/HMI/CODE/7April22/7April22/HMI_APP_SW/include" --include_path="C:/ti/ccs1010/ccs/tools/compiler/ti-cgt-arm_20.2.1.LTS/include" --advice:power_severity=error -g --float_operations_allowed=all --diag_warning=225 --diag_wrap=off --display_error_number --enum_type=packed --abi=eabi --preproc_with_compile --preproc_dependency="source/HMI_Pages_Display/Function_COM/Com_User_Data.d_raw" --obj_directory="source/HMI_Pages_Display/Function_COM" "../source/HMI_Pages_Display/Function_COM/Com_User_Data.c"
Finished building: "../source/HMI_Pages_Display/Function_COM/Com_User_Data.c"
Building file: "../source/HMI_Pages_Display/Function_COM/Com_User_Display.c"
Invoking: ARM Compiler
"C:/ti/ccs1010/ccs/tools/compiler/ti-cgt-arm_20.2.1.LTS/bin/armcl" -mv7R4 --code_state=32 --float_support=VFPv3D16 -me --include_path="D:/NAVCOM/HMI/CODE/7April22/7April22/HMI_APP_SW" --include_path="D:/NAVCOM/HMI/CODE/7April22/7April22/HMI_APP_SW/include" --include_path="C:/ti/ccs1010/ccs/tools/compiler/ti-cgt-arm_20.2.1.LTS/include" --advice:power_severity=error -g --float_operations_allowed=all --diag_warning=225 --diag_wrap=off --display_error_number --enum_type=packed --abi=eabi --preproc_with_compile --preproc_dependency="source/HMI_Pages_Display/Function_COM/Com_User_Display.d_raw" --obj_directory="source/HMI_Pages_Display/Function_COM" "../source/HMI_Pages_Display/Function_COM/Com_User_Display.c"
Finished building: "../source/HMI_Pages_Display/Function_COM/Com_User_Display.c"
Building file: "../source/HMI_Pages_Display/Function_Com_Radio/Com_Volume_Display.c"
Invoking: ARM Compiler
"C:/ti/ccs1010/ccs/tools/compiler/ti-cgt-arm_20.2.1.LTS/bin/armcl" -mv7R4 --code_state=32 --float_support=VFPv3D16 -me --include_path="D:/NAVCOM/HMI/CODE/7April22/7April22/HMI_APP_SW" --include_path="D:/NAVCOM/HMI/CODE/7April22/7April22/HMI_APP_SW/include" --include_path="C:/ti/ccs1010/ccs/tools/compiler/ti-cgt-arm_20.2.1.LTS/include" --advice:power_severity=error -g --float_operations_allowed=all --diag_warning=225 --diag_wrap=off --display_error_number --enum_type=packed --abi=eabi --preproc_with_compile --preproc_dependency="source/HMI_Pages_Display/Function_Com_Radio/Com_Volume_Display.d_raw" --obj_directory="source/HMI_Pages_Display/Function_Com_Radio" "../source/HMI_Pages_Display/Function_Com_Radio/Com_Volume_Display.c"
Finished building: "../source/HMI_Pages_Display/Function_Com_Radio/Com_Volume_Display.c"
Building file: "../source/HMI_Pages_Display/Function_NAV/Nav_Recent_Data.c"
Invoking: ARM Compiler
"C:/ti/ccs1010/ccs/tools/compiler/ti-cgt-arm_20.2.1.LTS/bin/armcl" -mv7R4 --code_state=32 --float_support=VFPv3D16 -me --include_path="D:/NAVCOM/HMI/CODE/7April22/7April22/HMI_APP_SW" --include_path="D:/NAVCOM/HMI/CODE/7April22/7April22/HMI_APP_SW/include" --include_path="C:/ti/ccs1010/ccs/tools/compiler/ti-cgt-arm_20.2.1.LTS/include" --advice:power_severity=error -g --float_operations_allowed=all --diag_warning=225 --diag_wrap=off --display_error_number --enum_type=packed --abi=eabi --preproc_with_compile --preproc_dependency="source/HMI_Pages_Display/Function_NAV/Nav_Recent_Data.d_raw" --obj_directory="source/HMI_Pages_Display/Function_NAV" "../source/HMI_Pages_Display/Function_NAV/Nav_Recent_Data.c"
Finished building: "../source/HMI_Pages_Display/Function_NAV/Nav_Recent_Data.c"
Building file: "../source/HMI_Pages_Display/Function_NAV/Nav_Recent_Display.c"
Invoking: ARM Compiler
"C:/ti/ccs1010/ccs/tools/compiler/ti-cgt-arm_20.2.1.LTS/bin/armcl" -mv7R4 --code_state=32 --float_support=VFPv3D16 -me --include_path="D:/NAVCOM/HMI/CODE/7April22/7April22/HMI_APP_SW" --include_path="D:/NAVCOM/HMI/CODE/7April22/7April22/HMI_APP_SW/include" --include_path="C:/ti/ccs1010/ccs/tools/compiler/ti-cgt-arm_20.2.1.LTS/include" --advice:power_severity=error -g --float_operations_allowed=all --diag_warning=225 --diag_wrap=off --display_error_number --enum_type=packed --abi=eabi --preproc_with_compile --preproc_dependency="source/HMI_Pages_Display/Function_NAV/Nav_Recent_Display.d_raw" --obj_directory="source/HMI_Pages_Display/Function_NAV" "../source/HMI_Pages_Display/Function_NAV/Nav_Recent_Display.c"
Finished building: "../source/HMI_Pages_Display/Function_NAV/Nav_Recent_Display.c"
Building file: "../source/HMI_Pages_Display/Function_Nav_Radio/Nav_Radio_Data.c"
Invoking: ARM Compiler
"C:/ti/ccs1010/ccs/tools/compiler/ti-cgt-arm_20.2.1.LTS/bin/armcl" -mv7R4 --code_state=32 --float_support=VFPv3D16 -me --include_path="D:/NAVCOM/HMI/CODE/7April22/7April22/HMI_APP_SW" --include_path="D:/NAVCOM/HMI/CODE/7April22/7April22/HMI_APP_SW/include" --include_path="C:/ti/ccs1010/ccs/tools/compiler/ti-cgt-arm_20.2.1.LTS/include" --advice:power_severity=error -g --float_operations_allowed=all --diag_warning=225 --diag_wrap=off --display_error_number --enum_type=packed --abi=eabi --preproc_with_compile --preproc_dependency="source/HMI_Pages_Display/Function_Nav_Radio/Nav_Radio_Data.d_raw" --obj_directory="source/HMI_Pages_Display/Function_Nav_Radio" "../source/HMI_Pages_Display/Function_Nav_Radio/Nav_Radio_Data.c"
Finished building: "../source/HMI_Pages_Display/Function_Nav_Radio/Nav_Radio_Data.c"
Building file: "../source/HMI_Pages_Display/Function_NAV/Nav_User_Data.c"
Invoking: ARM Compiler
"C:/ti/ccs1010/ccs/tools/compiler/ti-cgt-arm_20.2.1.LTS/bin/armcl" -mv7R4 --code_state=32 --float_support=VFPv3D16 -me --include_path="D:/NAVCOM/HMI/CODE/7April22/7April22/HMI_APP_SW" --include_path="D:/NAVCOM/HMI/CODE/7April22/7April22/HMI_APP_SW/include" --include_path="C:/ti/ccs1010/ccs/tools/compiler/ti-cgt-arm_20.2.1.LTS/include" --advice:power_severity=error -g --float_operations_allowed=all --diag_warning=225 --diag_wrap=off --display_error_number --enum_type=packed --abi=eabi --preproc_with_compile --preproc_dependency="source/HMI_Pages_Display/Function_NAV/Nav_User_Data.d_raw" --obj_directory="source/HMI_Pages_Display/Function_NAV" "../source/HMI_Pages_Display/Function_NAV/Nav_User_Data.c"
Finished building: "../source/HMI_Pages_Display/Function_NAV/Nav_User_Data.c"
Building file: "../source/HMI_Pages_Display/Function_Nav_Radio/Nav_Radio_Display.c"
Invoking: ARM Compiler
"C:/ti/ccs1010/ccs/tools/compiler/ti-cgt-arm_20.2.1.LTS/bin/armcl" -mv7R4 --code_state=32 --float_support=VFPv3D16 -me --include_path="D:/NAVCOM/HMI/CODE/7April22/7April22/HMI_APP_SW" --include_path="D:/NAVCOM/HMI/CODE/7April22/7April22/HMI_APP_SW/include" --include_path="C:/ti/ccs1010/ccs/tools/compiler/ti-cgt-arm_20.2.1.LTS/include" --advice:power_severity=error -g --float_operations_allowed=all --diag_warning=225 --diag_wrap=off --display_error_number --enum_type=packed --abi=eabi --preproc_with_compile --preproc_dependency="source/HMI_Pages_Display/Function_Nav_Radio/Nav_Radio_Display.d_raw" --obj_directory="source/HMI_Pages_Display/Function_Nav_Radio" "../source/HMI_Pages_Display/Function_Nav_Radio/Nav_Radio_Display.c"
Finished building: "../source/HMI_Pages_Display/Function_Nav_Radio/Nav_Radio_Display.c"
Building file: "../source/HMI_Pages_Display/Function_NAV/Nav_User_Display.c"
Invoking: ARM Compiler
"C:/ti/ccs1010/ccs/tools/compiler/ti-cgt-arm_20.2.1.LTS/bin/armcl" -mv7R4 --code_state=32 --float_support=VFPv3D16 -me --include_path="D:/NAVCOM/HMI/CODE/7April22/7April22/HMI_APP_SW" --include_path="D:/NAVCOM/HMI/CODE/7April22/7April22/HMI_APP_SW/include" --include_path="C:/ti/ccs1010/ccs/tools/compiler/ti-cgt-arm_20.2.1.LTS/include" --advice:power_severity=error -g --float_operations_allowed=all --diag_warning=225 --diag_wrap=off --display_error_number --enum_type=packed --abi=eabi --preproc_with_compile --preproc_dependency="source/HMI_Pages_Display/Function_NAV/Nav_User_Display.d_raw" --obj_directory="source/HMI_Pages_Display/Function_NAV" "../source/HMI_Pages_Display/Function_NAV/Nav_User_Display.c"
Finished building: "../source/HMI_Pages_Display/Function_NAV/Nav_User_Display.c"
Building file: "../source/HMI_Pages_Display/Function_Nav_Radio/Nav_Volume_Data.c"
Invoking: ARM Compiler
"C:/ti/ccs1010/ccs/tools/compiler/ti-cgt-arm_20.2.1.LTS/bin/armcl" -mv7R4 --code_state=32 --float_support=VFPv3D16 -me --include_path="D:/NAVCOM/HMI/CODE/7April22/7April22/HMI_APP_SW" --include_path="D:/NAVCOM/HMI/CODE/7April22/7April22/HMI_APP_SW/include" --include_path="C:/ti/ccs1010/ccs/tools/compiler/ti-cgt-arm_20.2.1.LTS/include" --advice:power_severity=error -g --float_operations_allowed=all --diag_warning=225 --diag_wrap=off --display_error_number --enum_type=packed --abi=eabi --preproc_with_compile --preproc_dependency="source/HMI_Pages_Display/Function_Nav_Radio/Nav_Volume_Data.d_raw" --obj_directory="source/HMI_Pages_Display/Function_Nav_Radio" "../source/HMI_Pages_Display/Function_Nav_Radio/Nav_Volume_Data.c"
Finished building: "../source/HMI_Pages_Display/Function_Nav_Radio/Nav_Volume_Data.c"
Building file: "../source/HMI_Pages_Display/Function_Nav_Radio/Nav_Volume_Display.c"
Invoking: ARM Compiler
"C:/ti/ccs1010/ccs/tools/compiler/ti-cgt-arm_20.2.1.LTS/bin/armcl" -mv7R4 --code_state=32 --float_support=VFPv3D16 -me --include_path="D:/NAVCOM/HMI/CODE/7April22/7April22/HMI_APP_SW" --include_path="D:/NAVCOM/HMI/CODE/7April22/7April22/HMI_APP_SW/include" --include_path="C:/ti/ccs1010/ccs/tools/compiler/ti-cgt-arm_20.2.1.LTS/include" --advice:power_severity=error -g --float_operations_allowed=all --diag_warning=225 --diag_wrap=off --display_error_number --enum_type=packed --abi=eabi --preproc_with_compile --preproc_dependency="source/HMI_Pages_Display/Function_Nav_Radio/Nav_Volume_Display.d_raw" --obj_directory="source/HMI_Pages_Display/Function_Nav_Radio" "../source/HMI_Pages_Display/Function_Nav_Radio/Nav_Volume_Display.c"
Finished building: "../source/HMI_Pages_Display/Function_Nav_Radio/Nav_Volume_Display.c"
Building file: "../source/HMI_Pages_Display/Function_SYS/Sys_Brightness_Display.c"
Invoking: ARM Compiler
"C:/ti/ccs1010/ccs/tools/compiler/ti-cgt-arm_20.2.1.LTS/bin/armcl" -mv7R4 --code_state=32 --float_support=VFPv3D16 -me --include_path="D:/NAVCOM/HMI/CODE/7April22/7April22/HMI_APP_SW" --include_path="D:/NAVCOM/HMI/CODE/7April22/7April22/HMI_APP_SW/include" --include_path="C:/ti/ccs1010/ccs/tools/compiler/ti-cgt-arm_20.2.1.LTS/include" --advice:power_severity=error -g --float_operations_allowed=all --diag_warning=225 --diag_wrap=off --display_error_number --enum_type=packed --abi=eabi --preproc_with_compile --preproc_dependency="source/HMI_Pages_Display/Function_SYS/Sys_Brightness_Display.d_raw" --obj_directory="source/HMI_Pages_Display/Function_SYS" "../source/HMI_Pages_Display/Function_SYS/Sys_Brightness_Display.c"
Finished building: "../source/HMI_Pages_Display/Function_SYS/Sys_Brightness_Display.c"
Building file: "../source/HMI_Pages_Display/Function_SYS/Sys_Brightness_Data.c"
Invoking: ARM Compiler
"C:/ti/ccs1010/ccs/tools/compiler/ti-cgt-arm_20.2.1.LTS/bin/armcl" -mv7R4 --code_state=32 --float_support=VFPv3D16 -me --include_path="D:/NAVCOM/HMI/CODE/7April22/7April22/HMI_APP_SW" --include_path="D:/NAVCOM/HMI/CODE/7April22/7April22/HMI_APP_SW/include" --include_path="C:/ti/ccs1010/ccs/tools/compiler/ti-cgt-arm_20.2.1.LTS/include" --advice:power_severity=error -g --float_operations_allowed=all --diag_warning=225 --diag_wrap=off --display_error_number --enum_type=packed --abi=eabi --preproc_with_compile --preproc_dependency="source/HMI_Pages_Display/Function_SYS/Sys_Brightness_Data.d_raw" --obj_directory="source/HMI_Pages_Display/Function_SYS" "../source/HMI_Pages_Display/Function_SYS/Sys_Brightness_Data.c"
Finished building: "../source/HMI_Pages_Display/Function_SYS/Sys_Brightness_Data.c"
Building file: "../source/HMI_Pages_Display/Function_SYS/Sys_Comsetting_Display.c"
Invoking: ARM Compiler
"C:/ti/ccs1010/ccs/tools/compiler/ti-cgt-arm_20.2.1.LTS/bin/armcl" -mv7R4 --code_state=32 --float_support=VFPv3D16 -me --include_path="D:/NAVCOM/HMI/CODE/7April22/7April22/HMI_APP_SW" --include_path="D:/NAVCOM/HMI/CODE/7April22/7April22/HMI_APP_SW/include" --include_path="C:/ti/ccs1010/ccs/tools/compiler/ti-cgt-arm_20.2.1.LTS/include" --advice:power_severity=error -g --float_operations_allowed=all --diag_warning=225 --diag_wrap=off --display_error_number --enum_type=packed --abi=eabi --preproc_with_compile --preproc_dependency="source/HMI_Pages_Display/Function_SYS/Sys_Comsetting_Display.d_raw" --obj_directory="source/HMI_Pages_Display/Function_SYS" "../source/HMI_Pages_Display/Function_SYS/Sys_Comsetting_Display.c"
Finished building: "../source/HMI_Pages_Display/Function_SYS/Sys_Comsetting_Display.c"
Building file: "../source/HMI_Pages_Display/Function_SYS/Sys_Comsetting_Data.c"
Invoking: ARM Compiler
"C:/ti/ccs1010/ccs/tools/compiler/ti-cgt-arm_20.2.1.LTS/bin/armcl" -mv7R4 --code_state=32 --float_support=VFPv3D16 -me --include_path="D:/NAVCOM/HMI/CODE/7April22/7April22/HMI_APP_SW" --include_path="D:/NAVCOM/HMI/CODE/7April22/7April22/HMI_APP_SW/include" --include_path="C:/ti/ccs1010/ccs/tools/compiler/ti-cgt-arm_20.2.1.LTS/include" --advice:power_severity=error -g --float_operations_allowed=all --diag_warning=225 --diag_wrap=off --display_error_number --enum_type=packed --abi=eabi --preproc_with_compile --preproc_dependency="source/HMI_Pages_Display/Function_SYS/Sys_Comsetting_Data.d_raw" --obj_directory="source/HMI_Pages_Display/Function_SYS" "../source/HMI_Pages_Display/Function_SYS/Sys_Comsetting_Data.c"
Finished building: "../source/HMI_Pages_Display/Function_SYS/Sys_Comsetting_Data.c"
Building file: "../source/HMI_Pages_Display/Function_SYS/Sys_Config_Data.c"
Invoking: ARM Compiler
"C:/ti/ccs1010/ccs/tools/compiler/ti-cgt-arm_20.2.1.LTS/bin/armcl" -mv7R4 --code_state=32 --float_support=VFPv3D16 -me --include_path="D:/NAVCOM/HMI/CODE/7April22/7April22/HMI_APP_SW" --include_path="D:/NAVCOM/HMI/CODE/7April22/7April22/HMI_APP_SW/include" --include_path="C:/ti/ccs1010/ccs/tools/compiler/ti-cgt-arm_20.2.1.LTS/include" --advice:power_severity=error -g --float_operations_allowed=all --diag_warning=225 --diag_wrap=off --display_error_number --enum_type=packed --abi=eabi --preproc_with_compile --preproc_dependency="source/HMI_Pages_Display/Function_SYS/Sys_Config_Data.d_raw" --obj_directory="source/HMI_Pages_Display/Function_SYS" "../source/HMI_Pages_Display/Function_SYS/Sys_Config_Data.c"
Finished building: "../source/HMI_Pages_Display/Function_SYS/Sys_Config_Data.c"
Building file: "../source/HMI_Pages_Display/Function_SYS/Sys_Config_Display.c"
Invoking: ARM Compiler
"C:/ti/ccs1010/ccs/tools/compiler/ti-cgt-arm_20.2.1.LTS/bin/armcl" -mv7R4 --code_state=32 --float_support=VFPv3D16 -me --include_path="D:/NAVCOM/HMI/CODE/7April22/7April22/HMI_APP_SW" --include_path="D:/NAVCOM/HMI/CODE/7April22/7April22/HMI_APP_SW/include" --include_path="C:/ti/ccs1010/ccs/tools/compiler/ti-cgt-arm_20.2.1.LTS/include" --advice:power_severity=error -g --float_operations_allowed=all --diag_warning=225 --diag_wrap=off --display_error_number --enum_type=packed --abi=eabi --preproc_with_compile --preproc_dependency="source/HMI_Pages_Display/Function_SYS/Sys_Config_Display.d_raw" --obj_directory="source/HMI_Pages_Display/Function_SYS" "../source/HMI_Pages_Display/Function_SYS/Sys_Config_Display.c"
Finished building: "../source/HMI_Pages_Display/Function_SYS/Sys_Config_Display.c"
Building file: "../source/Main/Watchdog.c"
Invoking: ARM Compiler
"C:/ti/ccs1010/ccs/tools/compiler/ti-cgt-arm_20.2.1.LTS/bin/armcl" -mv7R4 --code_state=32 --float_support=VFPv3D16 -me --include_path="D:/NAVCOM/HMI/CODE/7April22/7April22/HMI_APP_SW" --include_path="D:/NAVCOM/HMI/CODE/7April22/7April22/HMI_APP_SW/include" --include_path="C:/ti/ccs1010/ccs/tools/compiler/ti-cgt-arm_20.2.1.LTS/include" --advice:power_severity=error -g --float_operations_allowed=all --diag_warning=225 --diag_wrap=off --display_error_number --enum_type=packed --abi=eabi --preproc_with_compile --preproc_dependency="source/Main/Watchdog.d_raw" --obj_directory="source/Main" "../source/Main/Watchdog.c"
Finished building: "../source/Main/Watchdog.c"
Building file: "../source/HMI_Pages_Display/Function_SYS/Sys_MarkerVol_Data.c"
Invoking: ARM Compiler
"C:/ti/ccs1010/ccs/tools/compiler/ti-cgt-arm_20.2.1.LTS/bin/armcl" -mv7R4 --code_state=32 --float_support=VFPv3D16 -me --include_path="D:/NAVCOM/HMI/CODE/7April22/7April22/HMI_APP_SW" --include_path="D:/NAVCOM/HMI/CODE/7April22/7April22/HMI_APP_SW/include" --include_path="C:/ti/ccs1010/ccs/tools/compiler/ti-cgt-arm_20.2.1.LTS/include" --advice:power_severity=error -g --float_operations_allowed=all --diag_warning=225 --diag_wrap=off --display_error_number --enum_type=packed --abi=eabi --preproc_with_compile --preproc_dependency="source/HMI_Pages_Display/Function_SYS/Sys_MarkerVol_Data.d_raw" --obj_directory="source/HMI_Pages_Display/Function_SYS" "../source/HMI_Pages_Display/Function_SYS/Sys_MarkerVol_Data.c"
Finished building: "../source/HMI_Pages_Display/Function_SYS/Sys_MarkerVol_Data.c"
Building file: "../source/HMI_Pages_Display/lcd_pix_data.c"
Invoking: ARM Compiler
"C:/ti/ccs1010/ccs/tools/compiler/ti-cgt-arm_20.2.1.LTS/bin/armcl" -mv7R4 --code_state=32 --float_support=VFPv3D16 -me --include_path="D:/NAVCOM/HMI/CODE/7April22/7April22/HMI_APP_SW" --include_path="D:/NAVCOM/HMI/CODE/7April22/7April22/HMI_APP_SW/include" --include_path="C:/ti/ccs1010/ccs/tools/compiler/ti-cgt-arm_20.2.1.LTS/include" --advice:power_severity=error -g --float_operations_allowed=all --diag_warning=225 --diag_wrap=off --display_error_number --enum_type=packed --abi=eabi --preproc_with_compile --preproc_dependency="source/HMI_Pages_Display/lcd_pix_data.d_raw" --obj_directory="source/HMI_Pages_Display" "../source/HMI_Pages_Display/lcd_pix_data.c"
Finished building: "../source/HMI_Pages_Display/lcd_pix_data.c"
Building file: "../source/HMI_Pages_Display/Function_SYS/Sys_MarkerVol_Display.c"
Invoking: ARM Compiler
"C:/ti/ccs1010/ccs/tools/compiler/ti-cgt-arm_20.2.1.LTS/bin/armcl" -mv7R4 --code_state=32 --float_support=VFPv3D16 -me --include_path="D:/NAVCOM/HMI/CODE/7April22/7April22/HMI_APP_SW" --include_path="D:/NAVCOM/HMI/CODE/7April22/7April22/HMI_APP_SW/include" --include_path="C:/ti/ccs1010/ccs/tools/compiler/ti-cgt-arm_20.2.1.LTS/include" --advice:power_severity=error -g --float_operations_allowed=all --diag_warning=225 --diag_wrap=off --display_error_number --enum_type=packed --abi=eabi --preproc_with_compile --preproc_dependency="source/HMI_Pages_Display/Function_SYS/Sys_MarkerVol_Display.d_raw" --obj_directory="source/HMI_Pages_Display/Function_SYS" "../source/HMI_Pages_Display/Function_SYS/Sys_MarkerVol_Display.c"
Finished building: "../source/HMI_Pages_Display/Function_SYS/Sys_MarkerVol_Display.c"
Building file: "../source/Main/maint_main.c"
Invoking: ARM Compiler
"C:/ti/ccs1010/ccs/tools/compiler/ti-cgt-arm_20.2.1.LTS/bin/armcl" -mv7R4 --code_state=32 --float_support=VFPv3D16 -me --include_path="D:/NAVCOM/HMI/CODE/7April22/7April22/HMI_APP_SW" --include_path="D:/NAVCOM/HMI/CODE/7April22/7April22/HMI_APP_SW/include" --include_path="C:/ti/ccs1010/ccs/tools/compiler/ti-cgt-arm_20.2.1.LTS/include" --advice:power_severity=error -g --float_operations_allowed=all --diag_warning=225 --diag_wrap=off --display_error_number --enum_type=packed --abi=eabi --preproc_with_compile --preproc_dependency="source/Main/maint_main.d_raw" --obj_directory="source/Main" "../source/Main/maint_main.c"
Finished building: "../source/Main/maint_main.c"
Building file: "../source/Memory_Storage/Fapi_UserDefinedFunctions.c"
Invoking: ARM Compiler
"C:/ti/ccs1010/ccs/tools/compiler/ti-cgt-arm_20.2.1.LTS/bin/armcl" -mv7R4 --code_state=32 --float_support=VFPv3D16 -me --include_path="D:/NAVCOM/HMI/CODE/7April22/7April22/HMI_APP_SW" --include_path="D:/NAVCOM/HMI/CODE/7April22/7April22/HMI_APP_SW/include" --include_path="C:/ti/ccs1010/ccs/tools/compiler/ti-cgt-arm_20.2.1.LTS/include" --advice:power_severity=error -g --float_operations_allowed=all --diag_warning=225 --diag_wrap=off --display_error_number --enum_type=packed --abi=eabi --preproc_with_compile --preproc_dependency="source/Memory_Storage/Fapi_UserDefinedFunctions.d_raw" --obj_directory="source/Memory_Storage" "../source/Memory_Storage/Fapi_UserDefinedFunctions.c"
Finished building: "../source/Memory_Storage/Fapi_UserDefinedFunctions.c"
Building file: "../source/Main/experiment.c"
Invoking: ARM Compiler
"C:/ti/ccs1010/ccs/tools/compiler/ti-cgt-arm_20.2.1.LTS/bin/armcl" -mv7R4 --code_state=32 --float_support=VFPv3D16 -me --include_path="D:/NAVCOM/HMI/CODE/7April22/7April22/HMI_APP_SW" --include_path="D:/NAVCOM/HMI/CODE/7April22/7April22/HMI_APP_SW/include" --include_path="C:/ti/ccs1010/ccs/tools/compiler/ti-cgt-arm_20.2.1.LTS/include" --advice:power_severity=error -g --float_operations_allowed=all --diag_warning=225 --diag_wrap=off --display_error_number --enum_type=packed --abi=eabi --preproc_with_compile --preproc_dependency="source/Main/experiment.d_raw" --obj_directory="source/Main" "../source/Main/experiment.c"
Finished building: "../source/Main/experiment.c"
Building file: "../source/Main/hmi_main.c"
Invoking: ARM Compiler
"C:/ti/ccs1010/ccs/tools/compiler/ti-cgt-arm_20.2.1.LTS/bin/armcl" -mv7R4 --code_state=32 --float_support=VFPv3D16 -me --include_path="D:/NAVCOM/HMI/CODE/7April22/7April22/HMI_APP_SW" --include_path="D:/NAVCOM/HMI/CODE/7April22/7April22/HMI_APP_SW/include" --include_path="C:/ti/ccs1010/ccs/tools/compiler/ti-cgt-arm_20.2.1.LTS/include" --advice:power_severity=error -g --float_operations_allowed=all --diag_warning=225 --diag_wrap=off --display_error_number --enum_type=packed --abi=eabi --preproc_with_compile --preproc_dependency="source/Main/hmi_main.d_raw" --obj_directory="source/Main" "../source/Main/hmi_main.c"
Finished building: "../source/Main/hmi_main.c"
Building file: "../source/Sys_n_Drivers/dabort.asm"
Invoking: ARM Compiler
"C:/ti/ccs1010/ccs/tools/compiler/ti-cgt-arm_20.2.1.LTS/bin/armcl" -mv7R4 --code_state=32 --float_support=VFPv3D16 -me --include_path="D:/NAVCOM/HMI/CODE/7April22/7April22/HMI_APP_SW" --include_path="D:/NAVCOM/HMI/CODE/7April22/7April22/HMI_APP_SW/include" --include_path="C:/ti/ccs1010/ccs/tools/compiler/ti-cgt-arm_20.2.1.LTS/include" --advice:power_severity=error -g --float_operations_allowed=all --diag_warning=225 --diag_wrap=off --display_error_number --enum_type=packed --abi=eabi --preproc_with_compile --preproc_dependency="source/Sys_n_Drivers/dabort.d_raw" --obj_directory="source/Sys_n_Drivers" "../source/Sys_n_Drivers/dabort.asm"
Finished building: "../source/Sys_n_Drivers/dabort.asm"
Building file: "../source/Sys_n_Drivers/can.c"
Invoking: ARM Compiler
"C:/ti/ccs1010/ccs/tools/compiler/ti-cgt-arm_20.2.1.LTS/bin/armcl" -mv7R4 --code_state=32 --float_support=VFPv3D16 -me --include_path="D:/NAVCOM/HMI/CODE/7April22/7April22/HMI_APP_SW" --include_path="D:/NAVCOM/HMI/CODE/7April22/7April22/HMI_APP_SW/include" --include_path="C:/ti/ccs1010/ccs/tools/compiler/ti-cgt-arm_20.2.1.LTS/include" --advice:power_severity=error -g --float_operations_allowed=all --diag_warning=225 --diag_wrap=off --display_error_number --enum_type=packed --abi=eabi --preproc_with_compile --preproc_dependency="source/Sys_n_Drivers/can.d_raw" --obj_directory="source/Sys_n_Drivers" "../source/Sys_n_Drivers/can.c"
Finished building: "../source/Sys_n_Drivers/can.c"
Building file: "../source/Sys_n_Drivers/emif.c"
Invoking: ARM Compiler
"C:/ti/ccs1010/ccs/tools/compiler/ti-cgt-arm_20.2.1.LTS/bin/armcl" -mv7R4 --code_state=32 --float_support=VFPv3D16 -me --include_path="D:/NAVCOM/HMI/CODE/7April22/7April22/HMI_APP_SW" --include_path="D:/NAVCOM/HMI/CODE/7April22/7April22/HMI_APP_SW/include" --include_path="C:/ti/ccs1010/ccs/tools/compiler/ti-cgt-arm_20.2.1.LTS/include" --advice:power_severity=error -g --float_operations_allowed=all --diag_warning=225 --diag_wrap=off --display_error_number --enum_type=packed --abi=eabi --preproc_with_compile --preproc_dependency="source/Sys_n_Drivers/emif.d_raw" --obj_directory="source/Sys_n_Drivers" "../source/Sys_n_Drivers/emif.c"
Finished building: "../source/Sys_n_Drivers/emif.c"
Building file: "../source/Sys_n_Drivers/dmm.c"
Invoking: ARM Compiler
"C:/ti/ccs1010/ccs/tools/compiler/ti-cgt-arm_20.2.1.LTS/bin/armcl" -mv7R4 --code_state=32 --float_support=VFPv3D16 -me --include_path="D:/NAVCOM/HMI/CODE/7April22/7April22/HMI_APP_SW" --include_path="D:/NAVCOM/HMI/CODE/7April22/7April22/HMI_APP_SW/include" --include_path="C:/ti/ccs1010/ccs/tools/compiler/ti-cgt-arm_20.2.1.LTS/include" --advice:power_severity=error -g --float_operations_allowed=all --diag_warning=225 --diag_wrap=off --display_error_number --enum_type=packed --abi=eabi --preproc_with_compile --preproc_dependency="source/Sys_n_Drivers/dmm.d_raw" --obj_directory="source/Sys_n_Drivers" "../source/Sys_n_Drivers/dmm.c"
Finished building: "../source/Sys_n_Drivers/dmm.c"
Building file: "../source/Memory_Storage/bl_flash.c"
Invoking: ARM Compiler
"C:/ti/ccs1010/ccs/tools/compiler/ti-cgt-arm_20.2.1.LTS/bin/armcl" -mv7R4 --code_state=32 --float_support=VFPv3D16 -me --include_path="D:/NAVCOM/HMI/CODE/7April22/7April22/HMI_APP_SW" --include_path="D:/NAVCOM/HMI/CODE/7April22/7April22/HMI_APP_SW/include" --include_path="C:/ti/ccs1010/ccs/tools/compiler/ti-cgt-arm_20.2.1.LTS/include" --advice:power_severity=error -g --float_operations_allowed=all --diag_warning=225 --diag_wrap=off --display_error_number --enum_type=packed --abi=eabi --preproc_with_compile --preproc_dependency="source/Memory_Storage/bl_flash.d_raw" --obj_directory="source/Memory_Storage" "../source/Memory_Storage/bl_flash.c"
"../source/Memory_Storage/bl_flash.c", line 143: warning #552-D: variable "status_FAPI" was set but never used
Finished building: "../source/Memory_Storage/bl_flash.c"
Building file: "../source/Sys_n_Drivers/esm.c"
Invoking: ARM Compiler
"C:/ti/ccs1010/ccs/tools/compiler/ti-cgt-arm_20.2.1.LTS/bin/armcl" -mv7R4 --code_state=32 --float_support=VFPv3D16 -me --include_path="D:/NAVCOM/HMI/CODE/7April22/7April22/HMI_APP_SW" --include_path="D:/NAVCOM/HMI/CODE/7April22/7April22/HMI_APP_SW/include" --include_path="C:/ti/ccs1010/ccs/tools/compiler/ti-cgt-arm_20.2.1.LTS/include" --advice:power_severity=error -g --float_operations_allowed=all --diag_warning=225 --diag_wrap=off --display_error_number --enum_type=packed --abi=eabi --preproc_with_compile --preproc_dependency="source/Sys_n_Drivers/esm.d_raw" --obj_directory="source/Sys_n_Drivers" "../source/Sys_n_Drivers/esm.c"
Finished building: "../source/Sys_n_Drivers/esm.c"
Building file: "../source/Sys_n_Drivers/errata_SSWF021_45.c"
Invoking: ARM Compiler
"C:/ti/ccs1010/ccs/tools/compiler/ti-cgt-arm_20.2.1.LTS/bin/armcl" -mv7R4 --code_state=32 --float_support=VFPv3D16 -me --include_path="D:/NAVCOM/HMI/CODE/7April22/7April22/HMI_APP_SW" --include_path="D:/NAVCOM/HMI/CODE/7April22/7April22/HMI_APP_SW/include" --include_path="C:/ti/ccs1010/ccs/tools/compiler/ti-cgt-arm_20.2.1.LTS/include" --advice:power_severity=error -g --float_operations_allowed=all --diag_warning=225 --diag_wrap=off --display_error_number --enum_type=packed --abi=eabi --preproc_with_compile --preproc_dependency="source/Sys_n_Drivers/errata_SSWF021_45.d_raw" --obj_directory="source/Sys_n_Drivers" "../source/Sys_n_Drivers/errata_SSWF021_45.c"
"D:/NAVCOM/HMI/CODE/7April22/7April22/HMI_APP_SW/include/Sys_n_Drivers/errata_SSWF021_45_defs.h", line 44: warning #303-D: typedef name has already been declared (with same type)
"D:/NAVCOM/HMI/CODE/7April22/7April22/HMI_APP_SW/include/Sys_n_Drivers/errata_SSWF021_45_defs.h", line 45: warning #303-D: typedef name has already been declared (with same type)
Finished building: "../source/Sys_n_Drivers/errata_SSWF021_45.c"
Building file: "../source/Sys_n_Drivers/gio.c"
Invoking: ARM Compiler
"C:/ti/ccs1010/ccs/tools/compiler/ti-cgt-arm_20.2.1.LTS/bin/armcl" -mv7R4 --code_state=32 --float_support=VFPv3D16 -me --include_path="D:/NAVCOM/HMI/CODE/7April22/7April22/HMI_APP_SW" --include_path="D:/NAVCOM/HMI/CODE/7April22/7April22/HMI_APP_SW/include" --include_path="C:/ti/ccs1010/ccs/tools/compiler/ti-cgt-arm_20.2.1.LTS/include" --advice:power_severity=error -g --float_operations_allowed=all --diag_warning=225 --diag_wrap=off --display_error_number --enum_type=packed --abi=eabi --preproc_with_compile --preproc_dependency="source/Sys_n_Drivers/gio.d_raw" --obj_directory="source/Sys_n_Drivers" "../source/Sys_n_Drivers/gio.c"
Finished building: "../source/Sys_n_Drivers/gio.c"
Building file: "../source/Sys_n_Drivers/i2c.c"
Invoking: ARM Compiler
"C:/ti/ccs1010/ccs/tools/compiler/ti-cgt-arm_20.2.1.LTS/bin/armcl" -mv7R4 --code_state=32 --float_support=VFPv3D16 -me --include_path="D:/NAVCOM/HMI/CODE/7April22/7April22/HMI_APP_SW" --include_path="D:/NAVCOM/HMI/CODE/7April22/7April22/HMI_APP_SW/include" --include_path="C:/ti/ccs1010/ccs/tools/compiler/ti-cgt-arm_20.2.1.LTS/include" --advice:power_severity=error -g --float_operations_allowed=all --diag_warning=225 --diag_wrap=off --display_error_number --enum_type=packed --abi=eabi --preproc_with_compile --preproc_dependency="source/Sys_n_Drivers/i2c.d_raw" --obj_directory="source/Sys_n_Drivers" "../source/Sys_n_Drivers/i2c.c"
Finished building: "../source/Sys_n_Drivers/i2c.c"
Building file: "../source/Sys_n_Drivers/het.c"
Invoking: ARM Compiler
"C:/ti/ccs1010/ccs/tools/compiler/ti-cgt-arm_20.2.1.LTS/bin/armcl" -mv7R4 --code_state=32 --float_support=VFPv3D16 -me --include_path="D:/NAVCOM/HMI/CODE/7April22/7April22/HMI_APP_SW" --include_path="D:/NAVCOM/HMI/CODE/7April22/7April22/HMI_APP_SW/include" --include_path="C:/ti/ccs1010/ccs/tools/compiler/ti-cgt-arm_20.2.1.LTS/include" --advice:power_severity=error -g --float_operations_allowed=all --diag_warning=225 --diag_wrap=off --display_error_number --enum_type=packed --abi=eabi --preproc_with_compile --preproc_dependency="source/Sys_n_Drivers/het.d_raw" --obj_directory="source/Sys_n_Drivers" "../source/Sys_n_Drivers/het.c"
Finished building: "../source/Sys_n_Drivers/het.c"
Building file: "../source/Sys_n_Drivers/sys_core.asm"
Invoking: ARM Compiler
"C:/ti/ccs1010/ccs/tools/compiler/ti-cgt-arm_20.2.1.LTS/bin/armcl" -mv7R4 --code_state=32 --float_support=VFPv3D16 -me --include_path="D:/NAVCOM/HMI/CODE/7April22/7April22/HMI_APP_SW" --include_path="D:/NAVCOM/HMI/CODE/7April22/7April22/HMI_APP_SW/include" --include_path="C:/ti/ccs1010/ccs/tools/compiler/ti-cgt-arm_20.2.1.LTS/include" --advice:power_severity=error -g --float_operations_allowed=all --diag_warning=225 --diag_wrap=off --display_error_number --enum_type=packed --abi=eabi --preproc_with_compile --preproc_dependency="source/Sys_n_Drivers/sys_core.d_raw" --obj_directory="source/Sys_n_Drivers" "../source/Sys_n_Drivers/sys_core.asm"
Finished building: "../source/Sys_n_Drivers/sys_core.asm"
Building file: "../source/Sys_n_Drivers/pinmux.c"
Invoking: ARM Compiler
"C:/ti/ccs1010/ccs/tools/compiler/ti-cgt-arm_20.2.1.LTS/bin/armcl" -mv7R4 --code_state=32 --float_support=VFPv3D16 -me --include_path="D:/NAVCOM/HMI/CODE/7April22/7April22/HMI_APP_SW" --include_path="D:/NAVCOM/HMI/CODE/7April22/7April22/HMI_APP_SW/include" --include_path="C:/ti/ccs1010/ccs/tools/compiler/ti-cgt-arm_20.2.1.LTS/include" --advice:power_severity=error -g --float_operations_allowed=all --diag_warning=225 --diag_wrap=off --display_error_number --enum_type=packed --abi=eabi --preproc_with_compile --preproc_dependency="source/Sys_n_Drivers/pinmux.d_raw" --obj_directory="source/Sys_n_Drivers" "../source/Sys_n_Drivers/pinmux.c"
Finished building: "../source/Sys_n_Drivers/pinmux.c"
Building file: "../source/Sys_n_Drivers/notification.c"
Invoking: ARM Compiler
"C:/ti/ccs1010/ccs/tools/compiler/ti-cgt-arm_20.2.1.LTS/bin/armcl" -mv7R4 --code_state=32 --float_support=VFPv3D16 -me --include_path="D:/NAVCOM/HMI/CODE/7April22/7April22/HMI_APP_SW" --include_path="D:/NAVCOM/HMI/CODE/7April22/7April22/HMI_APP_SW/include" --include_path="C:/ti/ccs1010/ccs/tools/compiler/ti-cgt-arm_20.2.1.LTS/include" --advice:power_severity=error -g --float_operations_allowed=all --diag_warning=225 --diag_wrap=off --display_error_number --enum_type=packed --abi=eabi --preproc_with_compile --preproc_dependency="source/Sys_n_Drivers/notification.d_raw" --obj_directory="source/Sys_n_Drivers" "../source/Sys_n_Drivers/notification.c"
Finished building: "../source/Sys_n_Drivers/notification.c"
Building file: "../source/Sys_n_Drivers/mibspi.c"
Invoking: ARM Compiler
"C:/ti/ccs1010/ccs/tools/compiler/ti-cgt-arm_20.2.1.LTS/bin/armcl" -mv7R4 --code_state=32 --float_support=VFPv3D16 -me --include_path="D:/NAVCOM/HMI/CODE/7April22/7April22/HMI_APP_SW" --include_path="D:/NAVCOM/HMI/CODE/7April22/7April22/HMI_APP_SW/include" --include_path="C:/ti/ccs1010/ccs/tools/compiler/ti-cgt-arm_20.2.1.LTS/include" --advice:power_severity=error -g --float_operations_allowed=all --diag_warning=225 --diag_wrap=off --display_error_number --enum_type=packed --abi=eabi --preproc_with_compile --preproc_dependency="source/Sys_n_Drivers/mibspi.d_raw" --obj_directory="source/Sys_n_Drivers" "../source/Sys_n_Drivers/mibspi.c"
Finished building: "../source/Sys_n_Drivers/mibspi.c"
Building file: "../source/Sys_n_Drivers/sci.c"
Invoking: ARM Compiler
"C:/ti/ccs1010/ccs/tools/compiler/ti-cgt-arm_20.2.1.LTS/bin/armcl" -mv7R4 --code_state=32 --float_support=VFPv3D16 -me --include_path="D:/NAVCOM/HMI/CODE/7April22/7April22/HMI_APP_SW" --include_path="D:/NAVCOM/HMI/CODE/7April22/7April22/HMI_APP_SW/include" --include_path="C:/ti/ccs1010/ccs/tools/compiler/ti-cgt-arm_20.2.1.LTS/include" --advice:power_severity=error -g --float_operations_allowed=all --diag_warning=225 --diag_wrap=off --display_error_number --enum_type=packed --abi=eabi --preproc_with_compile --preproc_dependency="source/Sys_n_Drivers/sci.d_raw" --obj_directory="source/Sys_n_Drivers" "../source/Sys_n_Drivers/sci.c"
Finished building: "../source/Sys_n_Drivers/sci.c"
Building file: "../source/Sys_n_Drivers/spi.c"
Invoking: ARM Compiler
"C:/ti/ccs1010/ccs/tools/compiler/ti-cgt-arm_20.2.1.LTS/bin/armcl" -mv7R4 --code_state=32 --float_support=VFPv3D16 -me --include_path="D:/NAVCOM/HMI/CODE/7April22/7April22/HMI_APP_SW" --include_path="D:/NAVCOM/HMI/CODE/7April22/7April22/HMI_APP_SW/include" --include_path="C:/ti/ccs1010/ccs/tools/compiler/ti-cgt-arm_20.2.1.LTS/include" --advice:power_severity=error -g --float_operations_allowed=all --diag_warning=225 --diag_wrap=off --display_error_number --enum_type=packed --abi=eabi --preproc_with_compile --preproc_dependency="source/Sys_n_Drivers/spi.d_raw" --obj_directory="source/Sys_n_Drivers" "../source/Sys_n_Drivers/spi.c"
Finished building: "../source/Sys_n_Drivers/spi.c"
Building file: "../source/Sys_n_Drivers/sys_intvecs.asm"
Invoking: ARM Compiler
"C:/ti/ccs1010/ccs/tools/compiler/ti-cgt-arm_20.2.1.LTS/bin/armcl" -mv7R4 --code_state=32 --float_support=VFPv3D16 -me --include_path="D:/NAVCOM/HMI/CODE/7April22/7April22/HMI_APP_SW" --include_path="D:/NAVCOM/HMI/CODE/7April22/7April22/HMI_APP_SW/include" --include_path="C:/ti/ccs1010/ccs/tools/compiler/ti-cgt-arm_20.2.1.LTS/include" --advice:power_severity=error -g --float_operations_allowed=all --diag_warning=225 --diag_wrap=off --display_error_number --enum_type=packed --abi=eabi --preproc_with_compile --preproc_dependency="source/Sys_n_Drivers/sys_intvecs.d_raw" --obj_directory="source/Sys_n_Drivers" "../source/Sys_n_Drivers/sys_intvecs.asm"
Finished building: "../source/Sys_n_Drivers/sys_intvecs.asm"
Building file: "../source/Sys_n_Drivers/sys_dma.c"
Invoking: ARM Compiler
"C:/ti/ccs1010/ccs/tools/compiler/ti-cgt-arm_20.2.1.LTS/bin/armcl" -mv7R4 --code_state=32 --float_support=VFPv3D16 -me --include_path="D:/NAVCOM/HMI/CODE/7April22/7April22/HMI_APP_SW" --include_path="D:/NAVCOM/HMI/CODE/7April22/7April22/HMI_APP_SW/include" --include_path="C:/ti/ccs1010/ccs/tools/compiler/ti-cgt-arm_20.2.1.LTS/include" --advice:power_severity=error -g --float_operations_allowed=all --diag_warning=225 --diag_wrap=off --display_error_number --enum_type=packed --abi=eabi --preproc_with_compile --preproc_dependency="source/Sys_n_Drivers/sys_dma.d_raw" --obj_directory="source/Sys_n_Drivers" "../source/Sys_n_Drivers/sys_dma.c"
Finished building: "../source/Sys_n_Drivers/sys_dma.c"
Building file: "../source/Sys_n_Drivers/sys_mpu.asm"
Invoking: ARM Compiler
"C:/ti/ccs1010/ccs/tools/compiler/ti-cgt-arm_20.2.1.LTS/bin/armcl" -mv7R4 --code_state=32 --float_support=VFPv3D16 -me --include_path="D:/NAVCOM/HMI/CODE/7April22/7April22/HMI_APP_SW" --include_path="D:/NAVCOM/HMI/CODE/7April22/7April22/HMI_APP_SW/include" --include_path="C:/ti/ccs1010/ccs/tools/compiler/ti-cgt-arm_20.2.1.LTS/include" --advice:power_severity=error -g --float_operations_allowed=all --diag_warning=225 --diag_wrap=off --display_error_number --enum_type=packed --abi=eabi --preproc_with_compile --preproc_dependency="source/Sys_n_Drivers/sys_mpu.d_raw" --obj_directory="source/Sys_n_Drivers" "../source/Sys_n_Drivers/sys_mpu.asm"
Finished building: "../source/Sys_n_Drivers/sys_mpu.asm"
Building file: "../source/Sys_n_Drivers/sys_phantom.c"
Invoking: ARM Compiler
"C:/ti/ccs1010/ccs/tools/compiler/ti-cgt-arm_20.2.1.LTS/bin/armcl" -mv7R4 --code_state=32 --float_support=VFPv3D16 -me --include_path="D:/NAVCOM/HMI/CODE/7April22/7April22/HMI_APP_SW" --include_path="D:/NAVCOM/HMI/CODE/7April22/7April22/HMI_APP_SW/include" --include_path="C:/ti/ccs1010/ccs/tools/compiler/ti-cgt-arm_20.2.1.LTS/include" --advice:power_severity=error -g --float_operations_allowed=all --diag_warning=225 --diag_wrap=off --display_error_number --enum_type=packed --abi=eabi --preproc_with_compile --preproc_dependency="source/Sys_n_Drivers/sys_phantom.d_raw" --obj_directory="source/Sys_n_Drivers" "../source/Sys_n_Drivers/sys_phantom.c"
Finished building: "../source/Sys_n_Drivers/sys_phantom.c"
Building file: "../source/Sys_n_Drivers/sys_pmu.asm"
Invoking: ARM Compiler
"C:/ti/ccs1010/ccs/tools/compiler/ti-cgt-arm_20.2.1.LTS/bin/armcl" -mv7R4 --code_state=32 --float_support=VFPv3D16 -me --include_path="D:/NAVCOM/HMI/CODE/7April22/7April22/HMI_APP_SW" --include_path="D:/NAVCOM/HMI/CODE/7April22/7April22/HMI_APP_SW/include" --include_path="C:/ti/ccs1010/ccs/tools/compiler/ti-cgt-arm_20.2.1.LTS/include" --advice:power_severity=error -g --float_operations_allowed=all --diag_warning=225 --diag_wrap=off --display_error_number --enum_type=packed --abi=eabi --preproc_with_compile --preproc_dependency="source/Sys_n_Drivers/sys_pmu.d_raw" --obj_directory="source/Sys_n_Drivers" "../source/Sys_n_Drivers/sys_pmu.asm"
Finished building: "../source/Sys_n_Drivers/sys_pmu.asm"
Building file: "../source/Sys_n_Drivers/sys_pcr.c"
Invoking: ARM Compiler
"C:/ti/ccs1010/ccs/tools/compiler/ti-cgt-arm_20.2.1.LTS/bin/armcl" -mv7R4 --code_state=32 --float_support=VFPv3D16 -me --include_path="D:/NAVCOM/HMI/CODE/7April22/7April22/HMI_APP_SW" --include_path="D:/NAVCOM/HMI/CODE/7April22/7April22/HMI_APP_SW/include" --include_path="C:/ti/ccs1010/ccs/tools/compiler/ti-cgt-arm_20.2.1.LTS/include" --advice:power_severity=error -g --float_operations_allowed=all --diag_warning=225 --diag_wrap=off --display_error_number --enum_type=packed --abi=eabi --preproc_with_compile --preproc_dependency="source/Sys_n_Drivers/sys_pcr.d_raw" --obj_directory="source/Sys_n_Drivers" "../source/Sys_n_Drivers/sys_pcr.c"
Finished building: "../source/Sys_n_Drivers/sys_pcr.c"
Building file: "../source/Sys_n_Drivers/sys_pmm.c"
Invoking: ARM Compiler
"C:/ti/ccs1010/ccs/tools/compiler/ti-cgt-arm_20.2.1.LTS/bin/armcl" -mv7R4 --code_state=32 --float_support=VFPv3D16 -me --include_path="D:/NAVCOM/HMI/CODE/7April22/7April22/HMI_APP_SW" --include_path="D:/NAVCOM/HMI/CODE/7April22/7April22/HMI_APP_SW/include" --include_path="C:/ti/ccs1010/ccs/tools/compiler/ti-cgt-arm_20.2.1.LTS/include" --advice:power_severity=error -g --float_operations_allowed=all --diag_warning=225 --diag_wrap=off --display_error_number --enum_type=packed --abi=eabi --preproc_with_compile --preproc_dependency="source/Sys_n_Drivers/sys_pmm.d_raw" --obj_directory="source/Sys_n_Drivers" "../source/Sys_n_Drivers/sys_pmm.c"
Finished building: "../source/Sys_n_Drivers/sys_pmm.c"
Building file: "../source/Sys_n_Drivers/sys_startup.c"
Invoking: ARM Compiler
"C:/ti/ccs1010/ccs/tools/compiler/ti-cgt-arm_20.2.1.LTS/bin/armcl" -mv7R4 --code_state=32 --float_support=VFPv3D16 -me --include_path="D:/NAVCOM/HMI/CODE/7April22/7April22/HMI_APP_SW" --include_path="D:/NAVCOM/HMI/CODE/7April22/7April22/HMI_APP_SW/include" --include_path="C:/ti/ccs1010/ccs/tools/compiler/ti-cgt-arm_20.2.1.LTS/include" --advice:power_severity=error -g --float_operations_allowed=all --diag_warning=225 --diag_wrap=off --display_error_number --enum_type=packed --abi=eabi --preproc_with_compile --preproc_dependency="source/Sys_n_Drivers/sys_startup.d_raw" --obj_directory="source/Sys_n_Drivers" "../source/Sys_n_Drivers/sys_startup.c"
Finished building: "../source/Sys_n_Drivers/sys_startup.c"
Building file: "../source/Sys_n_Drivers/sys_vim.c"
Invoking: ARM Compiler
"C:/ti/ccs1010/ccs/tools/compiler/ti-cgt-arm_20.2.1.LTS/bin/armcl" -mv7R4 --code_state=32 --float_support=VFPv3D16 -me --include_path="D:/NAVCOM/HMI/CODE/7April22/7April22/HMI_APP_SW" --include_path="D:/NAVCOM/HMI/CODE/7April22/7April22/HMI_APP_SW/include" --include_path="C:/ti/ccs1010/ccs/tools/compiler/ti-cgt-arm_20.2.1.LTS/include" --advice:power_severity=error -g --float_operations_allowed=all --diag_warning=225 --diag_wrap=off --display_error_number --enum_type=packed --abi=eabi --preproc_with_compile --preproc_dependency="source/Sys_n_Drivers/sys_vim.d_raw" --obj_directory="source/Sys_n_Drivers" "../source/Sys_n_Drivers/sys_vim.c"
Finished building: "../source/Sys_n_Drivers/sys_vim.c"
Building file: "../source/Sys_n_Drivers/system.c"
Invoking: ARM Compiler
"C:/ti/ccs1010/ccs/tools/compiler/ti-cgt-arm_20.2.1.LTS/bin/armcl" -mv7R4 --code_state=32 --float_support=VFPv3D16 -me --include_path="D:/NAVCOM/HMI/CODE/7April22/7April22/HMI_APP_SW" --include_path="D:/NAVCOM/HMI/CODE/7April22/7April22/HMI_APP_SW/include" --include_path="C:/ti/ccs1010/ccs/tools/compiler/ti-cgt-arm_20.2.1.LTS/include" --advice:power_severity=error -g --float_operations_allowed=all --diag_warning=225 --diag_wrap=off --display_error_number --enum_type=packed --abi=eabi --preproc_with_compile --preproc_dependency="source/Sys_n_Drivers/system.d_raw" --obj_directory="source/Sys_n_Drivers" "../source/Sys_n_Drivers/system.c"
Finished building: "../source/Sys_n_Drivers/system.c"
Building file: "../source/Sys_n_Drivers/sys_selftest.c"
Invoking: ARM Compiler
"C:/ti/ccs1010/ccs/tools/compiler/ti-cgt-arm_20.2.1.LTS/bin/armcl" -mv7R4 --code_state=32 --float_support=VFPv3D16 -me --include_path="D:/NAVCOM/HMI/CODE/7April22/7April22/HMI_APP_SW" --include_path="D:/NAVCOM/HMI/CODE/7April22/7April22/HMI_APP_SW/include" --include_path="C:/ti/ccs1010/ccs/tools/compiler/ti-cgt-arm_20.2.1.LTS/include" --advice:power_severity=error -g --float_operations_allowed=all --diag_warning=225 --diag_wrap=off --display_error_number --enum_type=packed --abi=eabi --preproc_with_compile --preproc_dependency="source/Sys_n_Drivers/sys_selftest.d_raw" --obj_directory="source/Sys_n_Drivers" "../source/Sys_n_Drivers/sys_selftest.c"
Finished building: "../source/Sys_n_Drivers/sys_selftest.c"
Building target: "HMI_APP_SW.out"
Invoking: ARM Linker
"C:/ti/ccs1010/ccs/tools/compiler/ti-cgt-arm_20.2.1.LTS/bin/armcl" -mv7R4 --code_state=32 --float_support=VFPv3D16 -me --advice:power_severity=error -g --float_operations_allowed=all --diag_warning=225 --diag_wrap=off --display_error_number --enum_type=packed --abi=eabi -z -m"HMI_APP_SW.map" --heap_size=0x800 --stack_size=0x800 -i"C:/ti/ccs1010/ccs/tools/compiler/ti-cgt-arm_20.2.1.LTS/lib/" -i"C:/ti/ccs1010/ccs/tools/compiler/ti-cgt-arm_20.2.1.LTS/include" --reread_libs --diag_wrap=off --display_error_number --warn_sections --xml_link_info="HMI_APP_SW_linkInfo.xml" --rom_model -o "HMI_APP_SW.out" "./source/BITE_Functions/Cbit.obj" "./source/BITE_Functions/Pbit.obj" "./source/Communications/Com_Dsp_Comms.obj" "./source/Communications/Nav_Dsp_Comms.obj" "./source/GPS_Functions/Gps_Arinc_Encode.obj" "./source/GPS_Functions/Gps_NMEA_Decode.obj" "./source/GPS_Functions/Gps_Process.obj" "./source/HMI_Input/Keys_n_Knobs.obj" "./source/HMI_Input/LED_Driver.obj" "./source/HMI_Pages_Display/Display_Handler.obj" "./source/HMI_Pages_Display/LCD_Driver.obj" "./source/HMI_Pages_Display/lcd_pix_data.obj" "./source/HMI_Pages_Display/Function_BITE/HealthStatus_Data.obj" "./source/HMI_Pages_Display/Function_BITE/HealthStatus_Display.obj" "./source/HMI_Pages_Display/Function_COM/Com_Recent_Data.obj" "./source/HMI_Pages_Display/Function_COM/Com_Recent_Display.obj" "./source/HMI_Pages_Display/Function_COM/Com_User_Data.obj" "./source/HMI_Pages_Display/Function_COM/Com_User_Display.obj" "./source/HMI_Pages_Display/Function_Com_Radio/Com_Radio_Data.obj" "./source/HMI_Pages_Display/Function_Com_Radio/Com_Radio_Display.obj" "./source/HMI_Pages_Display/Function_Com_Radio/Com_Volume_Data.obj" "./source/HMI_Pages_Display/Function_Com_Radio/Com_Volume_Display.obj" "./source/HMI_Pages_Display/Function_NAV/Nav_Recent_Data.obj" "./source/HMI_Pages_Display/Function_NAV/Nav_Recent_Display.obj" "./source/HMI_Pages_Display/Function_NAV/Nav_User_Data.obj" "./source/HMI_Pages_Display/Function_NAV/Nav_User_Display.obj" "./source/HMI_Pages_Display/Function_Nav_Radio/Nav_Radio_Data.obj" "./source/HMI_Pages_Display/Function_Nav_Radio/Nav_Radio_Display.obj" "./source/HMI_Pages_Display/Function_Nav_Radio/Nav_Volume_Data.obj" "./source/HMI_Pages_Display/Function_Nav_Radio/Nav_Volume_Display.obj" "./source/HMI_Pages_Display/Function_SYS/Sys_Brightness_Data.obj" "./source/HMI_Pages_Display/Function_SYS/Sys_Brightness_Display.obj" "./source/HMI_Pages_Display/Function_SYS/Sys_Comsetting_Data.obj" "./source/HMI_Pages_Display/Function_SYS/Sys_Comsetting_Display.obj" "./source/HMI_Pages_Display/Function_SYS/Sys_Config_Data.obj" "./source/HMI_Pages_Display/Function_SYS/Sys_Config_Display.obj" "./source/HMI_Pages_Display/Function_SYS/Sys_MarkerVol_Data.obj" "./source/HMI_Pages_Display/Function_SYS/Sys_MarkerVol_Display.obj" "./source/Main/Watchdog.obj" "./source/Main/experiment.obj" "./source/Main/hmi_main.obj" "./source/Main/maint_main.obj" "./source/Memory_Storage/Fapi_UserDefinedFunctions.obj" "./source/Memory_Storage/bl_flash.obj" "./source/Sys_n_Drivers/can.obj" "./source/Sys_n_Drivers/dabort.obj" "./source/Sys_n_Drivers/dmm.obj" "./source/Sys_n_Drivers/emif.obj" "./source/Sys_n_Drivers/errata_SSWF021_45.obj" "./source/Sys_n_Drivers/esm.obj" "./source/Sys_n_Drivers/gio.obj" "./source/Sys_n_Drivers/het.obj" "./source/Sys_n_Drivers/i2c.obj" "./source/Sys_n_Drivers/mibspi.obj" "./source/Sys_n_Drivers/notification.obj" "./source/Sys_n_Drivers/pinmux.obj" "./source/Sys_n_Drivers/sci.obj" "./source/Sys_n_Drivers/spi.obj" "./source/Sys_n_Drivers/sys_core.obj" "./source/Sys_n_Drivers/sys_dma.obj" "./source/Sys_n_Drivers/sys_intvecs.obj" "./source/Sys_n_Drivers/sys_mpu.obj" "./source/Sys_n_Drivers/sys_pcr.obj" "./source/Sys_n_Drivers/sys_phantom.obj" "./source/Sys_n_Drivers/sys_pmm.obj" "./source/Sys_n_Drivers/sys_pmu.obj" "./source/Sys_n_Drivers/sys_selftest.obj" "./source/Sys_n_Drivers/sys_startup.obj" "./source/Sys_n_Drivers/sys_vim.obj" "./source/Sys_n_Drivers/system.obj" "../source/Sys_n_Drivers/sys_link.cmd" -lrtsv7R4_A_be_v3D16_eabi.lib
<Linking>
error #10008-D: cannot find file "rtsv7R4_A_be_v3D16_eabi.lib"
undefined first referenced
symbol in file
--------- ----------------
Fapi_doMarginReadByByte ./source/Memory_Storage/bl_flash.obj
Fapi_enableMainBankSectors ./source/Memory_Storage/bl_flash.obj
Fapi_initializeFlashBanks ./source/Memory_Storage/bl_flash.obj
Fapi_issueAsyncCommandWithAddress ./source/Memory_Storage/bl_flash.obj
Fapi_issueProgrammingCommand ./source/Memory_Storage/bl_flash.obj
Fapi_setActiveFlashBank ./source/Memory_Storage/bl_flash.obj
__TI_auto_init ./source/Sys_n_Drivers/sys_startup.obj
__TI_decompress_lzss
__TI_decompress_none
__TI_zero_init
__aeabi_idivmod ./source/GPS_Functions/Gps_NMEA_Decode.obj
__aeabi_uidivmod ./source/GPS_Functions/Gps_Arinc_Encode.obj
exit ./source/Sys_n_Drivers/sys_startup.obj
isdigit ./source/GPS_Functions/Gps_NMEA_Decode.obj
memcpy ./source/HMI_Input/LED_Driver.obj
memset ./source/Communications/Com_Dsp_Comms.obj
printf ./source/HMI_Input/LED_Driver.obj
sscanf ./source/GPS_Functions/Gps_NMEA_Decode.obj
strcmp ./source/GPS_Functions/Gps_NMEA_Decode.obj
strcpy ./source/GPS_Functions/Gps_Process.obj
strlen ./source/GPS_Functions/Gps_Process.obj
error #10234-D: unresolved symbols remain
error #10010: errors encountered during linking; "HMI_APP_SW.out" not built
>> Compilation failure
makefile:236: recipe for target 'HMI_APP_SW.out' failed
gmake[1]: *** [HMI_APP_SW.out] Error 1
makefile:232: recipe for target 'all' failed
gmake: *** [all] Error 2
**** Build Finished ****
Please help me to resolve this issue.
Regards,
Rohini