# # Generated Makefile - do not edit! # # Edit the Makefile in the project folder instead (../Makefile). Each target # has a -pre and a -post target defined where you can add customized code. # # This makefile implements configuration specific macros and targets. # Include project Makefile ifeq "${IGNORE_LOCAL}" "TRUE" # do not include local makefile. User is passing all local related variables already else include Makefile # Include makefile containing local settings ifeq "$(wildcard nbproject/Makefile-local-mcal.mk)" "nbproject/Makefile-local-mcal.mk" include nbproject/Makefile-local-mcal.mk endif endif # Environment MKDIR=gnumkdir -p RM=rm -f MV=mv CP=cp # Macros CND_CONF=mcal ifeq ($(TYPE_IMAGE), DEBUG_RUN) IMAGE_TYPE=debug OUTPUT_SUFFIX=elf DEBUGGABLE_SUFFIX=elf FINAL_IMAGE=${DISTDIR}/p417_SWTR.X.${IMAGE_TYPE}.${OUTPUT_SUFFIX} else IMAGE_TYPE=production OUTPUT_SUFFIX=hex DEBUGGABLE_SUFFIX=elf FINAL_IMAGE=${DISTDIR}/p417_SWTR.X.${IMAGE_TYPE}.${OUTPUT_SUFFIX} endif ifeq ($(COMPARE_BUILD), true) COMPARISON_BUILD=-mafrlcsj else COMPARISON_BUILD= endif ifdef SUB_IMAGE_ADDRESS else SUB_IMAGE_ADDRESS_COMMAND= endif # Object Directory OBJECTDIR=build/${CND_CONF}/${IMAGE_TYPE} # Distribution Directory DISTDIR=dist/${CND_CONF}/${IMAGE_TYPE} # Source Files Quoted if spaced SOURCEFILES_QUOTED_IF_SPACED=../src/Calibration/calib.c ../src/config/mcal/peripheral/adc/plib_adc0.c ../src/config/mcal/peripheral/adc/plib_adc1.c ../src/config/mcal/peripheral/can/plib_can1.c ../src/config/mcal/peripheral/clock/plib_clock.c ../src/config/mcal/peripheral/cmcc/plib_cmcc.c ../src/config/mcal/peripheral/dac/plib_dac.c ../src/config/mcal/peripheral/evsys/plib_evsys.c ../src/config/mcal/peripheral/nvic/plib_nvic.c ../src/config/mcal/peripheral/nvmctrl/plib_nvmctrl.c ../src/config/mcal/peripheral/port/plib_port.c ../src/config/mcal/peripheral/rtc/plib_rtc_timer.c ../src/config/mcal/peripheral/sercom/i2c_master/plib_sercom1_i2c_master.c ../src/config/mcal/peripheral/sercom/spi_master/plib_sercom0_spi_master.c ../src/config/mcal/peripheral/systick/plib_systick.c ../src/config/mcal/peripheral/tc/plib_tc0.c ../src/config/mcal/peripheral/tcc/plib_tcc0.c ../src/config/mcal/peripheral/wdt/plib_wdt.c ../src/config/mcal/stdio/xc32_monitor.c ../src/config/mcal/touch/touch.c ../src/config/mcal/touch/touch_example.c ../src/config/mcal/initialization.c ../src/config/mcal/interrupts.c ../src/config/mcal/exceptions.c ../src/config/mcal/startup_xc32.c ../src/config/mcal/libc_syscalls.c ../src/DiagnosticR/Comp_HAL_Autosar_Wrappers/Timer.c ../src/DiagnosticR/Comp_ISO_15765_2/TP_Functions.c ../src/DiagnosticR/Comp_ISO_15765_2/TP_NetworkLayerLowerInterface_Rx.c ../src/DiagnosticR/Comp_ISO_15765_2/TP_NetworkLayerLowerInterface_Tx.c ../src/DiagnosticR/Comp_ISO_15765_2/TP_Rx.c ../src/DiagnosticR/Comp_ISO_15765_2/TP_RxFun.c ../src/DiagnosticR/Comp_ISO_15765_2/TP_Rx_Full.c ../src/DiagnosticR/Comp_ISO_15765_2/TP_Rx_Lite.c ../src/DiagnosticR/Comp_ISO_15765_2/TP_Tx.c ../src/DiagnosticR/Comp_ISO_15765_2/TP_Tx_Full.c ../src/DiagnosticR/Comp_ISO_15765_2/TP_Tx_Lite.c ../src/DiagnosticR/Comp_ISO_15765_3/Iso15765_3_EcuResetTask.c ../src/DiagnosticR/Comp_ISO_15765_3/Iso15765_3_Funcions.c ../src/DiagnosticR/Comp_ISO_15765_3/Iso15765_3_RequestRespondCtrl.c ../src/DiagnosticR/Comp_ISO_15765_3/Iso15765_3_SessionCtrlTask.c ../src/DiagnosticR/Dem/Dem.c ../src/DiagnosticR/Dem/Dem_Debounce.c ../src/DiagnosticR/Dem/Dem_Extension.c ../src/DiagnosticR/Dem/Dem_LCfg.c ../src/DiagnosticR/Sys_Diag_Detect/SysDiagDetect.c ../src/DiagnosticR/UDS/Iso15765_layer2/TP_CFG.c ../src/DiagnosticR/UDS/Iso15765_layer3/_h61/UdsServerCallbacks_H61L.c ../src/DiagnosticR/UDS/UDS_CoreServices_CB.c ../src/DiagnosticR/UDS/UDS_DIDNvm.c ../src/DiagnosticR/UDS/UDS_DiDRead_CB.c ../src/DiagnosticR/UDS/UDS_DiDWrite_CB.c ../src/DiagnosticR/UDS/UDS_IORoutineControl.c ../src/DiagnosticR/UDS/UDS_Services_Common.c ../src/forceSnsr/forcedetect.c ../src/forceSnsr/forceSnsr.c ../src/forceSnsr/forceSnsr_Cfg.c ../src/FunctionState/FunctionState.c ../src/OsekCom/OsekCom.c ../src/P417_SWTR_App_ert_rtw/ACT_control_20ms.c ../src/P417_SWTR_App_ert_rtw/CAN_0x307_1000ms_Control.c ../src/P417_SWTR_App_ert_rtw/CAN_0x307_25ms_Control.c ../src/P417_SWTR_App_ert_rtw/Get_0x309_CRC_10ms.c ../src/P417_SWTR_App_ert_rtw/illumination_control_10ms.c ../src/P417_SWTR_App_ert_rtw/LED_Control_10ms.c ../src/P417_SWTR_App_ert_rtw/P417_SWTR_App.c ../src/P417_SWTR_App_ert_rtw/P417_SWTR_App_data.c ../src/P417_SWTR_App_ert_rtw/rt_sys_P417_SWTR_App_0.c ../src/P417_SWTR_App_ert_rtw/rt_sys_P417_SWTR_App_5.c ../src/P417_SWTR_App_ert_rtw/Set_0x309_RC_10ms.c ../src/P417_SWTR_App_ert_rtw/Set_Diag_20ms.c ../src/P417_SWTR_App_ert_rtw/TouchBoardXY_handle_4ms.c ../src/P417_SWTR_App_ert_rtw/TouchBoard_0x307_Send_And_ACT_Req_4ms.c ../src/P417_SWTR_App_ert_rtw/TouchBoard_0x309_Send_And_ACT_Req_10ms.c ../src/P417_SWTR_App_ert_rtw/TouchBoard_Center_handle_4ms.c ../src/P417_SWTR_App_ert_rtw/TouchBoard_Down_handle_4ms.c ../src/P417_SWTR_App_ert_rtw/TouchBoard_Left_handle_4ms.c ../src/P417_SWTR_App_ert_rtw/TouchBoard_Left_Right_Slide_handle_4ms.c ../src/P417_SWTR_App_ert_rtw/TouchBoard_MENU_handle_4ms.c ../src/P417_SWTR_App_ert_rtw/TouchBoard_Right_handle_4ms.c ../src/P417_SWTR_App_ert_rtw/TouchBoard_Up_Down_Slide_handle_4ms.c ../src/P417_SWTR_App_ert_rtw/TouchBoard_up_handle_4ms.c ../src/P417_SWTR_App_ert_rtw/TouchBoard_VOICE_handle_4ms.c ../src/P417_SWTR_App_ert_rtw/TouchBoard_VOL_handle_4ms.c ../src/P417_SWTR_App_ert_rtw/TouchBoard_X_handle_10ms.c ../src/P417_SWTR_App_ert_rtw/TouchBoard_Y_handle_10ms.c ../src/RTE/RTE.c ../src/smartEE/smartee.c ../src/Speaker/SA51024.c ../src/Speaker/SA51024_Cfg.c ../src/Speaker/Speaker.c ../src/TLE9263/TLE926x.c ../src/TLE9263/TLE926x_SPI.c ../src/TLE9263/TLE926x_Main.c ../src/TouchPanel/TouchPanel.c ../src/main.c # Object Files Quoted if spaced OBJECTFILES_QUOTED_IF_SPACED=${OBJECTDIR}/_ext/1958549552/calib.o ${OBJECTDIR}/_ext/1982922760/plib_adc0.o ${OBJECTDIR}/_ext/1982922760/plib_adc1.o ${OBJECTDIR}/_ext/1982924600/plib_can1.o ${OBJECTDIR}/_ext/1374606986/plib_clock.o ${OBJECTDIR}/_ext/1341131746/plib_cmcc.o ${OBJECTDIR}/_ext/1982925550/plib_dac.o ${OBJECTDIR}/_ext/1372457500/plib_evsys.o ${OBJECTDIR}/_ext/1341468282/plib_nvic.o ${OBJECTDIR}/_ext/985291016/plib_nvmctrl.o ${OBJECTDIR}/_ext/1341521433/plib_port.o ${OBJECTDIR}/_ext/1982939593/plib_rtc_timer.o ${OBJECTDIR}/_ext/24027325/plib_sercom1_i2c_master.o ${OBJECTDIR}/_ext/467207317/plib_sercom0_spi_master.o ${OBJECTDIR}/_ext/750815918/plib_systick.o ${OBJECTDIR}/_ext/74581497/plib_tc0.o ${OBJECTDIR}/_ext/1982940988/plib_tcc0.o ${OBJECTDIR}/_ext/1982943919/plib_wdt.o ${OBJECTDIR}/_ext/118864466/xc32_monitor.o ${OBJECTDIR}/_ext/118073756/touch.o ${OBJECTDIR}/_ext/118073756/touch_example.o ${OBJECTDIR}/_ext/779798284/initialization.o ${OBJECTDIR}/_ext/779798284/interrupts.o ${OBJECTDIR}/_ext/779798284/exceptions.o ${OBJECTDIR}/_ext/779798284/startup_xc32.o ${OBJECTDIR}/_ext/779798284/libc_syscalls.o ${OBJECTDIR}/_ext/652846568/Timer.o ${OBJECTDIR}/_ext/22353991/TP_Functions.o ${OBJECTDIR}/_ext/22353991/TP_NetworkLayerLowerInterface_Rx.o ${OBJECTDIR}/_ext/22353991/TP_NetworkLayerLowerInterface_Tx.o ${OBJECTDIR}/_ext/22353991/TP_Rx.o ${OBJECTDIR}/_ext/22353991/TP_RxFun.o ${OBJECTDIR}/_ext/22353991/TP_Rx_Full.o ${OBJECTDIR}/_ext/22353991/TP_Rx_Lite.o ${OBJECTDIR}/_ext/22353991/TP_Tx.o ${OBJECTDIR}/_ext/22353991/TP_Tx_Full.o ${OBJECTDIR}/_ext/22353991/TP_Tx_Lite.o ${OBJECTDIR}/_ext/22353990/Iso15765_3_EcuResetTask.o ${OBJECTDIR}/_ext/22353990/Iso15765_3_Funcions.o ${OBJECTDIR}/_ext/22353990/Iso15765_3_RequestRespondCtrl.o ${OBJECTDIR}/_ext/22353990/Iso15765_3_SessionCtrlTask.o ${OBJECTDIR}/_ext/1802317902/Dem.o ${OBJECTDIR}/_ext/1802317902/Dem_Debounce.o ${OBJECTDIR}/_ext/1802317902/Dem_Extension.o ${OBJECTDIR}/_ext/1802317902/Dem_LCfg.o ${OBJECTDIR}/_ext/467908807/SysDiagDetect.o ${OBJECTDIR}/_ext/1498712618/TP_CFG.o ${OBJECTDIR}/_ext/605365704/UdsServerCallbacks_H61L.o ${OBJECTDIR}/_ext/1802333190/UDS_CoreServices_CB.o ${OBJECTDIR}/_ext/1802333190/UDS_DIDNvm.o ${OBJECTDIR}/_ext/1802333190/UDS_DiDRead_CB.o ${OBJECTDIR}/_ext/1802333190/UDS_DiDWrite_CB.o ${OBJECTDIR}/_ext/1802333190/UDS_IORoutineControl.o ${OBJECTDIR}/_ext/1802333190/UDS_Services_Common.o ${OBJECTDIR}/_ext/2142047477/forcedetect.o ${OBJECTDIR}/_ext/2142047477/forceSnsr.o ${OBJECTDIR}/_ext/2142047477/forceSnsr_Cfg.o ${OBJECTDIR}/_ext/984511487/FunctionState.o ${OBJECTDIR}/_ext/206316669/OsekCom.o ${OBJECTDIR}/_ext/905407901/ACT_control_20ms.o ${OBJECTDIR}/_ext/905407901/CAN_0x307_1000ms_Control.o ${OBJECTDIR}/_ext/905407901/CAN_0x307_25ms_Control.o ${OBJECTDIR}/_ext/905407901/Get_0x309_CRC_10ms.o ${OBJECTDIR}/_ext/905407901/illumination_control_10ms.o ${OBJECTDIR}/_ext/905407901/LED_Control_10ms.o ${OBJECTDIR}/_ext/905407901/P417_SWTR_App.o ${OBJECTDIR}/_ext/905407901/P417_SWTR_App_data.o ${OBJECTDIR}/_ext/905407901/rt_sys_P417_SWTR_App_0.o ${OBJECTDIR}/_ext/905407901/rt_sys_P417_SWTR_App_5.o ${OBJECTDIR}/_ext/905407901/Set_0x309_RC_10ms.o ${OBJECTDIR}/_ext/905407901/Set_Diag_20ms.o ${OBJECTDIR}/_ext/905407901/TouchBoardXY_handle_4ms.o ${OBJECTDIR}/_ext/905407901/TouchBoard_0x307_Send_And_ACT_Req_4ms.o ${OBJECTDIR}/_ext/905407901/TouchBoard_0x309_Send_And_ACT_Req_10ms.o ${OBJECTDIR}/_ext/905407901/TouchBoard_Center_handle_4ms.o ${OBJECTDIR}/_ext/905407901/TouchBoard_Down_handle_4ms.o ${OBJECTDIR}/_ext/905407901/TouchBoard_Left_handle_4ms.o ${OBJECTDIR}/_ext/905407901/TouchBoard_Left_Right_Slide_handle_4ms.o ${OBJECTDIR}/_ext/905407901/TouchBoard_MENU_handle_4ms.o ${OBJECTDIR}/_ext/905407901/TouchBoard_Right_handle_4ms.o ${OBJECTDIR}/_ext/905407901/TouchBoard_Up_Down_Slide_handle_4ms.o ${OBJECTDIR}/_ext/905407901/TouchBoard_up_handle_4ms.o ${OBJECTDIR}/_ext/905407901/TouchBoard_VOICE_handle_4ms.o ${OBJECTDIR}/_ext/905407901/TouchBoard_VOL_handle_4ms.o ${OBJECTDIR}/_ext/905407901/TouchBoard_X_handle_10ms.o ${OBJECTDIR}/_ext/905407901/TouchBoard_Y_handle_10ms.o ${OBJECTDIR}/_ext/659835465/RTE.o ${OBJECTDIR}/_ext/1916463407/smartee.o ${OBJECTDIR}/_ext/624783131/SA51024.o ${OBJECTDIR}/_ext/624783131/SA51024_Cfg.o ${OBJECTDIR}/_ext/624783131/Speaker.o ${OBJECTDIR}/_ext/798729495/TLE926x.o ${OBJECTDIR}/_ext/798729495/TLE926x_SPI.o ${OBJECTDIR}/_ext/798729495/TLE926x_Main.o ${OBJECTDIR}/_ext/1720498337/TouchPanel.o ${OBJECTDIR}/_ext/1360937237/main.o POSSIBLE_DEPFILES=${OBJECTDIR}/_ext/1958549552/calib.o.d ${OBJECTDIR}/_ext/1982922760/plib_adc0.o.d ${OBJECTDIR}/_ext/1982922760/plib_adc1.o.d ${OBJECTDIR}/_ext/1982924600/plib_can1.o.d ${OBJECTDIR}/_ext/1374606986/plib_clock.o.d ${OBJECTDIR}/_ext/1341131746/plib_cmcc.o.d ${OBJECTDIR}/_ext/1982925550/plib_dac.o.d ${OBJECTDIR}/_ext/1372457500/plib_evsys.o.d ${OBJECTDIR}/_ext/1341468282/plib_nvic.o.d ${OBJECTDIR}/_ext/985291016/plib_nvmctrl.o.d ${OBJECTDIR}/_ext/1341521433/plib_port.o.d ${OBJECTDIR}/_ext/1982939593/plib_rtc_timer.o.d ${OBJECTDIR}/_ext/24027325/plib_sercom1_i2c_master.o.d ${OBJECTDIR}/_ext/467207317/plib_sercom0_spi_master.o.d ${OBJECTDIR}/_ext/750815918/plib_systick.o.d ${OBJECTDIR}/_ext/74581497/plib_tc0.o.d ${OBJECTDIR}/_ext/1982940988/plib_tcc0.o.d ${OBJECTDIR}/_ext/1982943919/plib_wdt.o.d ${OBJECTDIR}/_ext/118864466/xc32_monitor.o.d ${OBJECTDIR}/_ext/118073756/touch.o.d ${OBJECTDIR}/_ext/118073756/touch_example.o.d ${OBJECTDIR}/_ext/779798284/initialization.o.d ${OBJECTDIR}/_ext/779798284/interrupts.o.d ${OBJECTDIR}/_ext/779798284/exceptions.o.d ${OBJECTDIR}/_ext/779798284/startup_xc32.o.d ${OBJECTDIR}/_ext/779798284/libc_syscalls.o.d ${OBJECTDIR}/_ext/652846568/Timer.o.d ${OBJECTDIR}/_ext/22353991/TP_Functions.o.d ${OBJECTDIR}/_ext/22353991/TP_NetworkLayerLowerInterface_Rx.o.d ${OBJECTDIR}/_ext/22353991/TP_NetworkLayerLowerInterface_Tx.o.d ${OBJECTDIR}/_ext/22353991/TP_Rx.o.d ${OBJECTDIR}/_ext/22353991/TP_RxFun.o.d ${OBJECTDIR}/_ext/22353991/TP_Rx_Full.o.d ${OBJECTDIR}/_ext/22353991/TP_Rx_Lite.o.d ${OBJECTDIR}/_ext/22353991/TP_Tx.o.d ${OBJECTDIR}/_ext/22353991/TP_Tx_Full.o.d ${OBJECTDIR}/_ext/22353991/TP_Tx_Lite.o.d ${OBJECTDIR}/_ext/22353990/Iso15765_3_EcuResetTask.o.d ${OBJECTDIR}/_ext/22353990/Iso15765_3_Funcions.o.d ${OBJECTDIR}/_ext/22353990/Iso15765_3_RequestRespondCtrl.o.d ${OBJECTDIR}/_ext/22353990/Iso15765_3_SessionCtrlTask.o.d ${OBJECTDIR}/_ext/1802317902/Dem.o.d ${OBJECTDIR}/_ext/1802317902/Dem_Debounce.o.d ${OBJECTDIR}/_ext/1802317902/Dem_Extension.o.d ${OBJECTDIR}/_ext/1802317902/Dem_LCfg.o.d ${OBJECTDIR}/_ext/467908807/SysDiagDetect.o.d ${OBJECTDIR}/_ext/1498712618/TP_CFG.o.d ${OBJECTDIR}/_ext/605365704/UdsServerCallbacks_H61L.o.d ${OBJECTDIR}/_ext/1802333190/UDS_CoreServices_CB.o.d ${OBJECTDIR}/_ext/1802333190/UDS_DIDNvm.o.d ${OBJECTDIR}/_ext/1802333190/UDS_DiDRead_CB.o.d ${OBJECTDIR}/_ext/1802333190/UDS_DiDWrite_CB.o.d ${OBJECTDIR}/_ext/1802333190/UDS_IORoutineControl.o.d ${OBJECTDIR}/_ext/1802333190/UDS_Services_Common.o.d ${OBJECTDIR}/_ext/2142047477/forcedetect.o.d ${OBJECTDIR}/_ext/2142047477/forceSnsr.o.d ${OBJECTDIR}/_ext/2142047477/forceSnsr_Cfg.o.d ${OBJECTDIR}/_ext/984511487/FunctionState.o.d ${OBJECTDIR}/_ext/206316669/OsekCom.o.d ${OBJECTDIR}/_ext/905407901/ACT_control_20ms.o.d ${OBJECTDIR}/_ext/905407901/CAN_0x307_1000ms_Control.o.d ${OBJECTDIR}/_ext/905407901/CAN_0x307_25ms_Control.o.d ${OBJECTDIR}/_ext/905407901/Get_0x309_CRC_10ms.o.d ${OBJECTDIR}/_ext/905407901/illumination_control_10ms.o.d ${OBJECTDIR}/_ext/905407901/LED_Control_10ms.o.d ${OBJECTDIR}/_ext/905407901/P417_SWTR_App.o.d ${OBJECTDIR}/_ext/905407901/P417_SWTR_App_data.o.d ${OBJECTDIR}/_ext/905407901/rt_sys_P417_SWTR_App_0.o.d ${OBJECTDIR}/_ext/905407901/rt_sys_P417_SWTR_App_5.o.d ${OBJECTDIR}/_ext/905407901/Set_0x309_RC_10ms.o.d ${OBJECTDIR}/_ext/905407901/Set_Diag_20ms.o.d ${OBJECTDIR}/_ext/905407901/TouchBoardXY_handle_4ms.o.d ${OBJECTDIR}/_ext/905407901/TouchBoard_0x307_Send_And_ACT_Req_4ms.o.d ${OBJECTDIR}/_ext/905407901/TouchBoard_0x309_Send_And_ACT_Req_10ms.o.d ${OBJECTDIR}/_ext/905407901/TouchBoard_Center_handle_4ms.o.d ${OBJECTDIR}/_ext/905407901/TouchBoard_Down_handle_4ms.o.d ${OBJECTDIR}/_ext/905407901/TouchBoard_Left_handle_4ms.o.d ${OBJECTDIR}/_ext/905407901/TouchBoard_Left_Right_Slide_handle_4ms.o.d ${OBJECTDIR}/_ext/905407901/TouchBoard_MENU_handle_4ms.o.d ${OBJECTDIR}/_ext/905407901/TouchBoard_Right_handle_4ms.o.d ${OBJECTDIR}/_ext/905407901/TouchBoard_Up_Down_Slide_handle_4ms.o.d ${OBJECTDIR}/_ext/905407901/TouchBoard_up_handle_4ms.o.d ${OBJECTDIR}/_ext/905407901/TouchBoard_VOICE_handle_4ms.o.d ${OBJECTDIR}/_ext/905407901/TouchBoard_VOL_handle_4ms.o.d ${OBJECTDIR}/_ext/905407901/TouchBoard_X_handle_10ms.o.d ${OBJECTDIR}/_ext/905407901/TouchBoard_Y_handle_10ms.o.d ${OBJECTDIR}/_ext/659835465/RTE.o.d ${OBJECTDIR}/_ext/1916463407/smartee.o.d ${OBJECTDIR}/_ext/624783131/SA51024.o.d ${OBJECTDIR}/_ext/624783131/SA51024_Cfg.o.d ${OBJECTDIR}/_ext/624783131/Speaker.o.d ${OBJECTDIR}/_ext/798729495/TLE926x.o.d ${OBJECTDIR}/_ext/798729495/TLE926x_SPI.o.d ${OBJECTDIR}/_ext/798729495/TLE926x_Main.o.d ${OBJECTDIR}/_ext/1720498337/TouchPanel.o.d ${OBJECTDIR}/_ext/1360937237/main.o.d # Object Files OBJECTFILES=${OBJECTDIR}/_ext/1958549552/calib.o ${OBJECTDIR}/_ext/1982922760/plib_adc0.o ${OBJECTDIR}/_ext/1982922760/plib_adc1.o ${OBJECTDIR}/_ext/1982924600/plib_can1.o ${OBJECTDIR}/_ext/1374606986/plib_clock.o ${OBJECTDIR}/_ext/1341131746/plib_cmcc.o ${OBJECTDIR}/_ext/1982925550/plib_dac.o ${OBJECTDIR}/_ext/1372457500/plib_evsys.o ${OBJECTDIR}/_ext/1341468282/plib_nvic.o ${OBJECTDIR}/_ext/985291016/plib_nvmctrl.o ${OBJECTDIR}/_ext/1341521433/plib_port.o ${OBJECTDIR}/_ext/1982939593/plib_rtc_timer.o ${OBJECTDIR}/_ext/24027325/plib_sercom1_i2c_master.o ${OBJECTDIR}/_ext/467207317/plib_sercom0_spi_master.o ${OBJECTDIR}/_ext/750815918/plib_systick.o ${OBJECTDIR}/_ext/74581497/plib_tc0.o ${OBJECTDIR}/_ext/1982940988/plib_tcc0.o ${OBJECTDIR}/_ext/1982943919/plib_wdt.o ${OBJECTDIR}/_ext/118864466/xc32_monitor.o ${OBJECTDIR}/_ext/118073756/touch.o ${OBJECTDIR}/_ext/118073756/touch_example.o ${OBJECTDIR}/_ext/779798284/initialization.o ${OBJECTDIR}/_ext/779798284/interrupts.o ${OBJECTDIR}/_ext/779798284/exceptions.o ${OBJECTDIR}/_ext/779798284/startup_xc32.o ${OBJECTDIR}/_ext/779798284/libc_syscalls.o ${OBJECTDIR}/_ext/652846568/Timer.o ${OBJECTDIR}/_ext/22353991/TP_Functions.o ${OBJECTDIR}/_ext/22353991/TP_NetworkLayerLowerInterface_Rx.o ${OBJECTDIR}/_ext/22353991/TP_NetworkLayerLowerInterface_Tx.o ${OBJECTDIR}/_ext/22353991/TP_Rx.o ${OBJECTDIR}/_ext/22353991/TP_RxFun.o ${OBJECTDIR}/_ext/22353991/TP_Rx_Full.o ${OBJECTDIR}/_ext/22353991/TP_Rx_Lite.o ${OBJECTDIR}/_ext/22353991/TP_Tx.o ${OBJECTDIR}/_ext/22353991/TP_Tx_Full.o ${OBJECTDIR}/_ext/22353991/TP_Tx_Lite.o ${OBJECTDIR}/_ext/22353990/Iso15765_3_EcuResetTask.o ${OBJECTDIR}/_ext/22353990/Iso15765_3_Funcions.o ${OBJECTDIR}/_ext/22353990/Iso15765_3_RequestRespondCtrl.o ${OBJECTDIR}/_ext/22353990/Iso15765_3_SessionCtrlTask.o ${OBJECTDIR}/_ext/1802317902/Dem.o ${OBJECTDIR}/_ext/1802317902/Dem_Debounce.o ${OBJECTDIR}/_ext/1802317902/Dem_Extension.o ${OBJECTDIR}/_ext/1802317902/Dem_LCfg.o ${OBJECTDIR}/_ext/467908807/SysDiagDetect.o ${OBJECTDIR}/_ext/1498712618/TP_CFG.o ${OBJECTDIR}/_ext/605365704/UdsServerCallbacks_H61L.o ${OBJECTDIR}/_ext/1802333190/UDS_CoreServices_CB.o ${OBJECTDIR}/_ext/1802333190/UDS_DIDNvm.o ${OBJECTDIR}/_ext/1802333190/UDS_DiDRead_CB.o ${OBJECTDIR}/_ext/1802333190/UDS_DiDWrite_CB.o ${OBJECTDIR}/_ext/1802333190/UDS_IORoutineControl.o ${OBJECTDIR}/_ext/1802333190/UDS_Services_Common.o ${OBJECTDIR}/_ext/2142047477/forcedetect.o ${OBJECTDIR}/_ext/2142047477/forceSnsr.o ${OBJECTDIR}/_ext/2142047477/forceSnsr_Cfg.o ${OBJECTDIR}/_ext/984511487/FunctionState.o ${OBJECTDIR}/_ext/206316669/OsekCom.o ${OBJECTDIR}/_ext/905407901/ACT_control_20ms.o ${OBJECTDIR}/_ext/905407901/CAN_0x307_1000ms_Control.o ${OBJECTDIR}/_ext/905407901/CAN_0x307_25ms_Control.o ${OBJECTDIR}/_ext/905407901/Get_0x309_CRC_10ms.o ${OBJECTDIR}/_ext/905407901/illumination_control_10ms.o ${OBJECTDIR}/_ext/905407901/LED_Control_10ms.o ${OBJECTDIR}/_ext/905407901/P417_SWTR_App.o ${OBJECTDIR}/_ext/905407901/P417_SWTR_App_data.o ${OBJECTDIR}/_ext/905407901/rt_sys_P417_SWTR_App_0.o ${OBJECTDIR}/_ext/905407901/rt_sys_P417_SWTR_App_5.o ${OBJECTDIR}/_ext/905407901/Set_0x309_RC_10ms.o ${OBJECTDIR}/_ext/905407901/Set_Diag_20ms.o ${OBJECTDIR}/_ext/905407901/TouchBoardXY_handle_4ms.o ${OBJECTDIR}/_ext/905407901/TouchBoard_0x307_Send_And_ACT_Req_4ms.o ${OBJECTDIR}/_ext/905407901/TouchBoard_0x309_Send_And_ACT_Req_10ms.o ${OBJECTDIR}/_ext/905407901/TouchBoard_Center_handle_4ms.o ${OBJECTDIR}/_ext/905407901/TouchBoard_Down_handle_4ms.o ${OBJECTDIR}/_ext/905407901/TouchBoard_Left_handle_4ms.o ${OBJECTDIR}/_ext/905407901/TouchBoard_Left_Right_Slide_handle_4ms.o ${OBJECTDIR}/_ext/905407901/TouchBoard_MENU_handle_4ms.o ${OBJECTDIR}/_ext/905407901/TouchBoard_Right_handle_4ms.o ${OBJECTDIR}/_ext/905407901/TouchBoard_Up_Down_Slide_handle_4ms.o ${OBJECTDIR}/_ext/905407901/TouchBoard_up_handle_4ms.o ${OBJECTDIR}/_ext/905407901/TouchBoard_VOICE_handle_4ms.o ${OBJECTDIR}/_ext/905407901/TouchBoard_VOL_handle_4ms.o ${OBJECTDIR}/_ext/905407901/TouchBoard_X_handle_10ms.o ${OBJECTDIR}/_ext/905407901/TouchBoard_Y_handle_10ms.o ${OBJECTDIR}/_ext/659835465/RTE.o ${OBJECTDIR}/_ext/1916463407/smartee.o ${OBJECTDIR}/_ext/624783131/SA51024.o ${OBJECTDIR}/_ext/624783131/SA51024_Cfg.o ${OBJECTDIR}/_ext/624783131/Speaker.o ${OBJECTDIR}/_ext/798729495/TLE926x.o ${OBJECTDIR}/_ext/798729495/TLE926x_SPI.o ${OBJECTDIR}/_ext/798729495/TLE926x_Main.o ${OBJECTDIR}/_ext/1720498337/TouchPanel.o ${OBJECTDIR}/_ext/1360937237/main.o # Source Files SOURCEFILES=../src/Calibration/calib.c ../src/config/mcal/peripheral/adc/plib_adc0.c ../src/config/mcal/peripheral/adc/plib_adc1.c ../src/config/mcal/peripheral/can/plib_can1.c ../src/config/mcal/peripheral/clock/plib_clock.c ../src/config/mcal/peripheral/cmcc/plib_cmcc.c ../src/config/mcal/peripheral/dac/plib_dac.c ../src/config/mcal/peripheral/evsys/plib_evsys.c ../src/config/mcal/peripheral/nvic/plib_nvic.c ../src/config/mcal/peripheral/nvmctrl/plib_nvmctrl.c ../src/config/mcal/peripheral/port/plib_port.c ../src/config/mcal/peripheral/rtc/plib_rtc_timer.c ../src/config/mcal/peripheral/sercom/i2c_master/plib_sercom1_i2c_master.c ../src/config/mcal/peripheral/sercom/spi_master/plib_sercom0_spi_master.c ../src/config/mcal/peripheral/systick/plib_systick.c ../src/config/mcal/peripheral/tc/plib_tc0.c ../src/config/mcal/peripheral/tcc/plib_tcc0.c ../src/config/mcal/peripheral/wdt/plib_wdt.c ../src/config/mcal/stdio/xc32_monitor.c ../src/config/mcal/touch/touch.c ../src/config/mcal/touch/touch_example.c ../src/config/mcal/initialization.c ../src/config/mcal/interrupts.c ../src/config/mcal/exceptions.c ../src/config/mcal/startup_xc32.c ../src/config/mcal/libc_syscalls.c ../src/DiagnosticR/Comp_HAL_Autosar_Wrappers/Timer.c ../src/DiagnosticR/Comp_ISO_15765_2/TP_Functions.c ../src/DiagnosticR/Comp_ISO_15765_2/TP_NetworkLayerLowerInterface_Rx.c ../src/DiagnosticR/Comp_ISO_15765_2/TP_NetworkLayerLowerInterface_Tx.c ../src/DiagnosticR/Comp_ISO_15765_2/TP_Rx.c ../src/DiagnosticR/Comp_ISO_15765_2/TP_RxFun.c ../src/DiagnosticR/Comp_ISO_15765_2/TP_Rx_Full.c ../src/DiagnosticR/Comp_ISO_15765_2/TP_Rx_Lite.c ../src/DiagnosticR/Comp_ISO_15765_2/TP_Tx.c ../src/DiagnosticR/Comp_ISO_15765_2/TP_Tx_Full.c ../src/DiagnosticR/Comp_ISO_15765_2/TP_Tx_Lite.c ../src/DiagnosticR/Comp_ISO_15765_3/Iso15765_3_EcuResetTask.c ../src/DiagnosticR/Comp_ISO_15765_3/Iso15765_3_Funcions.c ../src/DiagnosticR/Comp_ISO_15765_3/Iso15765_3_RequestRespondCtrl.c ../src/DiagnosticR/Comp_ISO_15765_3/Iso15765_3_SessionCtrlTask.c ../src/DiagnosticR/Dem/Dem.c ../src/DiagnosticR/Dem/Dem_Debounce.c ../src/DiagnosticR/Dem/Dem_Extension.c ../src/DiagnosticR/Dem/Dem_LCfg.c ../src/DiagnosticR/Sys_Diag_Detect/SysDiagDetect.c ../src/DiagnosticR/UDS/Iso15765_layer2/TP_CFG.c ../src/DiagnosticR/UDS/Iso15765_layer3/_h61/UdsServerCallbacks_H61L.c ../src/DiagnosticR/UDS/UDS_CoreServices_CB.c ../src/DiagnosticR/UDS/UDS_DIDNvm.c ../src/DiagnosticR/UDS/UDS_DiDRead_CB.c ../src/DiagnosticR/UDS/UDS_DiDWrite_CB.c ../src/DiagnosticR/UDS/UDS_IORoutineControl.c ../src/DiagnosticR/UDS/UDS_Services_Common.c ../src/forceSnsr/forcedetect.c ../src/forceSnsr/forceSnsr.c ../src/forceSnsr/forceSnsr_Cfg.c ../src/FunctionState/FunctionState.c ../src/OsekCom/OsekCom.c ../src/P417_SWTR_App_ert_rtw/ACT_control_20ms.c ../src/P417_SWTR_App_ert_rtw/CAN_0x307_1000ms_Control.c ../src/P417_SWTR_App_ert_rtw/CAN_0x307_25ms_Control.c ../src/P417_SWTR_App_ert_rtw/Get_0x309_CRC_10ms.c ../src/P417_SWTR_App_ert_rtw/illumination_control_10ms.c ../src/P417_SWTR_App_ert_rtw/LED_Control_10ms.c ../src/P417_SWTR_App_ert_rtw/P417_SWTR_App.c ../src/P417_SWTR_App_ert_rtw/P417_SWTR_App_data.c ../src/P417_SWTR_App_ert_rtw/rt_sys_P417_SWTR_App_0.c ../src/P417_SWTR_App_ert_rtw/rt_sys_P417_SWTR_App_5.c ../src/P417_SWTR_App_ert_rtw/Set_0x309_RC_10ms.c ../src/P417_SWTR_App_ert_rtw/Set_Diag_20ms.c ../src/P417_SWTR_App_ert_rtw/TouchBoardXY_handle_4ms.c ../src/P417_SWTR_App_ert_rtw/TouchBoard_0x307_Send_And_ACT_Req_4ms.c ../src/P417_SWTR_App_ert_rtw/TouchBoard_0x309_Send_And_ACT_Req_10ms.c ../src/P417_SWTR_App_ert_rtw/TouchBoard_Center_handle_4ms.c ../src/P417_SWTR_App_ert_rtw/TouchBoard_Down_handle_4ms.c ../src/P417_SWTR_App_ert_rtw/TouchBoard_Left_handle_4ms.c ../src/P417_SWTR_App_ert_rtw/TouchBoard_Left_Right_Slide_handle_4ms.c ../src/P417_SWTR_App_ert_rtw/TouchBoard_MENU_handle_4ms.c ../src/P417_SWTR_App_ert_rtw/TouchBoard_Right_handle_4ms.c ../src/P417_SWTR_App_ert_rtw/TouchBoard_Up_Down_Slide_handle_4ms.c ../src/P417_SWTR_App_ert_rtw/TouchBoard_up_handle_4ms.c ../src/P417_SWTR_App_ert_rtw/TouchBoard_VOICE_handle_4ms.c ../src/P417_SWTR_App_ert_rtw/TouchBoard_VOL_handle_4ms.c ../src/P417_SWTR_App_ert_rtw/TouchBoard_X_handle_10ms.c ../src/P417_SWTR_App_ert_rtw/TouchBoard_Y_handle_10ms.c ../src/RTE/RTE.c ../src/smartEE/smartee.c ../src/Speaker/SA51024.c ../src/Speaker/SA51024_Cfg.c ../src/Speaker/Speaker.c ../src/TLE9263/TLE926x.c ../src/TLE9263/TLE926x_SPI.c ../src/TLE9263/TLE926x_Main.c ../src/TouchPanel/TouchPanel.c ../src/main.c # Pack Options PACK_COMMON_OPTIONS=-I "${CMSIS_DIR}/CMSIS/Core/Include" CFLAGS= ASFLAGS= LDLIBSOPTIONS= ############# Tool locations ########################################## # If you copy a project from one host to another, the path where the # # compiler is installed may be different. # # If you open this project with MPLAB X in the new host, this # # makefile will be regenerated and the paths will be corrected. # ####################################################################### # fixDeps replaces a bunch of sed/cat/printf statements that slow down the build FIXDEPS=fixDeps .build-conf: ${BUILD_SUBPROJECTS} ifneq ($(INFORMATION_MESSAGE), ) @echo $(INFORMATION_MESSAGE) endif ${MAKE} -f nbproject/Makefile-mcal.mk ${DISTDIR}/p417_SWTR.X.${IMAGE_TYPE}.${OUTPUT_SUFFIX} MP_PROCESSOR_OPTION=ATSAME51J19A MP_LINKER_FILE_OPTION=,--script="..\src\config\mcal\ATSAME51J19A.ld" # ------------------------------------------------------------------------------------ # Rules for buildStep: assemble ifeq ($(TYPE_IMAGE), DEBUG_RUN) else endif # ------------------------------------------------------------------------------------ # Rules for buildStep: assembleWithPreprocess ifeq ($(TYPE_IMAGE), DEBUG_RUN) else endif # ------------------------------------------------------------------------------------ # Rules for buildStep: compile ifeq ($(TYPE_IMAGE), DEBUG_RUN) ${OBJECTDIR}/_ext/1958549552/calib.o: ../src/Calibration/calib.c .generated_files/flags/mcal/6b90a597921237fc0828ece9a7c5e308866ae7d6 .generated_files/flags/mcal/19aca898974f639a5713d79f6a59fd61d4a277f5 @${MKDIR} "${OBJECTDIR}/_ext/1958549552" @${RM} ${OBJECTDIR}/_ext/1958549552/calib.o.d @${RM} ${OBJECTDIR}/_ext/1958549552/calib.o ${MP_CC} $(MP_EXTRA_CC_PRE) -g -D__DEBUG -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -ffunction-sections -fdata-sections -fno-toplevel-reorder -fno-common -I"../src" -I"../src/config/mcal" -I"../src/packs/ATSAME51J19A_DFP" -I"../src/packs/CMSIS/" -I"../src/packs/CMSIS/CMSIS/Core/Include" -I"../src/Calibration" -I"../src/DiagnosticR" -I"../src/DiagnosticR/Comp_HAL_Autosar_Wrappers" -I"../src/DiagnosticR/Comp_ISO_15765_2" -I"../src/DiagnosticR/Comp_ISO_15765_3" -I"../src/DiagnosticR/Dem" -I"../src/DiagnosticR/FicOsek" -I"../src/DiagnosticR/Sys_Diag_Detect" -I"../src/DiagnosticR/UDS" -I"../src/DiagnosticR/UDS/Iso15765_layer2" -I"../src/DiagnosticR/UDS/Iso15765_layer3" -I"../src/DiagnosticR/UDS/Iso15765_layer3/_h61" -I"../src/DiagnosticR/UDS/ModelsInterfaces" -I"../src/DiagnosticR/_configurations" -I"../src/DiagnosticR/rte" -I"../src/FunctionState" -I"../src/OsekCom" -I"../src/P417_SWTR_App_ert_rtw" -I"../src/RTE" -I"../src/Speaker" -I"../src/TLE9263" -I"../src/TouchPanel" -I"../src/config/mcal/mcal.mhc" -I"../src/config/mcal/peripheral/adc" -I"../src/config/mcal/peripheral/can" -I"../src/config/mcal/peripheral/clock" -I"../src/config/mcal/peripheral/cmcc" -I"../src/config/mcal/peripheral/dac" -I"../src/config/mcal/peripheral/evsys" -I"../src/config/mcal/peripheral/nvic" -I"../src/config/mcal/peripheral/nvmctrl" -I"../src/config/mcal/peripheral/port" -I"../src/config/mcal/peripheral/rtc" -I"../src/config/mcal/peripheral/sercom" -I"../src/config/mcal/peripheral/systick" -I"../src/config/mcal/peripheral/tc" -I"../src/config/mcal/peripheral/tcc" -I"../src/config/mcal/stdio" -I"../src/config/mcal/touch" -I"../src/config/mcal/touch/lib" -I"../src/forceSnsr" -I"../src/packs/ATSAME51J19A_DFP/component" -I"../src/packs/ATSAME51J19A_DFP/instance" -I"../src/packs/ATSAME51J19A_DFP/pio" -I"../src/smartEE" -Werror -Wall -MP -MMD -MF "${OBJECTDIR}/_ext/1958549552/calib.o.d" -o ${OBJECTDIR}/_ext/1958549552/calib.o ../src/Calibration/calib.c -DXPRJ_mcal=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" ${PACK_COMMON_OPTIONS} ${OBJECTDIR}/_ext/1982922760/plib_adc0.o: ../src/config/mcal/peripheral/adc/plib_adc0.c .generated_files/flags/mcal/bb9bcfcc0c49cd5f14498b4f91b26f7a7ec066d8 .generated_files/flags/mcal/19aca898974f639a5713d79f6a59fd61d4a277f5 @${MKDIR} "${OBJECTDIR}/_ext/1982922760" @${RM} ${OBJECTDIR}/_ext/1982922760/plib_adc0.o.d @${RM} ${OBJECTDIR}/_ext/1982922760/plib_adc0.o ${MP_CC} $(MP_EXTRA_CC_PRE) -g -D__DEBUG -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -ffunction-sections -fdata-sections -fno-toplevel-reorder -fno-common -I"../src" -I"../src/config/mcal" -I"../src/packs/ATSAME51J19A_DFP" -I"../src/packs/CMSIS/" -I"../src/packs/CMSIS/CMSIS/Core/Include" -I"../src/Calibration" -I"../src/DiagnosticR" -I"../src/DiagnosticR/Comp_HAL_Autosar_Wrappers" -I"../src/DiagnosticR/Comp_ISO_15765_2" -I"../src/DiagnosticR/Comp_ISO_15765_3" -I"../src/DiagnosticR/Dem" -I"../src/DiagnosticR/FicOsek" -I"../src/DiagnosticR/Sys_Diag_Detect" -I"../src/DiagnosticR/UDS" -I"../src/DiagnosticR/UDS/Iso15765_layer2" -I"../src/DiagnosticR/UDS/Iso15765_layer3" -I"../src/DiagnosticR/UDS/Iso15765_layer3/_h61" -I"../src/DiagnosticR/UDS/ModelsInterfaces" -I"../src/DiagnosticR/_configurations" -I"../src/DiagnosticR/rte" -I"../src/FunctionState" -I"../src/OsekCom" -I"../src/P417_SWTR_App_ert_rtw" -I"../src/RTE" -I"../src/Speaker" -I"../src/TLE9263" -I"../src/TouchPanel" -I"../src/config/mcal/mcal.mhc" -I"../src/config/mcal/peripheral/adc" -I"../src/config/mcal/peripheral/can" -I"../src/config/mcal/peripheral/clock" -I"../src/config/mcal/peripheral/cmcc" -I"../src/config/mcal/peripheral/dac" -I"../src/config/mcal/peripheral/evsys" -I"../src/config/mcal/peripheral/nvic" -I"../src/config/mcal/peripheral/nvmctrl" -I"../src/config/mcal/peripheral/port" -I"../src/config/mcal/peripheral/rtc" -I"../src/config/mcal/peripheral/sercom" -I"../src/config/mcal/peripheral/systick" -I"../src/config/mcal/peripheral/tc" -I"../src/config/mcal/peripheral/tcc" -I"../src/config/mcal/stdio" -I"../src/config/mcal/touch" -I"../src/config/mcal/touch/lib" -I"../src/forceSnsr" -I"../src/packs/ATSAME51J19A_DFP/component" -I"../src/packs/ATSAME51J19A_DFP/instance" -I"../src/packs/ATSAME51J19A_DFP/pio" -I"../src/smartEE" -Werror -Wall -MP -MMD -MF "${OBJECTDIR}/_ext/1982922760/plib_adc0.o.d" -o ${OBJECTDIR}/_ext/1982922760/plib_adc0.o ../src/config/mcal/peripheral/adc/plib_adc0.c -DXPRJ_mcal=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" ${PACK_COMMON_OPTIONS} ${OBJECTDIR}/_ext/1982922760/plib_adc1.o: ../src/config/mcal/peripheral/adc/plib_adc1.c .generated_files/flags/mcal/bcf0aae74e9b9b2925e0b917aae3732c531f87ab .generated_files/flags/mcal/19aca898974f639a5713d79f6a59fd61d4a277f5 @${MKDIR} "${OBJECTDIR}/_ext/1982922760" @${RM} ${OBJECTDIR}/_ext/1982922760/plib_adc1.o.d @${RM} ${OBJECTDIR}/_ext/1982922760/plib_adc1.o ${MP_CC} $(MP_EXTRA_CC_PRE) -g -D__DEBUG -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -ffunction-sections -fdata-sections -fno-toplevel-reorder -fno-common -I"../src" -I"../src/config/mcal" -I"../src/packs/ATSAME51J19A_DFP" -I"../src/packs/CMSIS/" -I"../src/packs/CMSIS/CMSIS/Core/Include" -I"../src/Calibration" -I"../src/DiagnosticR" -I"../src/DiagnosticR/Comp_HAL_Autosar_Wrappers" -I"../src/DiagnosticR/Comp_ISO_15765_2" -I"../src/DiagnosticR/Comp_ISO_15765_3" -I"../src/DiagnosticR/Dem" -I"../src/DiagnosticR/FicOsek" -I"../src/DiagnosticR/Sys_Diag_Detect" -I"../src/DiagnosticR/UDS" -I"../src/DiagnosticR/UDS/Iso15765_layer2" -I"../src/DiagnosticR/UDS/Iso15765_layer3" -I"../src/DiagnosticR/UDS/Iso15765_layer3/_h61" -I"../src/DiagnosticR/UDS/ModelsInterfaces" -I"../src/DiagnosticR/_configurations" -I"../src/DiagnosticR/rte" -I"../src/FunctionState" -I"../src/OsekCom" -I"../src/P417_SWTR_App_ert_rtw" -I"../src/RTE" -I"../src/Speaker" -I"../src/TLE9263" -I"../src/TouchPanel" -I"../src/config/mcal/mcal.mhc" -I"../src/config/mcal/peripheral/adc" -I"../src/config/mcal/peripheral/can" -I"../src/config/mcal/peripheral/clock" -I"../src/config/mcal/peripheral/cmcc" -I"../src/config/mcal/peripheral/dac" -I"../src/config/mcal/peripheral/evsys" -I"../src/config/mcal/peripheral/nvic" -I"../src/config/mcal/peripheral/nvmctrl" -I"../src/config/mcal/peripheral/port" -I"../src/config/mcal/peripheral/rtc" -I"../src/config/mcal/peripheral/sercom" -I"../src/config/mcal/peripheral/systick" -I"../src/config/mcal/peripheral/tc" -I"../src/config/mcal/peripheral/tcc" -I"../src/config/mcal/stdio" -I"../src/config/mcal/touch" -I"../src/config/mcal/touch/lib" -I"../src/forceSnsr" -I"../src/packs/ATSAME51J19A_DFP/component" -I"../src/packs/ATSAME51J19A_DFP/instance" -I"../src/packs/ATSAME51J19A_DFP/pio" -I"../src/smartEE" -Werror -Wall -MP -MMD -MF "${OBJECTDIR}/_ext/1982922760/plib_adc1.o.d" -o ${OBJECTDIR}/_ext/1982922760/plib_adc1.o ../src/config/mcal/peripheral/adc/plib_adc1.c -DXPRJ_mcal=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" ${PACK_COMMON_OPTIONS} ${OBJECTDIR}/_ext/1982924600/plib_can1.o: ../src/config/mcal/peripheral/can/plib_can1.c .generated_files/flags/mcal/4494f743d11983f3a9e749bd22ef744a2ebc3821 .generated_files/flags/mcal/19aca898974f639a5713d79f6a59fd61d4a277f5 @${MKDIR} "${OBJECTDIR}/_ext/1982924600" @${RM} ${OBJECTDIR}/_ext/1982924600/plib_can1.o.d @${RM} ${OBJECTDIR}/_ext/1982924600/plib_can1.o ${MP_CC} $(MP_EXTRA_CC_PRE) -g -D__DEBUG -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -ffunction-sections -fdata-sections -fno-toplevel-reorder -fno-common -I"../src" -I"../src/config/mcal" -I"../src/packs/ATSAME51J19A_DFP" -I"../src/packs/CMSIS/" -I"../src/packs/CMSIS/CMSIS/Core/Include" -I"../src/Calibration" -I"../src/DiagnosticR" -I"../src/DiagnosticR/Comp_HAL_Autosar_Wrappers" -I"../src/DiagnosticR/Comp_ISO_15765_2" -I"../src/DiagnosticR/Comp_ISO_15765_3" -I"../src/DiagnosticR/Dem" -I"../src/DiagnosticR/FicOsek" -I"../src/DiagnosticR/Sys_Diag_Detect" -I"../src/DiagnosticR/UDS" -I"../src/DiagnosticR/UDS/Iso15765_layer2" -I"../src/DiagnosticR/UDS/Iso15765_layer3" -I"../src/DiagnosticR/UDS/Iso15765_layer3/_h61" -I"../src/DiagnosticR/UDS/ModelsInterfaces" -I"../src/DiagnosticR/_configurations" -I"../src/DiagnosticR/rte" -I"../src/FunctionState" -I"../src/OsekCom" -I"../src/P417_SWTR_App_ert_rtw" -I"../src/RTE" -I"../src/Speaker" -I"../src/TLE9263" -I"../src/TouchPanel" -I"../src/config/mcal/mcal.mhc" -I"../src/config/mcal/peripheral/adc" -I"../src/config/mcal/peripheral/can" -I"../src/config/mcal/peripheral/clock" -I"../src/config/mcal/peripheral/cmcc" -I"../src/config/mcal/peripheral/dac" -I"../src/config/mcal/peripheral/evsys" -I"../src/config/mcal/peripheral/nvic" -I"../src/config/mcal/peripheral/nvmctrl" -I"../src/config/mcal/peripheral/port" -I"../src/config/mcal/peripheral/rtc" -I"../src/config/mcal/peripheral/sercom" -I"../src/config/mcal/peripheral/systick" -I"../src/config/mcal/peripheral/tc" -I"../src/config/mcal/peripheral/tcc" -I"../src/config/mcal/stdio" -I"../src/config/mcal/touch" -I"../src/config/mcal/touch/lib" -I"../src/forceSnsr" -I"../src/packs/ATSAME51J19A_DFP/component" -I"../src/packs/ATSAME51J19A_DFP/instance" -I"../src/packs/ATSAME51J19A_DFP/pio" -I"../src/smartEE" -Werror -Wall -MP -MMD -MF "${OBJECTDIR}/_ext/1982924600/plib_can1.o.d" -o ${OBJECTDIR}/_ext/1982924600/plib_can1.o ../src/config/mcal/peripheral/can/plib_can1.c -DXPRJ_mcal=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" ${PACK_COMMON_OPTIONS} ${OBJECTDIR}/_ext/1374606986/plib_clock.o: ../src/config/mcal/peripheral/clock/plib_clock.c .generated_files/flags/mcal/f63cc01ebaf830c0fdb60489ef8ea5b63c64ace8 .generated_files/flags/mcal/19aca898974f639a5713d79f6a59fd61d4a277f5 @${MKDIR} "${OBJECTDIR}/_ext/1374606986" @${RM} ${OBJECTDIR}/_ext/1374606986/plib_clock.o.d @${RM} ${OBJECTDIR}/_ext/1374606986/plib_clock.o ${MP_CC} $(MP_EXTRA_CC_PRE) -g -D__DEBUG -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -ffunction-sections -fdata-sections -fno-toplevel-reorder -fno-common -I"../src" -I"../src/config/mcal" -I"../src/packs/ATSAME51J19A_DFP" -I"../src/packs/CMSIS/" -I"../src/packs/CMSIS/CMSIS/Core/Include" -I"../src/Calibration" -I"../src/DiagnosticR" -I"../src/DiagnosticR/Comp_HAL_Autosar_Wrappers" -I"../src/DiagnosticR/Comp_ISO_15765_2" -I"../src/DiagnosticR/Comp_ISO_15765_3" -I"../src/DiagnosticR/Dem" -I"../src/DiagnosticR/FicOsek" -I"../src/DiagnosticR/Sys_Diag_Detect" -I"../src/DiagnosticR/UDS" -I"../src/DiagnosticR/UDS/Iso15765_layer2" -I"../src/DiagnosticR/UDS/Iso15765_layer3" -I"../src/DiagnosticR/UDS/Iso15765_layer3/_h61" -I"../src/DiagnosticR/UDS/ModelsInterfaces" -I"../src/DiagnosticR/_configurations" -I"../src/DiagnosticR/rte" -I"../src/FunctionState" -I"../src/OsekCom" -I"../src/P417_SWTR_App_ert_rtw" -I"../src/RTE" -I"../src/Speaker" -I"../src/TLE9263" -I"../src/TouchPanel" -I"../src/config/mcal/mcal.mhc" -I"../src/config/mcal/peripheral/adc" -I"../src/config/mcal/peripheral/can" -I"../src/config/mcal/peripheral/clock" -I"../src/config/mcal/peripheral/cmcc" -I"../src/config/mcal/peripheral/dac" -I"../src/config/mcal/peripheral/evsys" -I"../src/config/mcal/peripheral/nvic" -I"../src/config/mcal/peripheral/nvmctrl" -I"../src/config/mcal/peripheral/port" -I"../src/config/mcal/peripheral/rtc" -I"../src/config/mcal/peripheral/sercom" -I"../src/config/mcal/peripheral/systick" -I"../src/config/mcal/peripheral/tc" -I"../src/config/mcal/peripheral/tcc" -I"../src/config/mcal/stdio" -I"../src/config/mcal/touch" -I"../src/config/mcal/touch/lib" -I"../src/forceSnsr" -I"../src/packs/ATSAME51J19A_DFP/component" -I"../src/packs/ATSAME51J19A_DFP/instance" -I"../src/packs/ATSAME51J19A_DFP/pio" -I"../src/smartEE" -Werror -Wall -MP -MMD -MF "${OBJECTDIR}/_ext/1374606986/plib_clock.o.d" -o ${OBJECTDIR}/_ext/1374606986/plib_clock.o ../src/config/mcal/peripheral/clock/plib_clock.c -DXPRJ_mcal=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" ${PACK_COMMON_OPTIONS} ${OBJECTDIR}/_ext/1341131746/plib_cmcc.o: ../src/config/mcal/peripheral/cmcc/plib_cmcc.c .generated_files/flags/mcal/a3cfca733acf14eb3b9ded7ea7e3f32a0f305e2a .generated_files/flags/mcal/19aca898974f639a5713d79f6a59fd61d4a277f5 @${MKDIR} "${OBJECTDIR}/_ext/1341131746" @${RM} ${OBJECTDIR}/_ext/1341131746/plib_cmcc.o.d @${RM} ${OBJECTDIR}/_ext/1341131746/plib_cmcc.o ${MP_CC} $(MP_EXTRA_CC_PRE) -g -D__DEBUG -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -ffunction-sections -fdata-sections -fno-toplevel-reorder -fno-common -I"../src" -I"../src/config/mcal" -I"../src/packs/ATSAME51J19A_DFP" -I"../src/packs/CMSIS/" -I"../src/packs/CMSIS/CMSIS/Core/Include" -I"../src/Calibration" -I"../src/DiagnosticR" -I"../src/DiagnosticR/Comp_HAL_Autosar_Wrappers" -I"../src/DiagnosticR/Comp_ISO_15765_2" -I"../src/DiagnosticR/Comp_ISO_15765_3" -I"../src/DiagnosticR/Dem" -I"../src/DiagnosticR/FicOsek" -I"../src/DiagnosticR/Sys_Diag_Detect" -I"../src/DiagnosticR/UDS" -I"../src/DiagnosticR/UDS/Iso15765_layer2" -I"../src/DiagnosticR/UDS/Iso15765_layer3" -I"../src/DiagnosticR/UDS/Iso15765_layer3/_h61" -I"../src/DiagnosticR/UDS/ModelsInterfaces" -I"../src/DiagnosticR/_configurations" -I"../src/DiagnosticR/rte" -I"../src/FunctionState" -I"../src/OsekCom" -I"../src/P417_SWTR_App_ert_rtw" -I"../src/RTE" -I"../src/Speaker" -I"../src/TLE9263" -I"../src/TouchPanel" -I"../src/config/mcal/mcal.mhc" -I"../src/config/mcal/peripheral/adc" -I"../src/config/mcal/peripheral/can" -I"../src/config/mcal/peripheral/clock" -I"../src/config/mcal/peripheral/cmcc" -I"../src/config/mcal/peripheral/dac" -I"../src/config/mcal/peripheral/evsys" -I"../src/config/mcal/peripheral/nvic" -I"../src/config/mcal/peripheral/nvmctrl" -I"../src/config/mcal/peripheral/port" -I"../src/config/mcal/peripheral/rtc" -I"../src/config/mcal/peripheral/sercom" -I"../src/config/mcal/peripheral/systick" -I"../src/config/mcal/peripheral/tc" -I"../src/config/mcal/peripheral/tcc" -I"../src/config/mcal/stdio" -I"../src/config/mcal/touch" -I"../src/config/mcal/touch/lib" -I"../src/forceSnsr" -I"../src/packs/ATSAME51J19A_DFP/component" -I"../src/packs/ATSAME51J19A_DFP/instance" -I"../src/packs/ATSAME51J19A_DFP/pio" -I"../src/smartEE" -Werror -Wall -MP -MMD -MF "${OBJECTDIR}/_ext/1341131746/plib_cmcc.o.d" -o ${OBJECTDIR}/_ext/1341131746/plib_cmcc.o ../src/config/mcal/peripheral/cmcc/plib_cmcc.c -DXPRJ_mcal=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" ${PACK_COMMON_OPTIONS} ${OBJECTDIR}/_ext/1982925550/plib_dac.o: ../src/config/mcal/peripheral/dac/plib_dac.c .generated_files/flags/mcal/4f504c7647897bb666720e6cd822fc6c3f09c630 .generated_files/flags/mcal/19aca898974f639a5713d79f6a59fd61d4a277f5 @${MKDIR} "${OBJECTDIR}/_ext/1982925550" @${RM} ${OBJECTDIR}/_ext/1982925550/plib_dac.o.d @${RM} ${OBJECTDIR}/_ext/1982925550/plib_dac.o ${MP_CC} $(MP_EXTRA_CC_PRE) -g -D__DEBUG -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -ffunction-sections -fdata-sections -fno-toplevel-reorder -fno-common -I"../src" -I"../src/config/mcal" -I"../src/packs/ATSAME51J19A_DFP" -I"../src/packs/CMSIS/" -I"../src/packs/CMSIS/CMSIS/Core/Include" -I"../src/Calibration" -I"../src/DiagnosticR" -I"../src/DiagnosticR/Comp_HAL_Autosar_Wrappers" -I"../src/DiagnosticR/Comp_ISO_15765_2" -I"../src/DiagnosticR/Comp_ISO_15765_3" -I"../src/DiagnosticR/Dem" -I"../src/DiagnosticR/FicOsek" -I"../src/DiagnosticR/Sys_Diag_Detect" -I"../src/DiagnosticR/UDS" -I"../src/DiagnosticR/UDS/Iso15765_layer2" -I"../src/DiagnosticR/UDS/Iso15765_layer3" -I"../src/DiagnosticR/UDS/Iso15765_layer3/_h61" -I"../src/DiagnosticR/UDS/ModelsInterfaces" -I"../src/DiagnosticR/_configurations" -I"../src/DiagnosticR/rte" -I"../src/FunctionState" -I"../src/OsekCom" -I"../src/P417_SWTR_App_ert_rtw" -I"../src/RTE" -I"../src/Speaker" -I"../src/TLE9263" -I"../src/TouchPanel" -I"../src/config/mcal/mcal.mhc" -I"../src/config/mcal/peripheral/adc" -I"../src/config/mcal/peripheral/can" -I"../src/config/mcal/peripheral/clock" -I"../src/config/mcal/peripheral/cmcc" -I"../src/config/mcal/peripheral/dac" -I"../src/config/mcal/peripheral/evsys" -I"../src/config/mcal/peripheral/nvic" -I"../src/config/mcal/peripheral/nvmctrl" -I"../src/config/mcal/peripheral/port" -I"../src/config/mcal/peripheral/rtc" -I"../src/config/mcal/peripheral/sercom" -I"../src/config/mcal/peripheral/systick" -I"../src/config/mcal/peripheral/tc" -I"../src/config/mcal/peripheral/tcc" -I"../src/config/mcal/stdio" -I"../src/config/mcal/touch" -I"../src/config/mcal/touch/lib" -I"../src/forceSnsr" -I"../src/packs/ATSAME51J19A_DFP/component" -I"../src/packs/ATSAME51J19A_DFP/instance" -I"../src/packs/ATSAME51J19A_DFP/pio" -I"../src/smartEE" -Werror -Wall -MP -MMD -MF "${OBJECTDIR}/_ext/1982925550/plib_dac.o.d" -o ${OBJECTDIR}/_ext/1982925550/plib_dac.o ../src/config/mcal/peripheral/dac/plib_dac.c -DXPRJ_mcal=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" ${PACK_COMMON_OPTIONS} ${OBJECTDIR}/_ext/1372457500/plib_evsys.o: ../src/config/mcal/peripheral/evsys/plib_evsys.c .generated_files/flags/mcal/cb240c41a42ae9bfac95c1464c7dafafedc59594 .generated_files/flags/mcal/19aca898974f639a5713d79f6a59fd61d4a277f5 @${MKDIR} "${OBJECTDIR}/_ext/1372457500" @${RM} ${OBJECTDIR}/_ext/1372457500/plib_evsys.o.d @${RM} ${OBJECTDIR}/_ext/1372457500/plib_evsys.o ${MP_CC} $(MP_EXTRA_CC_PRE) -g -D__DEBUG -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -ffunction-sections -fdata-sections -fno-toplevel-reorder -fno-common -I"../src" -I"../src/config/mcal" -I"../src/packs/ATSAME51J19A_DFP" -I"../src/packs/CMSIS/" -I"../src/packs/CMSIS/CMSIS/Core/Include" -I"../src/Calibration" -I"../src/DiagnosticR" -I"../src/DiagnosticR/Comp_HAL_Autosar_Wrappers" -I"../src/DiagnosticR/Comp_ISO_15765_2" -I"../src/DiagnosticR/Comp_ISO_15765_3" -I"../src/DiagnosticR/Dem" -I"../src/DiagnosticR/FicOsek" -I"../src/DiagnosticR/Sys_Diag_Detect" -I"../src/DiagnosticR/UDS" -I"../src/DiagnosticR/UDS/Iso15765_layer2" -I"../src/DiagnosticR/UDS/Iso15765_layer3" -I"../src/DiagnosticR/UDS/Iso15765_layer3/_h61" -I"../src/DiagnosticR/UDS/ModelsInterfaces" -I"../src/DiagnosticR/_configurations" -I"../src/DiagnosticR/rte" -I"../src/FunctionState" -I"../src/OsekCom" -I"../src/P417_SWTR_App_ert_rtw" -I"../src/RTE" -I"../src/Speaker" -I"../src/TLE9263" -I"../src/TouchPanel" -I"../src/config/mcal/mcal.mhc" -I"../src/config/mcal/peripheral/adc" -I"../src/config/mcal/peripheral/can" -I"../src/config/mcal/peripheral/clock" -I"../src/config/mcal/peripheral/cmcc" -I"../src/config/mcal/peripheral/dac" -I"../src/config/mcal/peripheral/evsys" -I"../src/config/mcal/peripheral/nvic" -I"../src/config/mcal/peripheral/nvmctrl" -I"../src/config/mcal/peripheral/port" -I"../src/config/mcal/peripheral/rtc" -I"../src/config/mcal/peripheral/sercom" -I"../src/config/mcal/peripheral/systick" -I"../src/config/mcal/peripheral/tc" -I"../src/config/mcal/peripheral/tcc" -I"../src/config/mcal/stdio" -I"../src/config/mcal/touch" -I"../src/config/mcal/touch/lib" -I"../src/forceSnsr" -I"../src/packs/ATSAME51J19A_DFP/component" -I"../src/packs/ATSAME51J19A_DFP/instance" -I"../src/packs/ATSAME51J19A_DFP/pio" -I"../src/smartEE" -Werror -Wall -MP -MMD -MF "${OBJECTDIR}/_ext/1372457500/plib_evsys.o.d" -o ${OBJECTDIR}/_ext/1372457500/plib_evsys.o ../src/config/mcal/peripheral/evsys/plib_evsys.c -DXPRJ_mcal=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" ${PACK_COMMON_OPTIONS} ${OBJECTDIR}/_ext/1341468282/plib_nvic.o: ../src/config/mcal/peripheral/nvic/plib_nvic.c .generated_files/flags/mcal/669ee48c13a03195591643db33206393b2cbacd7 .generated_files/flags/mcal/19aca898974f639a5713d79f6a59fd61d4a277f5 @${MKDIR} "${OBJECTDIR}/_ext/1341468282" @${RM} ${OBJECTDIR}/_ext/1341468282/plib_nvic.o.d @${RM} ${OBJECTDIR}/_ext/1341468282/plib_nvic.o ${MP_CC} $(MP_EXTRA_CC_PRE) -g -D__DEBUG -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -ffunction-sections -fdata-sections -fno-toplevel-reorder -fno-common -I"../src" -I"../src/config/mcal" -I"../src/packs/ATSAME51J19A_DFP" -I"../src/packs/CMSIS/" -I"../src/packs/CMSIS/CMSIS/Core/Include" -I"../src/Calibration" -I"../src/DiagnosticR" -I"../src/DiagnosticR/Comp_HAL_Autosar_Wrappers" -I"../src/DiagnosticR/Comp_ISO_15765_2" -I"../src/DiagnosticR/Comp_ISO_15765_3" -I"../src/DiagnosticR/Dem" -I"../src/DiagnosticR/FicOsek" -I"../src/DiagnosticR/Sys_Diag_Detect" -I"../src/DiagnosticR/UDS" -I"../src/DiagnosticR/UDS/Iso15765_layer2" -I"../src/DiagnosticR/UDS/Iso15765_layer3" -I"../src/DiagnosticR/UDS/Iso15765_layer3/_h61" -I"../src/DiagnosticR/UDS/ModelsInterfaces" -I"../src/DiagnosticR/_configurations" -I"../src/DiagnosticR/rte" -I"../src/FunctionState" -I"../src/OsekCom" -I"../src/P417_SWTR_App_ert_rtw" -I"../src/RTE" -I"../src/Speaker" -I"../src/TLE9263" -I"../src/TouchPanel" -I"../src/config/mcal/mcal.mhc" -I"../src/config/mcal/peripheral/adc" -I"../src/config/mcal/peripheral/can" -I"../src/config/mcal/peripheral/clock" -I"../src/config/mcal/peripheral/cmcc" -I"../src/config/mcal/peripheral/dac" -I"../src/config/mcal/peripheral/evsys" -I"../src/config/mcal/peripheral/nvic" -I"../src/config/mcal/peripheral/nvmctrl" -I"../src/config/mcal/peripheral/port" -I"../src/config/mcal/peripheral/rtc" -I"../src/config/mcal/peripheral/sercom" -I"../src/config/mcal/peripheral/systick" -I"../src/config/mcal/peripheral/tc" -I"../src/config/mcal/peripheral/tcc" -I"../src/config/mcal/stdio" -I"../src/config/mcal/touch" -I"../src/config/mcal/touch/lib" -I"../src/forceSnsr" -I"../src/packs/ATSAME51J19A_DFP/component" -I"../src/packs/ATSAME51J19A_DFP/instance" -I"../src/packs/ATSAME51J19A_DFP/pio" -I"../src/smartEE" -Werror -Wall -MP -MMD -MF "${OBJECTDIR}/_ext/1341468282/plib_nvic.o.d" -o ${OBJECTDIR}/_ext/1341468282/plib_nvic.o ../src/config/mcal/peripheral/nvic/plib_nvic.c -DXPRJ_mcal=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" ${PACK_COMMON_OPTIONS} ${OBJECTDIR}/_ext/985291016/plib_nvmctrl.o: ../src/config/mcal/peripheral/nvmctrl/plib_nvmctrl.c .generated_files/flags/mcal/dee33b3777ce82f8e5802e0004d2b47af418ca78 .generated_files/flags/mcal/19aca898974f639a5713d79f6a59fd61d4a277f5 @${MKDIR} "${OBJECTDIR}/_ext/985291016" @${RM} ${OBJECTDIR}/_ext/985291016/plib_nvmctrl.o.d @${RM} ${OBJECTDIR}/_ext/985291016/plib_nvmctrl.o ${MP_CC} $(MP_EXTRA_CC_PRE) -g -D__DEBUG -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -ffunction-sections -fdata-sections -fno-toplevel-reorder -fno-common -I"../src" -I"../src/config/mcal" -I"../src/packs/ATSAME51J19A_DFP" -I"../src/packs/CMSIS/" -I"../src/packs/CMSIS/CMSIS/Core/Include" -I"../src/Calibration" -I"../src/DiagnosticR" -I"../src/DiagnosticR/Comp_HAL_Autosar_Wrappers" -I"../src/DiagnosticR/Comp_ISO_15765_2" -I"../src/DiagnosticR/Comp_ISO_15765_3" -I"../src/DiagnosticR/Dem" -I"../src/DiagnosticR/FicOsek" -I"../src/DiagnosticR/Sys_Diag_Detect" -I"../src/DiagnosticR/UDS" -I"../src/DiagnosticR/UDS/Iso15765_layer2" -I"../src/DiagnosticR/UDS/Iso15765_layer3" -I"../src/DiagnosticR/UDS/Iso15765_layer3/_h61" -I"../src/DiagnosticR/UDS/ModelsInterfaces" -I"../src/DiagnosticR/_configurations" -I"../src/DiagnosticR/rte" -I"../src/FunctionState" -I"../src/OsekCom" -I"../src/P417_SWTR_App_ert_rtw" -I"../src/RTE" -I"../src/Speaker" -I"../src/TLE9263" -I"../src/TouchPanel" -I"../src/config/mcal/mcal.mhc" -I"../src/config/mcal/peripheral/adc" -I"../src/config/mcal/peripheral/can" -I"../src/config/mcal/peripheral/clock" -I"../src/config/mcal/peripheral/cmcc" -I"../src/config/mcal/peripheral/dac" -I"../src/config/mcal/peripheral/evsys" -I"../src/config/mcal/peripheral/nvic" -I"../src/config/mcal/peripheral/nvmctrl" -I"../src/config/mcal/peripheral/port" -I"../src/config/mcal/peripheral/rtc" -I"../src/config/mcal/peripheral/sercom" -I"../src/config/mcal/peripheral/systick" -I"../src/config/mcal/peripheral/tc" -I"../src/config/mcal/peripheral/tcc" -I"../src/config/mcal/stdio" -I"../src/config/mcal/touch" -I"../src/config/mcal/touch/lib" -I"../src/forceSnsr" -I"../src/packs/ATSAME51J19A_DFP/component" -I"../src/packs/ATSAME51J19A_DFP/instance" -I"../src/packs/ATSAME51J19A_DFP/pio" -I"../src/smartEE" -Werror -Wall -MP -MMD -MF "${OBJECTDIR}/_ext/985291016/plib_nvmctrl.o.d" -o ${OBJECTDIR}/_ext/985291016/plib_nvmctrl.o ../src/config/mcal/peripheral/nvmctrl/plib_nvmctrl.c -DXPRJ_mcal=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" ${PACK_COMMON_OPTIONS} ${OBJECTDIR}/_ext/1341521433/plib_port.o: ../src/config/mcal/peripheral/port/plib_port.c .generated_files/flags/mcal/5d2eaf9de8a6e0a45f9dc03774ccc63dbe3365bb .generated_files/flags/mcal/19aca898974f639a5713d79f6a59fd61d4a277f5 @${MKDIR} "${OBJECTDIR}/_ext/1341521433" @${RM} ${OBJECTDIR}/_ext/1341521433/plib_port.o.d @${RM} ${OBJECTDIR}/_ext/1341521433/plib_port.o ${MP_CC} $(MP_EXTRA_CC_PRE) -g -D__DEBUG -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -ffunction-sections -fdata-sections -fno-toplevel-reorder -fno-common -I"../src" -I"../src/config/mcal" -I"../src/packs/ATSAME51J19A_DFP" -I"../src/packs/CMSIS/" -I"../src/packs/CMSIS/CMSIS/Core/Include" -I"../src/Calibration" -I"../src/DiagnosticR" -I"../src/DiagnosticR/Comp_HAL_Autosar_Wrappers" -I"../src/DiagnosticR/Comp_ISO_15765_2" -I"../src/DiagnosticR/Comp_ISO_15765_3" -I"../src/DiagnosticR/Dem" -I"../src/DiagnosticR/FicOsek" -I"../src/DiagnosticR/Sys_Diag_Detect" -I"../src/DiagnosticR/UDS" -I"../src/DiagnosticR/UDS/Iso15765_layer2" -I"../src/DiagnosticR/UDS/Iso15765_layer3" -I"../src/DiagnosticR/UDS/Iso15765_layer3/_h61" -I"../src/DiagnosticR/UDS/ModelsInterfaces" -I"../src/DiagnosticR/_configurations" -I"../src/DiagnosticR/rte" -I"../src/FunctionState" -I"../src/OsekCom" -I"../src/P417_SWTR_App_ert_rtw" -I"../src/RTE" -I"../src/Speaker" -I"../src/TLE9263" -I"../src/TouchPanel" -I"../src/config/mcal/mcal.mhc" -I"../src/config/mcal/peripheral/adc" -I"../src/config/mcal/peripheral/can" -I"../src/config/mcal/peripheral/clock" -I"../src/config/mcal/peripheral/cmcc" -I"../src/config/mcal/peripheral/dac" -I"../src/config/mcal/peripheral/evsys" -I"../src/config/mcal/peripheral/nvic" -I"../src/config/mcal/peripheral/nvmctrl" -I"../src/config/mcal/peripheral/port" -I"../src/config/mcal/peripheral/rtc" -I"../src/config/mcal/peripheral/sercom" -I"../src/config/mcal/peripheral/systick" -I"../src/config/mcal/peripheral/tc" -I"../src/config/mcal/peripheral/tcc" -I"../src/config/mcal/stdio" -I"../src/config/mcal/touch" -I"../src/config/mcal/touch/lib" -I"../src/forceSnsr" -I"../src/packs/ATSAME51J19A_DFP/component" -I"../src/packs/ATSAME51J19A_DFP/instance" -I"../src/packs/ATSAME51J19A_DFP/pio" -I"../src/smartEE" -Werror -Wall -MP -MMD -MF "${OBJECTDIR}/_ext/1341521433/plib_port.o.d" -o ${OBJECTDIR}/_ext/1341521433/plib_port.o ../src/config/mcal/peripheral/port/plib_port.c -DXPRJ_mcal=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" ${PACK_COMMON_OPTIONS} ${OBJECTDIR}/_ext/1982939593/plib_rtc_timer.o: ../src/config/mcal/peripheral/rtc/plib_rtc_timer.c .generated_files/flags/mcal/9a44b7b2cfe40352638ae232b9ce5e10ee5258b0 .generated_files/flags/mcal/19aca898974f639a5713d79f6a59fd61d4a277f5 @${MKDIR} "${OBJECTDIR}/_ext/1982939593" @${RM} ${OBJECTDIR}/_ext/1982939593/plib_rtc_timer.o.d @${RM} ${OBJECTDIR}/_ext/1982939593/plib_rtc_timer.o ${MP_CC} $(MP_EXTRA_CC_PRE) -g -D__DEBUG -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -ffunction-sections -fdata-sections -fno-toplevel-reorder -fno-common -I"../src" -I"../src/config/mcal" -I"../src/packs/ATSAME51J19A_DFP" -I"../src/packs/CMSIS/" -I"../src/packs/CMSIS/CMSIS/Core/Include" -I"../src/Calibration" -I"../src/DiagnosticR" -I"../src/DiagnosticR/Comp_HAL_Autosar_Wrappers" -I"../src/DiagnosticR/Comp_ISO_15765_2" -I"../src/DiagnosticR/Comp_ISO_15765_3" -I"../src/DiagnosticR/Dem" -I"../src/DiagnosticR/FicOsek" -I"../src/DiagnosticR/Sys_Diag_Detect" -I"../src/DiagnosticR/UDS" -I"../src/DiagnosticR/UDS/Iso15765_layer2" -I"../src/DiagnosticR/UDS/Iso15765_layer3" -I"../src/DiagnosticR/UDS/Iso15765_layer3/_h61" -I"../src/DiagnosticR/UDS/ModelsInterfaces" -I"../src/DiagnosticR/_configurations" -I"../src/DiagnosticR/rte" -I"../src/FunctionState" -I"../src/OsekCom" -I"../src/P417_SWTR_App_ert_rtw" -I"../src/RTE" -I"../src/Speaker" -I"../src/TLE9263" -I"../src/TouchPanel" -I"../src/config/mcal/mcal.mhc" -I"../src/config/mcal/peripheral/adc" -I"../src/config/mcal/peripheral/can" -I"../src/config/mcal/peripheral/clock" -I"../src/config/mcal/peripheral/cmcc" -I"../src/config/mcal/peripheral/dac" -I"../src/config/mcal/peripheral/evsys" -I"../src/config/mcal/peripheral/nvic" -I"../src/config/mcal/peripheral/nvmctrl" -I"../src/config/mcal/peripheral/port" -I"../src/config/mcal/peripheral/rtc" -I"../src/config/mcal/peripheral/sercom" -I"../src/config/mcal/peripheral/systick" -I"../src/config/mcal/peripheral/tc" -I"../src/config/mcal/peripheral/tcc" -I"../src/config/mcal/stdio" -I"../src/config/mcal/touch" -I"../src/config/mcal/touch/lib" -I"../src/forceSnsr" -I"../src/packs/ATSAME51J19A_DFP/component" -I"../src/packs/ATSAME51J19A_DFP/instance" -I"../src/packs/ATSAME51J19A_DFP/pio" -I"../src/smartEE" -Werror -Wall -MP -MMD -MF "${OBJECTDIR}/_ext/1982939593/plib_rtc_timer.o.d" -o ${OBJECTDIR}/_ext/1982939593/plib_rtc_timer.o ../src/config/mcal/peripheral/rtc/plib_rtc_timer.c -DXPRJ_mcal=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" ${PACK_COMMON_OPTIONS} ${OBJECTDIR}/_ext/24027325/plib_sercom1_i2c_master.o: ../src/config/mcal/peripheral/sercom/i2c_master/plib_sercom1_i2c_master.c .generated_files/flags/mcal/369940fd07d65861bd67034ca5124ad45b83c024 .generated_files/flags/mcal/19aca898974f639a5713d79f6a59fd61d4a277f5 @${MKDIR} "${OBJECTDIR}/_ext/24027325" @${RM} ${OBJECTDIR}/_ext/24027325/plib_sercom1_i2c_master.o.d @${RM} ${OBJECTDIR}/_ext/24027325/plib_sercom1_i2c_master.o ${MP_CC} $(MP_EXTRA_CC_PRE) -g -D__DEBUG -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -ffunction-sections -fdata-sections -fno-toplevel-reorder -fno-common -I"../src" -I"../src/config/mcal" -I"../src/packs/ATSAME51J19A_DFP" -I"../src/packs/CMSIS/" -I"../src/packs/CMSIS/CMSIS/Core/Include" -I"../src/Calibration" -I"../src/DiagnosticR" -I"../src/DiagnosticR/Comp_HAL_Autosar_Wrappers" -I"../src/DiagnosticR/Comp_ISO_15765_2" -I"../src/DiagnosticR/Comp_ISO_15765_3" -I"../src/DiagnosticR/Dem" -I"../src/DiagnosticR/FicOsek" -I"../src/DiagnosticR/Sys_Diag_Detect" -I"../src/DiagnosticR/UDS" -I"../src/DiagnosticR/UDS/Iso15765_layer2" -I"../src/DiagnosticR/UDS/Iso15765_layer3" -I"../src/DiagnosticR/UDS/Iso15765_layer3/_h61" -I"../src/DiagnosticR/UDS/ModelsInterfaces" -I"../src/DiagnosticR/_configurations" -I"../src/DiagnosticR/rte" -I"../src/FunctionState" -I"../src/OsekCom" -I"../src/P417_SWTR_App_ert_rtw" -I"../src/RTE" -I"../src/Speaker" -I"../src/TLE9263" -I"../src/TouchPanel" -I"../src/config/mcal/mcal.mhc" -I"../src/config/mcal/peripheral/adc" -I"../src/config/mcal/peripheral/can" -I"../src/config/mcal/peripheral/clock" -I"../src/config/mcal/peripheral/cmcc" -I"../src/config/mcal/peripheral/dac" -I"../src/config/mcal/peripheral/evsys" -I"../src/config/mcal/peripheral/nvic" -I"../src/config/mcal/peripheral/nvmctrl" -I"../src/config/mcal/peripheral/port" -I"../src/config/mcal/peripheral/rtc" -I"../src/config/mcal/peripheral/sercom" -I"../src/config/mcal/peripheral/systick" -I"../src/config/mcal/peripheral/tc" -I"../src/config/mcal/peripheral/tcc" -I"../src/config/mcal/stdio" -I"../src/config/mcal/touch" -I"../src/config/mcal/touch/lib" -I"../src/forceSnsr" -I"../src/packs/ATSAME51J19A_DFP/component" -I"../src/packs/ATSAME51J19A_DFP/instance" -I"../src/packs/ATSAME51J19A_DFP/pio" -I"../src/smartEE" -Werror -Wall -MP -MMD -MF "${OBJECTDIR}/_ext/24027325/plib_sercom1_i2c_master.o.d" -o ${OBJECTDIR}/_ext/24027325/plib_sercom1_i2c_master.o ../src/config/mcal/peripheral/sercom/i2c_master/plib_sercom1_i2c_master.c -DXPRJ_mcal=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" ${PACK_COMMON_OPTIONS} ${OBJECTDIR}/_ext/467207317/plib_sercom0_spi_master.o: ../src/config/mcal/peripheral/sercom/spi_master/plib_sercom0_spi_master.c .generated_files/flags/mcal/696fe1f83df70b56ac461c2d960f8c76ae87057b .generated_files/flags/mcal/19aca898974f639a5713d79f6a59fd61d4a277f5 @${MKDIR} "${OBJECTDIR}/_ext/467207317" @${RM} ${OBJECTDIR}/_ext/467207317/plib_sercom0_spi_master.o.d @${RM} ${OBJECTDIR}/_ext/467207317/plib_sercom0_spi_master.o ${MP_CC} $(MP_EXTRA_CC_PRE) -g -D__DEBUG -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -ffunction-sections -fdata-sections -fno-toplevel-reorder -fno-common -I"../src" -I"../src/config/mcal" -I"../src/packs/ATSAME51J19A_DFP" -I"../src/packs/CMSIS/" -I"../src/packs/CMSIS/CMSIS/Core/Include" -I"../src/Calibration" -I"../src/DiagnosticR" -I"../src/DiagnosticR/Comp_HAL_Autosar_Wrappers" -I"../src/DiagnosticR/Comp_ISO_15765_2" -I"../src/DiagnosticR/Comp_ISO_15765_3" -I"../src/DiagnosticR/Dem" -I"../src/DiagnosticR/FicOsek" -I"../src/DiagnosticR/Sys_Diag_Detect" -I"../src/DiagnosticR/UDS" -I"../src/DiagnosticR/UDS/Iso15765_layer2" -I"../src/DiagnosticR/UDS/Iso15765_layer3" -I"../src/DiagnosticR/UDS/Iso15765_layer3/_h61" -I"../src/DiagnosticR/UDS/ModelsInterfaces" -I"../src/DiagnosticR/_configurations" -I"../src/DiagnosticR/rte" -I"../src/FunctionState" -I"../src/OsekCom" -I"../src/P417_SWTR_App_ert_rtw" -I"../src/RTE" -I"../src/Speaker" -I"../src/TLE9263" -I"../src/TouchPanel" -I"../src/config/mcal/mcal.mhc" -I"../src/config/mcal/peripheral/adc" -I"../src/config/mcal/peripheral/can" -I"../src/config/mcal/peripheral/clock" -I"../src/config/mcal/peripheral/cmcc" -I"../src/config/mcal/peripheral/dac" -I"../src/config/mcal/peripheral/evsys" -I"../src/config/mcal/peripheral/nvic" -I"../src/config/mcal/peripheral/nvmctrl" -I"../src/config/mcal/peripheral/port" -I"../src/config/mcal/peripheral/rtc" -I"../src/config/mcal/peripheral/sercom" -I"../src/config/mcal/peripheral/systick" -I"../src/config/mcal/peripheral/tc" -I"../src/config/mcal/peripheral/tcc" -I"../src/config/mcal/stdio" -I"../src/config/mcal/touch" -I"../src/config/mcal/touch/lib" -I"../src/forceSnsr" -I"../src/packs/ATSAME51J19A_DFP/component" -I"../src/packs/ATSAME51J19A_DFP/instance" -I"../src/packs/ATSAME51J19A_DFP/pio" -I"../src/smartEE" -Werror -Wall -MP -MMD -MF "${OBJECTDIR}/_ext/467207317/plib_sercom0_spi_master.o.d" -o ${OBJECTDIR}/_ext/467207317/plib_sercom0_spi_master.o ../src/config/mcal/peripheral/sercom/spi_master/plib_sercom0_spi_master.c -DXPRJ_mcal=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" ${PACK_COMMON_OPTIONS} ${OBJECTDIR}/_ext/750815918/plib_systick.o: ../src/config/mcal/peripheral/systick/plib_systick.c .generated_files/flags/mcal/d8fe4c598a044cae4f0e780e6616d38efb3db809 .generated_files/flags/mcal/19aca898974f639a5713d79f6a59fd61d4a277f5 @${MKDIR} "${OBJECTDIR}/_ext/750815918" @${RM} ${OBJECTDIR}/_ext/750815918/plib_systick.o.d @${RM} ${OBJECTDIR}/_ext/750815918/plib_systick.o ${MP_CC} $(MP_EXTRA_CC_PRE) -g -D__DEBUG -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -ffunction-sections -fdata-sections -fno-toplevel-reorder -fno-common -I"../src" -I"../src/config/mcal" -I"../src/packs/ATSAME51J19A_DFP" -I"../src/packs/CMSIS/" -I"../src/packs/CMSIS/CMSIS/Core/Include" -I"../src/Calibration" -I"../src/DiagnosticR" -I"../src/DiagnosticR/Comp_HAL_Autosar_Wrappers" -I"../src/DiagnosticR/Comp_ISO_15765_2" -I"../src/DiagnosticR/Comp_ISO_15765_3" -I"../src/DiagnosticR/Dem" -I"../src/DiagnosticR/FicOsek" -I"../src/DiagnosticR/Sys_Diag_Detect" -I"../src/DiagnosticR/UDS" -I"../src/DiagnosticR/UDS/Iso15765_layer2" -I"../src/DiagnosticR/UDS/Iso15765_layer3" -I"../src/DiagnosticR/UDS/Iso15765_layer3/_h61" -I"../src/DiagnosticR/UDS/ModelsInterfaces" -I"../src/DiagnosticR/_configurations" -I"../src/DiagnosticR/rte" -I"../src/FunctionState" -I"../src/OsekCom" -I"../src/P417_SWTR_App_ert_rtw" -I"../src/RTE" -I"../src/Speaker" -I"../src/TLE9263" -I"../src/TouchPanel" -I"../src/config/mcal/mcal.mhc" -I"../src/config/mcal/peripheral/adc" -I"../src/config/mcal/peripheral/can" -I"../src/config/mcal/peripheral/clock" -I"../src/config/mcal/peripheral/cmcc" -I"../src/config/mcal/peripheral/dac" -I"../src/config/mcal/peripheral/evsys" -I"../src/config/mcal/peripheral/nvic" -I"../src/config/mcal/peripheral/nvmctrl" -I"../src/config/mcal/peripheral/port" -I"../src/config/mcal/peripheral/rtc" -I"../src/config/mcal/peripheral/sercom" -I"../src/config/mcal/peripheral/systick" -I"../src/config/mcal/peripheral/tc" -I"../src/config/mcal/peripheral/tcc" -I"../src/config/mcal/stdio" -I"../src/config/mcal/touch" -I"../src/config/mcal/touch/lib" -I"../src/forceSnsr" -I"../src/packs/ATSAME51J19A_DFP/component" -I"../src/packs/ATSAME51J19A_DFP/instance" -I"../src/packs/ATSAME51J19A_DFP/pio" -I"../src/smartEE" -Werror -Wall -MP -MMD -MF "${OBJECTDIR}/_ext/750815918/plib_systick.o.d" -o ${OBJECTDIR}/_ext/750815918/plib_systick.o ../src/config/mcal/peripheral/systick/plib_systick.c -DXPRJ_mcal=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" ${PACK_COMMON_OPTIONS} ${OBJECTDIR}/_ext/74581497/plib_tc0.o: ../src/config/mcal/peripheral/tc/plib_tc0.c .generated_files/flags/mcal/e3abd642b6f941d2d90dbeca782ecf8686608bf3 .generated_files/flags/mcal/19aca898974f639a5713d79f6a59fd61d4a277f5 @${MKDIR} "${OBJECTDIR}/_ext/74581497" @${RM} ${OBJECTDIR}/_ext/74581497/plib_tc0.o.d @${RM} ${OBJECTDIR}/_ext/74581497/plib_tc0.o ${MP_CC} $(MP_EXTRA_CC_PRE) -g -D__DEBUG -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -ffunction-sections -fdata-sections -fno-toplevel-reorder -fno-common -I"../src" -I"../src/config/mcal" -I"../src/packs/ATSAME51J19A_DFP" -I"../src/packs/CMSIS/" -I"../src/packs/CMSIS/CMSIS/Core/Include" -I"../src/Calibration" -I"../src/DiagnosticR" -I"../src/DiagnosticR/Comp_HAL_Autosar_Wrappers" -I"../src/DiagnosticR/Comp_ISO_15765_2" -I"../src/DiagnosticR/Comp_ISO_15765_3" -I"../src/DiagnosticR/Dem" -I"../src/DiagnosticR/FicOsek" -I"../src/DiagnosticR/Sys_Diag_Detect" -I"../src/DiagnosticR/UDS" -I"../src/DiagnosticR/UDS/Iso15765_layer2" -I"../src/DiagnosticR/UDS/Iso15765_layer3" -I"../src/DiagnosticR/UDS/Iso15765_layer3/_h61" -I"../src/DiagnosticR/UDS/ModelsInterfaces" -I"../src/DiagnosticR/_configurations" -I"../src/DiagnosticR/rte" -I"../src/FunctionState" -I"../src/OsekCom" -I"../src/P417_SWTR_App_ert_rtw" -I"../src/RTE" -I"../src/Speaker" -I"../src/TLE9263" -I"../src/TouchPanel" -I"../src/config/mcal/mcal.mhc" -I"../src/config/mcal/peripheral/adc" -I"../src/config/mcal/peripheral/can" -I"../src/config/mcal/peripheral/clock" -I"../src/config/mcal/peripheral/cmcc" -I"../src/config/mcal/peripheral/dac" -I"../src/config/mcal/peripheral/evsys" -I"../src/config/mcal/peripheral/nvic" -I"../src/config/mcal/peripheral/nvmctrl" -I"../src/config/mcal/peripheral/port" -I"../src/config/mcal/peripheral/rtc" -I"../src/config/mcal/peripheral/sercom" -I"../src/config/mcal/peripheral/systick" -I"../src/config/mcal/peripheral/tc" -I"../src/config/mcal/peripheral/tcc" -I"../src/config/mcal/stdio" -I"../src/config/mcal/touch" -I"../src/config/mcal/touch/lib" -I"../src/forceSnsr" -I"../src/packs/ATSAME51J19A_DFP/component" -I"../src/packs/ATSAME51J19A_DFP/instance" -I"../src/packs/ATSAME51J19A_DFP/pio" -I"../src/smartEE" -Werror -Wall -MP -MMD -MF "${OBJECTDIR}/_ext/74581497/plib_tc0.o.d" -o ${OBJECTDIR}/_ext/74581497/plib_tc0.o ../src/config/mcal/peripheral/tc/plib_tc0.c -DXPRJ_mcal=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" ${PACK_COMMON_OPTIONS} ${OBJECTDIR}/_ext/1982940988/plib_tcc0.o: ../src/config/mcal/peripheral/tcc/plib_tcc0.c .generated_files/flags/mcal/e39f68f359999aff49e5c72dcb74fa9a9319f3e4 .generated_files/flags/mcal/19aca898974f639a5713d79f6a59fd61d4a277f5 @${MKDIR} "${OBJECTDIR}/_ext/1982940988" @${RM} ${OBJECTDIR}/_ext/1982940988/plib_tcc0.o.d @${RM} ${OBJECTDIR}/_ext/1982940988/plib_tcc0.o ${MP_CC} $(MP_EXTRA_CC_PRE) -g -D__DEBUG -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -ffunction-sections -fdata-sections -fno-toplevel-reorder -fno-common -I"../src" -I"../src/config/mcal" -I"../src/packs/ATSAME51J19A_DFP" -I"../src/packs/CMSIS/" -I"../src/packs/CMSIS/CMSIS/Core/Include" -I"../src/Calibration" -I"../src/DiagnosticR" -I"../src/DiagnosticR/Comp_HAL_Autosar_Wrappers" -I"../src/DiagnosticR/Comp_ISO_15765_2" -I"../src/DiagnosticR/Comp_ISO_15765_3" -I"../src/DiagnosticR/Dem" -I"../src/DiagnosticR/FicOsek" -I"../src/DiagnosticR/Sys_Diag_Detect" -I"../src/DiagnosticR/UDS" -I"../src/DiagnosticR/UDS/Iso15765_layer2" -I"../src/DiagnosticR/UDS/Iso15765_layer3" -I"../src/DiagnosticR/UDS/Iso15765_layer3/_h61" -I"../src/DiagnosticR/UDS/ModelsInterfaces" -I"../src/DiagnosticR/_configurations" -I"../src/DiagnosticR/rte" -I"../src/FunctionState" -I"../src/OsekCom" -I"../src/P417_SWTR_App_ert_rtw" -I"../src/RTE" -I"../src/Speaker" -I"../src/TLE9263" -I"../src/TouchPanel" -I"../src/config/mcal/mcal.mhc" -I"../src/config/mcal/peripheral/adc" -I"../src/config/mcal/peripheral/can" -I"../src/config/mcal/peripheral/clock" -I"../src/config/mcal/peripheral/cmcc" -I"../src/config/mcal/peripheral/dac" -I"../src/config/mcal/peripheral/evsys" -I"../src/config/mcal/peripheral/nvic" -I"../src/config/mcal/peripheral/nvmctrl" -I"../src/config/mcal/peripheral/port" -I"../src/config/mcal/peripheral/rtc" -I"../src/config/mcal/peripheral/sercom" -I"../src/config/mcal/peripheral/systick" -I"../src/config/mcal/peripheral/tc" -I"../src/config/mcal/peripheral/tcc" -I"../src/config/mcal/stdio" -I"../src/config/mcal/touch" -I"../src/config/mcal/touch/lib" -I"../src/forceSnsr" -I"../src/packs/ATSAME51J19A_DFP/component" -I"../src/packs/ATSAME51J19A_DFP/instance" -I"../src/packs/ATSAME51J19A_DFP/pio" -I"../src/smartEE" -Werror -Wall -MP -MMD -MF "${OBJECTDIR}/_ext/1982940988/plib_tcc0.o.d" -o ${OBJECTDIR}/_ext/1982940988/plib_tcc0.o ../src/config/mcal/peripheral/tcc/plib_tcc0.c -DXPRJ_mcal=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" ${PACK_COMMON_OPTIONS} ${OBJECTDIR}/_ext/1982943919/plib_wdt.o: ../src/config/mcal/peripheral/wdt/plib_wdt.c .generated_files/flags/mcal/61b42cecb42184e68668d8a0c0ac06a7dd8f9433 .generated_files/flags/mcal/19aca898974f639a5713d79f6a59fd61d4a277f5 @${MKDIR} "${OBJECTDIR}/_ext/1982943919" @${RM} ${OBJECTDIR}/_ext/1982943919/plib_wdt.o.d @${RM} ${OBJECTDIR}/_ext/1982943919/plib_wdt.o ${MP_CC} $(MP_EXTRA_CC_PRE) -g -D__DEBUG -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -ffunction-sections -fdata-sections -fno-toplevel-reorder -fno-common -I"../src" -I"../src/config/mcal" -I"../src/packs/ATSAME51J19A_DFP" -I"../src/packs/CMSIS/" -I"../src/packs/CMSIS/CMSIS/Core/Include" -I"../src/Calibration" -I"../src/DiagnosticR" -I"../src/DiagnosticR/Comp_HAL_Autosar_Wrappers" -I"../src/DiagnosticR/Comp_ISO_15765_2" -I"../src/DiagnosticR/Comp_ISO_15765_3" -I"../src/DiagnosticR/Dem" -I"../src/DiagnosticR/FicOsek" -I"../src/DiagnosticR/Sys_Diag_Detect" -I"../src/DiagnosticR/UDS" -I"../src/DiagnosticR/UDS/Iso15765_layer2" -I"../src/DiagnosticR/UDS/Iso15765_layer3" -I"../src/DiagnosticR/UDS/Iso15765_layer3/_h61" -I"../src/DiagnosticR/UDS/ModelsInterfaces" -I"../src/DiagnosticR/_configurations" -I"../src/DiagnosticR/rte" -I"../src/FunctionState" -I"../src/OsekCom" -I"../src/P417_SWTR_App_ert_rtw" -I"../src/RTE" -I"../src/Speaker" -I"../src/TLE9263" -I"../src/TouchPanel" -I"../src/config/mcal/mcal.mhc" -I"../src/config/mcal/peripheral/adc" -I"../src/config/mcal/peripheral/can" -I"../src/config/mcal/peripheral/clock" -I"../src/config/mcal/peripheral/cmcc" -I"../src/config/mcal/peripheral/dac" -I"../src/config/mcal/peripheral/evsys" -I"../src/config/mcal/peripheral/nvic" -I"../src/config/mcal/peripheral/nvmctrl" -I"../src/config/mcal/peripheral/port" -I"../src/config/mcal/peripheral/rtc" -I"../src/config/mcal/peripheral/sercom" -I"../src/config/mcal/peripheral/systick" -I"../src/config/mcal/peripheral/tc" -I"../src/config/mcal/peripheral/tcc" -I"../src/config/mcal/stdio" -I"../src/config/mcal/touch" -I"../src/config/mcal/touch/lib" -I"../src/forceSnsr" -I"../src/packs/ATSAME51J19A_DFP/component" -I"../src/packs/ATSAME51J19A_DFP/instance" -I"../src/packs/ATSAME51J19A_DFP/pio" -I"../src/smartEE" -Werror -Wall -MP -MMD -MF "${OBJECTDIR}/_ext/1982943919/plib_wdt.o.d" -o ${OBJECTDIR}/_ext/1982943919/plib_wdt.o ../src/config/mcal/peripheral/wdt/plib_wdt.c -DXPRJ_mcal=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" ${PACK_COMMON_OPTIONS} ${OBJECTDIR}/_ext/118864466/xc32_monitor.o: ../src/config/mcal/stdio/xc32_monitor.c .generated_files/flags/mcal/eb256cd7dd6f27a87bcda3eca58676ea91c6bfb0 .generated_files/flags/mcal/19aca898974f639a5713d79f6a59fd61d4a277f5 @${MKDIR} "${OBJECTDIR}/_ext/118864466" @${RM} ${OBJECTDIR}/_ext/118864466/xc32_monitor.o.d @${RM} ${OBJECTDIR}/_ext/118864466/xc32_monitor.o ${MP_CC} $(MP_EXTRA_CC_PRE) -g -D__DEBUG -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -ffunction-sections -fdata-sections -fno-toplevel-reorder -fno-common -I"../src" -I"../src/config/mcal" -I"../src/packs/ATSAME51J19A_DFP" -I"../src/packs/CMSIS/" -I"../src/packs/CMSIS/CMSIS/Core/Include" -I"../src/Calibration" -I"../src/DiagnosticR" -I"../src/DiagnosticR/Comp_HAL_Autosar_Wrappers" -I"../src/DiagnosticR/Comp_ISO_15765_2" -I"../src/DiagnosticR/Comp_ISO_15765_3" -I"../src/DiagnosticR/Dem" -I"../src/DiagnosticR/FicOsek" -I"../src/DiagnosticR/Sys_Diag_Detect" -I"../src/DiagnosticR/UDS" -I"../src/DiagnosticR/UDS/Iso15765_layer2" -I"../src/DiagnosticR/UDS/Iso15765_layer3" -I"../src/DiagnosticR/UDS/Iso15765_layer3/_h61" -I"../src/DiagnosticR/UDS/ModelsInterfaces" -I"../src/DiagnosticR/_configurations" -I"../src/DiagnosticR/rte" -I"../src/FunctionState" -I"../src/OsekCom" -I"../src/P417_SWTR_App_ert_rtw" -I"../src/RTE" -I"../src/Speaker" -I"../src/TLE9263" -I"../src/TouchPanel" -I"../src/config/mcal/mcal.mhc" -I"../src/config/mcal/peripheral/adc" -I"../src/config/mcal/peripheral/can" -I"../src/config/mcal/peripheral/clock" -I"../src/config/mcal/peripheral/cmcc" -I"../src/config/mcal/peripheral/dac" -I"../src/config/mcal/peripheral/evsys" -I"../src/config/mcal/peripheral/nvic" -I"../src/config/mcal/peripheral/nvmctrl" -I"../src/config/mcal/peripheral/port" -I"../src/config/mcal/peripheral/rtc" -I"../src/config/mcal/peripheral/sercom" -I"../src/config/mcal/peripheral/systick" -I"../src/config/mcal/peripheral/tc" -I"../src/config/mcal/peripheral/tcc" -I"../src/config/mcal/stdio" -I"../src/config/mcal/touch" -I"../src/config/mcal/touch/lib" -I"../src/forceSnsr" -I"../src/packs/ATSAME51J19A_DFP/component" -I"../src/packs/ATSAME51J19A_DFP/instance" -I"../src/packs/ATSAME51J19A_DFP/pio" -I"../src/smartEE" -Werror -Wall -MP -MMD -MF "${OBJECTDIR}/_ext/118864466/xc32_monitor.o.d" -o ${OBJECTDIR}/_ext/118864466/xc32_monitor.o ../src/config/mcal/stdio/xc32_monitor.c -DXPRJ_mcal=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" ${PACK_COMMON_OPTIONS} ${OBJECTDIR}/_ext/118073756/touch.o: ../src/config/mcal/touch/touch.c .generated_files/flags/mcal/9807e319a536069e5630d0fbd0592eb6bd85d78b .generated_files/flags/mcal/19aca898974f639a5713d79f6a59fd61d4a277f5 @${MKDIR} "${OBJECTDIR}/_ext/118073756" @${RM} ${OBJECTDIR}/_ext/118073756/touch.o.d @${RM} ${OBJECTDIR}/_ext/118073756/touch.o ${MP_CC} $(MP_EXTRA_CC_PRE) -g -D__DEBUG -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -ffunction-sections -fdata-sections -fno-toplevel-reorder -fno-common -I"../src" -I"../src/config/mcal" -I"../src/packs/ATSAME51J19A_DFP" -I"../src/packs/CMSIS/" -I"../src/packs/CMSIS/CMSIS/Core/Include" -I"../src/Calibration" -I"../src/DiagnosticR" -I"../src/DiagnosticR/Comp_HAL_Autosar_Wrappers" -I"../src/DiagnosticR/Comp_ISO_15765_2" -I"../src/DiagnosticR/Comp_ISO_15765_3" -I"../src/DiagnosticR/Dem" -I"../src/DiagnosticR/FicOsek" -I"../src/DiagnosticR/Sys_Diag_Detect" -I"../src/DiagnosticR/UDS" -I"../src/DiagnosticR/UDS/Iso15765_layer2" -I"../src/DiagnosticR/UDS/Iso15765_layer3" -I"../src/DiagnosticR/UDS/Iso15765_layer3/_h61" -I"../src/DiagnosticR/UDS/ModelsInterfaces" -I"../src/DiagnosticR/_configurations" -I"../src/DiagnosticR/rte" -I"../src/FunctionState" -I"../src/OsekCom" -I"../src/P417_SWTR_App_ert_rtw" -I"../src/RTE" -I"../src/Speaker" -I"../src/TLE9263" -I"../src/TouchPanel" -I"../src/config/mcal/mcal.mhc" -I"../src/config/mcal/peripheral/adc" -I"../src/config/mcal/peripheral/can" -I"../src/config/mcal/peripheral/clock" -I"../src/config/mcal/peripheral/cmcc" -I"../src/config/mcal/peripheral/dac" -I"../src/config/mcal/peripheral/evsys" -I"../src/config/mcal/peripheral/nvic" -I"../src/config/mcal/peripheral/nvmctrl" -I"../src/config/mcal/peripheral/port" -I"../src/config/mcal/peripheral/rtc" -I"../src/config/mcal/peripheral/sercom" -I"../src/config/mcal/peripheral/systick" -I"../src/config/mcal/peripheral/tc" -I"../src/config/mcal/peripheral/tcc" -I"../src/config/mcal/stdio" -I"../src/config/mcal/touch" -I"../src/config/mcal/touch/lib" -I"../src/forceSnsr" -I"../src/packs/ATSAME51J19A_DFP/component" -I"../src/packs/ATSAME51J19A_DFP/instance" -I"../src/packs/ATSAME51J19A_DFP/pio" -I"../src/smartEE" -Werror -Wall -MP -MMD -MF "${OBJECTDIR}/_ext/118073756/touch.o.d" -o ${OBJECTDIR}/_ext/118073756/touch.o ../src/config/mcal/touch/touch.c -DXPRJ_mcal=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" ${PACK_COMMON_OPTIONS} ${OBJECTDIR}/_ext/118073756/touch_example.o: ../src/config/mcal/touch/touch_example.c .generated_files/flags/mcal/28c401afce3940c583610fdb9ac75b4953c0065c .generated_files/flags/mcal/19aca898974f639a5713d79f6a59fd61d4a277f5 @${MKDIR} "${OBJECTDIR}/_ext/118073756" @${RM} ${OBJECTDIR}/_ext/118073756/touch_example.o.d @${RM} ${OBJECTDIR}/_ext/118073756/touch_example.o ${MP_CC} $(MP_EXTRA_CC_PRE) -g -D__DEBUG -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -ffunction-sections -fdata-sections -fno-toplevel-reorder -fno-common -I"../src" -I"../src/config/mcal" -I"../src/packs/ATSAME51J19A_DFP" -I"../src/packs/CMSIS/" -I"../src/packs/CMSIS/CMSIS/Core/Include" -I"../src/Calibration" -I"../src/DiagnosticR" -I"../src/DiagnosticR/Comp_HAL_Autosar_Wrappers" -I"../src/DiagnosticR/Comp_ISO_15765_2" -I"../src/DiagnosticR/Comp_ISO_15765_3" -I"../src/DiagnosticR/Dem" -I"../src/DiagnosticR/FicOsek" -I"../src/DiagnosticR/Sys_Diag_Detect" -I"../src/DiagnosticR/UDS" -I"../src/DiagnosticR/UDS/Iso15765_layer2" -I"../src/DiagnosticR/UDS/Iso15765_layer3" -I"../src/DiagnosticR/UDS/Iso15765_layer3/_h61" -I"../src/DiagnosticR/UDS/ModelsInterfaces" -I"../src/DiagnosticR/_configurations" -I"../src/DiagnosticR/rte" -I"../src/FunctionState" -I"../src/OsekCom" -I"../src/P417_SWTR_App_ert_rtw" -I"../src/RTE" -I"../src/Speaker" -I"../src/TLE9263" -I"../src/TouchPanel" -I"../src/config/mcal/mcal.mhc" -I"../src/config/mcal/peripheral/adc" -I"../src/config/mcal/peripheral/can" -I"../src/config/mcal/peripheral/clock" -I"../src/config/mcal/peripheral/cmcc" -I"../src/config/mcal/peripheral/dac" -I"../src/config/mcal/peripheral/evsys" -I"../src/config/mcal/peripheral/nvic" -I"../src/config/mcal/peripheral/nvmctrl" -I"../src/config/mcal/peripheral/port" -I"../src/config/mcal/peripheral/rtc" -I"../src/config/mcal/peripheral/sercom" -I"../src/config/mcal/peripheral/systick" -I"../src/config/mcal/peripheral/tc" -I"../src/config/mcal/peripheral/tcc" -I"../src/config/mcal/stdio" -I"../src/config/mcal/touch" -I"../src/config/mcal/touch/lib" -I"../src/forceSnsr" -I"../src/packs/ATSAME51J19A_DFP/component" -I"../src/packs/ATSAME51J19A_DFP/instance" -I"../src/packs/ATSAME51J19A_DFP/pio" -I"../src/smartEE" -Werror -Wall -MP -MMD -MF "${OBJECTDIR}/_ext/118073756/touch_example.o.d" -o ${OBJECTDIR}/_ext/118073756/touch_example.o ../src/config/mcal/touch/touch_example.c -DXPRJ_mcal=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" ${PACK_COMMON_OPTIONS} ${OBJECTDIR}/_ext/779798284/initialization.o: ../src/config/mcal/initialization.c .generated_files/flags/mcal/29bad726193d6cc4ad12c8714cc1d59d4f9cd520 .generated_files/flags/mcal/19aca898974f639a5713d79f6a59fd61d4a277f5 @${MKDIR} "${OBJECTDIR}/_ext/779798284" @${RM} ${OBJECTDIR}/_ext/779798284/initialization.o.d @${RM} ${OBJECTDIR}/_ext/779798284/initialization.o ${MP_CC} $(MP_EXTRA_CC_PRE) -g -D__DEBUG -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -ffunction-sections -fdata-sections -fno-toplevel-reorder -fno-common -I"../src" -I"../src/config/mcal" -I"../src/packs/ATSAME51J19A_DFP" -I"../src/packs/CMSIS/" -I"../src/packs/CMSIS/CMSIS/Core/Include" -I"../src/Calibration" -I"../src/DiagnosticR" -I"../src/DiagnosticR/Comp_HAL_Autosar_Wrappers" -I"../src/DiagnosticR/Comp_ISO_15765_2" -I"../src/DiagnosticR/Comp_ISO_15765_3" -I"../src/DiagnosticR/Dem" -I"../src/DiagnosticR/FicOsek" -I"../src/DiagnosticR/Sys_Diag_Detect" -I"../src/DiagnosticR/UDS" -I"../src/DiagnosticR/UDS/Iso15765_layer2" -I"../src/DiagnosticR/UDS/Iso15765_layer3" -I"../src/DiagnosticR/UDS/Iso15765_layer3/_h61" -I"../src/DiagnosticR/UDS/ModelsInterfaces" -I"../src/DiagnosticR/_configurations" -I"../src/DiagnosticR/rte" -I"../src/FunctionState" -I"../src/OsekCom" -I"../src/P417_SWTR_App_ert_rtw" -I"../src/RTE" -I"../src/Speaker" -I"../src/TLE9263" -I"../src/TouchPanel" -I"../src/config/mcal/mcal.mhc" -I"../src/config/mcal/peripheral/adc" -I"../src/config/mcal/peripheral/can" -I"../src/config/mcal/peripheral/clock" -I"../src/config/mcal/peripheral/cmcc" -I"../src/config/mcal/peripheral/dac" -I"../src/config/mcal/peripheral/evsys" -I"../src/config/mcal/peripheral/nvic" -I"../src/config/mcal/peripheral/nvmctrl" -I"../src/config/mcal/peripheral/port" -I"../src/config/mcal/peripheral/rtc" -I"../src/config/mcal/peripheral/sercom" -I"../src/config/mcal/peripheral/systick" -I"../src/config/mcal/peripheral/tc" -I"../src/config/mcal/peripheral/tcc" -I"../src/config/mcal/stdio" -I"../src/config/mcal/touch" -I"../src/config/mcal/touch/lib" -I"../src/forceSnsr" -I"../src/packs/ATSAME51J19A_DFP/component" -I"../src/packs/ATSAME51J19A_DFP/instance" -I"../src/packs/ATSAME51J19A_DFP/pio" -I"../src/smartEE" -Werror -Wall -MP -MMD -MF "${OBJECTDIR}/_ext/779798284/initialization.o.d" -o ${OBJECTDIR}/_ext/779798284/initialization.o ../src/config/mcal/initialization.c -DXPRJ_mcal=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" ${PACK_COMMON_OPTIONS} ${OBJECTDIR}/_ext/779798284/interrupts.o: ../src/config/mcal/interrupts.c .generated_files/flags/mcal/b3df363efbc4c0dbf7fe7312f4e8004aeb080df8 .generated_files/flags/mcal/19aca898974f639a5713d79f6a59fd61d4a277f5 @${MKDIR} "${OBJECTDIR}/_ext/779798284" @${RM} ${OBJECTDIR}/_ext/779798284/interrupts.o.d @${RM} ${OBJECTDIR}/_ext/779798284/interrupts.o ${MP_CC} $(MP_EXTRA_CC_PRE) -g -D__DEBUG -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -ffunction-sections -fdata-sections -fno-toplevel-reorder -fno-common -I"../src" -I"../src/config/mcal" -I"../src/packs/ATSAME51J19A_DFP" -I"../src/packs/CMSIS/" -I"../src/packs/CMSIS/CMSIS/Core/Include" -I"../src/Calibration" -I"../src/DiagnosticR" -I"../src/DiagnosticR/Comp_HAL_Autosar_Wrappers" -I"../src/DiagnosticR/Comp_ISO_15765_2" -I"../src/DiagnosticR/Comp_ISO_15765_3" -I"../src/DiagnosticR/Dem" -I"../src/DiagnosticR/FicOsek" -I"../src/DiagnosticR/Sys_Diag_Detect" -I"../src/DiagnosticR/UDS" -I"../src/DiagnosticR/UDS/Iso15765_layer2" -I"../src/DiagnosticR/UDS/Iso15765_layer3" -I"../src/DiagnosticR/UDS/Iso15765_layer3/_h61" -I"../src/DiagnosticR/UDS/ModelsInterfaces" -I"../src/DiagnosticR/_configurations" -I"../src/DiagnosticR/rte" -I"../src/FunctionState" -I"../src/OsekCom" -I"../src/P417_SWTR_App_ert_rtw" -I"../src/RTE" -I"../src/Speaker" -I"../src/TLE9263" -I"../src/TouchPanel" -I"../src/config/mcal/mcal.mhc" -I"../src/config/mcal/peripheral/adc" -I"../src/config/mcal/peripheral/can" -I"../src/config/mcal/peripheral/clock" -I"../src/config/mcal/peripheral/cmcc" -I"../src/config/mcal/peripheral/dac" -I"../src/config/mcal/peripheral/evsys" -I"../src/config/mcal/peripheral/nvic" -I"../src/config/mcal/peripheral/nvmctrl" -I"../src/config/mcal/peripheral/port" -I"../src/config/mcal/peripheral/rtc" -I"../src/config/mcal/peripheral/sercom" -I"../src/config/mcal/peripheral/systick" -I"../src/config/mcal/peripheral/tc" -I"../src/config/mcal/peripheral/tcc" -I"../src/config/mcal/stdio" -I"../src/config/mcal/touch" -I"../src/config/mcal/touch/lib" -I"../src/forceSnsr" -I"../src/packs/ATSAME51J19A_DFP/component" -I"../src/packs/ATSAME51J19A_DFP/instance" -I"../src/packs/ATSAME51J19A_DFP/pio" -I"../src/smartEE" -Werror -Wall -MP -MMD -MF "${OBJECTDIR}/_ext/779798284/interrupts.o.d" -o ${OBJECTDIR}/_ext/779798284/interrupts.o ../src/config/mcal/interrupts.c -DXPRJ_mcal=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" ${PACK_COMMON_OPTIONS} ${OBJECTDIR}/_ext/779798284/exceptions.o: ../src/config/mcal/exceptions.c .generated_files/flags/mcal/206157dd9ca6f73c71646045c007f8e2712ecfa3 .generated_files/flags/mcal/19aca898974f639a5713d79f6a59fd61d4a277f5 @${MKDIR} "${OBJECTDIR}/_ext/779798284" @${RM} ${OBJECTDIR}/_ext/779798284/exceptions.o.d @${RM} ${OBJECTDIR}/_ext/779798284/exceptions.o ${MP_CC} $(MP_EXTRA_CC_PRE) -g -D__DEBUG -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -ffunction-sections -fdata-sections -fno-toplevel-reorder -fno-common -I"../src" -I"../src/config/mcal" -I"../src/packs/ATSAME51J19A_DFP" -I"../src/packs/CMSIS/" -I"../src/packs/CMSIS/CMSIS/Core/Include" -I"../src/Calibration" -I"../src/DiagnosticR" -I"../src/DiagnosticR/Comp_HAL_Autosar_Wrappers" -I"../src/DiagnosticR/Comp_ISO_15765_2" -I"../src/DiagnosticR/Comp_ISO_15765_3" -I"../src/DiagnosticR/Dem" -I"../src/DiagnosticR/FicOsek" -I"../src/DiagnosticR/Sys_Diag_Detect" -I"../src/DiagnosticR/UDS" -I"../src/DiagnosticR/UDS/Iso15765_layer2" -I"../src/DiagnosticR/UDS/Iso15765_layer3" -I"../src/DiagnosticR/UDS/Iso15765_layer3/_h61" -I"../src/DiagnosticR/UDS/ModelsInterfaces" -I"../src/DiagnosticR/_configurations" -I"../src/DiagnosticR/rte" -I"../src/FunctionState" -I"../src/OsekCom" -I"../src/P417_SWTR_App_ert_rtw" -I"../src/RTE" -I"../src/Speaker" -I"../src/TLE9263" -I"../src/TouchPanel" -I"../src/config/mcal/mcal.mhc" -I"../src/config/mcal/peripheral/adc" -I"../src/config/mcal/peripheral/can" -I"../src/config/mcal/peripheral/clock" -I"../src/config/mcal/peripheral/cmcc" -I"../src/config/mcal/peripheral/dac" -I"../src/config/mcal/peripheral/evsys" -I"../src/config/mcal/peripheral/nvic" -I"../src/config/mcal/peripheral/nvmctrl" -I"../src/config/mcal/peripheral/port" -I"../src/config/mcal/peripheral/rtc" -I"../src/config/mcal/peripheral/sercom" -I"../src/config/mcal/peripheral/systick" -I"../src/config/mcal/peripheral/tc" -I"../src/config/mcal/peripheral/tcc" -I"../src/config/mcal/stdio" -I"../src/config/mcal/touch" -I"../src/config/mcal/touch/lib" -I"../src/forceSnsr" -I"../src/packs/ATSAME51J19A_DFP/component" -I"../src/packs/ATSAME51J19A_DFP/instance" -I"../src/packs/ATSAME51J19A_DFP/pio" -I"../src/smartEE" -Werror -Wall -MP -MMD -MF "${OBJECTDIR}/_ext/779798284/exceptions.o.d" -o ${OBJECTDIR}/_ext/779798284/exceptions.o ../src/config/mcal/exceptions.c -DXPRJ_mcal=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" ${PACK_COMMON_OPTIONS} ${OBJECTDIR}/_ext/779798284/startup_xc32.o: ../src/config/mcal/startup_xc32.c .generated_files/flags/mcal/b4ff5d9bb3b843ed0895ae63ed8fdcdc85c3b386 .generated_files/flags/mcal/19aca898974f639a5713d79f6a59fd61d4a277f5 @${MKDIR} "${OBJECTDIR}/_ext/779798284" @${RM} ${OBJECTDIR}/_ext/779798284/startup_xc32.o.d @${RM} ${OBJECTDIR}/_ext/779798284/startup_xc32.o ${MP_CC} $(MP_EXTRA_CC_PRE) -g -D__DEBUG -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -ffunction-sections -fdata-sections -fno-toplevel-reorder -fno-common -I"../src" -I"../src/config/mcal" -I"../src/packs/ATSAME51J19A_DFP" -I"../src/packs/CMSIS/" -I"../src/packs/CMSIS/CMSIS/Core/Include" -I"../src/Calibration" -I"../src/DiagnosticR" -I"../src/DiagnosticR/Comp_HAL_Autosar_Wrappers" -I"../src/DiagnosticR/Comp_ISO_15765_2" -I"../src/DiagnosticR/Comp_ISO_15765_3" -I"../src/DiagnosticR/Dem" -I"../src/DiagnosticR/FicOsek" -I"../src/DiagnosticR/Sys_Diag_Detect" -I"../src/DiagnosticR/UDS" -I"../src/DiagnosticR/UDS/Iso15765_layer2" -I"../src/DiagnosticR/UDS/Iso15765_layer3" -I"../src/DiagnosticR/UDS/Iso15765_layer3/_h61" -I"../src/DiagnosticR/UDS/ModelsInterfaces" -I"../src/DiagnosticR/_configurations" -I"../src/DiagnosticR/rte" -I"../src/FunctionState" -I"../src/OsekCom" -I"../src/P417_SWTR_App_ert_rtw" -I"../src/RTE" -I"../src/Speaker" -I"../src/TLE9263" -I"../src/TouchPanel" -I"../src/config/mcal/mcal.mhc" -I"../src/config/mcal/peripheral/adc" -I"../src/config/mcal/peripheral/can" -I"../src/config/mcal/peripheral/clock" -I"../src/config/mcal/peripheral/cmcc" -I"../src/config/mcal/peripheral/dac" -I"../src/config/mcal/peripheral/evsys" -I"../src/config/mcal/peripheral/nvic" -I"../src/config/mcal/peripheral/nvmctrl" -I"../src/config/mcal/peripheral/port" -I"../src/config/mcal/peripheral/rtc" -I"../src/config/mcal/peripheral/sercom" -I"../src/config/mcal/peripheral/systick" -I"../src/config/mcal/peripheral/tc" -I"../src/config/mcal/peripheral/tcc" -I"../src/config/mcal/stdio" -I"../src/config/mcal/touch" -I"../src/config/mcal/touch/lib" -I"../src/forceSnsr" -I"../src/packs/ATSAME51J19A_DFP/component" -I"../src/packs/ATSAME51J19A_DFP/instance" -I"../src/packs/ATSAME51J19A_DFP/pio" -I"../src/smartEE" -Werror -Wall -MP -MMD -MF "${OBJECTDIR}/_ext/779798284/startup_xc32.o.d" -o ${OBJECTDIR}/_ext/779798284/startup_xc32.o ../src/config/mcal/startup_xc32.c -DXPRJ_mcal=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" ${PACK_COMMON_OPTIONS} ${OBJECTDIR}/_ext/779798284/libc_syscalls.o: ../src/config/mcal/libc_syscalls.c .generated_files/flags/mcal/2138ac28cd50c97f39c4f9b45c6b16d97974c704 .generated_files/flags/mcal/19aca898974f639a5713d79f6a59fd61d4a277f5 @${MKDIR} "${OBJECTDIR}/_ext/779798284" @${RM} ${OBJECTDIR}/_ext/779798284/libc_syscalls.o.d @${RM} ${OBJECTDIR}/_ext/779798284/libc_syscalls.o ${MP_CC} $(MP_EXTRA_CC_PRE) -g -D__DEBUG -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -ffunction-sections -fdata-sections -fno-toplevel-reorder -fno-common -I"../src" -I"../src/config/mcal" -I"../src/packs/ATSAME51J19A_DFP" -I"../src/packs/CMSIS/" -I"../src/packs/CMSIS/CMSIS/Core/Include" -I"../src/Calibration" -I"../src/DiagnosticR" -I"../src/DiagnosticR/Comp_HAL_Autosar_Wrappers" -I"../src/DiagnosticR/Comp_ISO_15765_2" -I"../src/DiagnosticR/Comp_ISO_15765_3" -I"../src/DiagnosticR/Dem" -I"../src/DiagnosticR/FicOsek" -I"../src/DiagnosticR/Sys_Diag_Detect" -I"../src/DiagnosticR/UDS" -I"../src/DiagnosticR/UDS/Iso15765_layer2" -I"../src/DiagnosticR/UDS/Iso15765_layer3" -I"../src/DiagnosticR/UDS/Iso15765_layer3/_h61" -I"../src/DiagnosticR/UDS/ModelsInterfaces" -I"../src/DiagnosticR/_configurations" -I"../src/DiagnosticR/rte" -I"../src/FunctionState" -I"../src/OsekCom" -I"../src/P417_SWTR_App_ert_rtw" -I"../src/RTE" -I"../src/Speaker" -I"../src/TLE9263" -I"../src/TouchPanel" -I"../src/config/mcal/mcal.mhc" -I"../src/config/mcal/peripheral/adc" -I"../src/config/mcal/peripheral/can" -I"../src/config/mcal/peripheral/clock" -I"../src/config/mcal/peripheral/cmcc" -I"../src/config/mcal/peripheral/dac" -I"../src/config/mcal/peripheral/evsys" -I"../src/config/mcal/peripheral/nvic" -I"../src/config/mcal/peripheral/nvmctrl" -I"../src/config/mcal/peripheral/port" -I"../src/config/mcal/peripheral/rtc" -I"../src/config/mcal/peripheral/sercom" -I"../src/config/mcal/peripheral/systick" -I"../src/config/mcal/peripheral/tc" -I"../src/config/mcal/peripheral/tcc" -I"../src/config/mcal/stdio" -I"../src/config/mcal/touch" -I"../src/config/mcal/touch/lib" -I"../src/forceSnsr" -I"../src/packs/ATSAME51J19A_DFP/component" -I"../src/packs/ATSAME51J19A_DFP/instance" -I"../src/packs/ATSAME51J19A_DFP/pio" -I"../src/smartEE" -Werror -Wall -MP -MMD -MF "${OBJECTDIR}/_ext/779798284/libc_syscalls.o.d" -o ${OBJECTDIR}/_ext/779798284/libc_syscalls.o ../src/config/mcal/libc_syscalls.c -DXPRJ_mcal=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" ${PACK_COMMON_OPTIONS} ${OBJECTDIR}/_ext/652846568/Timer.o: ../src/DiagnosticR/Comp_HAL_Autosar_Wrappers/Timer.c .generated_files/flags/mcal/550bdce4aa5abb8404589c53ed5e367a03242058 .generated_files/flags/mcal/19aca898974f639a5713d79f6a59fd61d4a277f5 @${MKDIR} "${OBJECTDIR}/_ext/652846568" @${RM} ${OBJECTDIR}/_ext/652846568/Timer.o.d @${RM} ${OBJECTDIR}/_ext/652846568/Timer.o ${MP_CC} $(MP_EXTRA_CC_PRE) -g -D__DEBUG -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -ffunction-sections -fdata-sections -fno-toplevel-reorder -fno-common -I"../src" -I"../src/config/mcal" -I"../src/packs/ATSAME51J19A_DFP" -I"../src/packs/CMSIS/" -I"../src/packs/CMSIS/CMSIS/Core/Include" -I"../src/Calibration" -I"../src/DiagnosticR" -I"../src/DiagnosticR/Comp_HAL_Autosar_Wrappers" -I"../src/DiagnosticR/Comp_ISO_15765_2" -I"../src/DiagnosticR/Comp_ISO_15765_3" -I"../src/DiagnosticR/Dem" -I"../src/DiagnosticR/FicOsek" -I"../src/DiagnosticR/Sys_Diag_Detect" -I"../src/DiagnosticR/UDS" -I"../src/DiagnosticR/UDS/Iso15765_layer2" -I"../src/DiagnosticR/UDS/Iso15765_layer3" -I"../src/DiagnosticR/UDS/Iso15765_layer3/_h61" -I"../src/DiagnosticR/UDS/ModelsInterfaces" -I"../src/DiagnosticR/_configurations" -I"../src/DiagnosticR/rte" -I"../src/FunctionState" -I"../src/OsekCom" -I"../src/P417_SWTR_App_ert_rtw" -I"../src/RTE" -I"../src/Speaker" -I"../src/TLE9263" -I"../src/TouchPanel" -I"../src/config/mcal/mcal.mhc" -I"../src/config/mcal/peripheral/adc" -I"../src/config/mcal/peripheral/can" -I"../src/config/mcal/peripheral/clock" -I"../src/config/mcal/peripheral/cmcc" -I"../src/config/mcal/peripheral/dac" -I"../src/config/mcal/peripheral/evsys" -I"../src/config/mcal/peripheral/nvic" -I"../src/config/mcal/peripheral/nvmctrl" -I"../src/config/mcal/peripheral/port" -I"../src/config/mcal/peripheral/rtc" -I"../src/config/mcal/peripheral/sercom" -I"../src/config/mcal/peripheral/systick" -I"../src/config/mcal/peripheral/tc" -I"../src/config/mcal/peripheral/tcc" -I"../src/config/mcal/stdio" -I"../src/config/mcal/touch" -I"../src/config/mcal/touch/lib" -I"../src/forceSnsr" -I"../src/packs/ATSAME51J19A_DFP/component" -I"../src/packs/ATSAME51J19A_DFP/instance" -I"../src/packs/ATSAME51J19A_DFP/pio" -I"../src/smartEE" -Werror -Wall -MP -MMD -MF "${OBJECTDIR}/_ext/652846568/Timer.o.d" -o ${OBJECTDIR}/_ext/652846568/Timer.o ../src/DiagnosticR/Comp_HAL_Autosar_Wrappers/Timer.c -DXPRJ_mcal=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" ${PACK_COMMON_OPTIONS} ${OBJECTDIR}/_ext/22353991/TP_Functions.o: ../src/DiagnosticR/Comp_ISO_15765_2/TP_Functions.c .generated_files/flags/mcal/d869ace9d616bce4d4ebacaff2f006400b292ca6 .generated_files/flags/mcal/19aca898974f639a5713d79f6a59fd61d4a277f5 @${MKDIR} "${OBJECTDIR}/_ext/22353991" @${RM} ${OBJECTDIR}/_ext/22353991/TP_Functions.o.d @${RM} ${OBJECTDIR}/_ext/22353991/TP_Functions.o ${MP_CC} $(MP_EXTRA_CC_PRE) -g -D__DEBUG -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -ffunction-sections -fdata-sections -fno-toplevel-reorder -fno-common -I"../src" -I"../src/config/mcal" -I"../src/packs/ATSAME51J19A_DFP" -I"../src/packs/CMSIS/" -I"../src/packs/CMSIS/CMSIS/Core/Include" -I"../src/Calibration" -I"../src/DiagnosticR" -I"../src/DiagnosticR/Comp_HAL_Autosar_Wrappers" -I"../src/DiagnosticR/Comp_ISO_15765_2" -I"../src/DiagnosticR/Comp_ISO_15765_3" -I"../src/DiagnosticR/Dem" -I"../src/DiagnosticR/FicOsek" -I"../src/DiagnosticR/Sys_Diag_Detect" -I"../src/DiagnosticR/UDS" -I"../src/DiagnosticR/UDS/Iso15765_layer2" -I"../src/DiagnosticR/UDS/Iso15765_layer3" -I"../src/DiagnosticR/UDS/Iso15765_layer3/_h61" -I"../src/DiagnosticR/UDS/ModelsInterfaces" -I"../src/DiagnosticR/_configurations" -I"../src/DiagnosticR/rte" -I"../src/FunctionState" -I"../src/OsekCom" -I"../src/P417_SWTR_App_ert_rtw" -I"../src/RTE" -I"../src/Speaker" -I"../src/TLE9263" -I"../src/TouchPanel" -I"../src/config/mcal/mcal.mhc" -I"../src/config/mcal/peripheral/adc" -I"../src/config/mcal/peripheral/can" -I"../src/config/mcal/peripheral/clock" -I"../src/config/mcal/peripheral/cmcc" -I"../src/config/mcal/peripheral/dac" -I"../src/config/mcal/peripheral/evsys" -I"../src/config/mcal/peripheral/nvic" -I"../src/config/mcal/peripheral/nvmctrl" -I"../src/config/mcal/peripheral/port" -I"../src/config/mcal/peripheral/rtc" -I"../src/config/mcal/peripheral/sercom" -I"../src/config/mcal/peripheral/systick" -I"../src/config/mcal/peripheral/tc" -I"../src/config/mcal/peripheral/tcc" -I"../src/config/mcal/stdio" -I"../src/config/mcal/touch" -I"../src/config/mcal/touch/lib" -I"../src/forceSnsr" -I"../src/packs/ATSAME51J19A_DFP/component" -I"../src/packs/ATSAME51J19A_DFP/instance" -I"../src/packs/ATSAME51J19A_DFP/pio" -I"../src/smartEE" -Werror -Wall -MP -MMD -MF "${OBJECTDIR}/_ext/22353991/TP_Functions.o.d" -o ${OBJECTDIR}/_ext/22353991/TP_Functions.o ../src/DiagnosticR/Comp_ISO_15765_2/TP_Functions.c -DXPRJ_mcal=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" ${PACK_COMMON_OPTIONS} ${OBJECTDIR}/_ext/22353991/TP_NetworkLayerLowerInterface_Rx.o: ../src/DiagnosticR/Comp_ISO_15765_2/TP_NetworkLayerLowerInterface_Rx.c .generated_files/flags/mcal/1de90a26c97c194780746714d87e032961381a2f .generated_files/flags/mcal/19aca898974f639a5713d79f6a59fd61d4a277f5 @${MKDIR} "${OBJECTDIR}/_ext/22353991" @${RM} ${OBJECTDIR}/_ext/22353991/TP_NetworkLayerLowerInterface_Rx.o.d @${RM} ${OBJECTDIR}/_ext/22353991/TP_NetworkLayerLowerInterface_Rx.o ${MP_CC} $(MP_EXTRA_CC_PRE) -g -D__DEBUG -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -ffunction-sections -fdata-sections -fno-toplevel-reorder -fno-common -I"../src" -I"../src/config/mcal" -I"../src/packs/ATSAME51J19A_DFP" -I"../src/packs/CMSIS/" -I"../src/packs/CMSIS/CMSIS/Core/Include" -I"../src/Calibration" -I"../src/DiagnosticR" -I"../src/DiagnosticR/Comp_HAL_Autosar_Wrappers" -I"../src/DiagnosticR/Comp_ISO_15765_2" -I"../src/DiagnosticR/Comp_ISO_15765_3" -I"../src/DiagnosticR/Dem" -I"../src/DiagnosticR/FicOsek" -I"../src/DiagnosticR/Sys_Diag_Detect" -I"../src/DiagnosticR/UDS" -I"../src/DiagnosticR/UDS/Iso15765_layer2" -I"../src/DiagnosticR/UDS/Iso15765_layer3" -I"../src/DiagnosticR/UDS/Iso15765_layer3/_h61" -I"../src/DiagnosticR/UDS/ModelsInterfaces" -I"../src/DiagnosticR/_configurations" -I"../src/DiagnosticR/rte" -I"../src/FunctionState" -I"../src/OsekCom" -I"../src/P417_SWTR_App_ert_rtw" -I"../src/RTE" -I"../src/Speaker" -I"../src/TLE9263" -I"../src/TouchPanel" -I"../src/config/mcal/mcal.mhc" -I"../src/config/mcal/peripheral/adc" -I"../src/config/mcal/peripheral/can" -I"../src/config/mcal/peripheral/clock" -I"../src/config/mcal/peripheral/cmcc" -I"../src/config/mcal/peripheral/dac" -I"../src/config/mcal/peripheral/evsys" -I"../src/config/mcal/peripheral/nvic" -I"../src/config/mcal/peripheral/nvmctrl" -I"../src/config/mcal/peripheral/port" -I"../src/config/mcal/peripheral/rtc" -I"../src/config/mcal/peripheral/sercom" -I"../src/config/mcal/peripheral/systick" -I"../src/config/mcal/peripheral/tc" -I"../src/config/mcal/peripheral/tcc" -I"../src/config/mcal/stdio" -I"../src/config/mcal/touch" -I"../src/config/mcal/touch/lib" -I"../src/forceSnsr" -I"../src/packs/ATSAME51J19A_DFP/component" -I"../src/packs/ATSAME51J19A_DFP/instance" -I"../src/packs/ATSAME51J19A_DFP/pio" -I"../src/smartEE" -Werror -Wall -MP -MMD -MF "${OBJECTDIR}/_ext/22353991/TP_NetworkLayerLowerInterface_Rx.o.d" -o ${OBJECTDIR}/_ext/22353991/TP_NetworkLayerLowerInterface_Rx.o ../src/DiagnosticR/Comp_ISO_15765_2/TP_NetworkLayerLowerInterface_Rx.c -DXPRJ_mcal=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" ${PACK_COMMON_OPTIONS} ${OBJECTDIR}/_ext/22353991/TP_NetworkLayerLowerInterface_Tx.o: ../src/DiagnosticR/Comp_ISO_15765_2/TP_NetworkLayerLowerInterface_Tx.c .generated_files/flags/mcal/e21cdbd061847d80342fbfe5463c9e80fd36331b .generated_files/flags/mcal/19aca898974f639a5713d79f6a59fd61d4a277f5 @${MKDIR} "${OBJECTDIR}/_ext/22353991" @${RM} ${OBJECTDIR}/_ext/22353991/TP_NetworkLayerLowerInterface_Tx.o.d @${RM} ${OBJECTDIR}/_ext/22353991/TP_NetworkLayerLowerInterface_Tx.o ${MP_CC} $(MP_EXTRA_CC_PRE) -g -D__DEBUG -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -ffunction-sections -fdata-sections -fno-toplevel-reorder -fno-common -I"../src" -I"../src/config/mcal" -I"../src/packs/ATSAME51J19A_DFP" -I"../src/packs/CMSIS/" -I"../src/packs/CMSIS/CMSIS/Core/Include" -I"../src/Calibration" -I"../src/DiagnosticR" -I"../src/DiagnosticR/Comp_HAL_Autosar_Wrappers" -I"../src/DiagnosticR/Comp_ISO_15765_2" -I"../src/DiagnosticR/Comp_ISO_15765_3" -I"../src/DiagnosticR/Dem" -I"../src/DiagnosticR/FicOsek" -I"../src/DiagnosticR/Sys_Diag_Detect" -I"../src/DiagnosticR/UDS" -I"../src/DiagnosticR/UDS/Iso15765_layer2" -I"../src/DiagnosticR/UDS/Iso15765_layer3" -I"../src/DiagnosticR/UDS/Iso15765_layer3/_h61" -I"../src/DiagnosticR/UDS/ModelsInterfaces" -I"../src/DiagnosticR/_configurations" -I"../src/DiagnosticR/rte" -I"../src/FunctionState" -I"../src/OsekCom" -I"../src/P417_SWTR_App_ert_rtw" -I"../src/RTE" -I"../src/Speaker" -I"../src/TLE9263" -I"../src/TouchPanel" -I"../src/config/mcal/mcal.mhc" -I"../src/config/mcal/peripheral/adc" -I"../src/config/mcal/peripheral/can" -I"../src/config/mcal/peripheral/clock" -I"../src/config/mcal/peripheral/cmcc" -I"../src/config/mcal/peripheral/dac" -I"../src/config/mcal/peripheral/evsys" -I"../src/config/mcal/peripheral/nvic" -I"../src/config/mcal/peripheral/nvmctrl" -I"../src/config/mcal/peripheral/port" -I"../src/config/mcal/peripheral/rtc" -I"../src/config/mcal/peripheral/sercom" -I"../src/config/mcal/peripheral/systick" -I"../src/config/mcal/peripheral/tc" -I"../src/config/mcal/peripheral/tcc" -I"../src/config/mcal/stdio" -I"../src/config/mcal/touch" -I"../src/config/mcal/touch/lib" -I"../src/forceSnsr" -I"../src/packs/ATSAME51J19A_DFP/component" -I"../src/packs/ATSAME51J19A_DFP/instance" -I"../src/packs/ATSAME51J19A_DFP/pio" -I"../src/smartEE" -Werror -Wall -MP -MMD -MF "${OBJECTDIR}/_ext/22353991/TP_NetworkLayerLowerInterface_Tx.o.d" -o ${OBJECTDIR}/_ext/22353991/TP_NetworkLayerLowerInterface_Tx.o ../src/DiagnosticR/Comp_ISO_15765_2/TP_NetworkLayerLowerInterface_Tx.c -DXPRJ_mcal=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" ${PACK_COMMON_OPTIONS} ${OBJECTDIR}/_ext/22353991/TP_Rx.o: ../src/DiagnosticR/Comp_ISO_15765_2/TP_Rx.c .generated_files/flags/mcal/11c8e2a28e7ea35309fc0510b1888ca1b3a958c7 .generated_files/flags/mcal/19aca898974f639a5713d79f6a59fd61d4a277f5 @${MKDIR} "${OBJECTDIR}/_ext/22353991" @${RM} ${OBJECTDIR}/_ext/22353991/TP_Rx.o.d @${RM} ${OBJECTDIR}/_ext/22353991/TP_Rx.o ${MP_CC} $(MP_EXTRA_CC_PRE) -g -D__DEBUG -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -ffunction-sections -fdata-sections -fno-toplevel-reorder -fno-common -I"../src" -I"../src/config/mcal" -I"../src/packs/ATSAME51J19A_DFP" -I"../src/packs/CMSIS/" -I"../src/packs/CMSIS/CMSIS/Core/Include" -I"../src/Calibration" -I"../src/DiagnosticR" -I"../src/DiagnosticR/Comp_HAL_Autosar_Wrappers" -I"../src/DiagnosticR/Comp_ISO_15765_2" -I"../src/DiagnosticR/Comp_ISO_15765_3" -I"../src/DiagnosticR/Dem" -I"../src/DiagnosticR/FicOsek" -I"../src/DiagnosticR/Sys_Diag_Detect" -I"../src/DiagnosticR/UDS" -I"../src/DiagnosticR/UDS/Iso15765_layer2" -I"../src/DiagnosticR/UDS/Iso15765_layer3" -I"../src/DiagnosticR/UDS/Iso15765_layer3/_h61" -I"../src/DiagnosticR/UDS/ModelsInterfaces" -I"../src/DiagnosticR/_configurations" -I"../src/DiagnosticR/rte" -I"../src/FunctionState" -I"../src/OsekCom" -I"../src/P417_SWTR_App_ert_rtw" -I"../src/RTE" -I"../src/Speaker" -I"../src/TLE9263" -I"../src/TouchPanel" -I"../src/config/mcal/mcal.mhc" -I"../src/config/mcal/peripheral/adc" -I"../src/config/mcal/peripheral/can" -I"../src/config/mcal/peripheral/clock" -I"../src/config/mcal/peripheral/cmcc" -I"../src/config/mcal/peripheral/dac" -I"../src/config/mcal/peripheral/evsys" -I"../src/config/mcal/peripheral/nvic" -I"../src/config/mcal/peripheral/nvmctrl" -I"../src/config/mcal/peripheral/port" -I"../src/config/mcal/peripheral/rtc" -I"../src/config/mcal/peripheral/sercom" -I"../src/config/mcal/peripheral/systick" -I"../src/config/mcal/peripheral/tc" -I"../src/config/mcal/peripheral/tcc" -I"../src/config/mcal/stdio" -I"../src/config/mcal/touch" -I"../src/config/mcal/touch/lib" -I"../src/forceSnsr" -I"../src/packs/ATSAME51J19A_DFP/component" -I"../src/packs/ATSAME51J19A_DFP/instance" -I"../src/packs/ATSAME51J19A_DFP/pio" -I"../src/smartEE" -Werror -Wall -MP -MMD -MF "${OBJECTDIR}/_ext/22353991/TP_Rx.o.d" -o ${OBJECTDIR}/_ext/22353991/TP_Rx.o ../src/DiagnosticR/Comp_ISO_15765_2/TP_Rx.c -DXPRJ_mcal=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" ${PACK_COMMON_OPTIONS} ${OBJECTDIR}/_ext/22353991/TP_RxFun.o: ../src/DiagnosticR/Comp_ISO_15765_2/TP_RxFun.c .generated_files/flags/mcal/d4e5aa372373ea3a77b7beb934fa4ceb10afb851 .generated_files/flags/mcal/19aca898974f639a5713d79f6a59fd61d4a277f5 @${MKDIR} "${OBJECTDIR}/_ext/22353991" @${RM} ${OBJECTDIR}/_ext/22353991/TP_RxFun.o.d @${RM} ${OBJECTDIR}/_ext/22353991/TP_RxFun.o ${MP_CC} $(MP_EXTRA_CC_PRE) -g -D__DEBUG -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -ffunction-sections -fdata-sections -fno-toplevel-reorder -fno-common -I"../src" -I"../src/config/mcal" -I"../src/packs/ATSAME51J19A_DFP" -I"../src/packs/CMSIS/" -I"../src/packs/CMSIS/CMSIS/Core/Include" -I"../src/Calibration" -I"../src/DiagnosticR" -I"../src/DiagnosticR/Comp_HAL_Autosar_Wrappers" -I"../src/DiagnosticR/Comp_ISO_15765_2" -I"../src/DiagnosticR/Comp_ISO_15765_3" -I"../src/DiagnosticR/Dem" -I"../src/DiagnosticR/FicOsek" -I"../src/DiagnosticR/Sys_Diag_Detect" -I"../src/DiagnosticR/UDS" -I"../src/DiagnosticR/UDS/Iso15765_layer2" -I"../src/DiagnosticR/UDS/Iso15765_layer3" -I"../src/DiagnosticR/UDS/Iso15765_layer3/_h61" -I"../src/DiagnosticR/UDS/ModelsInterfaces" -I"../src/DiagnosticR/_configurations" -I"../src/DiagnosticR/rte" -I"../src/FunctionState" -I"../src/OsekCom" -I"../src/P417_SWTR_App_ert_rtw" -I"../src/RTE" -I"../src/Speaker" -I"../src/TLE9263" -I"../src/TouchPanel" -I"../src/config/mcal/mcal.mhc" -I"../src/config/mcal/peripheral/adc" -I"../src/config/mcal/peripheral/can" -I"../src/config/mcal/peripheral/clock" -I"../src/config/mcal/peripheral/cmcc" -I"../src/config/mcal/peripheral/dac" -I"../src/config/mcal/peripheral/evsys" -I"../src/config/mcal/peripheral/nvic" -I"../src/config/mcal/peripheral/nvmctrl" -I"../src/config/mcal/peripheral/port" -I"../src/config/mcal/peripheral/rtc" -I"../src/config/mcal/peripheral/sercom" -I"../src/config/mcal/peripheral/systick" -I"../src/config/mcal/peripheral/tc" -I"../src/config/mcal/peripheral/tcc" -I"../src/config/mcal/stdio" -I"../src/config/mcal/touch" -I"../src/config/mcal/touch/lib" -I"../src/forceSnsr" -I"../src/packs/ATSAME51J19A_DFP/component" -I"../src/packs/ATSAME51J19A_DFP/instance" -I"../src/packs/ATSAME51J19A_DFP/pio" -I"../src/smartEE" -Werror -Wall -MP -MMD -MF "${OBJECTDIR}/_ext/22353991/TP_RxFun.o.d" -o ${OBJECTDIR}/_ext/22353991/TP_RxFun.o ../src/DiagnosticR/Comp_ISO_15765_2/TP_RxFun.c -DXPRJ_mcal=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" ${PACK_COMMON_OPTIONS} ${OBJECTDIR}/_ext/22353991/TP_Rx_Full.o: ../src/DiagnosticR/Comp_ISO_15765_2/TP_Rx_Full.c .generated_files/flags/mcal/1e9c14404c583ab0e09eec6b8c9d3f123ce14ab5 .generated_files/flags/mcal/19aca898974f639a5713d79f6a59fd61d4a277f5 @${MKDIR} "${OBJECTDIR}/_ext/22353991" @${RM} ${OBJECTDIR}/_ext/22353991/TP_Rx_Full.o.d @${RM} ${OBJECTDIR}/_ext/22353991/TP_Rx_Full.o ${MP_CC} $(MP_EXTRA_CC_PRE) -g -D__DEBUG -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -ffunction-sections -fdata-sections -fno-toplevel-reorder -fno-common -I"../src" -I"../src/config/mcal" -I"../src/packs/ATSAME51J19A_DFP" -I"../src/packs/CMSIS/" -I"../src/packs/CMSIS/CMSIS/Core/Include" -I"../src/Calibration" -I"../src/DiagnosticR" -I"../src/DiagnosticR/Comp_HAL_Autosar_Wrappers" -I"../src/DiagnosticR/Comp_ISO_15765_2" -I"../src/DiagnosticR/Comp_ISO_15765_3" -I"../src/DiagnosticR/Dem" -I"../src/DiagnosticR/FicOsek" -I"../src/DiagnosticR/Sys_Diag_Detect" -I"../src/DiagnosticR/UDS" -I"../src/DiagnosticR/UDS/Iso15765_layer2" -I"../src/DiagnosticR/UDS/Iso15765_layer3" -I"../src/DiagnosticR/UDS/Iso15765_layer3/_h61" -I"../src/DiagnosticR/UDS/ModelsInterfaces" -I"../src/DiagnosticR/_configurations" -I"../src/DiagnosticR/rte" -I"../src/FunctionState" -I"../src/OsekCom" -I"../src/P417_SWTR_App_ert_rtw" -I"../src/RTE" -I"../src/Speaker" -I"../src/TLE9263" -I"../src/TouchPanel" -I"../src/config/mcal/mcal.mhc" -I"../src/config/mcal/peripheral/adc" -I"../src/config/mcal/peripheral/can" -I"../src/config/mcal/peripheral/clock" -I"../src/config/mcal/peripheral/cmcc" -I"../src/config/mcal/peripheral/dac" -I"../src/config/mcal/peripheral/evsys" -I"../src/config/mcal/peripheral/nvic" -I"../src/config/mcal/peripheral/nvmctrl" -I"../src/config/mcal/peripheral/port" -I"../src/config/mcal/peripheral/rtc" -I"../src/config/mcal/peripheral/sercom" -I"../src/config/mcal/peripheral/systick" -I"../src/config/mcal/peripheral/tc" -I"../src/config/mcal/peripheral/tcc" -I"../src/config/mcal/stdio" -I"../src/config/mcal/touch" -I"../src/config/mcal/touch/lib" -I"../src/forceSnsr" -I"../src/packs/ATSAME51J19A_DFP/component" -I"../src/packs/ATSAME51J19A_DFP/instance" -I"../src/packs/ATSAME51J19A_DFP/pio" -I"../src/smartEE" -Werror -Wall -MP -MMD -MF "${OBJECTDIR}/_ext/22353991/TP_Rx_Full.o.d" -o ${OBJECTDIR}/_ext/22353991/TP_Rx_Full.o ../src/DiagnosticR/Comp_ISO_15765_2/TP_Rx_Full.c -DXPRJ_mcal=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" ${PACK_COMMON_OPTIONS} ${OBJECTDIR}/_ext/22353991/TP_Rx_Lite.o: ../src/DiagnosticR/Comp_ISO_15765_2/TP_Rx_Lite.c .generated_files/flags/mcal/8bd11a3375815138a943f3f614df71c88d095e58 .generated_files/flags/mcal/19aca898974f639a5713d79f6a59fd61d4a277f5 @${MKDIR} "${OBJECTDIR}/_ext/22353991" @${RM} ${OBJECTDIR}/_ext/22353991/TP_Rx_Lite.o.d @${RM} ${OBJECTDIR}/_ext/22353991/TP_Rx_Lite.o ${MP_CC} $(MP_EXTRA_CC_PRE) -g -D__DEBUG -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -ffunction-sections -fdata-sections -fno-toplevel-reorder -fno-common -I"../src" -I"../src/config/mcal" -I"../src/packs/ATSAME51J19A_DFP" -I"../src/packs/CMSIS/" -I"../src/packs/CMSIS/CMSIS/Core/Include" -I"../src/Calibration" -I"../src/DiagnosticR" -I"../src/DiagnosticR/Comp_HAL_Autosar_Wrappers" -I"../src/DiagnosticR/Comp_ISO_15765_2" -I"../src/DiagnosticR/Comp_ISO_15765_3" -I"../src/DiagnosticR/Dem" -I"../src/DiagnosticR/FicOsek" -I"../src/DiagnosticR/Sys_Diag_Detect" -I"../src/DiagnosticR/UDS" -I"../src/DiagnosticR/UDS/Iso15765_layer2" -I"../src/DiagnosticR/UDS/Iso15765_layer3" -I"../src/DiagnosticR/UDS/Iso15765_layer3/_h61" -I"../src/DiagnosticR/UDS/ModelsInterfaces" -I"../src/DiagnosticR/_configurations" -I"../src/DiagnosticR/rte" -I"../src/FunctionState" -I"../src/OsekCom" -I"../src/P417_SWTR_App_ert_rtw" -I"../src/RTE" -I"../src/Speaker" -I"../src/TLE9263" -I"../src/TouchPanel" -I"../src/config/mcal/mcal.mhc" -I"../src/config/mcal/peripheral/adc" -I"../src/config/mcal/peripheral/can" -I"../src/config/mcal/peripheral/clock" -I"../src/config/mcal/peripheral/cmcc" -I"../src/config/mcal/peripheral/dac" -I"../src/config/mcal/peripheral/evsys" -I"../src/config/mcal/peripheral/nvic" -I"../src/config/mcal/peripheral/nvmctrl" -I"../src/config/mcal/peripheral/port" -I"../src/config/mcal/peripheral/rtc" -I"../src/config/mcal/peripheral/sercom" -I"../src/config/mcal/peripheral/systick" -I"../src/config/mcal/peripheral/tc" -I"../src/config/mcal/peripheral/tcc" -I"../src/config/mcal/stdio" -I"../src/config/mcal/touch" -I"../src/config/mcal/touch/lib" -I"../src/forceSnsr" -I"../src/packs/ATSAME51J19A_DFP/component" -I"../src/packs/ATSAME51J19A_DFP/instance" -I"../src/packs/ATSAME51J19A_DFP/pio" -I"../src/smartEE" -Werror -Wall -MP -MMD -MF "${OBJECTDIR}/_ext/22353991/TP_Rx_Lite.o.d" -o ${OBJECTDIR}/_ext/22353991/TP_Rx_Lite.o ../src/DiagnosticR/Comp_ISO_15765_2/TP_Rx_Lite.c -DXPRJ_mcal=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" ${PACK_COMMON_OPTIONS} ${OBJECTDIR}/_ext/22353991/TP_Tx.o: ../src/DiagnosticR/Comp_ISO_15765_2/TP_Tx.c .generated_files/flags/mcal/f70a4f76a203aa98e794308609a66ed1c26191cd .generated_files/flags/mcal/19aca898974f639a5713d79f6a59fd61d4a277f5 @${MKDIR} "${OBJECTDIR}/_ext/22353991" @${RM} ${OBJECTDIR}/_ext/22353991/TP_Tx.o.d @${RM} ${OBJECTDIR}/_ext/22353991/TP_Tx.o ${MP_CC} $(MP_EXTRA_CC_PRE) -g -D__DEBUG -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -ffunction-sections -fdata-sections -fno-toplevel-reorder -fno-common -I"../src" -I"../src/config/mcal" -I"../src/packs/ATSAME51J19A_DFP" -I"../src/packs/CMSIS/" -I"../src/packs/CMSIS/CMSIS/Core/Include" -I"../src/Calibration" -I"../src/DiagnosticR" -I"../src/DiagnosticR/Comp_HAL_Autosar_Wrappers" -I"../src/DiagnosticR/Comp_ISO_15765_2" -I"../src/DiagnosticR/Comp_ISO_15765_3" -I"../src/DiagnosticR/Dem" -I"../src/DiagnosticR/FicOsek" -I"../src/DiagnosticR/Sys_Diag_Detect" -I"../src/DiagnosticR/UDS" -I"../src/DiagnosticR/UDS/Iso15765_layer2" -I"../src/DiagnosticR/UDS/Iso15765_layer3" -I"../src/DiagnosticR/UDS/Iso15765_layer3/_h61" -I"../src/DiagnosticR/UDS/ModelsInterfaces" -I"../src/DiagnosticR/_configurations" -I"../src/DiagnosticR/rte" -I"../src/FunctionState" -I"../src/OsekCom" -I"../src/P417_SWTR_App_ert_rtw" -I"../src/RTE" -I"../src/Speaker" -I"../src/TLE9263" -I"../src/TouchPanel" -I"../src/config/mcal/mcal.mhc" -I"../src/config/mcal/peripheral/adc" -I"../src/config/mcal/peripheral/can" -I"../src/config/mcal/peripheral/clock" -I"../src/config/mcal/peripheral/cmcc" -I"../src/config/mcal/peripheral/dac" -I"../src/config/mcal/peripheral/evsys" -I"../src/config/mcal/peripheral/nvic" -I"../src/config/mcal/peripheral/nvmctrl" -I"../src/config/mcal/peripheral/port" -I"../src/config/mcal/peripheral/rtc" -I"../src/config/mcal/peripheral/sercom" -I"../src/config/mcal/peripheral/systick" -I"../src/config/mcal/peripheral/tc" -I"../src/config/mcal/peripheral/tcc" -I"../src/config/mcal/stdio" -I"../src/config/mcal/touch" -I"../src/config/mcal/touch/lib" -I"../src/forceSnsr" -I"../src/packs/ATSAME51J19A_DFP/component" -I"../src/packs/ATSAME51J19A_DFP/instance" -I"../src/packs/ATSAME51J19A_DFP/pio" -I"../src/smartEE" -Werror -Wall -MP -MMD -MF "${OBJECTDIR}/_ext/22353991/TP_Tx.o.d" -o ${OBJECTDIR}/_ext/22353991/TP_Tx.o ../src/DiagnosticR/Comp_ISO_15765_2/TP_Tx.c -DXPRJ_mcal=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" ${PACK_COMMON_OPTIONS} ${OBJECTDIR}/_ext/22353991/TP_Tx_Full.o: ../src/DiagnosticR/Comp_ISO_15765_2/TP_Tx_Full.c .generated_files/flags/mcal/9ab331105272b9790f94ff698c42eb69c8a85209 .generated_files/flags/mcal/19aca898974f639a5713d79f6a59fd61d4a277f5 @${MKDIR} "${OBJECTDIR}/_ext/22353991" @${RM} ${OBJECTDIR}/_ext/22353991/TP_Tx_Full.o.d @${RM} ${OBJECTDIR}/_ext/22353991/TP_Tx_Full.o ${MP_CC} $(MP_EXTRA_CC_PRE) -g -D__DEBUG -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -ffunction-sections -fdata-sections -fno-toplevel-reorder -fno-common -I"../src" -I"../src/config/mcal" -I"../src/packs/ATSAME51J19A_DFP" -I"../src/packs/CMSIS/" -I"../src/packs/CMSIS/CMSIS/Core/Include" -I"../src/Calibration" -I"../src/DiagnosticR" -I"../src/DiagnosticR/Comp_HAL_Autosar_Wrappers" -I"../src/DiagnosticR/Comp_ISO_15765_2" -I"../src/DiagnosticR/Comp_ISO_15765_3" -I"../src/DiagnosticR/Dem" -I"../src/DiagnosticR/FicOsek" -I"../src/DiagnosticR/Sys_Diag_Detect" -I"../src/DiagnosticR/UDS" -I"../src/DiagnosticR/UDS/Iso15765_layer2" -I"../src/DiagnosticR/UDS/Iso15765_layer3" -I"../src/DiagnosticR/UDS/Iso15765_layer3/_h61" -I"../src/DiagnosticR/UDS/ModelsInterfaces" -I"../src/DiagnosticR/_configurations" -I"../src/DiagnosticR/rte" -I"../src/FunctionState" -I"../src/OsekCom" -I"../src/P417_SWTR_App_ert_rtw" -I"../src/RTE" -I"../src/Speaker" -I"../src/TLE9263" -I"../src/TouchPanel" -I"../src/config/mcal/mcal.mhc" -I"../src/config/mcal/peripheral/adc" -I"../src/config/mcal/peripheral/can" -I"../src/config/mcal/peripheral/clock" -I"../src/config/mcal/peripheral/cmcc" -I"../src/config/mcal/peripheral/dac" -I"../src/config/mcal/peripheral/evsys" -I"../src/config/mcal/peripheral/nvic" -I"../src/config/mcal/peripheral/nvmctrl" -I"../src/config/mcal/peripheral/port" -I"../src/config/mcal/peripheral/rtc" -I"../src/config/mcal/peripheral/sercom" -I"../src/config/mcal/peripheral/systick" -I"../src/config/mcal/peripheral/tc" -I"../src/config/mcal/peripheral/tcc" -I"../src/config/mcal/stdio" -I"../src/config/mcal/touch" -I"../src/config/mcal/touch/lib" -I"../src/forceSnsr" -I"../src/packs/ATSAME51J19A_DFP/component" -I"../src/packs/ATSAME51J19A_DFP/instance" -I"../src/packs/ATSAME51J19A_DFP/pio" -I"../src/smartEE" -Werror -Wall -MP -MMD -MF "${OBJECTDIR}/_ext/22353991/TP_Tx_Full.o.d" -o ${OBJECTDIR}/_ext/22353991/TP_Tx_Full.o ../src/DiagnosticR/Comp_ISO_15765_2/TP_Tx_Full.c -DXPRJ_mcal=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" ${PACK_COMMON_OPTIONS} ${OBJECTDIR}/_ext/22353991/TP_Tx_Lite.o: ../src/DiagnosticR/Comp_ISO_15765_2/TP_Tx_Lite.c .generated_files/flags/mcal/d123eb5707eedd5a4273df0e7b274186e0661cb7 .generated_files/flags/mcal/19aca898974f639a5713d79f6a59fd61d4a277f5 @${MKDIR} "${OBJECTDIR}/_ext/22353991" @${RM} ${OBJECTDIR}/_ext/22353991/TP_Tx_Lite.o.d @${RM} ${OBJECTDIR}/_ext/22353991/TP_Tx_Lite.o ${MP_CC} $(MP_EXTRA_CC_PRE) -g -D__DEBUG -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -ffunction-sections -fdata-sections -fno-toplevel-reorder -fno-common -I"../src" -I"../src/config/mcal" -I"../src/packs/ATSAME51J19A_DFP" -I"../src/packs/CMSIS/" -I"../src/packs/CMSIS/CMSIS/Core/Include" -I"../src/Calibration" -I"../src/DiagnosticR" -I"../src/DiagnosticR/Comp_HAL_Autosar_Wrappers" -I"../src/DiagnosticR/Comp_ISO_15765_2" -I"../src/DiagnosticR/Comp_ISO_15765_3" -I"../src/DiagnosticR/Dem" -I"../src/DiagnosticR/FicOsek" -I"../src/DiagnosticR/Sys_Diag_Detect" -I"../src/DiagnosticR/UDS" -I"../src/DiagnosticR/UDS/Iso15765_layer2" -I"../src/DiagnosticR/UDS/Iso15765_layer3" -I"../src/DiagnosticR/UDS/Iso15765_layer3/_h61" -I"../src/DiagnosticR/UDS/ModelsInterfaces" -I"../src/DiagnosticR/_configurations" -I"../src/DiagnosticR/rte" -I"../src/FunctionState" -I"../src/OsekCom" -I"../src/P417_SWTR_App_ert_rtw" -I"../src/RTE" -I"../src/Speaker" -I"../src/TLE9263" -I"../src/TouchPanel" -I"../src/config/mcal/mcal.mhc" -I"../src/config/mcal/peripheral/adc" -I"../src/config/mcal/peripheral/can" -I"../src/config/mcal/peripheral/clock" -I"../src/config/mcal/peripheral/cmcc" -I"../src/config/mcal/peripheral/dac" -I"../src/config/mcal/peripheral/evsys" -I"../src/config/mcal/peripheral/nvic" -I"../src/config/mcal/peripheral/nvmctrl" -I"../src/config/mcal/peripheral/port" -I"../src/config/mcal/peripheral/rtc" -I"../src/config/mcal/peripheral/sercom" -I"../src/config/mcal/peripheral/systick" -I"../src/config/mcal/peripheral/tc" -I"../src/config/mcal/peripheral/tcc" -I"../src/config/mcal/stdio" -I"../src/config/mcal/touch" -I"../src/config/mcal/touch/lib" -I"../src/forceSnsr" -I"../src/packs/ATSAME51J19A_DFP/component" -I"../src/packs/ATSAME51J19A_DFP/instance" -I"../src/packs/ATSAME51J19A_DFP/pio" -I"../src/smartEE" -Werror -Wall -MP -MMD -MF "${OBJECTDIR}/_ext/22353991/TP_Tx_Lite.o.d" -o ${OBJECTDIR}/_ext/22353991/TP_Tx_Lite.o ../src/DiagnosticR/Comp_ISO_15765_2/TP_Tx_Lite.c -DXPRJ_mcal=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" ${PACK_COMMON_OPTIONS} ${OBJECTDIR}/_ext/22353990/Iso15765_3_EcuResetTask.o: ../src/DiagnosticR/Comp_ISO_15765_3/Iso15765_3_EcuResetTask.c .generated_files/flags/mcal/6386693451ecb04f31fabbc150843bb45aab3575 .generated_files/flags/mcal/19aca898974f639a5713d79f6a59fd61d4a277f5 @${MKDIR} "${OBJECTDIR}/_ext/22353990" @${RM} ${OBJECTDIR}/_ext/22353990/Iso15765_3_EcuResetTask.o.d @${RM} ${OBJECTDIR}/_ext/22353990/Iso15765_3_EcuResetTask.o ${MP_CC} $(MP_EXTRA_CC_PRE) -g -D__DEBUG -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -ffunction-sections -fdata-sections -fno-toplevel-reorder -fno-common -I"../src" -I"../src/config/mcal" -I"../src/packs/ATSAME51J19A_DFP" -I"../src/packs/CMSIS/" -I"../src/packs/CMSIS/CMSIS/Core/Include" -I"../src/Calibration" -I"../src/DiagnosticR" -I"../src/DiagnosticR/Comp_HAL_Autosar_Wrappers" -I"../src/DiagnosticR/Comp_ISO_15765_2" -I"../src/DiagnosticR/Comp_ISO_15765_3" -I"../src/DiagnosticR/Dem" -I"../src/DiagnosticR/FicOsek" -I"../src/DiagnosticR/Sys_Diag_Detect" -I"../src/DiagnosticR/UDS" -I"../src/DiagnosticR/UDS/Iso15765_layer2" -I"../src/DiagnosticR/UDS/Iso15765_layer3" -I"../src/DiagnosticR/UDS/Iso15765_layer3/_h61" -I"../src/DiagnosticR/UDS/ModelsInterfaces" -I"../src/DiagnosticR/_configurations" -I"../src/DiagnosticR/rte" -I"../src/FunctionState" -I"../src/OsekCom" -I"../src/P417_SWTR_App_ert_rtw" -I"../src/RTE" -I"../src/Speaker" -I"../src/TLE9263" -I"../src/TouchPanel" -I"../src/config/mcal/mcal.mhc" -I"../src/config/mcal/peripheral/adc" -I"../src/config/mcal/peripheral/can" -I"../src/config/mcal/peripheral/clock" -I"../src/config/mcal/peripheral/cmcc" -I"../src/config/mcal/peripheral/dac" -I"../src/config/mcal/peripheral/evsys" -I"../src/config/mcal/peripheral/nvic" -I"../src/config/mcal/peripheral/nvmctrl" -I"../src/config/mcal/peripheral/port" -I"../src/config/mcal/peripheral/rtc" -I"../src/config/mcal/peripheral/sercom" -I"../src/config/mcal/peripheral/systick" -I"../src/config/mcal/peripheral/tc" -I"../src/config/mcal/peripheral/tcc" -I"../src/config/mcal/stdio" -I"../src/config/mcal/touch" -I"../src/config/mcal/touch/lib" -I"../src/forceSnsr" -I"../src/packs/ATSAME51J19A_DFP/component" -I"../src/packs/ATSAME51J19A_DFP/instance" -I"../src/packs/ATSAME51J19A_DFP/pio" -I"../src/smartEE" -Werror -Wall -MP -MMD -MF "${OBJECTDIR}/_ext/22353990/Iso15765_3_EcuResetTask.o.d" -o ${OBJECTDIR}/_ext/22353990/Iso15765_3_EcuResetTask.o ../src/DiagnosticR/Comp_ISO_15765_3/Iso15765_3_EcuResetTask.c -DXPRJ_mcal=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" ${PACK_COMMON_OPTIONS} ${OBJECTDIR}/_ext/22353990/Iso15765_3_Funcions.o: ../src/DiagnosticR/Comp_ISO_15765_3/Iso15765_3_Funcions.c .generated_files/flags/mcal/2dbc1f3093aaaf11df31a8560590e959a73a7f4b .generated_files/flags/mcal/19aca898974f639a5713d79f6a59fd61d4a277f5 @${MKDIR} "${OBJECTDIR}/_ext/22353990" @${RM} ${OBJECTDIR}/_ext/22353990/Iso15765_3_Funcions.o.d @${RM} ${OBJECTDIR}/_ext/22353990/Iso15765_3_Funcions.o ${MP_CC} $(MP_EXTRA_CC_PRE) -g -D__DEBUG -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -ffunction-sections -fdata-sections -fno-toplevel-reorder -fno-common -I"../src" -I"../src/config/mcal" -I"../src/packs/ATSAME51J19A_DFP" -I"../src/packs/CMSIS/" -I"../src/packs/CMSIS/CMSIS/Core/Include" -I"../src/Calibration" -I"../src/DiagnosticR" -I"../src/DiagnosticR/Comp_HAL_Autosar_Wrappers" -I"../src/DiagnosticR/Comp_ISO_15765_2" -I"../src/DiagnosticR/Comp_ISO_15765_3" -I"../src/DiagnosticR/Dem" -I"../src/DiagnosticR/FicOsek" -I"../src/DiagnosticR/Sys_Diag_Detect" -I"../src/DiagnosticR/UDS" -I"../src/DiagnosticR/UDS/Iso15765_layer2" -I"../src/DiagnosticR/UDS/Iso15765_layer3" -I"../src/DiagnosticR/UDS/Iso15765_layer3/_h61" -I"../src/DiagnosticR/UDS/ModelsInterfaces" -I"../src/DiagnosticR/_configurations" -I"../src/DiagnosticR/rte" -I"../src/FunctionState" -I"../src/OsekCom" -I"../src/P417_SWTR_App_ert_rtw" -I"../src/RTE" -I"../src/Speaker" -I"../src/TLE9263" -I"../src/TouchPanel" -I"../src/config/mcal/mcal.mhc" -I"../src/config/mcal/peripheral/adc" -I"../src/config/mcal/peripheral/can" -I"../src/config/mcal/peripheral/clock" -I"../src/config/mcal/peripheral/cmcc" -I"../src/config/mcal/peripheral/dac" -I"../src/config/mcal/peripheral/evsys" -I"../src/config/mcal/peripheral/nvic" -I"../src/config/mcal/peripheral/nvmctrl" -I"../src/config/mcal/peripheral/port" -I"../src/config/mcal/peripheral/rtc" -I"../src/config/mcal/peripheral/sercom" -I"../src/config/mcal/peripheral/systick" -I"../src/config/mcal/peripheral/tc" -I"../src/config/mcal/peripheral/tcc" -I"../src/config/mcal/stdio" -I"../src/config/mcal/touch" -I"../src/config/mcal/touch/lib" -I"../src/forceSnsr" -I"../src/packs/ATSAME51J19A_DFP/component" -I"../src/packs/ATSAME51J19A_DFP/instance" -I"../src/packs/ATSAME51J19A_DFP/pio" -I"../src/smartEE" -Werror -Wall -MP -MMD -MF "${OBJECTDIR}/_ext/22353990/Iso15765_3_Funcions.o.d" -o ${OBJECTDIR}/_ext/22353990/Iso15765_3_Funcions.o ../src/DiagnosticR/Comp_ISO_15765_3/Iso15765_3_Funcions.c -DXPRJ_mcal=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" ${PACK_COMMON_OPTIONS} ${OBJECTDIR}/_ext/22353990/Iso15765_3_RequestRespondCtrl.o: ../src/DiagnosticR/Comp_ISO_15765_3/Iso15765_3_RequestRespondCtrl.c .generated_files/flags/mcal/64f7e2fe75bf3f9232fe7a823972422354594b8e .generated_files/flags/mcal/19aca898974f639a5713d79f6a59fd61d4a277f5 @${MKDIR} "${OBJECTDIR}/_ext/22353990" @${RM} ${OBJECTDIR}/_ext/22353990/Iso15765_3_RequestRespondCtrl.o.d @${RM} ${OBJECTDIR}/_ext/22353990/Iso15765_3_RequestRespondCtrl.o ${MP_CC} $(MP_EXTRA_CC_PRE) -g -D__DEBUG -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -ffunction-sections -fdata-sections -fno-toplevel-reorder -fno-common -I"../src" -I"../src/config/mcal" -I"../src/packs/ATSAME51J19A_DFP" -I"../src/packs/CMSIS/" -I"../src/packs/CMSIS/CMSIS/Core/Include" -I"../src/Calibration" -I"../src/DiagnosticR" -I"../src/DiagnosticR/Comp_HAL_Autosar_Wrappers" -I"../src/DiagnosticR/Comp_ISO_15765_2" -I"../src/DiagnosticR/Comp_ISO_15765_3" -I"../src/DiagnosticR/Dem" -I"../src/DiagnosticR/FicOsek" -I"../src/DiagnosticR/Sys_Diag_Detect" -I"../src/DiagnosticR/UDS" -I"../src/DiagnosticR/UDS/Iso15765_layer2" -I"../src/DiagnosticR/UDS/Iso15765_layer3" -I"../src/DiagnosticR/UDS/Iso15765_layer3/_h61" -I"../src/DiagnosticR/UDS/ModelsInterfaces" -I"../src/DiagnosticR/_configurations" -I"../src/DiagnosticR/rte" -I"../src/FunctionState" -I"../src/OsekCom" -I"../src/P417_SWTR_App_ert_rtw" -I"../src/RTE" -I"../src/Speaker" -I"../src/TLE9263" -I"../src/TouchPanel" -I"../src/config/mcal/mcal.mhc" -I"../src/config/mcal/peripheral/adc" -I"../src/config/mcal/peripheral/can" -I"../src/config/mcal/peripheral/clock" -I"../src/config/mcal/peripheral/cmcc" -I"../src/config/mcal/peripheral/dac" -I"../src/config/mcal/peripheral/evsys" -I"../src/config/mcal/peripheral/nvic" -I"../src/config/mcal/peripheral/nvmctrl" -I"../src/config/mcal/peripheral/port" -I"../src/config/mcal/peripheral/rtc" -I"../src/config/mcal/peripheral/sercom" -I"../src/config/mcal/peripheral/systick" -I"../src/config/mcal/peripheral/tc" -I"../src/config/mcal/peripheral/tcc" -I"../src/config/mcal/stdio" -I"../src/config/mcal/touch" -I"../src/config/mcal/touch/lib" -I"../src/forceSnsr" -I"../src/packs/ATSAME51J19A_DFP/component" -I"../src/packs/ATSAME51J19A_DFP/instance" -I"../src/packs/ATSAME51J19A_DFP/pio" -I"../src/smartEE" -Werror -Wall -MP -MMD -MF "${OBJECTDIR}/_ext/22353990/Iso15765_3_RequestRespondCtrl.o.d" -o ${OBJECTDIR}/_ext/22353990/Iso15765_3_RequestRespondCtrl.o ../src/DiagnosticR/Comp_ISO_15765_3/Iso15765_3_RequestRespondCtrl.c -DXPRJ_mcal=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" ${PACK_COMMON_OPTIONS} ${OBJECTDIR}/_ext/22353990/Iso15765_3_SessionCtrlTask.o: ../src/DiagnosticR/Comp_ISO_15765_3/Iso15765_3_SessionCtrlTask.c .generated_files/flags/mcal/651dc8c8a4c4e70b9088dca590b58bfb80f184a7 .generated_files/flags/mcal/19aca898974f639a5713d79f6a59fd61d4a277f5 @${MKDIR} "${OBJECTDIR}/_ext/22353990" @${RM} ${OBJECTDIR}/_ext/22353990/Iso15765_3_SessionCtrlTask.o.d @${RM} ${OBJECTDIR}/_ext/22353990/Iso15765_3_SessionCtrlTask.o ${MP_CC} $(MP_EXTRA_CC_PRE) -g -D__DEBUG -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -ffunction-sections -fdata-sections -fno-toplevel-reorder -fno-common -I"../src" -I"../src/config/mcal" -I"../src/packs/ATSAME51J19A_DFP" -I"../src/packs/CMSIS/" -I"../src/packs/CMSIS/CMSIS/Core/Include" -I"../src/Calibration" -I"../src/DiagnosticR" -I"../src/DiagnosticR/Comp_HAL_Autosar_Wrappers" -I"../src/DiagnosticR/Comp_ISO_15765_2" -I"../src/DiagnosticR/Comp_ISO_15765_3" -I"../src/DiagnosticR/Dem" -I"../src/DiagnosticR/FicOsek" -I"../src/DiagnosticR/Sys_Diag_Detect" -I"../src/DiagnosticR/UDS" -I"../src/DiagnosticR/UDS/Iso15765_layer2" -I"../src/DiagnosticR/UDS/Iso15765_layer3" -I"../src/DiagnosticR/UDS/Iso15765_layer3/_h61" -I"../src/DiagnosticR/UDS/ModelsInterfaces" -I"../src/DiagnosticR/_configurations" -I"../src/DiagnosticR/rte" -I"../src/FunctionState" -I"../src/OsekCom" -I"../src/P417_SWTR_App_ert_rtw" -I"../src/RTE" -I"../src/Speaker" -I"../src/TLE9263" -I"../src/TouchPanel" -I"../src/config/mcal/mcal.mhc" -I"../src/config/mcal/peripheral/adc" -I"../src/config/mcal/peripheral/can" -I"../src/config/mcal/peripheral/clock" -I"../src/config/mcal/peripheral/cmcc" -I"../src/config/mcal/peripheral/dac" -I"../src/config/mcal/peripheral/evsys" -I"../src/config/mcal/peripheral/nvic" -I"../src/config/mcal/peripheral/nvmctrl" -I"../src/config/mcal/peripheral/port" -I"../src/config/mcal/peripheral/rtc" -I"../src/config/mcal/peripheral/sercom" -I"../src/config/mcal/peripheral/systick" -I"../src/config/mcal/peripheral/tc" -I"../src/config/mcal/peripheral/tcc" -I"../src/config/mcal/stdio" -I"../src/config/mcal/touch" -I"../src/config/mcal/touch/lib" -I"../src/forceSnsr" -I"../src/packs/ATSAME51J19A_DFP/component" -I"../src/packs/ATSAME51J19A_DFP/instance" -I"../src/packs/ATSAME51J19A_DFP/pio" -I"../src/smartEE" -Werror -Wall -MP -MMD -MF "${OBJECTDIR}/_ext/22353990/Iso15765_3_SessionCtrlTask.o.d" -o ${OBJECTDIR}/_ext/22353990/Iso15765_3_SessionCtrlTask.o ../src/DiagnosticR/Comp_ISO_15765_3/Iso15765_3_SessionCtrlTask.c -DXPRJ_mcal=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" ${PACK_COMMON_OPTIONS} ${OBJECTDIR}/_ext/1802317902/Dem.o: ../src/DiagnosticR/Dem/Dem.c .generated_files/flags/mcal/fafa6b307e313fc8787ed30f149ff1b21feb2f1d .generated_files/flags/mcal/19aca898974f639a5713d79f6a59fd61d4a277f5 @${MKDIR} "${OBJECTDIR}/_ext/1802317902" @${RM} ${OBJECTDIR}/_ext/1802317902/Dem.o.d @${RM} ${OBJECTDIR}/_ext/1802317902/Dem.o ${MP_CC} $(MP_EXTRA_CC_PRE) -g -D__DEBUG -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -ffunction-sections -fdata-sections -fno-toplevel-reorder -fno-common -I"../src" -I"../src/config/mcal" -I"../src/packs/ATSAME51J19A_DFP" -I"../src/packs/CMSIS/" -I"../src/packs/CMSIS/CMSIS/Core/Include" -I"../src/Calibration" -I"../src/DiagnosticR" -I"../src/DiagnosticR/Comp_HAL_Autosar_Wrappers" -I"../src/DiagnosticR/Comp_ISO_15765_2" -I"../src/DiagnosticR/Comp_ISO_15765_3" -I"../src/DiagnosticR/Dem" -I"../src/DiagnosticR/FicOsek" -I"../src/DiagnosticR/Sys_Diag_Detect" -I"../src/DiagnosticR/UDS" -I"../src/DiagnosticR/UDS/Iso15765_layer2" -I"../src/DiagnosticR/UDS/Iso15765_layer3" -I"../src/DiagnosticR/UDS/Iso15765_layer3/_h61" -I"../src/DiagnosticR/UDS/ModelsInterfaces" -I"../src/DiagnosticR/_configurations" -I"../src/DiagnosticR/rte" -I"../src/FunctionState" -I"../src/OsekCom" -I"../src/P417_SWTR_App_ert_rtw" -I"../src/RTE" -I"../src/Speaker" -I"../src/TLE9263" -I"../src/TouchPanel" -I"../src/config/mcal/mcal.mhc" -I"../src/config/mcal/peripheral/adc" -I"../src/config/mcal/peripheral/can" -I"../src/config/mcal/peripheral/clock" -I"../src/config/mcal/peripheral/cmcc" -I"../src/config/mcal/peripheral/dac" -I"../src/config/mcal/peripheral/evsys" -I"../src/config/mcal/peripheral/nvic" -I"../src/config/mcal/peripheral/nvmctrl" -I"../src/config/mcal/peripheral/port" -I"../src/config/mcal/peripheral/rtc" -I"../src/config/mcal/peripheral/sercom" -I"../src/config/mcal/peripheral/systick" -I"../src/config/mcal/peripheral/tc" -I"../src/config/mcal/peripheral/tcc" -I"../src/config/mcal/stdio" -I"../src/config/mcal/touch" -I"../src/config/mcal/touch/lib" -I"../src/forceSnsr" -I"../src/packs/ATSAME51J19A_DFP/component" -I"../src/packs/ATSAME51J19A_DFP/instance" -I"../src/packs/ATSAME51J19A_DFP/pio" -I"../src/smartEE" -Werror -Wall -MP -MMD -MF "${OBJECTDIR}/_ext/1802317902/Dem.o.d" -o ${OBJECTDIR}/_ext/1802317902/Dem.o ../src/DiagnosticR/Dem/Dem.c -DXPRJ_mcal=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" ${PACK_COMMON_OPTIONS} ${OBJECTDIR}/_ext/1802317902/Dem_Debounce.o: ../src/DiagnosticR/Dem/Dem_Debounce.c .generated_files/flags/mcal/d365713975fefd6452ff4014b07aa9c8f6eb1ac3 .generated_files/flags/mcal/19aca898974f639a5713d79f6a59fd61d4a277f5 @${MKDIR} "${OBJECTDIR}/_ext/1802317902" @${RM} ${OBJECTDIR}/_ext/1802317902/Dem_Debounce.o.d @${RM} ${OBJECTDIR}/_ext/1802317902/Dem_Debounce.o ${MP_CC} $(MP_EXTRA_CC_PRE) -g -D__DEBUG -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -ffunction-sections -fdata-sections -fno-toplevel-reorder -fno-common -I"../src" -I"../src/config/mcal" -I"../src/packs/ATSAME51J19A_DFP" -I"../src/packs/CMSIS/" -I"../src/packs/CMSIS/CMSIS/Core/Include" -I"../src/Calibration" -I"../src/DiagnosticR" -I"../src/DiagnosticR/Comp_HAL_Autosar_Wrappers" -I"../src/DiagnosticR/Comp_ISO_15765_2" -I"../src/DiagnosticR/Comp_ISO_15765_3" -I"../src/DiagnosticR/Dem" -I"../src/DiagnosticR/FicOsek" -I"../src/DiagnosticR/Sys_Diag_Detect" -I"../src/DiagnosticR/UDS" -I"../src/DiagnosticR/UDS/Iso15765_layer2" -I"../src/DiagnosticR/UDS/Iso15765_layer3" -I"../src/DiagnosticR/UDS/Iso15765_layer3/_h61" -I"../src/DiagnosticR/UDS/ModelsInterfaces" -I"../src/DiagnosticR/_configurations" -I"../src/DiagnosticR/rte" -I"../src/FunctionState" -I"../src/OsekCom" -I"../src/P417_SWTR_App_ert_rtw" -I"../src/RTE" -I"../src/Speaker" -I"../src/TLE9263" -I"../src/TouchPanel" -I"../src/config/mcal/mcal.mhc" -I"../src/config/mcal/peripheral/adc" -I"../src/config/mcal/peripheral/can" -I"../src/config/mcal/peripheral/clock" -I"../src/config/mcal/peripheral/cmcc" -I"../src/config/mcal/peripheral/dac" -I"../src/config/mcal/peripheral/evsys" -I"../src/config/mcal/peripheral/nvic" -I"../src/config/mcal/peripheral/nvmctrl" -I"../src/config/mcal/peripheral/port" -I"../src/config/mcal/peripheral/rtc" -I"../src/config/mcal/peripheral/sercom" -I"../src/config/mcal/peripheral/systick" -I"../src/config/mcal/peripheral/tc" -I"../src/config/mcal/peripheral/tcc" -I"../src/config/mcal/stdio" -I"../src/config/mcal/touch" -I"../src/config/mcal/touch/lib" -I"../src/forceSnsr" -I"../src/packs/ATSAME51J19A_DFP/component" -I"../src/packs/ATSAME51J19A_DFP/instance" -I"../src/packs/ATSAME51J19A_DFP/pio" -I"../src/smartEE" -Werror -Wall -MP -MMD -MF "${OBJECTDIR}/_ext/1802317902/Dem_Debounce.o.d" -o ${OBJECTDIR}/_ext/1802317902/Dem_Debounce.o ../src/DiagnosticR/Dem/Dem_Debounce.c -DXPRJ_mcal=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" ${PACK_COMMON_OPTIONS} ${OBJECTDIR}/_ext/1802317902/Dem_Extension.o: ../src/DiagnosticR/Dem/Dem_Extension.c .generated_files/flags/mcal/1f6314bc7cdb36b67e1b89abd45573640ee84c2f .generated_files/flags/mcal/19aca898974f639a5713d79f6a59fd61d4a277f5 @${MKDIR} "${OBJECTDIR}/_ext/1802317902" @${RM} ${OBJECTDIR}/_ext/1802317902/Dem_Extension.o.d @${RM} ${OBJECTDIR}/_ext/1802317902/Dem_Extension.o ${MP_CC} $(MP_EXTRA_CC_PRE) -g -D__DEBUG -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -ffunction-sections -fdata-sections -fno-toplevel-reorder -fno-common -I"../src" -I"../src/config/mcal" -I"../src/packs/ATSAME51J19A_DFP" -I"../src/packs/CMSIS/" -I"../src/packs/CMSIS/CMSIS/Core/Include" -I"../src/Calibration" -I"../src/DiagnosticR" -I"../src/DiagnosticR/Comp_HAL_Autosar_Wrappers" -I"../src/DiagnosticR/Comp_ISO_15765_2" -I"../src/DiagnosticR/Comp_ISO_15765_3" -I"../src/DiagnosticR/Dem" -I"../src/DiagnosticR/FicOsek" -I"../src/DiagnosticR/Sys_Diag_Detect" -I"../src/DiagnosticR/UDS" -I"../src/DiagnosticR/UDS/Iso15765_layer2" -I"../src/DiagnosticR/UDS/Iso15765_layer3" -I"../src/DiagnosticR/UDS/Iso15765_layer3/_h61" -I"../src/DiagnosticR/UDS/ModelsInterfaces" -I"../src/DiagnosticR/_configurations" -I"../src/DiagnosticR/rte" -I"../src/FunctionState" -I"../src/OsekCom" -I"../src/P417_SWTR_App_ert_rtw" -I"../src/RTE" -I"../src/Speaker" -I"../src/TLE9263" -I"../src/TouchPanel" -I"../src/config/mcal/mcal.mhc" -I"../src/config/mcal/peripheral/adc" -I"../src/config/mcal/peripheral/can" -I"../src/config/mcal/peripheral/clock" -I"../src/config/mcal/peripheral/cmcc" -I"../src/config/mcal/peripheral/dac" -I"../src/config/mcal/peripheral/evsys" -I"../src/config/mcal/peripheral/nvic" -I"../src/config/mcal/peripheral/nvmctrl" -I"../src/config/mcal/peripheral/port" -I"../src/config/mcal/peripheral/rtc" -I"../src/config/mcal/peripheral/sercom" -I"../src/config/mcal/peripheral/systick" -I"../src/config/mcal/peripheral/tc" -I"../src/config/mcal/peripheral/tcc" -I"../src/config/mcal/stdio" -I"../src/config/mcal/touch" -I"../src/config/mcal/touch/lib" -I"../src/forceSnsr" -I"../src/packs/ATSAME51J19A_DFP/component" -I"../src/packs/ATSAME51J19A_DFP/instance" -I"../src/packs/ATSAME51J19A_DFP/pio" -I"../src/smartEE" -Werror -Wall -MP -MMD -MF "${OBJECTDIR}/_ext/1802317902/Dem_Extension.o.d" -o ${OBJECTDIR}/_ext/1802317902/Dem_Extension.o ../src/DiagnosticR/Dem/Dem_Extension.c -DXPRJ_mcal=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" ${PACK_COMMON_OPTIONS} ${OBJECTDIR}/_ext/1802317902/Dem_LCfg.o: ../src/DiagnosticR/Dem/Dem_LCfg.c .generated_files/flags/mcal/9b293d53c4227ee0b19cbb4946c04a3b5cd2c5eb .generated_files/flags/mcal/19aca898974f639a5713d79f6a59fd61d4a277f5 @${MKDIR} "${OBJECTDIR}/_ext/1802317902" @${RM} ${OBJECTDIR}/_ext/1802317902/Dem_LCfg.o.d @${RM} ${OBJECTDIR}/_ext/1802317902/Dem_LCfg.o ${MP_CC} $(MP_EXTRA_CC_PRE) -g -D__DEBUG -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -ffunction-sections -fdata-sections -fno-toplevel-reorder -fno-common -I"../src" -I"../src/config/mcal" -I"../src/packs/ATSAME51J19A_DFP" -I"../src/packs/CMSIS/" -I"../src/packs/CMSIS/CMSIS/Core/Include" -I"../src/Calibration" -I"../src/DiagnosticR" -I"../src/DiagnosticR/Comp_HAL_Autosar_Wrappers" -I"../src/DiagnosticR/Comp_ISO_15765_2" -I"../src/DiagnosticR/Comp_ISO_15765_3" -I"../src/DiagnosticR/Dem" -I"../src/DiagnosticR/FicOsek" -I"../src/DiagnosticR/Sys_Diag_Detect" -I"../src/DiagnosticR/UDS" -I"../src/DiagnosticR/UDS/Iso15765_layer2" -I"../src/DiagnosticR/UDS/Iso15765_layer3" -I"../src/DiagnosticR/UDS/Iso15765_layer3/_h61" -I"../src/DiagnosticR/UDS/ModelsInterfaces" -I"../src/DiagnosticR/_configurations" -I"../src/DiagnosticR/rte" -I"../src/FunctionState" -I"../src/OsekCom" -I"../src/P417_SWTR_App_ert_rtw" -I"../src/RTE" -I"../src/Speaker" -I"../src/TLE9263" -I"../src/TouchPanel" -I"../src/config/mcal/mcal.mhc" -I"../src/config/mcal/peripheral/adc" -I"../src/config/mcal/peripheral/can" -I"../src/config/mcal/peripheral/clock" -I"../src/config/mcal/peripheral/cmcc" -I"../src/config/mcal/peripheral/dac" -I"../src/config/mcal/peripheral/evsys" -I"../src/config/mcal/peripheral/nvic" -I"../src/config/mcal/peripheral/nvmctrl" -I"../src/config/mcal/peripheral/port" -I"../src/config/mcal/peripheral/rtc" -I"../src/config/mcal/peripheral/sercom" -I"../src/config/mcal/peripheral/systick" -I"../src/config/mcal/peripheral/tc" -I"../src/config/mcal/peripheral/tcc" -I"../src/config/mcal/stdio" -I"../src/config/mcal/touch" -I"../src/config/mcal/touch/lib" -I"../src/forceSnsr" -I"../src/packs/ATSAME51J19A_DFP/component" -I"../src/packs/ATSAME51J19A_DFP/instance" -I"../src/packs/ATSAME51J19A_DFP/pio" -I"../src/smartEE" -Werror -Wall -MP -MMD -MF "${OBJECTDIR}/_ext/1802317902/Dem_LCfg.o.d" -o ${OBJECTDIR}/_ext/1802317902/Dem_LCfg.o ../src/DiagnosticR/Dem/Dem_LCfg.c -DXPRJ_mcal=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" ${PACK_COMMON_OPTIONS} ${OBJECTDIR}/_ext/467908807/SysDiagDetect.o: ../src/DiagnosticR/Sys_Diag_Detect/SysDiagDetect.c .generated_files/flags/mcal/8406011267400abc3ab8cbfa8bd4bf03629ff1c3 .generated_files/flags/mcal/19aca898974f639a5713d79f6a59fd61d4a277f5 @${MKDIR} "${OBJECTDIR}/_ext/467908807" @${RM} ${OBJECTDIR}/_ext/467908807/SysDiagDetect.o.d @${RM} ${OBJECTDIR}/_ext/467908807/SysDiagDetect.o ${MP_CC} $(MP_EXTRA_CC_PRE) -g -D__DEBUG -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -ffunction-sections -fdata-sections -fno-toplevel-reorder -fno-common -I"../src" -I"../src/config/mcal" -I"../src/packs/ATSAME51J19A_DFP" -I"../src/packs/CMSIS/" -I"../src/packs/CMSIS/CMSIS/Core/Include" -I"../src/Calibration" -I"../src/DiagnosticR" -I"../src/DiagnosticR/Comp_HAL_Autosar_Wrappers" -I"../src/DiagnosticR/Comp_ISO_15765_2" -I"../src/DiagnosticR/Comp_ISO_15765_3" -I"../src/DiagnosticR/Dem" -I"../src/DiagnosticR/FicOsek" -I"../src/DiagnosticR/Sys_Diag_Detect" -I"../src/DiagnosticR/UDS" -I"../src/DiagnosticR/UDS/Iso15765_layer2" -I"../src/DiagnosticR/UDS/Iso15765_layer3" -I"../src/DiagnosticR/UDS/Iso15765_layer3/_h61" -I"../src/DiagnosticR/UDS/ModelsInterfaces" -I"../src/DiagnosticR/_configurations" -I"../src/DiagnosticR/rte" -I"../src/FunctionState" -I"../src/OsekCom" -I"../src/P417_SWTR_App_ert_rtw" -I"../src/RTE" -I"../src/Speaker" -I"../src/TLE9263" -I"../src/TouchPanel" -I"../src/config/mcal/mcal.mhc" -I"../src/config/mcal/peripheral/adc" -I"../src/config/mcal/peripheral/can" -I"../src/config/mcal/peripheral/clock" -I"../src/config/mcal/peripheral/cmcc" -I"../src/config/mcal/peripheral/dac" -I"../src/config/mcal/peripheral/evsys" -I"../src/config/mcal/peripheral/nvic" -I"../src/config/mcal/peripheral/nvmctrl" -I"../src/config/mcal/peripheral/port" -I"../src/config/mcal/peripheral/rtc" -I"../src/config/mcal/peripheral/sercom" -I"../src/config/mcal/peripheral/systick" -I"../src/config/mcal/peripheral/tc" -I"../src/config/mcal/peripheral/tcc" -I"../src/config/mcal/stdio" -I"../src/config/mcal/touch" -I"../src/config/mcal/touch/lib" -I"../src/forceSnsr" -I"../src/packs/ATSAME51J19A_DFP/component" -I"../src/packs/ATSAME51J19A_DFP/instance" -I"../src/packs/ATSAME51J19A_DFP/pio" -I"../src/smartEE" -Werror -Wall -MP -MMD -MF "${OBJECTDIR}/_ext/467908807/SysDiagDetect.o.d" -o ${OBJECTDIR}/_ext/467908807/SysDiagDetect.o ../src/DiagnosticR/Sys_Diag_Detect/SysDiagDetect.c -DXPRJ_mcal=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" ${PACK_COMMON_OPTIONS} ${OBJECTDIR}/_ext/1498712618/TP_CFG.o: ../src/DiagnosticR/UDS/Iso15765_layer2/TP_CFG.c .generated_files/flags/mcal/b10ae897fc351e1255c46ef93b194c06f5d31f9e .generated_files/flags/mcal/19aca898974f639a5713d79f6a59fd61d4a277f5 @${MKDIR} "${OBJECTDIR}/_ext/1498712618" @${RM} ${OBJECTDIR}/_ext/1498712618/TP_CFG.o.d @${RM} ${OBJECTDIR}/_ext/1498712618/TP_CFG.o ${MP_CC} $(MP_EXTRA_CC_PRE) -g -D__DEBUG -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -ffunction-sections -fdata-sections -fno-toplevel-reorder -fno-common -I"../src" -I"../src/config/mcal" -I"../src/packs/ATSAME51J19A_DFP" -I"../src/packs/CMSIS/" -I"../src/packs/CMSIS/CMSIS/Core/Include" -I"../src/Calibration" -I"../src/DiagnosticR" -I"../src/DiagnosticR/Comp_HAL_Autosar_Wrappers" -I"../src/DiagnosticR/Comp_ISO_15765_2" -I"../src/DiagnosticR/Comp_ISO_15765_3" -I"../src/DiagnosticR/Dem" -I"../src/DiagnosticR/FicOsek" -I"../src/DiagnosticR/Sys_Diag_Detect" -I"../src/DiagnosticR/UDS" -I"../src/DiagnosticR/UDS/Iso15765_layer2" -I"../src/DiagnosticR/UDS/Iso15765_layer3" -I"../src/DiagnosticR/UDS/Iso15765_layer3/_h61" -I"../src/DiagnosticR/UDS/ModelsInterfaces" -I"../src/DiagnosticR/_configurations" -I"../src/DiagnosticR/rte" -I"../src/FunctionState" -I"../src/OsekCom" -I"../src/P417_SWTR_App_ert_rtw" -I"../src/RTE" -I"../src/Speaker" -I"../src/TLE9263" -I"../src/TouchPanel" -I"../src/config/mcal/mcal.mhc" -I"../src/config/mcal/peripheral/adc" -I"../src/config/mcal/peripheral/can" -I"../src/config/mcal/peripheral/clock" -I"../src/config/mcal/peripheral/cmcc" -I"../src/config/mcal/peripheral/dac" -I"../src/config/mcal/peripheral/evsys" -I"../src/config/mcal/peripheral/nvic" -I"../src/config/mcal/peripheral/nvmctrl" -I"../src/config/mcal/peripheral/port" -I"../src/config/mcal/peripheral/rtc" -I"../src/config/mcal/peripheral/sercom" -I"../src/config/mcal/peripheral/systick" -I"../src/config/mcal/peripheral/tc" -I"../src/config/mcal/peripheral/tcc" -I"../src/config/mcal/stdio" -I"../src/config/mcal/touch" -I"../src/config/mcal/touch/lib" -I"../src/forceSnsr" -I"../src/packs/ATSAME51J19A_DFP/component" -I"../src/packs/ATSAME51J19A_DFP/instance" -I"../src/packs/ATSAME51J19A_DFP/pio" -I"../src/smartEE" -Werror -Wall -MP -MMD -MF "${OBJECTDIR}/_ext/1498712618/TP_CFG.o.d" -o ${OBJECTDIR}/_ext/1498712618/TP_CFG.o ../src/DiagnosticR/UDS/Iso15765_layer2/TP_CFG.c -DXPRJ_mcal=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" ${PACK_COMMON_OPTIONS} ${OBJECTDIR}/_ext/605365704/UdsServerCallbacks_H61L.o: ../src/DiagnosticR/UDS/Iso15765_layer3/_h61/UdsServerCallbacks_H61L.c .generated_files/flags/mcal/4e96b23e3f13c76ef36c20db015e13ad4757eabf .generated_files/flags/mcal/19aca898974f639a5713d79f6a59fd61d4a277f5 @${MKDIR} "${OBJECTDIR}/_ext/605365704" @${RM} ${OBJECTDIR}/_ext/605365704/UdsServerCallbacks_H61L.o.d @${RM} ${OBJECTDIR}/_ext/605365704/UdsServerCallbacks_H61L.o ${MP_CC} $(MP_EXTRA_CC_PRE) -g -D__DEBUG -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -ffunction-sections -fdata-sections -fno-toplevel-reorder -fno-common -I"../src" -I"../src/config/mcal" -I"../src/packs/ATSAME51J19A_DFP" -I"../src/packs/CMSIS/" -I"../src/packs/CMSIS/CMSIS/Core/Include" -I"../src/Calibration" -I"../src/DiagnosticR" -I"../src/DiagnosticR/Comp_HAL_Autosar_Wrappers" -I"../src/DiagnosticR/Comp_ISO_15765_2" -I"../src/DiagnosticR/Comp_ISO_15765_3" -I"../src/DiagnosticR/Dem" -I"../src/DiagnosticR/FicOsek" -I"../src/DiagnosticR/Sys_Diag_Detect" -I"../src/DiagnosticR/UDS" -I"../src/DiagnosticR/UDS/Iso15765_layer2" -I"../src/DiagnosticR/UDS/Iso15765_layer3" -I"../src/DiagnosticR/UDS/Iso15765_layer3/_h61" -I"../src/DiagnosticR/UDS/ModelsInterfaces" -I"../src/DiagnosticR/_configurations" -I"../src/DiagnosticR/rte" -I"../src/FunctionState" -I"../src/OsekCom" -I"../src/P417_SWTR_App_ert_rtw" -I"../src/RTE" -I"../src/Speaker" -I"../src/TLE9263" -I"../src/TouchPanel" -I"../src/config/mcal/mcal.mhc" -I"../src/config/mcal/peripheral/adc" -I"../src/config/mcal/peripheral/can" -I"../src/config/mcal/peripheral/clock" -I"../src/config/mcal/peripheral/cmcc" -I"../src/config/mcal/peripheral/dac" -I"../src/config/mcal/peripheral/evsys" -I"../src/config/mcal/peripheral/nvic" -I"../src/config/mcal/peripheral/nvmctrl" -I"../src/config/mcal/peripheral/port" -I"../src/config/mcal/peripheral/rtc" -I"../src/config/mcal/peripheral/sercom" -I"../src/config/mcal/peripheral/systick" -I"../src/config/mcal/peripheral/tc" -I"../src/config/mcal/peripheral/tcc" -I"../src/config/mcal/stdio" -I"../src/config/mcal/touch" -I"../src/config/mcal/touch/lib" -I"../src/forceSnsr" -I"../src/packs/ATSAME51J19A_DFP/component" -I"../src/packs/ATSAME51J19A_DFP/instance" -I"../src/packs/ATSAME51J19A_DFP/pio" -I"../src/smartEE" -Werror -Wall -MP -MMD -MF "${OBJECTDIR}/_ext/605365704/UdsServerCallbacks_H61L.o.d" -o ${OBJECTDIR}/_ext/605365704/UdsServerCallbacks_H61L.o ../src/DiagnosticR/UDS/Iso15765_layer3/_h61/UdsServerCallbacks_H61L.c -DXPRJ_mcal=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" ${PACK_COMMON_OPTIONS} ${OBJECTDIR}/_ext/1802333190/UDS_CoreServices_CB.o: ../src/DiagnosticR/UDS/UDS_CoreServices_CB.c .generated_files/flags/mcal/90067820a0212be8ae246ff3f1b0098432a7b252 .generated_files/flags/mcal/19aca898974f639a5713d79f6a59fd61d4a277f5 @${MKDIR} "${OBJECTDIR}/_ext/1802333190" @${RM} ${OBJECTDIR}/_ext/1802333190/UDS_CoreServices_CB.o.d @${RM} ${OBJECTDIR}/_ext/1802333190/UDS_CoreServices_CB.o ${MP_CC} $(MP_EXTRA_CC_PRE) -g -D__DEBUG -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -ffunction-sections -fdata-sections -fno-toplevel-reorder -fno-common -I"../src" -I"../src/config/mcal" -I"../src/packs/ATSAME51J19A_DFP" -I"../src/packs/CMSIS/" -I"../src/packs/CMSIS/CMSIS/Core/Include" -I"../src/Calibration" -I"../src/DiagnosticR" -I"../src/DiagnosticR/Comp_HAL_Autosar_Wrappers" -I"../src/DiagnosticR/Comp_ISO_15765_2" -I"../src/DiagnosticR/Comp_ISO_15765_3" -I"../src/DiagnosticR/Dem" -I"../src/DiagnosticR/FicOsek" -I"../src/DiagnosticR/Sys_Diag_Detect" -I"../src/DiagnosticR/UDS" -I"../src/DiagnosticR/UDS/Iso15765_layer2" -I"../src/DiagnosticR/UDS/Iso15765_layer3" -I"../src/DiagnosticR/UDS/Iso15765_layer3/_h61" -I"../src/DiagnosticR/UDS/ModelsInterfaces" -I"../src/DiagnosticR/_configurations" -I"../src/DiagnosticR/rte" -I"../src/FunctionState" -I"../src/OsekCom" -I"../src/P417_SWTR_App_ert_rtw" -I"../src/RTE" -I"../src/Speaker" -I"../src/TLE9263" -I"../src/TouchPanel" -I"../src/config/mcal/mcal.mhc" -I"../src/config/mcal/peripheral/adc" -I"../src/config/mcal/peripheral/can" -I"../src/config/mcal/peripheral/clock" -I"../src/config/mcal/peripheral/cmcc" -I"../src/config/mcal/peripheral/dac" -I"../src/config/mcal/peripheral/evsys" -I"../src/config/mcal/peripheral/nvic" -I"../src/config/mcal/peripheral/nvmctrl" -I"../src/config/mcal/peripheral/port" -I"../src/config/mcal/peripheral/rtc" -I"../src/config/mcal/peripheral/sercom" -I"../src/config/mcal/peripheral/systick" -I"../src/config/mcal/peripheral/tc" -I"../src/config/mcal/peripheral/tcc" -I"../src/config/mcal/stdio" -I"../src/config/mcal/touch" -I"../src/config/mcal/touch/lib" -I"../src/forceSnsr" -I"../src/packs/ATSAME51J19A_DFP/component" -I"../src/packs/ATSAME51J19A_DFP/instance" -I"../src/packs/ATSAME51J19A_DFP/pio" -I"../src/smartEE" -Werror -Wall -MP -MMD -MF "${OBJECTDIR}/_ext/1802333190/UDS_CoreServices_CB.o.d" -o ${OBJECTDIR}/_ext/1802333190/UDS_CoreServices_CB.o ../src/DiagnosticR/UDS/UDS_CoreServices_CB.c -DXPRJ_mcal=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" ${PACK_COMMON_OPTIONS} ${OBJECTDIR}/_ext/1802333190/UDS_DIDNvm.o: ../src/DiagnosticR/UDS/UDS_DIDNvm.c .generated_files/flags/mcal/ffc0185b283dca3d69c7990824fe54b79e1d9b19 .generated_files/flags/mcal/19aca898974f639a5713d79f6a59fd61d4a277f5 @${MKDIR} "${OBJECTDIR}/_ext/1802333190" @${RM} ${OBJECTDIR}/_ext/1802333190/UDS_DIDNvm.o.d @${RM} ${OBJECTDIR}/_ext/1802333190/UDS_DIDNvm.o ${MP_CC} $(MP_EXTRA_CC_PRE) -g -D__DEBUG -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -ffunction-sections -fdata-sections -fno-toplevel-reorder -fno-common -I"../src" -I"../src/config/mcal" -I"../src/packs/ATSAME51J19A_DFP" -I"../src/packs/CMSIS/" -I"../src/packs/CMSIS/CMSIS/Core/Include" -I"../src/Calibration" -I"../src/DiagnosticR" -I"../src/DiagnosticR/Comp_HAL_Autosar_Wrappers" -I"../src/DiagnosticR/Comp_ISO_15765_2" -I"../src/DiagnosticR/Comp_ISO_15765_3" -I"../src/DiagnosticR/Dem" -I"../src/DiagnosticR/FicOsek" -I"../src/DiagnosticR/Sys_Diag_Detect" -I"../src/DiagnosticR/UDS" -I"../src/DiagnosticR/UDS/Iso15765_layer2" -I"../src/DiagnosticR/UDS/Iso15765_layer3" -I"../src/DiagnosticR/UDS/Iso15765_layer3/_h61" -I"../src/DiagnosticR/UDS/ModelsInterfaces" -I"../src/DiagnosticR/_configurations" -I"../src/DiagnosticR/rte" -I"../src/FunctionState" -I"../src/OsekCom" -I"../src/P417_SWTR_App_ert_rtw" -I"../src/RTE" -I"../src/Speaker" -I"../src/TLE9263" -I"../src/TouchPanel" -I"../src/config/mcal/mcal.mhc" -I"../src/config/mcal/peripheral/adc" -I"../src/config/mcal/peripheral/can" -I"../src/config/mcal/peripheral/clock" -I"../src/config/mcal/peripheral/cmcc" -I"../src/config/mcal/peripheral/dac" -I"../src/config/mcal/peripheral/evsys" -I"../src/config/mcal/peripheral/nvic" -I"../src/config/mcal/peripheral/nvmctrl" -I"../src/config/mcal/peripheral/port" -I"../src/config/mcal/peripheral/rtc" -I"../src/config/mcal/peripheral/sercom" -I"../src/config/mcal/peripheral/systick" -I"../src/config/mcal/peripheral/tc" -I"../src/config/mcal/peripheral/tcc" -I"../src/config/mcal/stdio" -I"../src/config/mcal/touch" -I"../src/config/mcal/touch/lib" -I"../src/forceSnsr" -I"../src/packs/ATSAME51J19A_DFP/component" -I"../src/packs/ATSAME51J19A_DFP/instance" -I"../src/packs/ATSAME51J19A_DFP/pio" -I"../src/smartEE" -Werror -Wall -MP -MMD -MF "${OBJECTDIR}/_ext/1802333190/UDS_DIDNvm.o.d" -o ${OBJECTDIR}/_ext/1802333190/UDS_DIDNvm.o ../src/DiagnosticR/UDS/UDS_DIDNvm.c -DXPRJ_mcal=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" ${PACK_COMMON_OPTIONS} ${OBJECTDIR}/_ext/1802333190/UDS_DiDRead_CB.o: ../src/DiagnosticR/UDS/UDS_DiDRead_CB.c .generated_files/flags/mcal/f56d1d6918f841666efdd5cc4a3c2da121af9558 .generated_files/flags/mcal/19aca898974f639a5713d79f6a59fd61d4a277f5 @${MKDIR} "${OBJECTDIR}/_ext/1802333190" @${RM} ${OBJECTDIR}/_ext/1802333190/UDS_DiDRead_CB.o.d @${RM} ${OBJECTDIR}/_ext/1802333190/UDS_DiDRead_CB.o ${MP_CC} $(MP_EXTRA_CC_PRE) -g -D__DEBUG -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -ffunction-sections -fdata-sections -fno-toplevel-reorder -fno-common -I"../src" -I"../src/config/mcal" -I"../src/packs/ATSAME51J19A_DFP" -I"../src/packs/CMSIS/" -I"../src/packs/CMSIS/CMSIS/Core/Include" -I"../src/Calibration" -I"../src/DiagnosticR" -I"../src/DiagnosticR/Comp_HAL_Autosar_Wrappers" -I"../src/DiagnosticR/Comp_ISO_15765_2" -I"../src/DiagnosticR/Comp_ISO_15765_3" -I"../src/DiagnosticR/Dem" -I"../src/DiagnosticR/FicOsek" -I"../src/DiagnosticR/Sys_Diag_Detect" -I"../src/DiagnosticR/UDS" -I"../src/DiagnosticR/UDS/Iso15765_layer2" -I"../src/DiagnosticR/UDS/Iso15765_layer3" -I"../src/DiagnosticR/UDS/Iso15765_layer3/_h61" -I"../src/DiagnosticR/UDS/ModelsInterfaces" -I"../src/DiagnosticR/_configurations" -I"../src/DiagnosticR/rte" -I"../src/FunctionState" -I"../src/OsekCom" -I"../src/P417_SWTR_App_ert_rtw" -I"../src/RTE" -I"../src/Speaker" -I"../src/TLE9263" -I"../src/TouchPanel" -I"../src/config/mcal/mcal.mhc" -I"../src/config/mcal/peripheral/adc" -I"../src/config/mcal/peripheral/can" -I"../src/config/mcal/peripheral/clock" -I"../src/config/mcal/peripheral/cmcc" -I"../src/config/mcal/peripheral/dac" -I"../src/config/mcal/peripheral/evsys" -I"../src/config/mcal/peripheral/nvic" -I"../src/config/mcal/peripheral/nvmctrl" -I"../src/config/mcal/peripheral/port" -I"../src/config/mcal/peripheral/rtc" -I"../src/config/mcal/peripheral/sercom" -I"../src/config/mcal/peripheral/systick" -I"../src/config/mcal/peripheral/tc" -I"../src/config/mcal/peripheral/tcc" -I"../src/config/mcal/stdio" -I"../src/config/mcal/touch" -I"../src/config/mcal/touch/lib" -I"../src/forceSnsr" -I"../src/packs/ATSAME51J19A_DFP/component" -I"../src/packs/ATSAME51J19A_DFP/instance" -I"../src/packs/ATSAME51J19A_DFP/pio" -I"../src/smartEE" -Werror -Wall -MP -MMD -MF "${OBJECTDIR}/_ext/1802333190/UDS_DiDRead_CB.o.d" -o ${OBJECTDIR}/_ext/1802333190/UDS_DiDRead_CB.o ../src/DiagnosticR/UDS/UDS_DiDRead_CB.c -DXPRJ_mcal=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" ${PACK_COMMON_OPTIONS} ${OBJECTDIR}/_ext/1802333190/UDS_DiDWrite_CB.o: ../src/DiagnosticR/UDS/UDS_DiDWrite_CB.c .generated_files/flags/mcal/6cd19f5e19531e9debc4a6fa38a05b25e4b6e148 .generated_files/flags/mcal/19aca898974f639a5713d79f6a59fd61d4a277f5 @${MKDIR} "${OBJECTDIR}/_ext/1802333190" @${RM} ${OBJECTDIR}/_ext/1802333190/UDS_DiDWrite_CB.o.d @${RM} ${OBJECTDIR}/_ext/1802333190/UDS_DiDWrite_CB.o ${MP_CC} $(MP_EXTRA_CC_PRE) -g -D__DEBUG -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -ffunction-sections -fdata-sections -fno-toplevel-reorder -fno-common -I"../src" -I"../src/config/mcal" -I"../src/packs/ATSAME51J19A_DFP" -I"../src/packs/CMSIS/" -I"../src/packs/CMSIS/CMSIS/Core/Include" -I"../src/Calibration" -I"../src/DiagnosticR" -I"../src/DiagnosticR/Comp_HAL_Autosar_Wrappers" -I"../src/DiagnosticR/Comp_ISO_15765_2" -I"../src/DiagnosticR/Comp_ISO_15765_3" -I"../src/DiagnosticR/Dem" -I"../src/DiagnosticR/FicOsek" -I"../src/DiagnosticR/Sys_Diag_Detect" -I"../src/DiagnosticR/UDS" -I"../src/DiagnosticR/UDS/Iso15765_layer2" -I"../src/DiagnosticR/UDS/Iso15765_layer3" -I"../src/DiagnosticR/UDS/Iso15765_layer3/_h61" -I"../src/DiagnosticR/UDS/ModelsInterfaces" -I"../src/DiagnosticR/_configurations" -I"../src/DiagnosticR/rte" -I"../src/FunctionState" -I"../src/OsekCom" -I"../src/P417_SWTR_App_ert_rtw" -I"../src/RTE" -I"../src/Speaker" -I"../src/TLE9263" -I"../src/TouchPanel" -I"../src/config/mcal/mcal.mhc" -I"../src/config/mcal/peripheral/adc" -I"../src/config/mcal/peripheral/can" -I"../src/config/mcal/peripheral/clock" -I"../src/config/mcal/peripheral/cmcc" -I"../src/config/mcal/peripheral/dac" -I"../src/config/mcal/peripheral/evsys" -I"../src/config/mcal/peripheral/nvic" -I"../src/config/mcal/peripheral/nvmctrl" -I"../src/config/mcal/peripheral/port" -I"../src/config/mcal/peripheral/rtc" -I"../src/config/mcal/peripheral/sercom" -I"../src/config/mcal/peripheral/systick" -I"../src/config/mcal/peripheral/tc" -I"../src/config/mcal/peripheral/tcc" -I"../src/config/mcal/stdio" -I"../src/config/mcal/touch" -I"../src/config/mcal/touch/lib" -I"../src/forceSnsr" -I"../src/packs/ATSAME51J19A_DFP/component" -I"../src/packs/ATSAME51J19A_DFP/instance" -I"../src/packs/ATSAME51J19A_DFP/pio" -I"../src/smartEE" -Werror -Wall -MP -MMD -MF "${OBJECTDIR}/_ext/1802333190/UDS_DiDWrite_CB.o.d" -o ${OBJECTDIR}/_ext/1802333190/UDS_DiDWrite_CB.o ../src/DiagnosticR/UDS/UDS_DiDWrite_CB.c -DXPRJ_mcal=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" ${PACK_COMMON_OPTIONS} ${OBJECTDIR}/_ext/1802333190/UDS_IORoutineControl.o: ../src/DiagnosticR/UDS/UDS_IORoutineControl.c .generated_files/flags/mcal/ea34a9eb2e2b4bc34fb403644543450040d892f5 .generated_files/flags/mcal/19aca898974f639a5713d79f6a59fd61d4a277f5 @${MKDIR} "${OBJECTDIR}/_ext/1802333190" @${RM} ${OBJECTDIR}/_ext/1802333190/UDS_IORoutineControl.o.d @${RM} ${OBJECTDIR}/_ext/1802333190/UDS_IORoutineControl.o ${MP_CC} $(MP_EXTRA_CC_PRE) -g -D__DEBUG -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -ffunction-sections -fdata-sections -fno-toplevel-reorder -fno-common -I"../src" -I"../src/config/mcal" -I"../src/packs/ATSAME51J19A_DFP" -I"../src/packs/CMSIS/" -I"../src/packs/CMSIS/CMSIS/Core/Include" -I"../src/Calibration" -I"../src/DiagnosticR" -I"../src/DiagnosticR/Comp_HAL_Autosar_Wrappers" -I"../src/DiagnosticR/Comp_ISO_15765_2" -I"../src/DiagnosticR/Comp_ISO_15765_3" -I"../src/DiagnosticR/Dem" -I"../src/DiagnosticR/FicOsek" -I"../src/DiagnosticR/Sys_Diag_Detect" -I"../src/DiagnosticR/UDS" -I"../src/DiagnosticR/UDS/Iso15765_layer2" -I"../src/DiagnosticR/UDS/Iso15765_layer3" -I"../src/DiagnosticR/UDS/Iso15765_layer3/_h61" -I"../src/DiagnosticR/UDS/ModelsInterfaces" -I"../src/DiagnosticR/_configurations" -I"../src/DiagnosticR/rte" -I"../src/FunctionState" -I"../src/OsekCom" -I"../src/P417_SWTR_App_ert_rtw" -I"../src/RTE" -I"../src/Speaker" -I"../src/TLE9263" -I"../src/TouchPanel" -I"../src/config/mcal/mcal.mhc" -I"../src/config/mcal/peripheral/adc" -I"../src/config/mcal/peripheral/can" -I"../src/config/mcal/peripheral/clock" -I"../src/config/mcal/peripheral/cmcc" -I"../src/config/mcal/peripheral/dac" -I"../src/config/mcal/peripheral/evsys" -I"../src/config/mcal/peripheral/nvic" -I"../src/config/mcal/peripheral/nvmctrl" -I"../src/config/mcal/peripheral/port" -I"../src/config/mcal/peripheral/rtc" -I"../src/config/mcal/peripheral/sercom" -I"../src/config/mcal/peripheral/systick" -I"../src/config/mcal/peripheral/tc" -I"../src/config/mcal/peripheral/tcc" -I"../src/config/mcal/stdio" -I"../src/config/mcal/touch" -I"../src/config/mcal/touch/lib" -I"../src/forceSnsr" -I"../src/packs/ATSAME51J19A_DFP/component" -I"../src/packs/ATSAME51J19A_DFP/instance" -I"../src/packs/ATSAME51J19A_DFP/pio" -I"../src/smartEE" -Werror -Wall -MP -MMD -MF "${OBJECTDIR}/_ext/1802333190/UDS_IORoutineControl.o.d" -o ${OBJECTDIR}/_ext/1802333190/UDS_IORoutineControl.o ../src/DiagnosticR/UDS/UDS_IORoutineControl.c -DXPRJ_mcal=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" ${PACK_COMMON_OPTIONS} ${OBJECTDIR}/_ext/1802333190/UDS_Services_Common.o: ../src/DiagnosticR/UDS/UDS_Services_Common.c .generated_files/flags/mcal/fc266b9b07e4df093849f863778eb0ec47e20301 .generated_files/flags/mcal/19aca898974f639a5713d79f6a59fd61d4a277f5 @${MKDIR} "${OBJECTDIR}/_ext/1802333190" @${RM} ${OBJECTDIR}/_ext/1802333190/UDS_Services_Common.o.d @${RM} ${OBJECTDIR}/_ext/1802333190/UDS_Services_Common.o ${MP_CC} $(MP_EXTRA_CC_PRE) -g -D__DEBUG -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -ffunction-sections -fdata-sections -fno-toplevel-reorder -fno-common -I"../src" -I"../src/config/mcal" -I"../src/packs/ATSAME51J19A_DFP" -I"../src/packs/CMSIS/" -I"../src/packs/CMSIS/CMSIS/Core/Include" -I"../src/Calibration" -I"../src/DiagnosticR" -I"../src/DiagnosticR/Comp_HAL_Autosar_Wrappers" -I"../src/DiagnosticR/Comp_ISO_15765_2" -I"../src/DiagnosticR/Comp_ISO_15765_3" -I"../src/DiagnosticR/Dem" -I"../src/DiagnosticR/FicOsek" -I"../src/DiagnosticR/Sys_Diag_Detect" -I"../src/DiagnosticR/UDS" -I"../src/DiagnosticR/UDS/Iso15765_layer2" -I"../src/DiagnosticR/UDS/Iso15765_layer3" -I"../src/DiagnosticR/UDS/Iso15765_layer3/_h61" -I"../src/DiagnosticR/UDS/ModelsInterfaces" -I"../src/DiagnosticR/_configurations" -I"../src/DiagnosticR/rte" -I"../src/FunctionState" -I"../src/OsekCom" -I"../src/P417_SWTR_App_ert_rtw" -I"../src/RTE" -I"../src/Speaker" -I"../src/TLE9263" -I"../src/TouchPanel" -I"../src/config/mcal/mcal.mhc" -I"../src/config/mcal/peripheral/adc" -I"../src/config/mcal/peripheral/can" -I"../src/config/mcal/peripheral/clock" -I"../src/config/mcal/peripheral/cmcc" -I"../src/config/mcal/peripheral/dac" -I"../src/config/mcal/peripheral/evsys" -I"../src/config/mcal/peripheral/nvic" -I"../src/config/mcal/peripheral/nvmctrl" -I"../src/config/mcal/peripheral/port" -I"../src/config/mcal/peripheral/rtc" -I"../src/config/mcal/peripheral/sercom" -I"../src/config/mcal/peripheral/systick" -I"../src/config/mcal/peripheral/tc" -I"../src/config/mcal/peripheral/tcc" -I"../src/config/mcal/stdio" -I"../src/config/mcal/touch" -I"../src/config/mcal/touch/lib" -I"../src/forceSnsr" -I"../src/packs/ATSAME51J19A_DFP/component" -I"../src/packs/ATSAME51J19A_DFP/instance" -I"../src/packs/ATSAME51J19A_DFP/pio" -I"../src/smartEE" -Werror -Wall -MP -MMD -MF "${OBJECTDIR}/_ext/1802333190/UDS_Services_Common.o.d" -o ${OBJECTDIR}/_ext/1802333190/UDS_Services_Common.o ../src/DiagnosticR/UDS/UDS_Services_Common.c -DXPRJ_mcal=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" ${PACK_COMMON_OPTIONS} ${OBJECTDIR}/_ext/2142047477/forcedetect.o: ../src/forceSnsr/forcedetect.c .generated_files/flags/mcal/822b4d919eaee5d05f69606f92936893d706dd7e .generated_files/flags/mcal/19aca898974f639a5713d79f6a59fd61d4a277f5 @${MKDIR} "${OBJECTDIR}/_ext/2142047477" @${RM} ${OBJECTDIR}/_ext/2142047477/forcedetect.o.d @${RM} ${OBJECTDIR}/_ext/2142047477/forcedetect.o ${MP_CC} $(MP_EXTRA_CC_PRE) -g -D__DEBUG -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -ffunction-sections -fdata-sections -fno-toplevel-reorder -fno-common -I"../src" -I"../src/config/mcal" -I"../src/packs/ATSAME51J19A_DFP" -I"../src/packs/CMSIS/" -I"../src/packs/CMSIS/CMSIS/Core/Include" -I"../src/Calibration" -I"../src/DiagnosticR" -I"../src/DiagnosticR/Comp_HAL_Autosar_Wrappers" -I"../src/DiagnosticR/Comp_ISO_15765_2" -I"../src/DiagnosticR/Comp_ISO_15765_3" -I"../src/DiagnosticR/Dem" -I"../src/DiagnosticR/FicOsek" -I"../src/DiagnosticR/Sys_Diag_Detect" -I"../src/DiagnosticR/UDS" -I"../src/DiagnosticR/UDS/Iso15765_layer2" -I"../src/DiagnosticR/UDS/Iso15765_layer3" -I"../src/DiagnosticR/UDS/Iso15765_layer3/_h61" -I"../src/DiagnosticR/UDS/ModelsInterfaces" -I"../src/DiagnosticR/_configurations" -I"../src/DiagnosticR/rte" -I"../src/FunctionState" -I"../src/OsekCom" -I"../src/P417_SWTR_App_ert_rtw" -I"../src/RTE" -I"../src/Speaker" -I"../src/TLE9263" -I"../src/TouchPanel" -I"../src/config/mcal/mcal.mhc" -I"../src/config/mcal/peripheral/adc" -I"../src/config/mcal/peripheral/can" -I"../src/config/mcal/peripheral/clock" -I"../src/config/mcal/peripheral/cmcc" -I"../src/config/mcal/peripheral/dac" -I"../src/config/mcal/peripheral/evsys" -I"../src/config/mcal/peripheral/nvic" -I"../src/config/mcal/peripheral/nvmctrl" -I"../src/config/mcal/peripheral/port" -I"../src/config/mcal/peripheral/rtc" -I"../src/config/mcal/peripheral/sercom" -I"../src/config/mcal/peripheral/systick" -I"../src/config/mcal/peripheral/tc" -I"../src/config/mcal/peripheral/tcc" -I"../src/config/mcal/stdio" -I"../src/config/mcal/touch" -I"../src/config/mcal/touch/lib" -I"../src/forceSnsr" -I"../src/packs/ATSAME51J19A_DFP/component" -I"../src/packs/ATSAME51J19A_DFP/instance" -I"../src/packs/ATSAME51J19A_DFP/pio" -I"../src/smartEE" -Werror -Wall -MP -MMD -MF "${OBJECTDIR}/_ext/2142047477/forcedetect.o.d" -o ${OBJECTDIR}/_ext/2142047477/forcedetect.o ../src/forceSnsr/forcedetect.c -DXPRJ_mcal=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" ${PACK_COMMON_OPTIONS} ${OBJECTDIR}/_ext/2142047477/forceSnsr.o: ../src/forceSnsr/forceSnsr.c .generated_files/flags/mcal/905a4d99dde6a59dc0a230adbaf3df9543b87d96 .generated_files/flags/mcal/19aca898974f639a5713d79f6a59fd61d4a277f5 @${MKDIR} "${OBJECTDIR}/_ext/2142047477" @${RM} ${OBJECTDIR}/_ext/2142047477/forceSnsr.o.d @${RM} ${OBJECTDIR}/_ext/2142047477/forceSnsr.o ${MP_CC} $(MP_EXTRA_CC_PRE) -g -D__DEBUG -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -ffunction-sections -fdata-sections -fno-toplevel-reorder -fno-common -I"../src" -I"../src/config/mcal" -I"../src/packs/ATSAME51J19A_DFP" -I"../src/packs/CMSIS/" -I"../src/packs/CMSIS/CMSIS/Core/Include" -I"../src/Calibration" -I"../src/DiagnosticR" -I"../src/DiagnosticR/Comp_HAL_Autosar_Wrappers" -I"../src/DiagnosticR/Comp_ISO_15765_2" -I"../src/DiagnosticR/Comp_ISO_15765_3" -I"../src/DiagnosticR/Dem" -I"../src/DiagnosticR/FicOsek" -I"../src/DiagnosticR/Sys_Diag_Detect" -I"../src/DiagnosticR/UDS" -I"../src/DiagnosticR/UDS/Iso15765_layer2" -I"../src/DiagnosticR/UDS/Iso15765_layer3" -I"../src/DiagnosticR/UDS/Iso15765_layer3/_h61" -I"../src/DiagnosticR/UDS/ModelsInterfaces" -I"../src/DiagnosticR/_configurations" -I"../src/DiagnosticR/rte" -I"../src/FunctionState" -I"../src/OsekCom" -I"../src/P417_SWTR_App_ert_rtw" -I"../src/RTE" -I"../src/Speaker" -I"../src/TLE9263" -I"../src/TouchPanel" -I"../src/config/mcal/mcal.mhc" -I"../src/config/mcal/peripheral/adc" -I"../src/config/mcal/peripheral/can" -I"../src/config/mcal/peripheral/clock" -I"../src/config/mcal/peripheral/cmcc" -I"../src/config/mcal/peripheral/dac" -I"../src/config/mcal/peripheral/evsys" -I"../src/config/mcal/peripheral/nvic" -I"../src/config/mcal/peripheral/nvmctrl" -I"../src/config/mcal/peripheral/port" -I"../src/config/mcal/peripheral/rtc" -I"../src/config/mcal/peripheral/sercom" -I"../src/config/mcal/peripheral/systick" -I"../src/config/mcal/peripheral/tc" -I"../src/config/mcal/peripheral/tcc" -I"../src/config/mcal/stdio" -I"../src/config/mcal/touch" -I"../src/config/mcal/touch/lib" -I"../src/forceSnsr" -I"../src/packs/ATSAME51J19A_DFP/component" -I"../src/packs/ATSAME51J19A_DFP/instance" -I"../src/packs/ATSAME51J19A_DFP/pio" -I"../src/smartEE" -Werror -Wall -MP -MMD -MF "${OBJECTDIR}/_ext/2142047477/forceSnsr.o.d" -o ${OBJECTDIR}/_ext/2142047477/forceSnsr.o ../src/forceSnsr/forceSnsr.c -DXPRJ_mcal=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" ${PACK_COMMON_OPTIONS} ${OBJECTDIR}/_ext/2142047477/forceSnsr_Cfg.o: ../src/forceSnsr/forceSnsr_Cfg.c .generated_files/flags/mcal/7a8b6c24ad1aca1c5f4e69d7f02eab0856f780ab .generated_files/flags/mcal/19aca898974f639a5713d79f6a59fd61d4a277f5 @${MKDIR} "${OBJECTDIR}/_ext/2142047477" @${RM} ${OBJECTDIR}/_ext/2142047477/forceSnsr_Cfg.o.d @${RM} ${OBJECTDIR}/_ext/2142047477/forceSnsr_Cfg.o ${MP_CC} $(MP_EXTRA_CC_PRE) -g -D__DEBUG -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -ffunction-sections -fdata-sections -fno-toplevel-reorder -fno-common -I"../src" -I"../src/config/mcal" -I"../src/packs/ATSAME51J19A_DFP" -I"../src/packs/CMSIS/" -I"../src/packs/CMSIS/CMSIS/Core/Include" -I"../src/Calibration" -I"../src/DiagnosticR" -I"../src/DiagnosticR/Comp_HAL_Autosar_Wrappers" -I"../src/DiagnosticR/Comp_ISO_15765_2" -I"../src/DiagnosticR/Comp_ISO_15765_3" -I"../src/DiagnosticR/Dem" -I"../src/DiagnosticR/FicOsek" -I"../src/DiagnosticR/Sys_Diag_Detect" -I"../src/DiagnosticR/UDS" -I"../src/DiagnosticR/UDS/Iso15765_layer2" -I"../src/DiagnosticR/UDS/Iso15765_layer3" -I"../src/DiagnosticR/UDS/Iso15765_layer3/_h61" -I"../src/DiagnosticR/UDS/ModelsInterfaces" -I"../src/DiagnosticR/_configurations" -I"../src/DiagnosticR/rte" -I"../src/FunctionState" -I"../src/OsekCom" -I"../src/P417_SWTR_App_ert_rtw" -I"../src/RTE" -I"../src/Speaker" -I"../src/TLE9263" -I"../src/TouchPanel" -I"../src/config/mcal/mcal.mhc" -I"../src/config/mcal/peripheral/adc" -I"../src/config/mcal/peripheral/can" -I"../src/config/mcal/peripheral/clock" -I"../src/config/mcal/peripheral/cmcc" -I"../src/config/mcal/peripheral/dac" -I"../src/config/mcal/peripheral/evsys" -I"../src/config/mcal/peripheral/nvic" -I"../src/config/mcal/peripheral/nvmctrl" -I"../src/config/mcal/peripheral/port" -I"../src/config/mcal/peripheral/rtc" -I"../src/config/mcal/peripheral/sercom" -I"../src/config/mcal/peripheral/systick" -I"../src/config/mcal/peripheral/tc" -I"../src/config/mcal/peripheral/tcc" -I"../src/config/mcal/stdio" -I"../src/config/mcal/touch" -I"../src/config/mcal/touch/lib" -I"../src/forceSnsr" -I"../src/packs/ATSAME51J19A_DFP/component" -I"../src/packs/ATSAME51J19A_DFP/instance" -I"../src/packs/ATSAME51J19A_DFP/pio" -I"../src/smartEE" -Werror -Wall -MP -MMD -MF "${OBJECTDIR}/_ext/2142047477/forceSnsr_Cfg.o.d" -o ${OBJECTDIR}/_ext/2142047477/forceSnsr_Cfg.o ../src/forceSnsr/forceSnsr_Cfg.c -DXPRJ_mcal=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" ${PACK_COMMON_OPTIONS} ${OBJECTDIR}/_ext/984511487/FunctionState.o: ../src/FunctionState/FunctionState.c .generated_files/flags/mcal/23dca283f0df48e9fefc091bbb9a8d0acbb2b483 .generated_files/flags/mcal/19aca898974f639a5713d79f6a59fd61d4a277f5 @${MKDIR} "${OBJECTDIR}/_ext/984511487" @${RM} ${OBJECTDIR}/_ext/984511487/FunctionState.o.d @${RM} ${OBJECTDIR}/_ext/984511487/FunctionState.o ${MP_CC} $(MP_EXTRA_CC_PRE) -g -D__DEBUG -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -ffunction-sections -fdata-sections -fno-toplevel-reorder -fno-common -I"../src" -I"../src/config/mcal" -I"../src/packs/ATSAME51J19A_DFP" -I"../src/packs/CMSIS/" -I"../src/packs/CMSIS/CMSIS/Core/Include" -I"../src/Calibration" -I"../src/DiagnosticR" -I"../src/DiagnosticR/Comp_HAL_Autosar_Wrappers" -I"../src/DiagnosticR/Comp_ISO_15765_2" -I"../src/DiagnosticR/Comp_ISO_15765_3" -I"../src/DiagnosticR/Dem" -I"../src/DiagnosticR/FicOsek" -I"../src/DiagnosticR/Sys_Diag_Detect" -I"../src/DiagnosticR/UDS" -I"../src/DiagnosticR/UDS/Iso15765_layer2" -I"../src/DiagnosticR/UDS/Iso15765_layer3" -I"../src/DiagnosticR/UDS/Iso15765_layer3/_h61" -I"../src/DiagnosticR/UDS/ModelsInterfaces" -I"../src/DiagnosticR/_configurations" -I"../src/DiagnosticR/rte" -I"../src/FunctionState" -I"../src/OsekCom" -I"../src/P417_SWTR_App_ert_rtw" -I"../src/RTE" -I"../src/Speaker" -I"../src/TLE9263" -I"../src/TouchPanel" -I"../src/config/mcal/mcal.mhc" -I"../src/config/mcal/peripheral/adc" -I"../src/config/mcal/peripheral/can" -I"../src/config/mcal/peripheral/clock" -I"../src/config/mcal/peripheral/cmcc" -I"../src/config/mcal/peripheral/dac" -I"../src/config/mcal/peripheral/evsys" -I"../src/config/mcal/peripheral/nvic" -I"../src/config/mcal/peripheral/nvmctrl" -I"../src/config/mcal/peripheral/port" -I"../src/config/mcal/peripheral/rtc" -I"../src/config/mcal/peripheral/sercom" -I"../src/config/mcal/peripheral/systick" -I"../src/config/mcal/peripheral/tc" -I"../src/config/mcal/peripheral/tcc" -I"../src/config/mcal/stdio" -I"../src/config/mcal/touch" -I"../src/config/mcal/touch/lib" -I"../src/forceSnsr" -I"../src/packs/ATSAME51J19A_DFP/component" -I"../src/packs/ATSAME51J19A_DFP/instance" -I"../src/packs/ATSAME51J19A_DFP/pio" -I"../src/smartEE" -Werror -Wall -MP -MMD -MF "${OBJECTDIR}/_ext/984511487/FunctionState.o.d" -o ${OBJECTDIR}/_ext/984511487/FunctionState.o ../src/FunctionState/FunctionState.c -DXPRJ_mcal=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" ${PACK_COMMON_OPTIONS} ${OBJECTDIR}/_ext/206316669/OsekCom.o: ../src/OsekCom/OsekCom.c .generated_files/flags/mcal/2455cd1c135d4f880fe5fb210aa21900bd78f752 .generated_files/flags/mcal/19aca898974f639a5713d79f6a59fd61d4a277f5 @${MKDIR} "${OBJECTDIR}/_ext/206316669" @${RM} ${OBJECTDIR}/_ext/206316669/OsekCom.o.d @${RM} ${OBJECTDIR}/_ext/206316669/OsekCom.o ${MP_CC} $(MP_EXTRA_CC_PRE) -g -D__DEBUG -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -ffunction-sections -fdata-sections -fno-toplevel-reorder -fno-common -I"../src" -I"../src/config/mcal" -I"../src/packs/ATSAME51J19A_DFP" -I"../src/packs/CMSIS/" -I"../src/packs/CMSIS/CMSIS/Core/Include" -I"../src/Calibration" -I"../src/DiagnosticR" -I"../src/DiagnosticR/Comp_HAL_Autosar_Wrappers" -I"../src/DiagnosticR/Comp_ISO_15765_2" -I"../src/DiagnosticR/Comp_ISO_15765_3" -I"../src/DiagnosticR/Dem" -I"../src/DiagnosticR/FicOsek" -I"../src/DiagnosticR/Sys_Diag_Detect" -I"../src/DiagnosticR/UDS" -I"../src/DiagnosticR/UDS/Iso15765_layer2" -I"../src/DiagnosticR/UDS/Iso15765_layer3" -I"../src/DiagnosticR/UDS/Iso15765_layer3/_h61" -I"../src/DiagnosticR/UDS/ModelsInterfaces" -I"../src/DiagnosticR/_configurations" -I"../src/DiagnosticR/rte" -I"../src/FunctionState" -I"../src/OsekCom" -I"../src/P417_SWTR_App_ert_rtw" -I"../src/RTE" -I"../src/Speaker" -I"../src/TLE9263" -I"../src/TouchPanel" -I"../src/config/mcal/mcal.mhc" -I"../src/config/mcal/peripheral/adc" -I"../src/config/mcal/peripheral/can" -I"../src/config/mcal/peripheral/clock" -I"../src/config/mcal/peripheral/cmcc" -I"../src/config/mcal/peripheral/dac" -I"../src/config/mcal/peripheral/evsys" -I"../src/config/mcal/peripheral/nvic" -I"../src/config/mcal/peripheral/nvmctrl" -I"../src/config/mcal/peripheral/port" -I"../src/config/mcal/peripheral/rtc" -I"../src/config/mcal/peripheral/sercom" -I"../src/config/mcal/peripheral/systick" -I"../src/config/mcal/peripheral/tc" -I"../src/config/mcal/peripheral/tcc" -I"../src/config/mcal/stdio" -I"../src/config/mcal/touch" -I"../src/config/mcal/touch/lib" -I"../src/forceSnsr" -I"../src/packs/ATSAME51J19A_DFP/component" -I"../src/packs/ATSAME51J19A_DFP/instance" -I"../src/packs/ATSAME51J19A_DFP/pio" -I"../src/smartEE" -Werror -Wall -MP -MMD -MF "${OBJECTDIR}/_ext/206316669/OsekCom.o.d" -o ${OBJECTDIR}/_ext/206316669/OsekCom.o ../src/OsekCom/OsekCom.c -DXPRJ_mcal=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" ${PACK_COMMON_OPTIONS} ${OBJECTDIR}/_ext/905407901/ACT_control_20ms.o: ../src/P417_SWTR_App_ert_rtw/ACT_control_20ms.c .generated_files/flags/mcal/b0d02b05e009dd9c2f069341709e97ac24915f92 .generated_files/flags/mcal/19aca898974f639a5713d79f6a59fd61d4a277f5 @${MKDIR} "${OBJECTDIR}/_ext/905407901" @${RM} ${OBJECTDIR}/_ext/905407901/ACT_control_20ms.o.d @${RM} ${OBJECTDIR}/_ext/905407901/ACT_control_20ms.o ${MP_CC} $(MP_EXTRA_CC_PRE) -g -D__DEBUG -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -ffunction-sections -fdata-sections -fno-toplevel-reorder -fno-common -I"../src" -I"../src/config/mcal" -I"../src/packs/ATSAME51J19A_DFP" -I"../src/packs/CMSIS/" -I"../src/packs/CMSIS/CMSIS/Core/Include" -I"../src/Calibration" -I"../src/DiagnosticR" -I"../src/DiagnosticR/Comp_HAL_Autosar_Wrappers" -I"../src/DiagnosticR/Comp_ISO_15765_2" -I"../src/DiagnosticR/Comp_ISO_15765_3" -I"../src/DiagnosticR/Dem" -I"../src/DiagnosticR/FicOsek" -I"../src/DiagnosticR/Sys_Diag_Detect" -I"../src/DiagnosticR/UDS" -I"../src/DiagnosticR/UDS/Iso15765_layer2" -I"../src/DiagnosticR/UDS/Iso15765_layer3" -I"../src/DiagnosticR/UDS/Iso15765_layer3/_h61" -I"../src/DiagnosticR/UDS/ModelsInterfaces" -I"../src/DiagnosticR/_configurations" -I"../src/DiagnosticR/rte" -I"../src/FunctionState" -I"../src/OsekCom" -I"../src/P417_SWTR_App_ert_rtw" -I"../src/RTE" -I"../src/Speaker" -I"../src/TLE9263" -I"../src/TouchPanel" -I"../src/config/mcal/mcal.mhc" -I"../src/config/mcal/peripheral/adc" -I"../src/config/mcal/peripheral/can" -I"../src/config/mcal/peripheral/clock" -I"../src/config/mcal/peripheral/cmcc" -I"../src/config/mcal/peripheral/dac" -I"../src/config/mcal/peripheral/evsys" -I"../src/config/mcal/peripheral/nvic" -I"../src/config/mcal/peripheral/nvmctrl" -I"../src/config/mcal/peripheral/port" -I"../src/config/mcal/peripheral/rtc" -I"../src/config/mcal/peripheral/sercom" -I"../src/config/mcal/peripheral/systick" -I"../src/config/mcal/peripheral/tc" -I"../src/config/mcal/peripheral/tcc" -I"../src/config/mcal/stdio" -I"../src/config/mcal/touch" -I"../src/config/mcal/touch/lib" -I"../src/forceSnsr" -I"../src/packs/ATSAME51J19A_DFP/component" -I"../src/packs/ATSAME51J19A_DFP/instance" -I"../src/packs/ATSAME51J19A_DFP/pio" -I"../src/smartEE" -Werror -Wall -MP -MMD -MF "${OBJECTDIR}/_ext/905407901/ACT_control_20ms.o.d" -o ${OBJECTDIR}/_ext/905407901/ACT_control_20ms.o ../src/P417_SWTR_App_ert_rtw/ACT_control_20ms.c -DXPRJ_mcal=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" ${PACK_COMMON_OPTIONS} ${OBJECTDIR}/_ext/905407901/CAN_0x307_1000ms_Control.o: ../src/P417_SWTR_App_ert_rtw/CAN_0x307_1000ms_Control.c .generated_files/flags/mcal/7a87040a95ec7cbdd616f34e8ca6ff03cee47b9 .generated_files/flags/mcal/19aca898974f639a5713d79f6a59fd61d4a277f5 @${MKDIR} "${OBJECTDIR}/_ext/905407901" @${RM} ${OBJECTDIR}/_ext/905407901/CAN_0x307_1000ms_Control.o.d @${RM} ${OBJECTDIR}/_ext/905407901/CAN_0x307_1000ms_Control.o ${MP_CC} $(MP_EXTRA_CC_PRE) -g -D__DEBUG -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -ffunction-sections -fdata-sections -fno-toplevel-reorder -fno-common -I"../src" -I"../src/config/mcal" -I"../src/packs/ATSAME51J19A_DFP" -I"../src/packs/CMSIS/" -I"../src/packs/CMSIS/CMSIS/Core/Include" -I"../src/Calibration" -I"../src/DiagnosticR" -I"../src/DiagnosticR/Comp_HAL_Autosar_Wrappers" -I"../src/DiagnosticR/Comp_ISO_15765_2" -I"../src/DiagnosticR/Comp_ISO_15765_3" -I"../src/DiagnosticR/Dem" -I"../src/DiagnosticR/FicOsek" -I"../src/DiagnosticR/Sys_Diag_Detect" -I"../src/DiagnosticR/UDS" -I"../src/DiagnosticR/UDS/Iso15765_layer2" -I"../src/DiagnosticR/UDS/Iso15765_layer3" -I"../src/DiagnosticR/UDS/Iso15765_layer3/_h61" -I"../src/DiagnosticR/UDS/ModelsInterfaces" -I"../src/DiagnosticR/_configurations" -I"../src/DiagnosticR/rte" -I"../src/FunctionState" -I"../src/OsekCom" -I"../src/P417_SWTR_App_ert_rtw" -I"../src/RTE" -I"../src/Speaker" -I"../src/TLE9263" -I"../src/TouchPanel" -I"../src/config/mcal/mcal.mhc" -I"../src/config/mcal/peripheral/adc" -I"../src/config/mcal/peripheral/can" -I"../src/config/mcal/peripheral/clock" -I"../src/config/mcal/peripheral/cmcc" -I"../src/config/mcal/peripheral/dac" -I"../src/config/mcal/peripheral/evsys" -I"../src/config/mcal/peripheral/nvic" -I"../src/config/mcal/peripheral/nvmctrl" -I"../src/config/mcal/peripheral/port" -I"../src/config/mcal/peripheral/rtc" -I"../src/config/mcal/peripheral/sercom" -I"../src/config/mcal/peripheral/systick" -I"../src/config/mcal/peripheral/tc" -I"../src/config/mcal/peripheral/tcc" -I"../src/config/mcal/stdio" -I"../src/config/mcal/touch" -I"../src/config/mcal/touch/lib" -I"../src/forceSnsr" -I"../src/packs/ATSAME51J19A_DFP/component" -I"../src/packs/ATSAME51J19A_DFP/instance" -I"../src/packs/ATSAME51J19A_DFP/pio" -I"../src/smartEE" -Werror -Wall -MP -MMD -MF "${OBJECTDIR}/_ext/905407901/CAN_0x307_1000ms_Control.o.d" -o ${OBJECTDIR}/_ext/905407901/CAN_0x307_1000ms_Control.o ../src/P417_SWTR_App_ert_rtw/CAN_0x307_1000ms_Control.c -DXPRJ_mcal=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" ${PACK_COMMON_OPTIONS} ${OBJECTDIR}/_ext/905407901/CAN_0x307_25ms_Control.o: ../src/P417_SWTR_App_ert_rtw/CAN_0x307_25ms_Control.c .generated_files/flags/mcal/3ce71659d9a58b7d8d7f7e4dd1c3b6df5e4e1dbe .generated_files/flags/mcal/19aca898974f639a5713d79f6a59fd61d4a277f5 @${MKDIR} "${OBJECTDIR}/_ext/905407901" @${RM} ${OBJECTDIR}/_ext/905407901/CAN_0x307_25ms_Control.o.d @${RM} ${OBJECTDIR}/_ext/905407901/CAN_0x307_25ms_Control.o ${MP_CC} $(MP_EXTRA_CC_PRE) -g -D__DEBUG -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -ffunction-sections -fdata-sections -fno-toplevel-reorder -fno-common -I"../src" -I"../src/config/mcal" -I"../src/packs/ATSAME51J19A_DFP" -I"../src/packs/CMSIS/" -I"../src/packs/CMSIS/CMSIS/Core/Include" -I"../src/Calibration" -I"../src/DiagnosticR" -I"../src/DiagnosticR/Comp_HAL_Autosar_Wrappers" -I"../src/DiagnosticR/Comp_ISO_15765_2" -I"../src/DiagnosticR/Comp_ISO_15765_3" -I"../src/DiagnosticR/Dem" -I"../src/DiagnosticR/FicOsek" -I"../src/DiagnosticR/Sys_Diag_Detect" -I"../src/DiagnosticR/UDS" -I"../src/DiagnosticR/UDS/Iso15765_layer2" -I"../src/DiagnosticR/UDS/Iso15765_layer3" -I"../src/DiagnosticR/UDS/Iso15765_layer3/_h61" -I"../src/DiagnosticR/UDS/ModelsInterfaces" -I"../src/DiagnosticR/_configurations" -I"../src/DiagnosticR/rte" -I"../src/FunctionState" -I"../src/OsekCom" -I"../src/P417_SWTR_App_ert_rtw" -I"../src/RTE" -I"../src/Speaker" -I"../src/TLE9263" -I"../src/TouchPanel" -I"../src/config/mcal/mcal.mhc" -I"../src/config/mcal/peripheral/adc" -I"../src/config/mcal/peripheral/can" -I"../src/config/mcal/peripheral/clock" -I"../src/config/mcal/peripheral/cmcc" -I"../src/config/mcal/peripheral/dac" -I"../src/config/mcal/peripheral/evsys" -I"../src/config/mcal/peripheral/nvic" -I"../src/config/mcal/peripheral/nvmctrl" -I"../src/config/mcal/peripheral/port" -I"../src/config/mcal/peripheral/rtc" -I"../src/config/mcal/peripheral/sercom" -I"../src/config/mcal/peripheral/systick" -I"../src/config/mcal/peripheral/tc" -I"../src/config/mcal/peripheral/tcc" -I"../src/config/mcal/stdio" -I"../src/config/mcal/touch" -I"../src/config/mcal/touch/lib" -I"../src/forceSnsr" -I"../src/packs/ATSAME51J19A_DFP/component" -I"../src/packs/ATSAME51J19A_DFP/instance" -I"../src/packs/ATSAME51J19A_DFP/pio" -I"../src/smartEE" -Werror -Wall -MP -MMD -MF "${OBJECTDIR}/_ext/905407901/CAN_0x307_25ms_Control.o.d" -o ${OBJECTDIR}/_ext/905407901/CAN_0x307_25ms_Control.o ../src/P417_SWTR_App_ert_rtw/CAN_0x307_25ms_Control.c -DXPRJ_mcal=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" ${PACK_COMMON_OPTIONS} ${OBJECTDIR}/_ext/905407901/Get_0x309_CRC_10ms.o: ../src/P417_SWTR_App_ert_rtw/Get_0x309_CRC_10ms.c .generated_files/flags/mcal/89e765323ec632dc43d429bcda7f1131b2896b3f .generated_files/flags/mcal/19aca898974f639a5713d79f6a59fd61d4a277f5 @${MKDIR} "${OBJECTDIR}/_ext/905407901" @${RM} ${OBJECTDIR}/_ext/905407901/Get_0x309_CRC_10ms.o.d @${RM} ${OBJECTDIR}/_ext/905407901/Get_0x309_CRC_10ms.o ${MP_CC} $(MP_EXTRA_CC_PRE) -g -D__DEBUG -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -ffunction-sections -fdata-sections -fno-toplevel-reorder -fno-common -I"../src" -I"../src/config/mcal" -I"../src/packs/ATSAME51J19A_DFP" -I"../src/packs/CMSIS/" -I"../src/packs/CMSIS/CMSIS/Core/Include" -I"../src/Calibration" -I"../src/DiagnosticR" -I"../src/DiagnosticR/Comp_HAL_Autosar_Wrappers" -I"../src/DiagnosticR/Comp_ISO_15765_2" -I"../src/DiagnosticR/Comp_ISO_15765_3" -I"../src/DiagnosticR/Dem" -I"../src/DiagnosticR/FicOsek" -I"../src/DiagnosticR/Sys_Diag_Detect" -I"../src/DiagnosticR/UDS" -I"../src/DiagnosticR/UDS/Iso15765_layer2" -I"../src/DiagnosticR/UDS/Iso15765_layer3" -I"../src/DiagnosticR/UDS/Iso15765_layer3/_h61" -I"../src/DiagnosticR/UDS/ModelsInterfaces" -I"../src/DiagnosticR/_configurations" -I"../src/DiagnosticR/rte" -I"../src/FunctionState" -I"../src/OsekCom" -I"../src/P417_SWTR_App_ert_rtw" -I"../src/RTE" -I"../src/Speaker" -I"../src/TLE9263" -I"../src/TouchPanel" -I"../src/config/mcal/mcal.mhc" -I"../src/config/mcal/peripheral/adc" -I"../src/config/mcal/peripheral/can" -I"../src/config/mcal/peripheral/clock" -I"../src/config/mcal/peripheral/cmcc" -I"../src/config/mcal/peripheral/dac" -I"../src/config/mcal/peripheral/evsys" -I"../src/config/mcal/peripheral/nvic" -I"../src/config/mcal/peripheral/nvmctrl" -I"../src/config/mcal/peripheral/port" -I"../src/config/mcal/peripheral/rtc" -I"../src/config/mcal/peripheral/sercom" -I"../src/config/mcal/peripheral/systick" -I"../src/config/mcal/peripheral/tc" -I"../src/config/mcal/peripheral/tcc" -I"../src/config/mcal/stdio" -I"../src/config/mcal/touch" -I"../src/config/mcal/touch/lib" -I"../src/forceSnsr" -I"../src/packs/ATSAME51J19A_DFP/component" -I"../src/packs/ATSAME51J19A_DFP/instance" -I"../src/packs/ATSAME51J19A_DFP/pio" -I"../src/smartEE" -Werror -Wall -MP -MMD -MF "${OBJECTDIR}/_ext/905407901/Get_0x309_CRC_10ms.o.d" -o ${OBJECTDIR}/_ext/905407901/Get_0x309_CRC_10ms.o ../src/P417_SWTR_App_ert_rtw/Get_0x309_CRC_10ms.c -DXPRJ_mcal=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" ${PACK_COMMON_OPTIONS} ${OBJECTDIR}/_ext/905407901/illumination_control_10ms.o: ../src/P417_SWTR_App_ert_rtw/illumination_control_10ms.c .generated_files/flags/mcal/8af202f9d9aebab29313538225954c0039a1c9a3 .generated_files/flags/mcal/19aca898974f639a5713d79f6a59fd61d4a277f5 @${MKDIR} "${OBJECTDIR}/_ext/905407901" @${RM} ${OBJECTDIR}/_ext/905407901/illumination_control_10ms.o.d @${RM} ${OBJECTDIR}/_ext/905407901/illumination_control_10ms.o ${MP_CC} $(MP_EXTRA_CC_PRE) -g -D__DEBUG -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -ffunction-sections -fdata-sections -fno-toplevel-reorder -fno-common -I"../src" -I"../src/config/mcal" -I"../src/packs/ATSAME51J19A_DFP" -I"../src/packs/CMSIS/" -I"../src/packs/CMSIS/CMSIS/Core/Include" -I"../src/Calibration" -I"../src/DiagnosticR" -I"../src/DiagnosticR/Comp_HAL_Autosar_Wrappers" -I"../src/DiagnosticR/Comp_ISO_15765_2" -I"../src/DiagnosticR/Comp_ISO_15765_3" -I"../src/DiagnosticR/Dem" -I"../src/DiagnosticR/FicOsek" -I"../src/DiagnosticR/Sys_Diag_Detect" -I"../src/DiagnosticR/UDS" -I"../src/DiagnosticR/UDS/Iso15765_layer2" -I"../src/DiagnosticR/UDS/Iso15765_layer3" -I"../src/DiagnosticR/UDS/Iso15765_layer3/_h61" -I"../src/DiagnosticR/UDS/ModelsInterfaces" -I"../src/DiagnosticR/_configurations" -I"../src/DiagnosticR/rte" -I"../src/FunctionState" -I"../src/OsekCom" -I"../src/P417_SWTR_App_ert_rtw" -I"../src/RTE" -I"../src/Speaker" -I"../src/TLE9263" -I"../src/TouchPanel" -I"../src/config/mcal/mcal.mhc" -I"../src/config/mcal/peripheral/adc" -I"../src/config/mcal/peripheral/can" -I"../src/config/mcal/peripheral/clock" -I"../src/config/mcal/peripheral/cmcc" -I"../src/config/mcal/peripheral/dac" -I"../src/config/mcal/peripheral/evsys" -I"../src/config/mcal/peripheral/nvic" -I"../src/config/mcal/peripheral/nvmctrl" -I"../src/config/mcal/peripheral/port" -I"../src/config/mcal/peripheral/rtc" -I"../src/config/mcal/peripheral/sercom" -I"../src/config/mcal/peripheral/systick" -I"../src/config/mcal/peripheral/tc" -I"../src/config/mcal/peripheral/tcc" -I"../src/config/mcal/stdio" -I"../src/config/mcal/touch" -I"../src/config/mcal/touch/lib" -I"../src/forceSnsr" -I"../src/packs/ATSAME51J19A_DFP/component" -I"../src/packs/ATSAME51J19A_DFP/instance" -I"../src/packs/ATSAME51J19A_DFP/pio" -I"../src/smartEE" -Werror -Wall -MP -MMD -MF "${OBJECTDIR}/_ext/905407901/illumination_control_10ms.o.d" -o ${OBJECTDIR}/_ext/905407901/illumination_control_10ms.o ../src/P417_SWTR_App_ert_rtw/illumination_control_10ms.c -DXPRJ_mcal=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" ${PACK_COMMON_OPTIONS} ${OBJECTDIR}/_ext/905407901/LED_Control_10ms.o: ../src/P417_SWTR_App_ert_rtw/LED_Control_10ms.c .generated_files/flags/mcal/3e2961bafd52365db14c6db19334186257d58746 .generated_files/flags/mcal/19aca898974f639a5713d79f6a59fd61d4a277f5 @${MKDIR} "${OBJECTDIR}/_ext/905407901" @${RM} ${OBJECTDIR}/_ext/905407901/LED_Control_10ms.o.d @${RM} ${OBJECTDIR}/_ext/905407901/LED_Control_10ms.o ${MP_CC} $(MP_EXTRA_CC_PRE) -g -D__DEBUG -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -ffunction-sections -fdata-sections -fno-toplevel-reorder -fno-common -I"../src" -I"../src/config/mcal" -I"../src/packs/ATSAME51J19A_DFP" -I"../src/packs/CMSIS/" -I"../src/packs/CMSIS/CMSIS/Core/Include" -I"../src/Calibration" -I"../src/DiagnosticR" -I"../src/DiagnosticR/Comp_HAL_Autosar_Wrappers" -I"../src/DiagnosticR/Comp_ISO_15765_2" -I"../src/DiagnosticR/Comp_ISO_15765_3" -I"../src/DiagnosticR/Dem" -I"../src/DiagnosticR/FicOsek" -I"../src/DiagnosticR/Sys_Diag_Detect" -I"../src/DiagnosticR/UDS" -I"../src/DiagnosticR/UDS/Iso15765_layer2" -I"../src/DiagnosticR/UDS/Iso15765_layer3" -I"../src/DiagnosticR/UDS/Iso15765_layer3/_h61" -I"../src/DiagnosticR/UDS/ModelsInterfaces" -I"../src/DiagnosticR/_configurations" -I"../src/DiagnosticR/rte" -I"../src/FunctionState" -I"../src/OsekCom" -I"../src/P417_SWTR_App_ert_rtw" -I"../src/RTE" -I"../src/Speaker" -I"../src/TLE9263" -I"../src/TouchPanel" -I"../src/config/mcal/mcal.mhc" -I"../src/config/mcal/peripheral/adc" -I"../src/config/mcal/peripheral/can" -I"../src/config/mcal/peripheral/clock" -I"../src/config/mcal/peripheral/cmcc" -I"../src/config/mcal/peripheral/dac" -I"../src/config/mcal/peripheral/evsys" -I"../src/config/mcal/peripheral/nvic" -I"../src/config/mcal/peripheral/nvmctrl" -I"../src/config/mcal/peripheral/port" -I"../src/config/mcal/peripheral/rtc" -I"../src/config/mcal/peripheral/sercom" -I"../src/config/mcal/peripheral/systick" -I"../src/config/mcal/peripheral/tc" -I"../src/config/mcal/peripheral/tcc" -I"../src/config/mcal/stdio" -I"../src/config/mcal/touch" -I"../src/config/mcal/touch/lib" -I"../src/forceSnsr" -I"../src/packs/ATSAME51J19A_DFP/component" -I"../src/packs/ATSAME51J19A_DFP/instance" -I"../src/packs/ATSAME51J19A_DFP/pio" -I"../src/smartEE" -Werror -Wall -MP -MMD -MF "${OBJECTDIR}/_ext/905407901/LED_Control_10ms.o.d" -o ${OBJECTDIR}/_ext/905407901/LED_Control_10ms.o ../src/P417_SWTR_App_ert_rtw/LED_Control_10ms.c -DXPRJ_mcal=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" ${PACK_COMMON_OPTIONS} ${OBJECTDIR}/_ext/905407901/P417_SWTR_App.o: ../src/P417_SWTR_App_ert_rtw/P417_SWTR_App.c .generated_files/flags/mcal/e6eaac2504bf8e35e45035a6ef882b18af8132b0 .generated_files/flags/mcal/19aca898974f639a5713d79f6a59fd61d4a277f5 @${MKDIR} "${OBJECTDIR}/_ext/905407901" @${RM} ${OBJECTDIR}/_ext/905407901/P417_SWTR_App.o.d @${RM} ${OBJECTDIR}/_ext/905407901/P417_SWTR_App.o ${MP_CC} $(MP_EXTRA_CC_PRE) -g -D__DEBUG -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -ffunction-sections -fdata-sections -fno-toplevel-reorder -fno-common -I"../src" -I"../src/config/mcal" -I"../src/packs/ATSAME51J19A_DFP" -I"../src/packs/CMSIS/" -I"../src/packs/CMSIS/CMSIS/Core/Include" -I"../src/Calibration" -I"../src/DiagnosticR" -I"../src/DiagnosticR/Comp_HAL_Autosar_Wrappers" -I"../src/DiagnosticR/Comp_ISO_15765_2" -I"../src/DiagnosticR/Comp_ISO_15765_3" -I"../src/DiagnosticR/Dem" -I"../src/DiagnosticR/FicOsek" -I"../src/DiagnosticR/Sys_Diag_Detect" -I"../src/DiagnosticR/UDS" -I"../src/DiagnosticR/UDS/Iso15765_layer2" -I"../src/DiagnosticR/UDS/Iso15765_layer3" -I"../src/DiagnosticR/UDS/Iso15765_layer3/_h61" -I"../src/DiagnosticR/UDS/ModelsInterfaces" -I"../src/DiagnosticR/_configurations" -I"../src/DiagnosticR/rte" -I"../src/FunctionState" -I"../src/OsekCom" -I"../src/P417_SWTR_App_ert_rtw" -I"../src/RTE" -I"../src/Speaker" -I"../src/TLE9263" -I"../src/TouchPanel" -I"../src/config/mcal/mcal.mhc" -I"../src/config/mcal/peripheral/adc" -I"../src/config/mcal/peripheral/can" -I"../src/config/mcal/peripheral/clock" -I"../src/config/mcal/peripheral/cmcc" -I"../src/config/mcal/peripheral/dac" -I"../src/config/mcal/peripheral/evsys" -I"../src/config/mcal/peripheral/nvic" -I"../src/config/mcal/peripheral/nvmctrl" -I"../src/config/mcal/peripheral/port" -I"../src/config/mcal/peripheral/rtc" -I"../src/config/mcal/peripheral/sercom" -I"../src/config/mcal/peripheral/systick" -I"../src/config/mcal/peripheral/tc" -I"../src/config/mcal/peripheral/tcc" -I"../src/config/mcal/stdio" -I"../src/config/mcal/touch" -I"../src/config/mcal/touch/lib" -I"../src/forceSnsr" -I"../src/packs/ATSAME51J19A_DFP/component" -I"../src/packs/ATSAME51J19A_DFP/instance" -I"../src/packs/ATSAME51J19A_DFP/pio" -I"../src/smartEE" -Werror -Wall -MP -MMD -MF "${OBJECTDIR}/_ext/905407901/P417_SWTR_App.o.d" -o ${OBJECTDIR}/_ext/905407901/P417_SWTR_App.o ../src/P417_SWTR_App_ert_rtw/P417_SWTR_App.c -DXPRJ_mcal=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" ${PACK_COMMON_OPTIONS} ${OBJECTDIR}/_ext/905407901/P417_SWTR_App_data.o: ../src/P417_SWTR_App_ert_rtw/P417_SWTR_App_data.c .generated_files/flags/mcal/b513ff8707a56780d9431b1f6fac18513e8025de .generated_files/flags/mcal/19aca898974f639a5713d79f6a59fd61d4a277f5 @${MKDIR} "${OBJECTDIR}/_ext/905407901" @${RM} ${OBJECTDIR}/_ext/905407901/P417_SWTR_App_data.o.d @${RM} ${OBJECTDIR}/_ext/905407901/P417_SWTR_App_data.o ${MP_CC} $(MP_EXTRA_CC_PRE) -g -D__DEBUG -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -ffunction-sections -fdata-sections -fno-toplevel-reorder -fno-common -I"../src" -I"../src/config/mcal" -I"../src/packs/ATSAME51J19A_DFP" -I"../src/packs/CMSIS/" -I"../src/packs/CMSIS/CMSIS/Core/Include" -I"../src/Calibration" -I"../src/DiagnosticR" -I"../src/DiagnosticR/Comp_HAL_Autosar_Wrappers" -I"../src/DiagnosticR/Comp_ISO_15765_2" -I"../src/DiagnosticR/Comp_ISO_15765_3" -I"../src/DiagnosticR/Dem" -I"../src/DiagnosticR/FicOsek" -I"../src/DiagnosticR/Sys_Diag_Detect" -I"../src/DiagnosticR/UDS" -I"../src/DiagnosticR/UDS/Iso15765_layer2" -I"../src/DiagnosticR/UDS/Iso15765_layer3" -I"../src/DiagnosticR/UDS/Iso15765_layer3/_h61" -I"../src/DiagnosticR/UDS/ModelsInterfaces" -I"../src/DiagnosticR/_configurations" -I"../src/DiagnosticR/rte" -I"../src/FunctionState" -I"../src/OsekCom" -I"../src/P417_SWTR_App_ert_rtw" -I"../src/RTE" -I"../src/Speaker" -I"../src/TLE9263" -I"../src/TouchPanel" -I"../src/config/mcal/mcal.mhc" -I"../src/config/mcal/peripheral/adc" -I"../src/config/mcal/peripheral/can" -I"../src/config/mcal/peripheral/clock" -I"../src/config/mcal/peripheral/cmcc" -I"../src/config/mcal/peripheral/dac" -I"../src/config/mcal/peripheral/evsys" -I"../src/config/mcal/peripheral/nvic" -I"../src/config/mcal/peripheral/nvmctrl" -I"../src/config/mcal/peripheral/port" -I"../src/config/mcal/peripheral/rtc" -I"../src/config/mcal/peripheral/sercom" -I"../src/config/mcal/peripheral/systick" -I"../src/config/mcal/peripheral/tc" -I"../src/config/mcal/peripheral/tcc" -I"../src/config/mcal/stdio" -I"../src/config/mcal/touch" -I"../src/config/mcal/touch/lib" -I"../src/forceSnsr" -I"../src/packs/ATSAME51J19A_DFP/component" -I"../src/packs/ATSAME51J19A_DFP/instance" -I"../src/packs/ATSAME51J19A_DFP/pio" -I"../src/smartEE" -Werror -Wall -MP -MMD -MF "${OBJECTDIR}/_ext/905407901/P417_SWTR_App_data.o.d" -o ${OBJECTDIR}/_ext/905407901/P417_SWTR_App_data.o ../src/P417_SWTR_App_ert_rtw/P417_SWTR_App_data.c -DXPRJ_mcal=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" ${PACK_COMMON_OPTIONS} ${OBJECTDIR}/_ext/905407901/rt_sys_P417_SWTR_App_0.o: ../src/P417_SWTR_App_ert_rtw/rt_sys_P417_SWTR_App_0.c .generated_files/flags/mcal/efaaab59f275927522c73ebfd7036a7a6b0779e1 .generated_files/flags/mcal/19aca898974f639a5713d79f6a59fd61d4a277f5 @${MKDIR} "${OBJECTDIR}/_ext/905407901" @${RM} ${OBJECTDIR}/_ext/905407901/rt_sys_P417_SWTR_App_0.o.d @${RM} ${OBJECTDIR}/_ext/905407901/rt_sys_P417_SWTR_App_0.o ${MP_CC} $(MP_EXTRA_CC_PRE) -g -D__DEBUG -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -ffunction-sections -fdata-sections -fno-toplevel-reorder -fno-common -I"../src" -I"../src/config/mcal" -I"../src/packs/ATSAME51J19A_DFP" -I"../src/packs/CMSIS/" -I"../src/packs/CMSIS/CMSIS/Core/Include" -I"../src/Calibration" -I"../src/DiagnosticR" -I"../src/DiagnosticR/Comp_HAL_Autosar_Wrappers" -I"../src/DiagnosticR/Comp_ISO_15765_2" -I"../src/DiagnosticR/Comp_ISO_15765_3" -I"../src/DiagnosticR/Dem" -I"../src/DiagnosticR/FicOsek" -I"../src/DiagnosticR/Sys_Diag_Detect" -I"../src/DiagnosticR/UDS" -I"../src/DiagnosticR/UDS/Iso15765_layer2" -I"../src/DiagnosticR/UDS/Iso15765_layer3" -I"../src/DiagnosticR/UDS/Iso15765_layer3/_h61" -I"../src/DiagnosticR/UDS/ModelsInterfaces" -I"../src/DiagnosticR/_configurations" -I"../src/DiagnosticR/rte" -I"../src/FunctionState" -I"../src/OsekCom" -I"../src/P417_SWTR_App_ert_rtw" -I"../src/RTE" -I"../src/Speaker" -I"../src/TLE9263" -I"../src/TouchPanel" -I"../src/config/mcal/mcal.mhc" -I"../src/config/mcal/peripheral/adc" -I"../src/config/mcal/peripheral/can" -I"../src/config/mcal/peripheral/clock" -I"../src/config/mcal/peripheral/cmcc" -I"../src/config/mcal/peripheral/dac" -I"../src/config/mcal/peripheral/evsys" -I"../src/config/mcal/peripheral/nvic" -I"../src/config/mcal/peripheral/nvmctrl" -I"../src/config/mcal/peripheral/port" -I"../src/config/mcal/peripheral/rtc" -I"../src/config/mcal/peripheral/sercom" -I"../src/config/mcal/peripheral/systick" -I"../src/config/mcal/peripheral/tc" -I"../src/config/mcal/peripheral/tcc" -I"../src/config/mcal/stdio" -I"../src/config/mcal/touch" -I"../src/config/mcal/touch/lib" -I"../src/forceSnsr" -I"../src/packs/ATSAME51J19A_DFP/component" -I"../src/packs/ATSAME51J19A_DFP/instance" -I"../src/packs/ATSAME51J19A_DFP/pio" -I"../src/smartEE" -Werror -Wall -MP -MMD -MF "${OBJECTDIR}/_ext/905407901/rt_sys_P417_SWTR_App_0.o.d" -o ${OBJECTDIR}/_ext/905407901/rt_sys_P417_SWTR_App_0.o ../src/P417_SWTR_App_ert_rtw/rt_sys_P417_SWTR_App_0.c -DXPRJ_mcal=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" ${PACK_COMMON_OPTIONS} ${OBJECTDIR}/_ext/905407901/rt_sys_P417_SWTR_App_5.o: ../src/P417_SWTR_App_ert_rtw/rt_sys_P417_SWTR_App_5.c .generated_files/flags/mcal/4dc5cc3a164f61d52728afd32ceeaf666057419 .generated_files/flags/mcal/19aca898974f639a5713d79f6a59fd61d4a277f5 @${MKDIR} "${OBJECTDIR}/_ext/905407901" @${RM} ${OBJECTDIR}/_ext/905407901/rt_sys_P417_SWTR_App_5.o.d @${RM} ${OBJECTDIR}/_ext/905407901/rt_sys_P417_SWTR_App_5.o ${MP_CC} $(MP_EXTRA_CC_PRE) -g -D__DEBUG -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -ffunction-sections -fdata-sections -fno-toplevel-reorder -fno-common -I"../src" -I"../src/config/mcal" -I"../src/packs/ATSAME51J19A_DFP" -I"../src/packs/CMSIS/" -I"../src/packs/CMSIS/CMSIS/Core/Include" -I"../src/Calibration" -I"../src/DiagnosticR" -I"../src/DiagnosticR/Comp_HAL_Autosar_Wrappers" -I"../src/DiagnosticR/Comp_ISO_15765_2" -I"../src/DiagnosticR/Comp_ISO_15765_3" -I"../src/DiagnosticR/Dem" -I"../src/DiagnosticR/FicOsek" -I"../src/DiagnosticR/Sys_Diag_Detect" -I"../src/DiagnosticR/UDS" -I"../src/DiagnosticR/UDS/Iso15765_layer2" -I"../src/DiagnosticR/UDS/Iso15765_layer3" -I"../src/DiagnosticR/UDS/Iso15765_layer3/_h61" -I"../src/DiagnosticR/UDS/ModelsInterfaces" -I"../src/DiagnosticR/_configurations" -I"../src/DiagnosticR/rte" -I"../src/FunctionState" -I"../src/OsekCom" -I"../src/P417_SWTR_App_ert_rtw" -I"../src/RTE" -I"../src/Speaker" -I"../src/TLE9263" -I"../src/TouchPanel" -I"../src/config/mcal/mcal.mhc" -I"../src/config/mcal/peripheral/adc" -I"../src/config/mcal/peripheral/can" -I"../src/config/mcal/peripheral/clock" -I"../src/config/mcal/peripheral/cmcc" -I"../src/config/mcal/peripheral/dac" -I"../src/config/mcal/peripheral/evsys" -I"../src/config/mcal/peripheral/nvic" -I"../src/config/mcal/peripheral/nvmctrl" -I"../src/config/mcal/peripheral/port" -I"../src/config/mcal/peripheral/rtc" -I"../src/config/mcal/peripheral/sercom" -I"../src/config/mcal/peripheral/systick" -I"../src/config/mcal/peripheral/tc" -I"../src/config/mcal/peripheral/tcc" -I"../src/config/mcal/stdio" -I"../src/config/mcal/touch" -I"../src/config/mcal/touch/lib" -I"../src/forceSnsr" -I"../src/packs/ATSAME51J19A_DFP/component" -I"../src/packs/ATSAME51J19A_DFP/instance" -I"../src/packs/ATSAME51J19A_DFP/pio" -I"../src/smartEE" -Werror -Wall -MP -MMD -MF "${OBJECTDIR}/_ext/905407901/rt_sys_P417_SWTR_App_5.o.d" -o ${OBJECTDIR}/_ext/905407901/rt_sys_P417_SWTR_App_5.o ../src/P417_SWTR_App_ert_rtw/rt_sys_P417_SWTR_App_5.c -DXPRJ_mcal=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" ${PACK_COMMON_OPTIONS} ${OBJECTDIR}/_ext/905407901/Set_0x309_RC_10ms.o: ../src/P417_SWTR_App_ert_rtw/Set_0x309_RC_10ms.c .generated_files/flags/mcal/c1944077b3a20bc9dde35ca00f4edac131627009 .generated_files/flags/mcal/19aca898974f639a5713d79f6a59fd61d4a277f5 @${MKDIR} "${OBJECTDIR}/_ext/905407901" @${RM} ${OBJECTDIR}/_ext/905407901/Set_0x309_RC_10ms.o.d @${RM} ${OBJECTDIR}/_ext/905407901/Set_0x309_RC_10ms.o ${MP_CC} $(MP_EXTRA_CC_PRE) -g -D__DEBUG -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -ffunction-sections -fdata-sections -fno-toplevel-reorder -fno-common -I"../src" -I"../src/config/mcal" -I"../src/packs/ATSAME51J19A_DFP" -I"../src/packs/CMSIS/" -I"../src/packs/CMSIS/CMSIS/Core/Include" -I"../src/Calibration" -I"../src/DiagnosticR" -I"../src/DiagnosticR/Comp_HAL_Autosar_Wrappers" -I"../src/DiagnosticR/Comp_ISO_15765_2" -I"../src/DiagnosticR/Comp_ISO_15765_3" -I"../src/DiagnosticR/Dem" -I"../src/DiagnosticR/FicOsek" -I"../src/DiagnosticR/Sys_Diag_Detect" -I"../src/DiagnosticR/UDS" -I"../src/DiagnosticR/UDS/Iso15765_layer2" -I"../src/DiagnosticR/UDS/Iso15765_layer3" -I"../src/DiagnosticR/UDS/Iso15765_layer3/_h61" -I"../src/DiagnosticR/UDS/ModelsInterfaces" -I"../src/DiagnosticR/_configurations" -I"../src/DiagnosticR/rte" -I"../src/FunctionState" -I"../src/OsekCom" -I"../src/P417_SWTR_App_ert_rtw" -I"../src/RTE" -I"../src/Speaker" -I"../src/TLE9263" -I"../src/TouchPanel" -I"../src/config/mcal/mcal.mhc" -I"../src/config/mcal/peripheral/adc" -I"../src/config/mcal/peripheral/can" -I"../src/config/mcal/peripheral/clock" -I"../src/config/mcal/peripheral/cmcc" -I"../src/config/mcal/peripheral/dac" -I"../src/config/mcal/peripheral/evsys" -I"../src/config/mcal/peripheral/nvic" -I"../src/config/mcal/peripheral/nvmctrl" -I"../src/config/mcal/peripheral/port" -I"../src/config/mcal/peripheral/rtc" -I"../src/config/mcal/peripheral/sercom" -I"../src/config/mcal/peripheral/systick" -I"../src/config/mcal/peripheral/tc" -I"../src/config/mcal/peripheral/tcc" -I"../src/config/mcal/stdio" -I"../src/config/mcal/touch" -I"../src/config/mcal/touch/lib" -I"../src/forceSnsr" -I"../src/packs/ATSAME51J19A_DFP/component" -I"../src/packs/ATSAME51J19A_DFP/instance" -I"../src/packs/ATSAME51J19A_DFP/pio" -I"../src/smartEE" -Werror -Wall -MP -MMD -MF "${OBJECTDIR}/_ext/905407901/Set_0x309_RC_10ms.o.d" -o ${OBJECTDIR}/_ext/905407901/Set_0x309_RC_10ms.o ../src/P417_SWTR_App_ert_rtw/Set_0x309_RC_10ms.c -DXPRJ_mcal=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" ${PACK_COMMON_OPTIONS} ${OBJECTDIR}/_ext/905407901/Set_Diag_20ms.o: ../src/P417_SWTR_App_ert_rtw/Set_Diag_20ms.c .generated_files/flags/mcal/dcd2e322c898fc3e2fa7b771b593b6fecc32874b .generated_files/flags/mcal/19aca898974f639a5713d79f6a59fd61d4a277f5 @${MKDIR} "${OBJECTDIR}/_ext/905407901" @${RM} ${OBJECTDIR}/_ext/905407901/Set_Diag_20ms.o.d @${RM} ${OBJECTDIR}/_ext/905407901/Set_Diag_20ms.o ${MP_CC} $(MP_EXTRA_CC_PRE) -g -D__DEBUG -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -ffunction-sections -fdata-sections -fno-toplevel-reorder -fno-common -I"../src" -I"../src/config/mcal" -I"../src/packs/ATSAME51J19A_DFP" -I"../src/packs/CMSIS/" -I"../src/packs/CMSIS/CMSIS/Core/Include" -I"../src/Calibration" -I"../src/DiagnosticR" -I"../src/DiagnosticR/Comp_HAL_Autosar_Wrappers" -I"../src/DiagnosticR/Comp_ISO_15765_2" -I"../src/DiagnosticR/Comp_ISO_15765_3" -I"../src/DiagnosticR/Dem" -I"../src/DiagnosticR/FicOsek" -I"../src/DiagnosticR/Sys_Diag_Detect" -I"../src/DiagnosticR/UDS" -I"../src/DiagnosticR/UDS/Iso15765_layer2" -I"../src/DiagnosticR/UDS/Iso15765_layer3" -I"../src/DiagnosticR/UDS/Iso15765_layer3/_h61" -I"../src/DiagnosticR/UDS/ModelsInterfaces" -I"../src/DiagnosticR/_configurations" -I"../src/DiagnosticR/rte" -I"../src/FunctionState" -I"../src/OsekCom" -I"../src/P417_SWTR_App_ert_rtw" -I"../src/RTE" -I"../src/Speaker" -I"../src/TLE9263" -I"../src/TouchPanel" -I"../src/config/mcal/mcal.mhc" -I"../src/config/mcal/peripheral/adc" -I"../src/config/mcal/peripheral/can" -I"../src/config/mcal/peripheral/clock" -I"../src/config/mcal/peripheral/cmcc" -I"../src/config/mcal/peripheral/dac" -I"../src/config/mcal/peripheral/evsys" -I"../src/config/mcal/peripheral/nvic" -I"../src/config/mcal/peripheral/nvmctrl" -I"../src/config/mcal/peripheral/port" -I"../src/config/mcal/peripheral/rtc" -I"../src/config/mcal/peripheral/sercom" -I"../src/config/mcal/peripheral/systick" -I"../src/config/mcal/peripheral/tc" -I"../src/config/mcal/peripheral/tcc" -I"../src/config/mcal/stdio" -I"../src/config/mcal/touch" -I"../src/config/mcal/touch/lib" -I"../src/forceSnsr" -I"../src/packs/ATSAME51J19A_DFP/component" -I"../src/packs/ATSAME51J19A_DFP/instance" -I"../src/packs/ATSAME51J19A_DFP/pio" -I"../src/smartEE" -Werror -Wall -MP -MMD -MF "${OBJECTDIR}/_ext/905407901/Set_Diag_20ms.o.d" -o ${OBJECTDIR}/_ext/905407901/Set_Diag_20ms.o ../src/P417_SWTR_App_ert_rtw/Set_Diag_20ms.c -DXPRJ_mcal=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" ${PACK_COMMON_OPTIONS} ${OBJECTDIR}/_ext/905407901/TouchBoardXY_handle_4ms.o: ../src/P417_SWTR_App_ert_rtw/TouchBoardXY_handle_4ms.c .generated_files/flags/mcal/e397c4f29282ee5358783989d59bee3f4ace813c .generated_files/flags/mcal/19aca898974f639a5713d79f6a59fd61d4a277f5 @${MKDIR} "${OBJECTDIR}/_ext/905407901" @${RM} ${OBJECTDIR}/_ext/905407901/TouchBoardXY_handle_4ms.o.d @${RM} ${OBJECTDIR}/_ext/905407901/TouchBoardXY_handle_4ms.o ${MP_CC} $(MP_EXTRA_CC_PRE) -g -D__DEBUG -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -ffunction-sections -fdata-sections -fno-toplevel-reorder -fno-common -I"../src" -I"../src/config/mcal" -I"../src/packs/ATSAME51J19A_DFP" -I"../src/packs/CMSIS/" -I"../src/packs/CMSIS/CMSIS/Core/Include" -I"../src/Calibration" -I"../src/DiagnosticR" -I"../src/DiagnosticR/Comp_HAL_Autosar_Wrappers" -I"../src/DiagnosticR/Comp_ISO_15765_2" -I"../src/DiagnosticR/Comp_ISO_15765_3" -I"../src/DiagnosticR/Dem" -I"../src/DiagnosticR/FicOsek" -I"../src/DiagnosticR/Sys_Diag_Detect" -I"../src/DiagnosticR/UDS" -I"../src/DiagnosticR/UDS/Iso15765_layer2" -I"../src/DiagnosticR/UDS/Iso15765_layer3" -I"../src/DiagnosticR/UDS/Iso15765_layer3/_h61" -I"../src/DiagnosticR/UDS/ModelsInterfaces" -I"../src/DiagnosticR/_configurations" -I"../src/DiagnosticR/rte" -I"../src/FunctionState" -I"../src/OsekCom" -I"../src/P417_SWTR_App_ert_rtw" -I"../src/RTE" -I"../src/Speaker" -I"../src/TLE9263" -I"../src/TouchPanel" -I"../src/config/mcal/mcal.mhc" -I"../src/config/mcal/peripheral/adc" -I"../src/config/mcal/peripheral/can" -I"../src/config/mcal/peripheral/clock" -I"../src/config/mcal/peripheral/cmcc" -I"../src/config/mcal/peripheral/dac" -I"../src/config/mcal/peripheral/evsys" -I"../src/config/mcal/peripheral/nvic" -I"../src/config/mcal/peripheral/nvmctrl" -I"../src/config/mcal/peripheral/port" -I"../src/config/mcal/peripheral/rtc" -I"../src/config/mcal/peripheral/sercom" -I"../src/config/mcal/peripheral/systick" -I"../src/config/mcal/peripheral/tc" -I"../src/config/mcal/peripheral/tcc" -I"../src/config/mcal/stdio" -I"../src/config/mcal/touch" -I"../src/config/mcal/touch/lib" -I"../src/forceSnsr" -I"../src/packs/ATSAME51J19A_DFP/component" -I"../src/packs/ATSAME51J19A_DFP/instance" -I"../src/packs/ATSAME51J19A_DFP/pio" -I"../src/smartEE" -Werror -Wall -MP -MMD -MF "${OBJECTDIR}/_ext/905407901/TouchBoardXY_handle_4ms.o.d" -o ${OBJECTDIR}/_ext/905407901/TouchBoardXY_handle_4ms.o ../src/P417_SWTR_App_ert_rtw/TouchBoardXY_handle_4ms.c -DXPRJ_mcal=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" ${PACK_COMMON_OPTIONS} ${OBJECTDIR}/_ext/905407901/TouchBoard_0x307_Send_And_ACT_Req_4ms.o: ../src/P417_SWTR_App_ert_rtw/TouchBoard_0x307_Send_And_ACT_Req_4ms.c .generated_files/flags/mcal/d0afad6e86988c6e3450bbd9abbbfbbad9d84034 .generated_files/flags/mcal/19aca898974f639a5713d79f6a59fd61d4a277f5 @${MKDIR} "${OBJECTDIR}/_ext/905407901" @${RM} ${OBJECTDIR}/_ext/905407901/TouchBoard_0x307_Send_And_ACT_Req_4ms.o.d @${RM} ${OBJECTDIR}/_ext/905407901/TouchBoard_0x307_Send_And_ACT_Req_4ms.o ${MP_CC} $(MP_EXTRA_CC_PRE) -g -D__DEBUG -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -ffunction-sections -fdata-sections -fno-toplevel-reorder -fno-common -I"../src" -I"../src/config/mcal" -I"../src/packs/ATSAME51J19A_DFP" -I"../src/packs/CMSIS/" -I"../src/packs/CMSIS/CMSIS/Core/Include" -I"../src/Calibration" -I"../src/DiagnosticR" -I"../src/DiagnosticR/Comp_HAL_Autosar_Wrappers" -I"../src/DiagnosticR/Comp_ISO_15765_2" -I"../src/DiagnosticR/Comp_ISO_15765_3" -I"../src/DiagnosticR/Dem" -I"../src/DiagnosticR/FicOsek" -I"../src/DiagnosticR/Sys_Diag_Detect" -I"../src/DiagnosticR/UDS" -I"../src/DiagnosticR/UDS/Iso15765_layer2" -I"../src/DiagnosticR/UDS/Iso15765_layer3" -I"../src/DiagnosticR/UDS/Iso15765_layer3/_h61" -I"../src/DiagnosticR/UDS/ModelsInterfaces" -I"../src/DiagnosticR/_configurations" -I"../src/DiagnosticR/rte" -I"../src/FunctionState" -I"../src/OsekCom" -I"../src/P417_SWTR_App_ert_rtw" -I"../src/RTE" -I"../src/Speaker" -I"../src/TLE9263" -I"../src/TouchPanel" -I"../src/config/mcal/mcal.mhc" -I"../src/config/mcal/peripheral/adc" -I"../src/config/mcal/peripheral/can" -I"../src/config/mcal/peripheral/clock" -I"../src/config/mcal/peripheral/cmcc" -I"../src/config/mcal/peripheral/dac" -I"../src/config/mcal/peripheral/evsys" -I"../src/config/mcal/peripheral/nvic" -I"../src/config/mcal/peripheral/nvmctrl" -I"../src/config/mcal/peripheral/port" -I"../src/config/mcal/peripheral/rtc" -I"../src/config/mcal/peripheral/sercom" -I"../src/config/mcal/peripheral/systick" -I"../src/config/mcal/peripheral/tc" -I"../src/config/mcal/peripheral/tcc" -I"../src/config/mcal/stdio" -I"../src/config/mcal/touch" -I"../src/config/mcal/touch/lib" -I"../src/forceSnsr" -I"../src/packs/ATSAME51J19A_DFP/component" -I"../src/packs/ATSAME51J19A_DFP/instance" -I"../src/packs/ATSAME51J19A_DFP/pio" -I"../src/smartEE" -Werror -Wall -MP -MMD -MF "${OBJECTDIR}/_ext/905407901/TouchBoard_0x307_Send_And_ACT_Req_4ms.o.d" -o ${OBJECTDIR}/_ext/905407901/TouchBoard_0x307_Send_And_ACT_Req_4ms.o ../src/P417_SWTR_App_ert_rtw/TouchBoard_0x307_Send_And_ACT_Req_4ms.c -DXPRJ_mcal=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" ${PACK_COMMON_OPTIONS} ${OBJECTDIR}/_ext/905407901/TouchBoard_0x309_Send_And_ACT_Req_10ms.o: ../src/P417_SWTR_App_ert_rtw/TouchBoard_0x309_Send_And_ACT_Req_10ms.c .generated_files/flags/mcal/23e29fb5ccbc85584cd12576b80865dfb9b77245 .generated_files/flags/mcal/19aca898974f639a5713d79f6a59fd61d4a277f5 @${MKDIR} "${OBJECTDIR}/_ext/905407901" @${RM} ${OBJECTDIR}/_ext/905407901/TouchBoard_0x309_Send_And_ACT_Req_10ms.o.d @${RM} ${OBJECTDIR}/_ext/905407901/TouchBoard_0x309_Send_And_ACT_Req_10ms.o ${MP_CC} $(MP_EXTRA_CC_PRE) -g -D__DEBUG -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -ffunction-sections -fdata-sections -fno-toplevel-reorder -fno-common -I"../src" -I"../src/config/mcal" -I"../src/packs/ATSAME51J19A_DFP" -I"../src/packs/CMSIS/" -I"../src/packs/CMSIS/CMSIS/Core/Include" -I"../src/Calibration" -I"../src/DiagnosticR" -I"../src/DiagnosticR/Comp_HAL_Autosar_Wrappers" -I"../src/DiagnosticR/Comp_ISO_15765_2" -I"../src/DiagnosticR/Comp_ISO_15765_3" -I"../src/DiagnosticR/Dem" -I"../src/DiagnosticR/FicOsek" -I"../src/DiagnosticR/Sys_Diag_Detect" -I"../src/DiagnosticR/UDS" -I"../src/DiagnosticR/UDS/Iso15765_layer2" -I"../src/DiagnosticR/UDS/Iso15765_layer3" -I"../src/DiagnosticR/UDS/Iso15765_layer3/_h61" -I"../src/DiagnosticR/UDS/ModelsInterfaces" -I"../src/DiagnosticR/_configurations" -I"../src/DiagnosticR/rte" -I"../src/FunctionState" -I"../src/OsekCom" -I"../src/P417_SWTR_App_ert_rtw" -I"../src/RTE" -I"../src/Speaker" -I"../src/TLE9263" -I"../src/TouchPanel" -I"../src/config/mcal/mcal.mhc" -I"../src/config/mcal/peripheral/adc" -I"../src/config/mcal/peripheral/can" -I"../src/config/mcal/peripheral/clock" -I"../src/config/mcal/peripheral/cmcc" -I"../src/config/mcal/peripheral/dac" -I"../src/config/mcal/peripheral/evsys" -I"../src/config/mcal/peripheral/nvic" -I"../src/config/mcal/peripheral/nvmctrl" -I"../src/config/mcal/peripheral/port" -I"../src/config/mcal/peripheral/rtc" -I"../src/config/mcal/peripheral/sercom" -I"../src/config/mcal/peripheral/systick" -I"../src/config/mcal/peripheral/tc" -I"../src/config/mcal/peripheral/tcc" -I"../src/config/mcal/stdio" -I"../src/config/mcal/touch" -I"../src/config/mcal/touch/lib" -I"../src/forceSnsr" -I"../src/packs/ATSAME51J19A_DFP/component" -I"../src/packs/ATSAME51J19A_DFP/instance" -I"../src/packs/ATSAME51J19A_DFP/pio" -I"../src/smartEE" -Werror -Wall -MP -MMD -MF "${OBJECTDIR}/_ext/905407901/TouchBoard_0x309_Send_And_ACT_Req_10ms.o.d" -o ${OBJECTDIR}/_ext/905407901/TouchBoard_0x309_Send_And_ACT_Req_10ms.o ../src/P417_SWTR_App_ert_rtw/TouchBoard_0x309_Send_And_ACT_Req_10ms.c -DXPRJ_mcal=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" ${PACK_COMMON_OPTIONS} ${OBJECTDIR}/_ext/905407901/TouchBoard_Center_handle_4ms.o: ../src/P417_SWTR_App_ert_rtw/TouchBoard_Center_handle_4ms.c .generated_files/flags/mcal/d4320eb7ae6494c8a42471d2fb072e3dbd1b3c8d .generated_files/flags/mcal/19aca898974f639a5713d79f6a59fd61d4a277f5 @${MKDIR} "${OBJECTDIR}/_ext/905407901" @${RM} ${OBJECTDIR}/_ext/905407901/TouchBoard_Center_handle_4ms.o.d @${RM} ${OBJECTDIR}/_ext/905407901/TouchBoard_Center_handle_4ms.o ${MP_CC} $(MP_EXTRA_CC_PRE) -g -D__DEBUG -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -ffunction-sections -fdata-sections -fno-toplevel-reorder -fno-common -I"../src" -I"../src/config/mcal" -I"../src/packs/ATSAME51J19A_DFP" -I"../src/packs/CMSIS/" -I"../src/packs/CMSIS/CMSIS/Core/Include" -I"../src/Calibration" -I"../src/DiagnosticR" -I"../src/DiagnosticR/Comp_HAL_Autosar_Wrappers" -I"../src/DiagnosticR/Comp_ISO_15765_2" -I"../src/DiagnosticR/Comp_ISO_15765_3" -I"../src/DiagnosticR/Dem" -I"../src/DiagnosticR/FicOsek" -I"../src/DiagnosticR/Sys_Diag_Detect" -I"../src/DiagnosticR/UDS" -I"../src/DiagnosticR/UDS/Iso15765_layer2" -I"../src/DiagnosticR/UDS/Iso15765_layer3" -I"../src/DiagnosticR/UDS/Iso15765_layer3/_h61" -I"../src/DiagnosticR/UDS/ModelsInterfaces" -I"../src/DiagnosticR/_configurations" -I"../src/DiagnosticR/rte" -I"../src/FunctionState" -I"../src/OsekCom" -I"../src/P417_SWTR_App_ert_rtw" -I"../src/RTE" -I"../src/Speaker" -I"../src/TLE9263" -I"../src/TouchPanel" -I"../src/config/mcal/mcal.mhc" -I"../src/config/mcal/peripheral/adc" -I"../src/config/mcal/peripheral/can" -I"../src/config/mcal/peripheral/clock" -I"../src/config/mcal/peripheral/cmcc" -I"../src/config/mcal/peripheral/dac" -I"../src/config/mcal/peripheral/evsys" -I"../src/config/mcal/peripheral/nvic" -I"../src/config/mcal/peripheral/nvmctrl" -I"../src/config/mcal/peripheral/port" -I"../src/config/mcal/peripheral/rtc" -I"../src/config/mcal/peripheral/sercom" -I"../src/config/mcal/peripheral/systick" -I"../src/config/mcal/peripheral/tc" -I"../src/config/mcal/peripheral/tcc" -I"../src/config/mcal/stdio" -I"../src/config/mcal/touch" -I"../src/config/mcal/touch/lib" -I"../src/forceSnsr" -I"../src/packs/ATSAME51J19A_DFP/component" -I"../src/packs/ATSAME51J19A_DFP/instance" -I"../src/packs/ATSAME51J19A_DFP/pio" -I"../src/smartEE" -Werror -Wall -MP -MMD -MF "${OBJECTDIR}/_ext/905407901/TouchBoard_Center_handle_4ms.o.d" -o ${OBJECTDIR}/_ext/905407901/TouchBoard_Center_handle_4ms.o ../src/P417_SWTR_App_ert_rtw/TouchBoard_Center_handle_4ms.c -DXPRJ_mcal=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" ${PACK_COMMON_OPTIONS} ${OBJECTDIR}/_ext/905407901/TouchBoard_Down_handle_4ms.o: ../src/P417_SWTR_App_ert_rtw/TouchBoard_Down_handle_4ms.c .generated_files/flags/mcal/6c3fabd6278dd913f2a5b1db5d0c7629c56df65e .generated_files/flags/mcal/19aca898974f639a5713d79f6a59fd61d4a277f5 @${MKDIR} "${OBJECTDIR}/_ext/905407901" @${RM} ${OBJECTDIR}/_ext/905407901/TouchBoard_Down_handle_4ms.o.d @${RM} ${OBJECTDIR}/_ext/905407901/TouchBoard_Down_handle_4ms.o ${MP_CC} $(MP_EXTRA_CC_PRE) -g -D__DEBUG -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -ffunction-sections -fdata-sections -fno-toplevel-reorder -fno-common -I"../src" -I"../src/config/mcal" -I"../src/packs/ATSAME51J19A_DFP" -I"../src/packs/CMSIS/" -I"../src/packs/CMSIS/CMSIS/Core/Include" -I"../src/Calibration" -I"../src/DiagnosticR" -I"../src/DiagnosticR/Comp_HAL_Autosar_Wrappers" -I"../src/DiagnosticR/Comp_ISO_15765_2" -I"../src/DiagnosticR/Comp_ISO_15765_3" -I"../src/DiagnosticR/Dem" -I"../src/DiagnosticR/FicOsek" -I"../src/DiagnosticR/Sys_Diag_Detect" -I"../src/DiagnosticR/UDS" -I"../src/DiagnosticR/UDS/Iso15765_layer2" -I"../src/DiagnosticR/UDS/Iso15765_layer3" -I"../src/DiagnosticR/UDS/Iso15765_layer3/_h61" -I"../src/DiagnosticR/UDS/ModelsInterfaces" -I"../src/DiagnosticR/_configurations" -I"../src/DiagnosticR/rte" -I"../src/FunctionState" -I"../src/OsekCom" -I"../src/P417_SWTR_App_ert_rtw" -I"../src/RTE" -I"../src/Speaker" -I"../src/TLE9263" -I"../src/TouchPanel" -I"../src/config/mcal/mcal.mhc" -I"../src/config/mcal/peripheral/adc" -I"../src/config/mcal/peripheral/can" -I"../src/config/mcal/peripheral/clock" -I"../src/config/mcal/peripheral/cmcc" -I"../src/config/mcal/peripheral/dac" -I"../src/config/mcal/peripheral/evsys" -I"../src/config/mcal/peripheral/nvic" -I"../src/config/mcal/peripheral/nvmctrl" -I"../src/config/mcal/peripheral/port" -I"../src/config/mcal/peripheral/rtc" -I"../src/config/mcal/peripheral/sercom" -I"../src/config/mcal/peripheral/systick" -I"../src/config/mcal/peripheral/tc" -I"../src/config/mcal/peripheral/tcc" -I"../src/config/mcal/stdio" -I"../src/config/mcal/touch" -I"../src/config/mcal/touch/lib" -I"../src/forceSnsr" -I"../src/packs/ATSAME51J19A_DFP/component" -I"../src/packs/ATSAME51J19A_DFP/instance" -I"../src/packs/ATSAME51J19A_DFP/pio" -I"../src/smartEE" -Werror -Wall -MP -MMD -MF "${OBJECTDIR}/_ext/905407901/TouchBoard_Down_handle_4ms.o.d" -o ${OBJECTDIR}/_ext/905407901/TouchBoard_Down_handle_4ms.o ../src/P417_SWTR_App_ert_rtw/TouchBoard_Down_handle_4ms.c -DXPRJ_mcal=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" ${PACK_COMMON_OPTIONS} ${OBJECTDIR}/_ext/905407901/TouchBoard_Left_handle_4ms.o: ../src/P417_SWTR_App_ert_rtw/TouchBoard_Left_handle_4ms.c .generated_files/flags/mcal/e8ef506a529817f8c65f334ace9b290bd63a87e5 .generated_files/flags/mcal/19aca898974f639a5713d79f6a59fd61d4a277f5 @${MKDIR} "${OBJECTDIR}/_ext/905407901" @${RM} ${OBJECTDIR}/_ext/905407901/TouchBoard_Left_handle_4ms.o.d @${RM} ${OBJECTDIR}/_ext/905407901/TouchBoard_Left_handle_4ms.o ${MP_CC} $(MP_EXTRA_CC_PRE) -g -D__DEBUG -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -ffunction-sections -fdata-sections -fno-toplevel-reorder -fno-common -I"../src" -I"../src/config/mcal" -I"../src/packs/ATSAME51J19A_DFP" -I"../src/packs/CMSIS/" -I"../src/packs/CMSIS/CMSIS/Core/Include" -I"../src/Calibration" -I"../src/DiagnosticR" -I"../src/DiagnosticR/Comp_HAL_Autosar_Wrappers" -I"../src/DiagnosticR/Comp_ISO_15765_2" -I"../src/DiagnosticR/Comp_ISO_15765_3" -I"../src/DiagnosticR/Dem" -I"../src/DiagnosticR/FicOsek" -I"../src/DiagnosticR/Sys_Diag_Detect" -I"../src/DiagnosticR/UDS" -I"../src/DiagnosticR/UDS/Iso15765_layer2" -I"../src/DiagnosticR/UDS/Iso15765_layer3" -I"../src/DiagnosticR/UDS/Iso15765_layer3/_h61" -I"../src/DiagnosticR/UDS/ModelsInterfaces" -I"../src/DiagnosticR/_configurations" -I"../src/DiagnosticR/rte" -I"../src/FunctionState" -I"../src/OsekCom" -I"../src/P417_SWTR_App_ert_rtw" -I"../src/RTE" -I"../src/Speaker" -I"../src/TLE9263" -I"../src/TouchPanel" -I"../src/config/mcal/mcal.mhc" -I"../src/config/mcal/peripheral/adc" -I"../src/config/mcal/peripheral/can" -I"../src/config/mcal/peripheral/clock" -I"../src/config/mcal/peripheral/cmcc" -I"../src/config/mcal/peripheral/dac" -I"../src/config/mcal/peripheral/evsys" -I"../src/config/mcal/peripheral/nvic" -I"../src/config/mcal/peripheral/nvmctrl" -I"../src/config/mcal/peripheral/port" -I"../src/config/mcal/peripheral/rtc" -I"../src/config/mcal/peripheral/sercom" -I"../src/config/mcal/peripheral/systick" -I"../src/config/mcal/peripheral/tc" -I"../src/config/mcal/peripheral/tcc" -I"../src/config/mcal/stdio" -I"../src/config/mcal/touch" -I"../src/config/mcal/touch/lib" -I"../src/forceSnsr" -I"../src/packs/ATSAME51J19A_DFP/component" -I"../src/packs/ATSAME51J19A_DFP/instance" -I"../src/packs/ATSAME51J19A_DFP/pio" -I"../src/smartEE" -Werror -Wall -MP -MMD -MF "${OBJECTDIR}/_ext/905407901/TouchBoard_Left_handle_4ms.o.d" -o ${OBJECTDIR}/_ext/905407901/TouchBoard_Left_handle_4ms.o ../src/P417_SWTR_App_ert_rtw/TouchBoard_Left_handle_4ms.c -DXPRJ_mcal=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" ${PACK_COMMON_OPTIONS} ${OBJECTDIR}/_ext/905407901/TouchBoard_Left_Right_Slide_handle_4ms.o: ../src/P417_SWTR_App_ert_rtw/TouchBoard_Left_Right_Slide_handle_4ms.c .generated_files/flags/mcal/a99f474f726d3e07ff3a71675ff3450267b1afac .generated_files/flags/mcal/19aca898974f639a5713d79f6a59fd61d4a277f5 @${MKDIR} "${OBJECTDIR}/_ext/905407901" @${RM} ${OBJECTDIR}/_ext/905407901/TouchBoard_Left_Right_Slide_handle_4ms.o.d @${RM} ${OBJECTDIR}/_ext/905407901/TouchBoard_Left_Right_Slide_handle_4ms.o ${MP_CC} $(MP_EXTRA_CC_PRE) -g -D__DEBUG -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -ffunction-sections -fdata-sections -fno-toplevel-reorder -fno-common -I"../src" -I"../src/config/mcal" -I"../src/packs/ATSAME51J19A_DFP" -I"../src/packs/CMSIS/" -I"../src/packs/CMSIS/CMSIS/Core/Include" -I"../src/Calibration" -I"../src/DiagnosticR" -I"../src/DiagnosticR/Comp_HAL_Autosar_Wrappers" -I"../src/DiagnosticR/Comp_ISO_15765_2" -I"../src/DiagnosticR/Comp_ISO_15765_3" -I"../src/DiagnosticR/Dem" -I"../src/DiagnosticR/FicOsek" -I"../src/DiagnosticR/Sys_Diag_Detect" -I"../src/DiagnosticR/UDS" -I"../src/DiagnosticR/UDS/Iso15765_layer2" -I"../src/DiagnosticR/UDS/Iso15765_layer3" -I"../src/DiagnosticR/UDS/Iso15765_layer3/_h61" -I"../src/DiagnosticR/UDS/ModelsInterfaces" -I"../src/DiagnosticR/_configurations" -I"../src/DiagnosticR/rte" -I"../src/FunctionState" -I"../src/OsekCom" -I"../src/P417_SWTR_App_ert_rtw" -I"../src/RTE" -I"../src/Speaker" -I"../src/TLE9263" -I"../src/TouchPanel" -I"../src/config/mcal/mcal.mhc" -I"../src/config/mcal/peripheral/adc" -I"../src/config/mcal/peripheral/can" -I"../src/config/mcal/peripheral/clock" -I"../src/config/mcal/peripheral/cmcc" -I"../src/config/mcal/peripheral/dac" -I"../src/config/mcal/peripheral/evsys" -I"../src/config/mcal/peripheral/nvic" -I"../src/config/mcal/peripheral/nvmctrl" -I"../src/config/mcal/peripheral/port" -I"../src/config/mcal/peripheral/rtc" -I"../src/config/mcal/peripheral/sercom" -I"../src/config/mcal/peripheral/systick" -I"../src/config/mcal/peripheral/tc" -I"../src/config/mcal/peripheral/tcc" -I"../src/config/mcal/stdio" -I"../src/config/mcal/touch" -I"../src/config/mcal/touch/lib" -I"../src/forceSnsr" -I"../src/packs/ATSAME51J19A_DFP/component" -I"../src/packs/ATSAME51J19A_DFP/instance" -I"../src/packs/ATSAME51J19A_DFP/pio" -I"../src/smartEE" -Werror -Wall -MP -MMD -MF "${OBJECTDIR}/_ext/905407901/TouchBoard_Left_Right_Slide_handle_4ms.o.d" -o ${OBJECTDIR}/_ext/905407901/TouchBoard_Left_Right_Slide_handle_4ms.o ../src/P417_SWTR_App_ert_rtw/TouchBoard_Left_Right_Slide_handle_4ms.c -DXPRJ_mcal=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" ${PACK_COMMON_OPTIONS} ${OBJECTDIR}/_ext/905407901/TouchBoard_MENU_handle_4ms.o: ../src/P417_SWTR_App_ert_rtw/TouchBoard_MENU_handle_4ms.c .generated_files/flags/mcal/d4639786d9e0aef941f74acf8bb0d97a26d935c7 .generated_files/flags/mcal/19aca898974f639a5713d79f6a59fd61d4a277f5 @${MKDIR} "${OBJECTDIR}/_ext/905407901" @${RM} ${OBJECTDIR}/_ext/905407901/TouchBoard_MENU_handle_4ms.o.d @${RM} ${OBJECTDIR}/_ext/905407901/TouchBoard_MENU_handle_4ms.o ${MP_CC} $(MP_EXTRA_CC_PRE) -g -D__DEBUG -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -ffunction-sections -fdata-sections -fno-toplevel-reorder -fno-common -I"../src" -I"../src/config/mcal" -I"../src/packs/ATSAME51J19A_DFP" -I"../src/packs/CMSIS/" -I"../src/packs/CMSIS/CMSIS/Core/Include" -I"../src/Calibration" -I"../src/DiagnosticR" -I"../src/DiagnosticR/Comp_HAL_Autosar_Wrappers" -I"../src/DiagnosticR/Comp_ISO_15765_2" -I"../src/DiagnosticR/Comp_ISO_15765_3" -I"../src/DiagnosticR/Dem" -I"../src/DiagnosticR/FicOsek" -I"../src/DiagnosticR/Sys_Diag_Detect" -I"../src/DiagnosticR/UDS" -I"../src/DiagnosticR/UDS/Iso15765_layer2" -I"../src/DiagnosticR/UDS/Iso15765_layer3" -I"../src/DiagnosticR/UDS/Iso15765_layer3/_h61" -I"../src/DiagnosticR/UDS/ModelsInterfaces" -I"../src/DiagnosticR/_configurations" -I"../src/DiagnosticR/rte" -I"../src/FunctionState" -I"../src/OsekCom" -I"../src/P417_SWTR_App_ert_rtw" -I"../src/RTE" -I"../src/Speaker" -I"../src/TLE9263" -I"../src/TouchPanel" -I"../src/config/mcal/mcal.mhc" -I"../src/config/mcal/peripheral/adc" -I"../src/config/mcal/peripheral/can" -I"../src/config/mcal/peripheral/clock" -I"../src/config/mcal/peripheral/cmcc" -I"../src/config/mcal/peripheral/dac" -I"../src/config/mcal/peripheral/evsys" -I"../src/config/mcal/peripheral/nvic" -I"../src/config/mcal/peripheral/nvmctrl" -I"../src/config/mcal/peripheral/port" -I"../src/config/mcal/peripheral/rtc" -I"../src/config/mcal/peripheral/sercom" -I"../src/config/mcal/peripheral/systick" -I"../src/config/mcal/peripheral/tc" -I"../src/config/mcal/peripheral/tcc" -I"../src/config/mcal/stdio" -I"../src/config/mcal/touch" -I"../src/config/mcal/touch/lib" -I"../src/forceSnsr" -I"../src/packs/ATSAME51J19A_DFP/component" -I"../src/packs/ATSAME51J19A_DFP/instance" -I"../src/packs/ATSAME51J19A_DFP/pio" -I"../src/smartEE" -Werror -Wall -MP -MMD -MF "${OBJECTDIR}/_ext/905407901/TouchBoard_MENU_handle_4ms.o.d" -o ${OBJECTDIR}/_ext/905407901/TouchBoard_MENU_handle_4ms.o ../src/P417_SWTR_App_ert_rtw/TouchBoard_MENU_handle_4ms.c -DXPRJ_mcal=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" ${PACK_COMMON_OPTIONS} ${OBJECTDIR}/_ext/905407901/TouchBoard_Right_handle_4ms.o: ../src/P417_SWTR_App_ert_rtw/TouchBoard_Right_handle_4ms.c .generated_files/flags/mcal/6e646719498a5ce466a4b24f9df9f3d7d4af7245 .generated_files/flags/mcal/19aca898974f639a5713d79f6a59fd61d4a277f5 @${MKDIR} "${OBJECTDIR}/_ext/905407901" @${RM} ${OBJECTDIR}/_ext/905407901/TouchBoard_Right_handle_4ms.o.d @${RM} ${OBJECTDIR}/_ext/905407901/TouchBoard_Right_handle_4ms.o ${MP_CC} $(MP_EXTRA_CC_PRE) -g -D__DEBUG -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -ffunction-sections -fdata-sections -fno-toplevel-reorder -fno-common -I"../src" -I"../src/config/mcal" -I"../src/packs/ATSAME51J19A_DFP" -I"../src/packs/CMSIS/" -I"../src/packs/CMSIS/CMSIS/Core/Include" -I"../src/Calibration" -I"../src/DiagnosticR" -I"../src/DiagnosticR/Comp_HAL_Autosar_Wrappers" -I"../src/DiagnosticR/Comp_ISO_15765_2" -I"../src/DiagnosticR/Comp_ISO_15765_3" -I"../src/DiagnosticR/Dem" -I"../src/DiagnosticR/FicOsek" -I"../src/DiagnosticR/Sys_Diag_Detect" -I"../src/DiagnosticR/UDS" -I"../src/DiagnosticR/UDS/Iso15765_layer2" -I"../src/DiagnosticR/UDS/Iso15765_layer3" -I"../src/DiagnosticR/UDS/Iso15765_layer3/_h61" -I"../src/DiagnosticR/UDS/ModelsInterfaces" -I"../src/DiagnosticR/_configurations" -I"../src/DiagnosticR/rte" -I"../src/FunctionState" -I"../src/OsekCom" -I"../src/P417_SWTR_App_ert_rtw" -I"../src/RTE" -I"../src/Speaker" -I"../src/TLE9263" -I"../src/TouchPanel" -I"../src/config/mcal/mcal.mhc" -I"../src/config/mcal/peripheral/adc" -I"../src/config/mcal/peripheral/can" -I"../src/config/mcal/peripheral/clock" -I"../src/config/mcal/peripheral/cmcc" -I"../src/config/mcal/peripheral/dac" -I"../src/config/mcal/peripheral/evsys" -I"../src/config/mcal/peripheral/nvic" -I"../src/config/mcal/peripheral/nvmctrl" -I"../src/config/mcal/peripheral/port" -I"../src/config/mcal/peripheral/rtc" -I"../src/config/mcal/peripheral/sercom" -I"../src/config/mcal/peripheral/systick" -I"../src/config/mcal/peripheral/tc" -I"../src/config/mcal/peripheral/tcc" -I"../src/config/mcal/stdio" -I"../src/config/mcal/touch" -I"../src/config/mcal/touch/lib" -I"../src/forceSnsr" -I"../src/packs/ATSAME51J19A_DFP/component" -I"../src/packs/ATSAME51J19A_DFP/instance" -I"../src/packs/ATSAME51J19A_DFP/pio" -I"../src/smartEE" -Werror -Wall -MP -MMD -MF "${OBJECTDIR}/_ext/905407901/TouchBoard_Right_handle_4ms.o.d" -o ${OBJECTDIR}/_ext/905407901/TouchBoard_Right_handle_4ms.o ../src/P417_SWTR_App_ert_rtw/TouchBoard_Right_handle_4ms.c -DXPRJ_mcal=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" ${PACK_COMMON_OPTIONS} ${OBJECTDIR}/_ext/905407901/TouchBoard_Up_Down_Slide_handle_4ms.o: ../src/P417_SWTR_App_ert_rtw/TouchBoard_Up_Down_Slide_handle_4ms.c .generated_files/flags/mcal/93715e77afb3056cae67c25b63e91015f10a234f .generated_files/flags/mcal/19aca898974f639a5713d79f6a59fd61d4a277f5 @${MKDIR} "${OBJECTDIR}/_ext/905407901" @${RM} ${OBJECTDIR}/_ext/905407901/TouchBoard_Up_Down_Slide_handle_4ms.o.d @${RM} ${OBJECTDIR}/_ext/905407901/TouchBoard_Up_Down_Slide_handle_4ms.o ${MP_CC} $(MP_EXTRA_CC_PRE) -g -D__DEBUG -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -ffunction-sections -fdata-sections -fno-toplevel-reorder -fno-common -I"../src" -I"../src/config/mcal" -I"../src/packs/ATSAME51J19A_DFP" -I"../src/packs/CMSIS/" -I"../src/packs/CMSIS/CMSIS/Core/Include" -I"../src/Calibration" -I"../src/DiagnosticR" -I"../src/DiagnosticR/Comp_HAL_Autosar_Wrappers" -I"../src/DiagnosticR/Comp_ISO_15765_2" -I"../src/DiagnosticR/Comp_ISO_15765_3" -I"../src/DiagnosticR/Dem" -I"../src/DiagnosticR/FicOsek" -I"../src/DiagnosticR/Sys_Diag_Detect" -I"../src/DiagnosticR/UDS" -I"../src/DiagnosticR/UDS/Iso15765_layer2" -I"../src/DiagnosticR/UDS/Iso15765_layer3" -I"../src/DiagnosticR/UDS/Iso15765_layer3/_h61" -I"../src/DiagnosticR/UDS/ModelsInterfaces" -I"../src/DiagnosticR/_configurations" -I"../src/DiagnosticR/rte" -I"../src/FunctionState" -I"../src/OsekCom" -I"../src/P417_SWTR_App_ert_rtw" -I"../src/RTE" -I"../src/Speaker" -I"../src/TLE9263" -I"../src/TouchPanel" -I"../src/config/mcal/mcal.mhc" -I"../src/config/mcal/peripheral/adc" -I"../src/config/mcal/peripheral/can" -I"../src/config/mcal/peripheral/clock" -I"../src/config/mcal/peripheral/cmcc" -I"../src/config/mcal/peripheral/dac" -I"../src/config/mcal/peripheral/evsys" -I"../src/config/mcal/peripheral/nvic" -I"../src/config/mcal/peripheral/nvmctrl" -I"../src/config/mcal/peripheral/port" -I"../src/config/mcal/peripheral/rtc" -I"../src/config/mcal/peripheral/sercom" -I"../src/config/mcal/peripheral/systick" -I"../src/config/mcal/peripheral/tc" -I"../src/config/mcal/peripheral/tcc" -I"../src/config/mcal/stdio" -I"../src/config/mcal/touch" -I"../src/config/mcal/touch/lib" -I"../src/forceSnsr" -I"../src/packs/ATSAME51J19A_DFP/component" -I"../src/packs/ATSAME51J19A_DFP/instance" -I"../src/packs/ATSAME51J19A_DFP/pio" -I"../src/smartEE" -Werror -Wall -MP -MMD -MF "${OBJECTDIR}/_ext/905407901/TouchBoard_Up_Down_Slide_handle_4ms.o.d" -o ${OBJECTDIR}/_ext/905407901/TouchBoard_Up_Down_Slide_handle_4ms.o ../src/P417_SWTR_App_ert_rtw/TouchBoard_Up_Down_Slide_handle_4ms.c -DXPRJ_mcal=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" ${PACK_COMMON_OPTIONS} ${OBJECTDIR}/_ext/905407901/TouchBoard_up_handle_4ms.o: ../src/P417_SWTR_App_ert_rtw/TouchBoard_up_handle_4ms.c .generated_files/flags/mcal/8888b677bba6a9ce4c85f7d9bee19600aed540fe .generated_files/flags/mcal/19aca898974f639a5713d79f6a59fd61d4a277f5 @${MKDIR} "${OBJECTDIR}/_ext/905407901" @${RM} ${OBJECTDIR}/_ext/905407901/TouchBoard_up_handle_4ms.o.d @${RM} ${OBJECTDIR}/_ext/905407901/TouchBoard_up_handle_4ms.o ${MP_CC} $(MP_EXTRA_CC_PRE) -g -D__DEBUG -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -ffunction-sections -fdata-sections -fno-toplevel-reorder -fno-common -I"../src" -I"../src/config/mcal" -I"../src/packs/ATSAME51J19A_DFP" -I"../src/packs/CMSIS/" -I"../src/packs/CMSIS/CMSIS/Core/Include" -I"../src/Calibration" -I"../src/DiagnosticR" -I"../src/DiagnosticR/Comp_HAL_Autosar_Wrappers" -I"../src/DiagnosticR/Comp_ISO_15765_2" -I"../src/DiagnosticR/Comp_ISO_15765_3" -I"../src/DiagnosticR/Dem" -I"../src/DiagnosticR/FicOsek" -I"../src/DiagnosticR/Sys_Diag_Detect" -I"../src/DiagnosticR/UDS" -I"../src/DiagnosticR/UDS/Iso15765_layer2" -I"../src/DiagnosticR/UDS/Iso15765_layer3" -I"../src/DiagnosticR/UDS/Iso15765_layer3/_h61" -I"../src/DiagnosticR/UDS/ModelsInterfaces" -I"../src/DiagnosticR/_configurations" -I"../src/DiagnosticR/rte" -I"../src/FunctionState" -I"../src/OsekCom" -I"../src/P417_SWTR_App_ert_rtw" -I"../src/RTE" -I"../src/Speaker" -I"../src/TLE9263" -I"../src/TouchPanel" -I"../src/config/mcal/mcal.mhc" -I"../src/config/mcal/peripheral/adc" -I"../src/config/mcal/peripheral/can" -I"../src/config/mcal/peripheral/clock" -I"../src/config/mcal/peripheral/cmcc" -I"../src/config/mcal/peripheral/dac" -I"../src/config/mcal/peripheral/evsys" -I"../src/config/mcal/peripheral/nvic" -I"../src/config/mcal/peripheral/nvmctrl" -I"../src/config/mcal/peripheral/port" -I"../src/config/mcal/peripheral/rtc" -I"../src/config/mcal/peripheral/sercom" -I"../src/config/mcal/peripheral/systick" -I"../src/config/mcal/peripheral/tc" -I"../src/config/mcal/peripheral/tcc" -I"../src/config/mcal/stdio" -I"../src/config/mcal/touch" -I"../src/config/mcal/touch/lib" -I"../src/forceSnsr" -I"../src/packs/ATSAME51J19A_DFP/component" -I"../src/packs/ATSAME51J19A_DFP/instance" -I"../src/packs/ATSAME51J19A_DFP/pio" -I"../src/smartEE" -Werror -Wall -MP -MMD -MF "${OBJECTDIR}/_ext/905407901/TouchBoard_up_handle_4ms.o.d" -o ${OBJECTDIR}/_ext/905407901/TouchBoard_up_handle_4ms.o ../src/P417_SWTR_App_ert_rtw/TouchBoard_up_handle_4ms.c -DXPRJ_mcal=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" ${PACK_COMMON_OPTIONS} ${OBJECTDIR}/_ext/905407901/TouchBoard_VOICE_handle_4ms.o: ../src/P417_SWTR_App_ert_rtw/TouchBoard_VOICE_handle_4ms.c .generated_files/flags/mcal/2e45fe6c4068c43cdeec08f968adb42985dab56f .generated_files/flags/mcal/19aca898974f639a5713d79f6a59fd61d4a277f5 @${MKDIR} "${OBJECTDIR}/_ext/905407901" @${RM} ${OBJECTDIR}/_ext/905407901/TouchBoard_VOICE_handle_4ms.o.d @${RM} ${OBJECTDIR}/_ext/905407901/TouchBoard_VOICE_handle_4ms.o ${MP_CC} $(MP_EXTRA_CC_PRE) -g -D__DEBUG -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -ffunction-sections -fdata-sections -fno-toplevel-reorder -fno-common -I"../src" -I"../src/config/mcal" -I"../src/packs/ATSAME51J19A_DFP" -I"../src/packs/CMSIS/" -I"../src/packs/CMSIS/CMSIS/Core/Include" -I"../src/Calibration" -I"../src/DiagnosticR" -I"../src/DiagnosticR/Comp_HAL_Autosar_Wrappers" -I"../src/DiagnosticR/Comp_ISO_15765_2" -I"../src/DiagnosticR/Comp_ISO_15765_3" -I"../src/DiagnosticR/Dem" -I"../src/DiagnosticR/FicOsek" -I"../src/DiagnosticR/Sys_Diag_Detect" -I"../src/DiagnosticR/UDS" -I"../src/DiagnosticR/UDS/Iso15765_layer2" -I"../src/DiagnosticR/UDS/Iso15765_layer3" -I"../src/DiagnosticR/UDS/Iso15765_layer3/_h61" -I"../src/DiagnosticR/UDS/ModelsInterfaces" -I"../src/DiagnosticR/_configurations" -I"../src/DiagnosticR/rte" -I"../src/FunctionState" -I"../src/OsekCom" -I"../src/P417_SWTR_App_ert_rtw" -I"../src/RTE" -I"../src/Speaker" -I"../src/TLE9263" -I"../src/TouchPanel" -I"../src/config/mcal/mcal.mhc" -I"../src/config/mcal/peripheral/adc" -I"../src/config/mcal/peripheral/can" -I"../src/config/mcal/peripheral/clock" -I"../src/config/mcal/peripheral/cmcc" -I"../src/config/mcal/peripheral/dac" -I"../src/config/mcal/peripheral/evsys" -I"../src/config/mcal/peripheral/nvic" -I"../src/config/mcal/peripheral/nvmctrl" -I"../src/config/mcal/peripheral/port" -I"../src/config/mcal/peripheral/rtc" -I"../src/config/mcal/peripheral/sercom" -I"../src/config/mcal/peripheral/systick" -I"../src/config/mcal/peripheral/tc" -I"../src/config/mcal/peripheral/tcc" -I"../src/config/mcal/stdio" -I"../src/config/mcal/touch" -I"../src/config/mcal/touch/lib" -I"../src/forceSnsr" -I"../src/packs/ATSAME51J19A_DFP/component" -I"../src/packs/ATSAME51J19A_DFP/instance" -I"../src/packs/ATSAME51J19A_DFP/pio" -I"../src/smartEE" -Werror -Wall -MP -MMD -MF "${OBJECTDIR}/_ext/905407901/TouchBoard_VOICE_handle_4ms.o.d" -o ${OBJECTDIR}/_ext/905407901/TouchBoard_VOICE_handle_4ms.o ../src/P417_SWTR_App_ert_rtw/TouchBoard_VOICE_handle_4ms.c -DXPRJ_mcal=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" ${PACK_COMMON_OPTIONS} ${OBJECTDIR}/_ext/905407901/TouchBoard_VOL_handle_4ms.o: ../src/P417_SWTR_App_ert_rtw/TouchBoard_VOL_handle_4ms.c .generated_files/flags/mcal/f21b0c852f143a2abf6303980fda1b4c4380ec8a .generated_files/flags/mcal/19aca898974f639a5713d79f6a59fd61d4a277f5 @${MKDIR} "${OBJECTDIR}/_ext/905407901" @${RM} ${OBJECTDIR}/_ext/905407901/TouchBoard_VOL_handle_4ms.o.d @${RM} ${OBJECTDIR}/_ext/905407901/TouchBoard_VOL_handle_4ms.o ${MP_CC} $(MP_EXTRA_CC_PRE) -g -D__DEBUG -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -ffunction-sections -fdata-sections -fno-toplevel-reorder -fno-common -I"../src" -I"../src/config/mcal" -I"../src/packs/ATSAME51J19A_DFP" -I"../src/packs/CMSIS/" -I"../src/packs/CMSIS/CMSIS/Core/Include" -I"../src/Calibration" -I"../src/DiagnosticR" -I"../src/DiagnosticR/Comp_HAL_Autosar_Wrappers" -I"../src/DiagnosticR/Comp_ISO_15765_2" -I"../src/DiagnosticR/Comp_ISO_15765_3" -I"../src/DiagnosticR/Dem" -I"../src/DiagnosticR/FicOsek" -I"../src/DiagnosticR/Sys_Diag_Detect" -I"../src/DiagnosticR/UDS" -I"../src/DiagnosticR/UDS/Iso15765_layer2" -I"../src/DiagnosticR/UDS/Iso15765_layer3" -I"../src/DiagnosticR/UDS/Iso15765_layer3/_h61" -I"../src/DiagnosticR/UDS/ModelsInterfaces" -I"../src/DiagnosticR/_configurations" -I"../src/DiagnosticR/rte" -I"../src/FunctionState" -I"../src/OsekCom" -I"../src/P417_SWTR_App_ert_rtw" -I"../src/RTE" -I"../src/Speaker" -I"../src/TLE9263" -I"../src/TouchPanel" -I"../src/config/mcal/mcal.mhc" -I"../src/config/mcal/peripheral/adc" -I"../src/config/mcal/peripheral/can" -I"../src/config/mcal/peripheral/clock" -I"../src/config/mcal/peripheral/cmcc" -I"../src/config/mcal/peripheral/dac" -I"../src/config/mcal/peripheral/evsys" -I"../src/config/mcal/peripheral/nvic" -I"../src/config/mcal/peripheral/nvmctrl" -I"../src/config/mcal/peripheral/port" -I"../src/config/mcal/peripheral/rtc" -I"../src/config/mcal/peripheral/sercom" -I"../src/config/mcal/peripheral/systick" -I"../src/config/mcal/peripheral/tc" -I"../src/config/mcal/peripheral/tcc" -I"../src/config/mcal/stdio" -I"../src/config/mcal/touch" -I"../src/config/mcal/touch/lib" -I"../src/forceSnsr" -I"../src/packs/ATSAME51J19A_DFP/component" -I"../src/packs/ATSAME51J19A_DFP/instance" -I"../src/packs/ATSAME51J19A_DFP/pio" -I"../src/smartEE" -Werror -Wall -MP -MMD -MF "${OBJECTDIR}/_ext/905407901/TouchBoard_VOL_handle_4ms.o.d" -o ${OBJECTDIR}/_ext/905407901/TouchBoard_VOL_handle_4ms.o ../src/P417_SWTR_App_ert_rtw/TouchBoard_VOL_handle_4ms.c -DXPRJ_mcal=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" ${PACK_COMMON_OPTIONS} ${OBJECTDIR}/_ext/905407901/TouchBoard_X_handle_10ms.o: ../src/P417_SWTR_App_ert_rtw/TouchBoard_X_handle_10ms.c .generated_files/flags/mcal/abf2a1f164f43c7cf67ea40ca6cdee601b104ff5 .generated_files/flags/mcal/19aca898974f639a5713d79f6a59fd61d4a277f5 @${MKDIR} "${OBJECTDIR}/_ext/905407901" @${RM} ${OBJECTDIR}/_ext/905407901/TouchBoard_X_handle_10ms.o.d @${RM} ${OBJECTDIR}/_ext/905407901/TouchBoard_X_handle_10ms.o ${MP_CC} $(MP_EXTRA_CC_PRE) -g -D__DEBUG -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -ffunction-sections -fdata-sections -fno-toplevel-reorder -fno-common -I"../src" -I"../src/config/mcal" -I"../src/packs/ATSAME51J19A_DFP" -I"../src/packs/CMSIS/" -I"../src/packs/CMSIS/CMSIS/Core/Include" -I"../src/Calibration" -I"../src/DiagnosticR" -I"../src/DiagnosticR/Comp_HAL_Autosar_Wrappers" -I"../src/DiagnosticR/Comp_ISO_15765_2" -I"../src/DiagnosticR/Comp_ISO_15765_3" -I"../src/DiagnosticR/Dem" -I"../src/DiagnosticR/FicOsek" -I"../src/DiagnosticR/Sys_Diag_Detect" -I"../src/DiagnosticR/UDS" -I"../src/DiagnosticR/UDS/Iso15765_layer2" -I"../src/DiagnosticR/UDS/Iso15765_layer3" -I"../src/DiagnosticR/UDS/Iso15765_layer3/_h61" -I"../src/DiagnosticR/UDS/ModelsInterfaces" -I"../src/DiagnosticR/_configurations" -I"../src/DiagnosticR/rte" -I"../src/FunctionState" -I"../src/OsekCom" -I"../src/P417_SWTR_App_ert_rtw" -I"../src/RTE" -I"../src/Speaker" -I"../src/TLE9263" -I"../src/TouchPanel" -I"../src/config/mcal/mcal.mhc" -I"../src/config/mcal/peripheral/adc" -I"../src/config/mcal/peripheral/can" -I"../src/config/mcal/peripheral/clock" -I"../src/config/mcal/peripheral/cmcc" -I"../src/config/mcal/peripheral/dac" -I"../src/config/mcal/peripheral/evsys" -I"../src/config/mcal/peripheral/nvic" -I"../src/config/mcal/peripheral/nvmctrl" -I"../src/config/mcal/peripheral/port" -I"../src/config/mcal/peripheral/rtc" -I"../src/config/mcal/peripheral/sercom" -I"../src/config/mcal/peripheral/systick" -I"../src/config/mcal/peripheral/tc" -I"../src/config/mcal/peripheral/tcc" -I"../src/config/mcal/stdio" -I"../src/config/mcal/touch" -I"../src/config/mcal/touch/lib" -I"../src/forceSnsr" -I"../src/packs/ATSAME51J19A_DFP/component" -I"../src/packs/ATSAME51J19A_DFP/instance" -I"../src/packs/ATSAME51J19A_DFP/pio" -I"../src/smartEE" -Werror -Wall -MP -MMD -MF "${OBJECTDIR}/_ext/905407901/TouchBoard_X_handle_10ms.o.d" -o ${OBJECTDIR}/_ext/905407901/TouchBoard_X_handle_10ms.o ../src/P417_SWTR_App_ert_rtw/TouchBoard_X_handle_10ms.c -DXPRJ_mcal=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" ${PACK_COMMON_OPTIONS} ${OBJECTDIR}/_ext/905407901/TouchBoard_Y_handle_10ms.o: ../src/P417_SWTR_App_ert_rtw/TouchBoard_Y_handle_10ms.c .generated_files/flags/mcal/7d21b75e0afbb2da45ed86b806c2e985d9431e6e .generated_files/flags/mcal/19aca898974f639a5713d79f6a59fd61d4a277f5 @${MKDIR} "${OBJECTDIR}/_ext/905407901" @${RM} ${OBJECTDIR}/_ext/905407901/TouchBoard_Y_handle_10ms.o.d @${RM} ${OBJECTDIR}/_ext/905407901/TouchBoard_Y_handle_10ms.o ${MP_CC} $(MP_EXTRA_CC_PRE) -g -D__DEBUG -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -ffunction-sections -fdata-sections -fno-toplevel-reorder -fno-common -I"../src" -I"../src/config/mcal" -I"../src/packs/ATSAME51J19A_DFP" -I"../src/packs/CMSIS/" -I"../src/packs/CMSIS/CMSIS/Core/Include" -I"../src/Calibration" -I"../src/DiagnosticR" -I"../src/DiagnosticR/Comp_HAL_Autosar_Wrappers" -I"../src/DiagnosticR/Comp_ISO_15765_2" -I"../src/DiagnosticR/Comp_ISO_15765_3" -I"../src/DiagnosticR/Dem" -I"../src/DiagnosticR/FicOsek" -I"../src/DiagnosticR/Sys_Diag_Detect" -I"../src/DiagnosticR/UDS" -I"../src/DiagnosticR/UDS/Iso15765_layer2" -I"../src/DiagnosticR/UDS/Iso15765_layer3" -I"../src/DiagnosticR/UDS/Iso15765_layer3/_h61" -I"../src/DiagnosticR/UDS/ModelsInterfaces" -I"../src/DiagnosticR/_configurations" -I"../src/DiagnosticR/rte" -I"../src/FunctionState" -I"../src/OsekCom" -I"../src/P417_SWTR_App_ert_rtw" -I"../src/RTE" -I"../src/Speaker" -I"../src/TLE9263" -I"../src/TouchPanel" -I"../src/config/mcal/mcal.mhc" -I"../src/config/mcal/peripheral/adc" -I"../src/config/mcal/peripheral/can" -I"../src/config/mcal/peripheral/clock" -I"../src/config/mcal/peripheral/cmcc" -I"../src/config/mcal/peripheral/dac" -I"../src/config/mcal/peripheral/evsys" -I"../src/config/mcal/peripheral/nvic" -I"../src/config/mcal/peripheral/nvmctrl" -I"../src/config/mcal/peripheral/port" -I"../src/config/mcal/peripheral/rtc" -I"../src/config/mcal/peripheral/sercom" -I"../src/config/mcal/peripheral/systick" -I"../src/config/mcal/peripheral/tc" -I"../src/config/mcal/peripheral/tcc" -I"../src/config/mcal/stdio" -I"../src/config/mcal/touch" -I"../src/config/mcal/touch/lib" -I"../src/forceSnsr" -I"../src/packs/ATSAME51J19A_DFP/component" -I"../src/packs/ATSAME51J19A_DFP/instance" -I"../src/packs/ATSAME51J19A_DFP/pio" -I"../src/smartEE" -Werror -Wall -MP -MMD -MF "${OBJECTDIR}/_ext/905407901/TouchBoard_Y_handle_10ms.o.d" -o ${OBJECTDIR}/_ext/905407901/TouchBoard_Y_handle_10ms.o ../src/P417_SWTR_App_ert_rtw/TouchBoard_Y_handle_10ms.c -DXPRJ_mcal=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" ${PACK_COMMON_OPTIONS} ${OBJECTDIR}/_ext/659835465/RTE.o: ../src/RTE/RTE.c .generated_files/flags/mcal/74e6130fdd49b40c8af20178d87407ee02183a .generated_files/flags/mcal/19aca898974f639a5713d79f6a59fd61d4a277f5 @${MKDIR} "${OBJECTDIR}/_ext/659835465" @${RM} ${OBJECTDIR}/_ext/659835465/RTE.o.d @${RM} ${OBJECTDIR}/_ext/659835465/RTE.o ${MP_CC} $(MP_EXTRA_CC_PRE) -g -D__DEBUG -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -ffunction-sections -fdata-sections -fno-toplevel-reorder -fno-common -I"../src" -I"../src/config/mcal" -I"../src/packs/ATSAME51J19A_DFP" -I"../src/packs/CMSIS/" -I"../src/packs/CMSIS/CMSIS/Core/Include" -I"../src/Calibration" -I"../src/DiagnosticR" -I"../src/DiagnosticR/Comp_HAL_Autosar_Wrappers" -I"../src/DiagnosticR/Comp_ISO_15765_2" -I"../src/DiagnosticR/Comp_ISO_15765_3" -I"../src/DiagnosticR/Dem" -I"../src/DiagnosticR/FicOsek" -I"../src/DiagnosticR/Sys_Diag_Detect" -I"../src/DiagnosticR/UDS" -I"../src/DiagnosticR/UDS/Iso15765_layer2" -I"../src/DiagnosticR/UDS/Iso15765_layer3" -I"../src/DiagnosticR/UDS/Iso15765_layer3/_h61" -I"../src/DiagnosticR/UDS/ModelsInterfaces" -I"../src/DiagnosticR/_configurations" -I"../src/DiagnosticR/rte" -I"../src/FunctionState" -I"../src/OsekCom" -I"../src/P417_SWTR_App_ert_rtw" -I"../src/RTE" -I"../src/Speaker" -I"../src/TLE9263" -I"../src/TouchPanel" -I"../src/config/mcal/mcal.mhc" -I"../src/config/mcal/peripheral/adc" -I"../src/config/mcal/peripheral/can" -I"../src/config/mcal/peripheral/clock" -I"../src/config/mcal/peripheral/cmcc" -I"../src/config/mcal/peripheral/dac" -I"../src/config/mcal/peripheral/evsys" -I"../src/config/mcal/peripheral/nvic" -I"../src/config/mcal/peripheral/nvmctrl" -I"../src/config/mcal/peripheral/port" -I"../src/config/mcal/peripheral/rtc" -I"../src/config/mcal/peripheral/sercom" -I"../src/config/mcal/peripheral/systick" -I"../src/config/mcal/peripheral/tc" -I"../src/config/mcal/peripheral/tcc" -I"../src/config/mcal/stdio" -I"../src/config/mcal/touch" -I"../src/config/mcal/touch/lib" -I"../src/forceSnsr" -I"../src/packs/ATSAME51J19A_DFP/component" -I"../src/packs/ATSAME51J19A_DFP/instance" -I"../src/packs/ATSAME51J19A_DFP/pio" -I"../src/smartEE" -Werror -Wall -MP -MMD -MF "${OBJECTDIR}/_ext/659835465/RTE.o.d" -o ${OBJECTDIR}/_ext/659835465/RTE.o ../src/RTE/RTE.c -DXPRJ_mcal=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" ${PACK_COMMON_OPTIONS} ${OBJECTDIR}/_ext/1916463407/smartee.o: ../src/smartEE/smartee.c .generated_files/flags/mcal/68cd32cb882f01c5b4e2aee3ea07865c9a96ccd3 .generated_files/flags/mcal/19aca898974f639a5713d79f6a59fd61d4a277f5 @${MKDIR} "${OBJECTDIR}/_ext/1916463407" @${RM} ${OBJECTDIR}/_ext/1916463407/smartee.o.d @${RM} ${OBJECTDIR}/_ext/1916463407/smartee.o ${MP_CC} $(MP_EXTRA_CC_PRE) -g -D__DEBUG -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -ffunction-sections -fdata-sections -fno-toplevel-reorder -fno-common -I"../src" -I"../src/config/mcal" -I"../src/packs/ATSAME51J19A_DFP" -I"../src/packs/CMSIS/" -I"../src/packs/CMSIS/CMSIS/Core/Include" -I"../src/Calibration" -I"../src/DiagnosticR" -I"../src/DiagnosticR/Comp_HAL_Autosar_Wrappers" -I"../src/DiagnosticR/Comp_ISO_15765_2" -I"../src/DiagnosticR/Comp_ISO_15765_3" -I"../src/DiagnosticR/Dem" -I"../src/DiagnosticR/FicOsek" -I"../src/DiagnosticR/Sys_Diag_Detect" -I"../src/DiagnosticR/UDS" -I"../src/DiagnosticR/UDS/Iso15765_layer2" -I"../src/DiagnosticR/UDS/Iso15765_layer3" -I"../src/DiagnosticR/UDS/Iso15765_layer3/_h61" -I"../src/DiagnosticR/UDS/ModelsInterfaces" -I"../src/DiagnosticR/_configurations" -I"../src/DiagnosticR/rte" -I"../src/FunctionState" -I"../src/OsekCom" -I"../src/P417_SWTR_App_ert_rtw" -I"../src/RTE" -I"../src/Speaker" -I"../src/TLE9263" -I"../src/TouchPanel" -I"../src/config/mcal/mcal.mhc" -I"../src/config/mcal/peripheral/adc" -I"../src/config/mcal/peripheral/can" -I"../src/config/mcal/peripheral/clock" -I"../src/config/mcal/peripheral/cmcc" -I"../src/config/mcal/peripheral/dac" -I"../src/config/mcal/peripheral/evsys" -I"../src/config/mcal/peripheral/nvic" -I"../src/config/mcal/peripheral/nvmctrl" -I"../src/config/mcal/peripheral/port" -I"../src/config/mcal/peripheral/rtc" -I"../src/config/mcal/peripheral/sercom" -I"../src/config/mcal/peripheral/systick" -I"../src/config/mcal/peripheral/tc" -I"../src/config/mcal/peripheral/tcc" -I"../src/config/mcal/stdio" -I"../src/config/mcal/touch" -I"../src/config/mcal/touch/lib" -I"../src/forceSnsr" -I"../src/packs/ATSAME51J19A_DFP/component" -I"../src/packs/ATSAME51J19A_DFP/instance" -I"../src/packs/ATSAME51J19A_DFP/pio" -I"../src/smartEE" -Werror -Wall -MP -MMD -MF "${OBJECTDIR}/_ext/1916463407/smartee.o.d" -o ${OBJECTDIR}/_ext/1916463407/smartee.o ../src/smartEE/smartee.c -DXPRJ_mcal=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" ${PACK_COMMON_OPTIONS} ${OBJECTDIR}/_ext/624783131/SA51024.o: ../src/Speaker/SA51024.c .generated_files/flags/mcal/8f8dcaf79f583082b5d095318e1e9f66c37f3212 .generated_files/flags/mcal/19aca898974f639a5713d79f6a59fd61d4a277f5 @${MKDIR} "${OBJECTDIR}/_ext/624783131" @${RM} ${OBJECTDIR}/_ext/624783131/SA51024.o.d @${RM} ${OBJECTDIR}/_ext/624783131/SA51024.o ${MP_CC} $(MP_EXTRA_CC_PRE) -g -D__DEBUG -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -ffunction-sections -fdata-sections -fno-toplevel-reorder -fno-common -I"../src" -I"../src/config/mcal" -I"../src/packs/ATSAME51J19A_DFP" -I"../src/packs/CMSIS/" -I"../src/packs/CMSIS/CMSIS/Core/Include" -I"../src/Calibration" -I"../src/DiagnosticR" -I"../src/DiagnosticR/Comp_HAL_Autosar_Wrappers" -I"../src/DiagnosticR/Comp_ISO_15765_2" -I"../src/DiagnosticR/Comp_ISO_15765_3" -I"../src/DiagnosticR/Dem" -I"../src/DiagnosticR/FicOsek" -I"../src/DiagnosticR/Sys_Diag_Detect" -I"../src/DiagnosticR/UDS" -I"../src/DiagnosticR/UDS/Iso15765_layer2" -I"../src/DiagnosticR/UDS/Iso15765_layer3" -I"../src/DiagnosticR/UDS/Iso15765_layer3/_h61" -I"../src/DiagnosticR/UDS/ModelsInterfaces" -I"../src/DiagnosticR/_configurations" -I"../src/DiagnosticR/rte" -I"../src/FunctionState" -I"../src/OsekCom" -I"../src/P417_SWTR_App_ert_rtw" -I"../src/RTE" -I"../src/Speaker" -I"../src/TLE9263" -I"../src/TouchPanel" -I"../src/config/mcal/mcal.mhc" -I"../src/config/mcal/peripheral/adc" -I"../src/config/mcal/peripheral/can" -I"../src/config/mcal/peripheral/clock" -I"../src/config/mcal/peripheral/cmcc" -I"../src/config/mcal/peripheral/dac" -I"../src/config/mcal/peripheral/evsys" -I"../src/config/mcal/peripheral/nvic" -I"../src/config/mcal/peripheral/nvmctrl" -I"../src/config/mcal/peripheral/port" -I"../src/config/mcal/peripheral/rtc" -I"../src/config/mcal/peripheral/sercom" -I"../src/config/mcal/peripheral/systick" -I"../src/config/mcal/peripheral/tc" -I"../src/config/mcal/peripheral/tcc" -I"../src/config/mcal/stdio" -I"../src/config/mcal/touch" -I"../src/config/mcal/touch/lib" -I"../src/forceSnsr" -I"../src/packs/ATSAME51J19A_DFP/component" -I"../src/packs/ATSAME51J19A_DFP/instance" -I"../src/packs/ATSAME51J19A_DFP/pio" -I"../src/smartEE" -Werror -Wall -MP -MMD -MF "${OBJECTDIR}/_ext/624783131/SA51024.o.d" -o ${OBJECTDIR}/_ext/624783131/SA51024.o ../src/Speaker/SA51024.c -DXPRJ_mcal=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" ${PACK_COMMON_OPTIONS} ${OBJECTDIR}/_ext/624783131/SA51024_Cfg.o: ../src/Speaker/SA51024_Cfg.c .generated_files/flags/mcal/c7bc19d908e194f89b39f8b9842fbf925b1afe8f .generated_files/flags/mcal/19aca898974f639a5713d79f6a59fd61d4a277f5 @${MKDIR} "${OBJECTDIR}/_ext/624783131" @${RM} ${OBJECTDIR}/_ext/624783131/SA51024_Cfg.o.d @${RM} ${OBJECTDIR}/_ext/624783131/SA51024_Cfg.o ${MP_CC} $(MP_EXTRA_CC_PRE) -g -D__DEBUG -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -ffunction-sections -fdata-sections -fno-toplevel-reorder -fno-common -I"../src" -I"../src/config/mcal" -I"../src/packs/ATSAME51J19A_DFP" -I"../src/packs/CMSIS/" -I"../src/packs/CMSIS/CMSIS/Core/Include" -I"../src/Calibration" -I"../src/DiagnosticR" -I"../src/DiagnosticR/Comp_HAL_Autosar_Wrappers" -I"../src/DiagnosticR/Comp_ISO_15765_2" -I"../src/DiagnosticR/Comp_ISO_15765_3" -I"../src/DiagnosticR/Dem" -I"../src/DiagnosticR/FicOsek" -I"../src/DiagnosticR/Sys_Diag_Detect" -I"../src/DiagnosticR/UDS" -I"../src/DiagnosticR/UDS/Iso15765_layer2" -I"../src/DiagnosticR/UDS/Iso15765_layer3" -I"../src/DiagnosticR/UDS/Iso15765_layer3/_h61" -I"../src/DiagnosticR/UDS/ModelsInterfaces" -I"../src/DiagnosticR/_configurations" -I"../src/DiagnosticR/rte" -I"../src/FunctionState" -I"../src/OsekCom" -I"../src/P417_SWTR_App_ert_rtw" -I"../src/RTE" -I"../src/Speaker" -I"../src/TLE9263" -I"../src/TouchPanel" -I"../src/config/mcal/mcal.mhc" -I"../src/config/mcal/peripheral/adc" -I"../src/config/mcal/peripheral/can" -I"../src/config/mcal/peripheral/clock" -I"../src/config/mcal/peripheral/cmcc" -I"../src/config/mcal/peripheral/dac" -I"../src/config/mcal/peripheral/evsys" -I"../src/config/mcal/peripheral/nvic" -I"../src/config/mcal/peripheral/nvmctrl" -I"../src/config/mcal/peripheral/port" -I"../src/config/mcal/peripheral/rtc" -I"../src/config/mcal/peripheral/sercom" -I"../src/config/mcal/peripheral/systick" -I"../src/config/mcal/peripheral/tc" -I"../src/config/mcal/peripheral/tcc" -I"../src/config/mcal/stdio" -I"../src/config/mcal/touch" -I"../src/config/mcal/touch/lib" -I"../src/forceSnsr" -I"../src/packs/ATSAME51J19A_DFP/component" -I"../src/packs/ATSAME51J19A_DFP/instance" -I"../src/packs/ATSAME51J19A_DFP/pio" -I"../src/smartEE" -Werror -Wall -MP -MMD -MF "${OBJECTDIR}/_ext/624783131/SA51024_Cfg.o.d" -o ${OBJECTDIR}/_ext/624783131/SA51024_Cfg.o ../src/Speaker/SA51024_Cfg.c -DXPRJ_mcal=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" ${PACK_COMMON_OPTIONS} ${OBJECTDIR}/_ext/624783131/Speaker.o: ../src/Speaker/Speaker.c .generated_files/flags/mcal/e921e54e82c7b95b56fb6936349795ef23fdef57 .generated_files/flags/mcal/19aca898974f639a5713d79f6a59fd61d4a277f5 @${MKDIR} "${OBJECTDIR}/_ext/624783131" @${RM} ${OBJECTDIR}/_ext/624783131/Speaker.o.d @${RM} ${OBJECTDIR}/_ext/624783131/Speaker.o ${MP_CC} $(MP_EXTRA_CC_PRE) -g -D__DEBUG -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -ffunction-sections -fdata-sections -fno-toplevel-reorder -fno-common -I"../src" -I"../src/config/mcal" -I"../src/packs/ATSAME51J19A_DFP" -I"../src/packs/CMSIS/" -I"../src/packs/CMSIS/CMSIS/Core/Include" -I"../src/Calibration" -I"../src/DiagnosticR" -I"../src/DiagnosticR/Comp_HAL_Autosar_Wrappers" -I"../src/DiagnosticR/Comp_ISO_15765_2" -I"../src/DiagnosticR/Comp_ISO_15765_3" -I"../src/DiagnosticR/Dem" -I"../src/DiagnosticR/FicOsek" -I"../src/DiagnosticR/Sys_Diag_Detect" -I"../src/DiagnosticR/UDS" -I"../src/DiagnosticR/UDS/Iso15765_layer2" -I"../src/DiagnosticR/UDS/Iso15765_layer3" -I"../src/DiagnosticR/UDS/Iso15765_layer3/_h61" -I"../src/DiagnosticR/UDS/ModelsInterfaces" -I"../src/DiagnosticR/_configurations" -I"../src/DiagnosticR/rte" -I"../src/FunctionState" -I"../src/OsekCom" -I"../src/P417_SWTR_App_ert_rtw" -I"../src/RTE" -I"../src/Speaker" -I"../src/TLE9263" -I"../src/TouchPanel" -I"../src/config/mcal/mcal.mhc" -I"../src/config/mcal/peripheral/adc" -I"../src/config/mcal/peripheral/can" -I"../src/config/mcal/peripheral/clock" -I"../src/config/mcal/peripheral/cmcc" -I"../src/config/mcal/peripheral/dac" -I"../src/config/mcal/peripheral/evsys" -I"../src/config/mcal/peripheral/nvic" -I"../src/config/mcal/peripheral/nvmctrl" -I"../src/config/mcal/peripheral/port" -I"../src/config/mcal/peripheral/rtc" -I"../src/config/mcal/peripheral/sercom" -I"../src/config/mcal/peripheral/systick" -I"../src/config/mcal/peripheral/tc" -I"../src/config/mcal/peripheral/tcc" -I"../src/config/mcal/stdio" -I"../src/config/mcal/touch" -I"../src/config/mcal/touch/lib" -I"../src/forceSnsr" -I"../src/packs/ATSAME51J19A_DFP/component" -I"../src/packs/ATSAME51J19A_DFP/instance" -I"../src/packs/ATSAME51J19A_DFP/pio" -I"../src/smartEE" -Werror -Wall -MP -MMD -MF "${OBJECTDIR}/_ext/624783131/Speaker.o.d" -o ${OBJECTDIR}/_ext/624783131/Speaker.o ../src/Speaker/Speaker.c -DXPRJ_mcal=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" ${PACK_COMMON_OPTIONS} ${OBJECTDIR}/_ext/798729495/TLE926x.o: ../src/TLE9263/TLE926x.c .generated_files/flags/mcal/32cf52302f8c16d96dc6ce48afc1a5163ee8c51f .generated_files/flags/mcal/19aca898974f639a5713d79f6a59fd61d4a277f5 @${MKDIR} "${OBJECTDIR}/_ext/798729495" @${RM} ${OBJECTDIR}/_ext/798729495/TLE926x.o.d @${RM} ${OBJECTDIR}/_ext/798729495/TLE926x.o ${MP_CC} $(MP_EXTRA_CC_PRE) -g -D__DEBUG -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -ffunction-sections -fdata-sections -fno-toplevel-reorder -fno-common -I"../src" -I"../src/config/mcal" -I"../src/packs/ATSAME51J19A_DFP" -I"../src/packs/CMSIS/" -I"../src/packs/CMSIS/CMSIS/Core/Include" -I"../src/Calibration" -I"../src/DiagnosticR" -I"../src/DiagnosticR/Comp_HAL_Autosar_Wrappers" -I"../src/DiagnosticR/Comp_ISO_15765_2" -I"../src/DiagnosticR/Comp_ISO_15765_3" -I"../src/DiagnosticR/Dem" -I"../src/DiagnosticR/FicOsek" -I"../src/DiagnosticR/Sys_Diag_Detect" -I"../src/DiagnosticR/UDS" -I"../src/DiagnosticR/UDS/Iso15765_layer2" -I"../src/DiagnosticR/UDS/Iso15765_layer3" -I"../src/DiagnosticR/UDS/Iso15765_layer3/_h61" -I"../src/DiagnosticR/UDS/ModelsInterfaces" -I"../src/DiagnosticR/_configurations" -I"../src/DiagnosticR/rte" -I"../src/FunctionState" -I"../src/OsekCom" -I"../src/P417_SWTR_App_ert_rtw" -I"../src/RTE" -I"../src/Speaker" -I"../src/TLE9263" -I"../src/TouchPanel" -I"../src/config/mcal/mcal.mhc" -I"../src/config/mcal/peripheral/adc" -I"../src/config/mcal/peripheral/can" -I"../src/config/mcal/peripheral/clock" -I"../src/config/mcal/peripheral/cmcc" -I"../src/config/mcal/peripheral/dac" -I"../src/config/mcal/peripheral/evsys" -I"../src/config/mcal/peripheral/nvic" -I"../src/config/mcal/peripheral/nvmctrl" -I"../src/config/mcal/peripheral/port" -I"../src/config/mcal/peripheral/rtc" -I"../src/config/mcal/peripheral/sercom" -I"../src/config/mcal/peripheral/systick" -I"../src/config/mcal/peripheral/tc" -I"../src/config/mcal/peripheral/tcc" -I"../src/config/mcal/stdio" -I"../src/config/mcal/touch" -I"../src/config/mcal/touch/lib" -I"../src/forceSnsr" -I"../src/packs/ATSAME51J19A_DFP/component" -I"../src/packs/ATSAME51J19A_DFP/instance" -I"../src/packs/ATSAME51J19A_DFP/pio" -I"../src/smartEE" -Werror -Wall -MP -MMD -MF "${OBJECTDIR}/_ext/798729495/TLE926x.o.d" -o ${OBJECTDIR}/_ext/798729495/TLE926x.o ../src/TLE9263/TLE926x.c -DXPRJ_mcal=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" ${PACK_COMMON_OPTIONS} ${OBJECTDIR}/_ext/798729495/TLE926x_SPI.o: ../src/TLE9263/TLE926x_SPI.c .generated_files/flags/mcal/d454d833fd1c8af60a78f9121cdd155f0f327863 .generated_files/flags/mcal/19aca898974f639a5713d79f6a59fd61d4a277f5 @${MKDIR} "${OBJECTDIR}/_ext/798729495" @${RM} ${OBJECTDIR}/_ext/798729495/TLE926x_SPI.o.d @${RM} ${OBJECTDIR}/_ext/798729495/TLE926x_SPI.o ${MP_CC} $(MP_EXTRA_CC_PRE) -g -D__DEBUG -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -ffunction-sections -fdata-sections -fno-toplevel-reorder -fno-common -I"../src" -I"../src/config/mcal" -I"../src/packs/ATSAME51J19A_DFP" -I"../src/packs/CMSIS/" -I"../src/packs/CMSIS/CMSIS/Core/Include" -I"../src/Calibration" -I"../src/DiagnosticR" -I"../src/DiagnosticR/Comp_HAL_Autosar_Wrappers" -I"../src/DiagnosticR/Comp_ISO_15765_2" -I"../src/DiagnosticR/Comp_ISO_15765_3" -I"../src/DiagnosticR/Dem" -I"../src/DiagnosticR/FicOsek" -I"../src/DiagnosticR/Sys_Diag_Detect" -I"../src/DiagnosticR/UDS" -I"../src/DiagnosticR/UDS/Iso15765_layer2" -I"../src/DiagnosticR/UDS/Iso15765_layer3" -I"../src/DiagnosticR/UDS/Iso15765_layer3/_h61" -I"../src/DiagnosticR/UDS/ModelsInterfaces" -I"../src/DiagnosticR/_configurations" -I"../src/DiagnosticR/rte" -I"../src/FunctionState" -I"../src/OsekCom" -I"../src/P417_SWTR_App_ert_rtw" -I"../src/RTE" -I"../src/Speaker" -I"../src/TLE9263" -I"../src/TouchPanel" -I"../src/config/mcal/mcal.mhc" -I"../src/config/mcal/peripheral/adc" -I"../src/config/mcal/peripheral/can" -I"../src/config/mcal/peripheral/clock" -I"../src/config/mcal/peripheral/cmcc" -I"../src/config/mcal/peripheral/dac" -I"../src/config/mcal/peripheral/evsys" -I"../src/config/mcal/peripheral/nvic" -I"../src/config/mcal/peripheral/nvmctrl" -I"../src/config/mcal/peripheral/port" -I"../src/config/mcal/peripheral/rtc" -I"../src/config/mcal/peripheral/sercom" -I"../src/config/mcal/peripheral/systick" -I"../src/config/mcal/peripheral/tc" -I"../src/config/mcal/peripheral/tcc" -I"../src/config/mcal/stdio" -I"../src/config/mcal/touch" -I"../src/config/mcal/touch/lib" -I"../src/forceSnsr" -I"../src/packs/ATSAME51J19A_DFP/component" -I"../src/packs/ATSAME51J19A_DFP/instance" -I"../src/packs/ATSAME51J19A_DFP/pio" -I"../src/smartEE" -Werror -Wall -MP -MMD -MF "${OBJECTDIR}/_ext/798729495/TLE926x_SPI.o.d" -o ${OBJECTDIR}/_ext/798729495/TLE926x_SPI.o ../src/TLE9263/TLE926x_SPI.c -DXPRJ_mcal=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" ${PACK_COMMON_OPTIONS} ${OBJECTDIR}/_ext/798729495/TLE926x_Main.o: ../src/TLE9263/TLE926x_Main.c .generated_files/flags/mcal/42faf885bf24ee349e8bc82597ada232f10049ab .generated_files/flags/mcal/19aca898974f639a5713d79f6a59fd61d4a277f5 @${MKDIR} "${OBJECTDIR}/_ext/798729495" @${RM} ${OBJECTDIR}/_ext/798729495/TLE926x_Main.o.d @${RM} ${OBJECTDIR}/_ext/798729495/TLE926x_Main.o ${MP_CC} $(MP_EXTRA_CC_PRE) -g -D__DEBUG -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -ffunction-sections -fdata-sections -fno-toplevel-reorder -fno-common -I"../src" -I"../src/config/mcal" -I"../src/packs/ATSAME51J19A_DFP" -I"../src/packs/CMSIS/" -I"../src/packs/CMSIS/CMSIS/Core/Include" -I"../src/Calibration" -I"../src/DiagnosticR" -I"../src/DiagnosticR/Comp_HAL_Autosar_Wrappers" -I"../src/DiagnosticR/Comp_ISO_15765_2" -I"../src/DiagnosticR/Comp_ISO_15765_3" -I"../src/DiagnosticR/Dem" -I"../src/DiagnosticR/FicOsek" -I"../src/DiagnosticR/Sys_Diag_Detect" -I"../src/DiagnosticR/UDS" -I"../src/DiagnosticR/UDS/Iso15765_layer2" -I"../src/DiagnosticR/UDS/Iso15765_layer3" -I"../src/DiagnosticR/UDS/Iso15765_layer3/_h61" -I"../src/DiagnosticR/UDS/ModelsInterfaces" -I"../src/DiagnosticR/_configurations" -I"../src/DiagnosticR/rte" -I"../src/FunctionState" -I"../src/OsekCom" -I"../src/P417_SWTR_App_ert_rtw" -I"../src/RTE" -I"../src/Speaker" -I"../src/TLE9263" -I"../src/TouchPanel" -I"../src/config/mcal/mcal.mhc" -I"../src/config/mcal/peripheral/adc" -I"../src/config/mcal/peripheral/can" -I"../src/config/mcal/peripheral/clock" -I"../src/config/mcal/peripheral/cmcc" -I"../src/config/mcal/peripheral/dac" -I"../src/config/mcal/peripheral/evsys" -I"../src/config/mcal/peripheral/nvic" -I"../src/config/mcal/peripheral/nvmctrl" -I"../src/config/mcal/peripheral/port" -I"../src/config/mcal/peripheral/rtc" -I"../src/config/mcal/peripheral/sercom" -I"../src/config/mcal/peripheral/systick" -I"../src/config/mcal/peripheral/tc" -I"../src/config/mcal/peripheral/tcc" -I"../src/config/mcal/stdio" -I"../src/config/mcal/touch" -I"../src/config/mcal/touch/lib" -I"../src/forceSnsr" -I"../src/packs/ATSAME51J19A_DFP/component" -I"../src/packs/ATSAME51J19A_DFP/instance" -I"../src/packs/ATSAME51J19A_DFP/pio" -I"../src/smartEE" -Werror -Wall -MP -MMD -MF "${OBJECTDIR}/_ext/798729495/TLE926x_Main.o.d" -o ${OBJECTDIR}/_ext/798729495/TLE926x_Main.o ../src/TLE9263/TLE926x_Main.c -DXPRJ_mcal=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" ${PACK_COMMON_OPTIONS} ${OBJECTDIR}/_ext/1720498337/TouchPanel.o: ../src/TouchPanel/TouchPanel.c .generated_files/flags/mcal/90c7a666987a149a0bf95c7ae190af33b9d21b6f .generated_files/flags/mcal/19aca898974f639a5713d79f6a59fd61d4a277f5 @${MKDIR} "${OBJECTDIR}/_ext/1720498337" @${RM} ${OBJECTDIR}/_ext/1720498337/TouchPanel.o.d @${RM} ${OBJECTDIR}/_ext/1720498337/TouchPanel.o ${MP_CC} $(MP_EXTRA_CC_PRE) -g -D__DEBUG -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -ffunction-sections -fdata-sections -fno-toplevel-reorder -fno-common -I"../src" -I"../src/config/mcal" -I"../src/packs/ATSAME51J19A_DFP" -I"../src/packs/CMSIS/" -I"../src/packs/CMSIS/CMSIS/Core/Include" -I"../src/Calibration" -I"../src/DiagnosticR" -I"../src/DiagnosticR/Comp_HAL_Autosar_Wrappers" -I"../src/DiagnosticR/Comp_ISO_15765_2" -I"../src/DiagnosticR/Comp_ISO_15765_3" -I"../src/DiagnosticR/Dem" -I"../src/DiagnosticR/FicOsek" -I"../src/DiagnosticR/Sys_Diag_Detect" -I"../src/DiagnosticR/UDS" -I"../src/DiagnosticR/UDS/Iso15765_layer2" -I"../src/DiagnosticR/UDS/Iso15765_layer3" -I"../src/DiagnosticR/UDS/Iso15765_layer3/_h61" -I"../src/DiagnosticR/UDS/ModelsInterfaces" -I"../src/DiagnosticR/_configurations" -I"../src/DiagnosticR/rte" -I"../src/FunctionState" -I"../src/OsekCom" -I"../src/P417_SWTR_App_ert_rtw" -I"../src/RTE" -I"../src/Speaker" -I"../src/TLE9263" -I"../src/TouchPanel" -I"../src/config/mcal/mcal.mhc" -I"../src/config/mcal/peripheral/adc" -I"../src/config/mcal/peripheral/can" -I"../src/config/mcal/peripheral/clock" -I"../src/config/mcal/peripheral/cmcc" -I"../src/config/mcal/peripheral/dac" -I"../src/config/mcal/peripheral/evsys" -I"../src/config/mcal/peripheral/nvic" -I"../src/config/mcal/peripheral/nvmctrl" -I"../src/config/mcal/peripheral/port" -I"../src/config/mcal/peripheral/rtc" -I"../src/config/mcal/peripheral/sercom" -I"../src/config/mcal/peripheral/systick" -I"../src/config/mcal/peripheral/tc" -I"../src/config/mcal/peripheral/tcc" -I"../src/config/mcal/stdio" -I"../src/config/mcal/touch" -I"../src/config/mcal/touch/lib" -I"../src/forceSnsr" -I"../src/packs/ATSAME51J19A_DFP/component" -I"../src/packs/ATSAME51J19A_DFP/instance" -I"../src/packs/ATSAME51J19A_DFP/pio" -I"../src/smartEE" -Werror -Wall -MP -MMD -MF "${OBJECTDIR}/_ext/1720498337/TouchPanel.o.d" -o ${OBJECTDIR}/_ext/1720498337/TouchPanel.o ../src/TouchPanel/TouchPanel.c -DXPRJ_mcal=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" ${PACK_COMMON_OPTIONS} ${OBJECTDIR}/_ext/1360937237/main.o: ../src/main.c .generated_files/flags/mcal/8ab33370a9c8da4b0400db4bf658f4a4391f10d8 .generated_files/flags/mcal/19aca898974f639a5713d79f6a59fd61d4a277f5 @${MKDIR} "${OBJECTDIR}/_ext/1360937237" @${RM} ${OBJECTDIR}/_ext/1360937237/main.o.d @${RM} ${OBJECTDIR}/_ext/1360937237/main.o ${MP_CC} $(MP_EXTRA_CC_PRE) -g -D__DEBUG -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -ffunction-sections -fdata-sections -fno-toplevel-reorder -fno-common -I"../src" -I"../src/config/mcal" -I"../src/packs/ATSAME51J19A_DFP" -I"../src/packs/CMSIS/" -I"../src/packs/CMSIS/CMSIS/Core/Include" -I"../src/Calibration" -I"../src/DiagnosticR" -I"../src/DiagnosticR/Comp_HAL_Autosar_Wrappers" -I"../src/DiagnosticR/Comp_ISO_15765_2" -I"../src/DiagnosticR/Comp_ISO_15765_3" -I"../src/DiagnosticR/Dem" -I"../src/DiagnosticR/FicOsek" -I"../src/DiagnosticR/Sys_Diag_Detect" -I"../src/DiagnosticR/UDS" -I"../src/DiagnosticR/UDS/Iso15765_layer2" -I"../src/DiagnosticR/UDS/Iso15765_layer3" -I"../src/DiagnosticR/UDS/Iso15765_layer3/_h61" -I"../src/DiagnosticR/UDS/ModelsInterfaces" -I"../src/DiagnosticR/_configurations" -I"../src/DiagnosticR/rte" -I"../src/FunctionState" -I"../src/OsekCom" -I"../src/P417_SWTR_App_ert_rtw" -I"../src/RTE" -I"../src/Speaker" -I"../src/TLE9263" -I"../src/TouchPanel" -I"../src/config/mcal/mcal.mhc" -I"../src/config/mcal/peripheral/adc" -I"../src/config/mcal/peripheral/can" -I"../src/config/mcal/peripheral/clock" -I"../src/config/mcal/peripheral/cmcc" -I"../src/config/mcal/peripheral/dac" -I"../src/config/mcal/peripheral/evsys" -I"../src/config/mcal/peripheral/nvic" -I"../src/config/mcal/peripheral/nvmctrl" -I"../src/config/mcal/peripheral/port" -I"../src/config/mcal/peripheral/rtc" -I"../src/config/mcal/peripheral/sercom" -I"../src/config/mcal/peripheral/systick" -I"../src/config/mcal/peripheral/tc" -I"../src/config/mcal/peripheral/tcc" -I"../src/config/mcal/stdio" -I"../src/config/mcal/touch" -I"../src/config/mcal/touch/lib" -I"../src/forceSnsr" -I"../src/packs/ATSAME51J19A_DFP/component" -I"../src/packs/ATSAME51J19A_DFP/instance" -I"../src/packs/ATSAME51J19A_DFP/pio" -I"../src/smartEE" -Werror -Wall -MP -MMD -MF "${OBJECTDIR}/_ext/1360937237/main.o.d" -o ${OBJECTDIR}/_ext/1360937237/main.o ../src/main.c -DXPRJ_mcal=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" ${PACK_COMMON_OPTIONS} else ${OBJECTDIR}/_ext/1958549552/calib.o: ../src/Calibration/calib.c .generated_files/flags/mcal/50c066d9583f5deb15a2fec4b93429c06dc409ad .generated_files/flags/mcal/19aca898974f639a5713d79f6a59fd61d4a277f5 @${MKDIR} "${OBJECTDIR}/_ext/1958549552" @${RM} ${OBJECTDIR}/_ext/1958549552/calib.o.d @${RM} ${OBJECTDIR}/_ext/1958549552/calib.o ${MP_CC} $(MP_EXTRA_CC_PRE) -g -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -ffunction-sections -fdata-sections -fno-toplevel-reorder -fno-common -I"../src" -I"../src/config/mcal" -I"../src/packs/ATSAME51J19A_DFP" -I"../src/packs/CMSIS/" -I"../src/packs/CMSIS/CMSIS/Core/Include" -I"../src/Calibration" -I"../src/DiagnosticR" -I"../src/DiagnosticR/Comp_HAL_Autosar_Wrappers" -I"../src/DiagnosticR/Comp_ISO_15765_2" -I"../src/DiagnosticR/Comp_ISO_15765_3" -I"../src/DiagnosticR/Dem" -I"../src/DiagnosticR/FicOsek" -I"../src/DiagnosticR/Sys_Diag_Detect" -I"../src/DiagnosticR/UDS" -I"../src/DiagnosticR/UDS/Iso15765_layer2" -I"../src/DiagnosticR/UDS/Iso15765_layer3" -I"../src/DiagnosticR/UDS/Iso15765_layer3/_h61" -I"../src/DiagnosticR/UDS/ModelsInterfaces" -I"../src/DiagnosticR/_configurations" -I"../src/DiagnosticR/rte" -I"../src/FunctionState" -I"../src/OsekCom" -I"../src/P417_SWTR_App_ert_rtw" -I"../src/RTE" -I"../src/Speaker" -I"../src/TLE9263" -I"../src/TouchPanel" -I"../src/config/mcal/mcal.mhc" -I"../src/config/mcal/peripheral/adc" -I"../src/config/mcal/peripheral/can" -I"../src/config/mcal/peripheral/clock" -I"../src/config/mcal/peripheral/cmcc" -I"../src/config/mcal/peripheral/dac" -I"../src/config/mcal/peripheral/evsys" -I"../src/config/mcal/peripheral/nvic" -I"../src/config/mcal/peripheral/nvmctrl" -I"../src/config/mcal/peripheral/port" -I"../src/config/mcal/peripheral/rtc" -I"../src/config/mcal/peripheral/sercom" -I"../src/config/mcal/peripheral/systick" -I"../src/config/mcal/peripheral/tc" -I"../src/config/mcal/peripheral/tcc" -I"../src/config/mcal/stdio" -I"../src/config/mcal/touch" -I"../src/config/mcal/touch/lib" -I"../src/forceSnsr" -I"../src/packs/ATSAME51J19A_DFP/component" -I"../src/packs/ATSAME51J19A_DFP/instance" -I"../src/packs/ATSAME51J19A_DFP/pio" -I"../src/smartEE" -Werror -Wall -MP -MMD -MF "${OBJECTDIR}/_ext/1958549552/calib.o.d" -o ${OBJECTDIR}/_ext/1958549552/calib.o ../src/Calibration/calib.c -DXPRJ_mcal=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" ${PACK_COMMON_OPTIONS} ${OBJECTDIR}/_ext/1982922760/plib_adc0.o: ../src/config/mcal/peripheral/adc/plib_adc0.c .generated_files/flags/mcal/f1640a5d2b24984700fe49c22d1c373ca02b85db .generated_files/flags/mcal/19aca898974f639a5713d79f6a59fd61d4a277f5 @${MKDIR} "${OBJECTDIR}/_ext/1982922760" @${RM} ${OBJECTDIR}/_ext/1982922760/plib_adc0.o.d @${RM} ${OBJECTDIR}/_ext/1982922760/plib_adc0.o ${MP_CC} $(MP_EXTRA_CC_PRE) -g -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -ffunction-sections -fdata-sections -fno-toplevel-reorder -fno-common -I"../src" -I"../src/config/mcal" -I"../src/packs/ATSAME51J19A_DFP" -I"../src/packs/CMSIS/" -I"../src/packs/CMSIS/CMSIS/Core/Include" -I"../src/Calibration" -I"../src/DiagnosticR" -I"../src/DiagnosticR/Comp_HAL_Autosar_Wrappers" -I"../src/DiagnosticR/Comp_ISO_15765_2" -I"../src/DiagnosticR/Comp_ISO_15765_3" -I"../src/DiagnosticR/Dem" -I"../src/DiagnosticR/FicOsek" -I"../src/DiagnosticR/Sys_Diag_Detect" -I"../src/DiagnosticR/UDS" -I"../src/DiagnosticR/UDS/Iso15765_layer2" -I"../src/DiagnosticR/UDS/Iso15765_layer3" -I"../src/DiagnosticR/UDS/Iso15765_layer3/_h61" -I"../src/DiagnosticR/UDS/ModelsInterfaces" -I"../src/DiagnosticR/_configurations" -I"../src/DiagnosticR/rte" -I"../src/FunctionState" -I"../src/OsekCom" -I"../src/P417_SWTR_App_ert_rtw" -I"../src/RTE" -I"../src/Speaker" -I"../src/TLE9263" -I"../src/TouchPanel" -I"../src/config/mcal/mcal.mhc" -I"../src/config/mcal/peripheral/adc" -I"../src/config/mcal/peripheral/can" -I"../src/config/mcal/peripheral/clock" -I"../src/config/mcal/peripheral/cmcc" -I"../src/config/mcal/peripheral/dac" -I"../src/config/mcal/peripheral/evsys" -I"../src/config/mcal/peripheral/nvic" -I"../src/config/mcal/peripheral/nvmctrl" -I"../src/config/mcal/peripheral/port" -I"../src/config/mcal/peripheral/rtc" -I"../src/config/mcal/peripheral/sercom" -I"../src/config/mcal/peripheral/systick" -I"../src/config/mcal/peripheral/tc" -I"../src/config/mcal/peripheral/tcc" -I"../src/config/mcal/stdio" -I"../src/config/mcal/touch" -I"../src/config/mcal/touch/lib" -I"../src/forceSnsr" -I"../src/packs/ATSAME51J19A_DFP/component" -I"../src/packs/ATSAME51J19A_DFP/instance" -I"../src/packs/ATSAME51J19A_DFP/pio" -I"../src/smartEE" -Werror -Wall -MP -MMD -MF "${OBJECTDIR}/_ext/1982922760/plib_adc0.o.d" -o ${OBJECTDIR}/_ext/1982922760/plib_adc0.o ../src/config/mcal/peripheral/adc/plib_adc0.c -DXPRJ_mcal=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" ${PACK_COMMON_OPTIONS} ${OBJECTDIR}/_ext/1982922760/plib_adc1.o: ../src/config/mcal/peripheral/adc/plib_adc1.c .generated_files/flags/mcal/e2083944fc74f8e7b06bed7c9feb832143b407aa .generated_files/flags/mcal/19aca898974f639a5713d79f6a59fd61d4a277f5 @${MKDIR} "${OBJECTDIR}/_ext/1982922760" @${RM} ${OBJECTDIR}/_ext/1982922760/plib_adc1.o.d @${RM} ${OBJECTDIR}/_ext/1982922760/plib_adc1.o ${MP_CC} $(MP_EXTRA_CC_PRE) -g -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -ffunction-sections -fdata-sections -fno-toplevel-reorder -fno-common -I"../src" -I"../src/config/mcal" -I"../src/packs/ATSAME51J19A_DFP" -I"../src/packs/CMSIS/" -I"../src/packs/CMSIS/CMSIS/Core/Include" -I"../src/Calibration" -I"../src/DiagnosticR" -I"../src/DiagnosticR/Comp_HAL_Autosar_Wrappers" -I"../src/DiagnosticR/Comp_ISO_15765_2" -I"../src/DiagnosticR/Comp_ISO_15765_3" -I"../src/DiagnosticR/Dem" -I"../src/DiagnosticR/FicOsek" -I"../src/DiagnosticR/Sys_Diag_Detect" -I"../src/DiagnosticR/UDS" -I"../src/DiagnosticR/UDS/Iso15765_layer2" -I"../src/DiagnosticR/UDS/Iso15765_layer3" -I"../src/DiagnosticR/UDS/Iso15765_layer3/_h61" -I"../src/DiagnosticR/UDS/ModelsInterfaces" -I"../src/DiagnosticR/_configurations" -I"../src/DiagnosticR/rte" -I"../src/FunctionState" -I"../src/OsekCom" -I"../src/P417_SWTR_App_ert_rtw" -I"../src/RTE" -I"../src/Speaker" -I"../src/TLE9263" -I"../src/TouchPanel" -I"../src/config/mcal/mcal.mhc" -I"../src/config/mcal/peripheral/adc" -I"../src/config/mcal/peripheral/can" -I"../src/config/mcal/peripheral/clock" -I"../src/config/mcal/peripheral/cmcc" -I"../src/config/mcal/peripheral/dac" -I"../src/config/mcal/peripheral/evsys" -I"../src/config/mcal/peripheral/nvic" -I"../src/config/mcal/peripheral/nvmctrl" -I"../src/config/mcal/peripheral/port" -I"../src/config/mcal/peripheral/rtc" -I"../src/config/mcal/peripheral/sercom" -I"../src/config/mcal/peripheral/systick" -I"../src/config/mcal/peripheral/tc" -I"../src/config/mcal/peripheral/tcc" -I"../src/config/mcal/stdio" -I"../src/config/mcal/touch" -I"../src/config/mcal/touch/lib" -I"../src/forceSnsr" -I"../src/packs/ATSAME51J19A_DFP/component" -I"../src/packs/ATSAME51J19A_DFP/instance" -I"../src/packs/ATSAME51J19A_DFP/pio" -I"../src/smartEE" -Werror -Wall -MP -MMD -MF "${OBJECTDIR}/_ext/1982922760/plib_adc1.o.d" -o ${OBJECTDIR}/_ext/1982922760/plib_adc1.o ../src/config/mcal/peripheral/adc/plib_adc1.c -DXPRJ_mcal=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" ${PACK_COMMON_OPTIONS} ${OBJECTDIR}/_ext/1982924600/plib_can1.o: ../src/config/mcal/peripheral/can/plib_can1.c .generated_files/flags/mcal/a462457cfb8a2ffe8f7174c398067b0475de1c3 .generated_files/flags/mcal/19aca898974f639a5713d79f6a59fd61d4a277f5 @${MKDIR} "${OBJECTDIR}/_ext/1982924600" @${RM} ${OBJECTDIR}/_ext/1982924600/plib_can1.o.d @${RM} ${OBJECTDIR}/_ext/1982924600/plib_can1.o ${MP_CC} $(MP_EXTRA_CC_PRE) -g -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -ffunction-sections -fdata-sections -fno-toplevel-reorder -fno-common -I"../src" -I"../src/config/mcal" -I"../src/packs/ATSAME51J19A_DFP" -I"../src/packs/CMSIS/" -I"../src/packs/CMSIS/CMSIS/Core/Include" -I"../src/Calibration" -I"../src/DiagnosticR" -I"../src/DiagnosticR/Comp_HAL_Autosar_Wrappers" -I"../src/DiagnosticR/Comp_ISO_15765_2" -I"../src/DiagnosticR/Comp_ISO_15765_3" -I"../src/DiagnosticR/Dem" -I"../src/DiagnosticR/FicOsek" -I"../src/DiagnosticR/Sys_Diag_Detect" -I"../src/DiagnosticR/UDS" -I"../src/DiagnosticR/UDS/Iso15765_layer2" -I"../src/DiagnosticR/UDS/Iso15765_layer3" -I"../src/DiagnosticR/UDS/Iso15765_layer3/_h61" -I"../src/DiagnosticR/UDS/ModelsInterfaces" -I"../src/DiagnosticR/_configurations" -I"../src/DiagnosticR/rte" -I"../src/FunctionState" -I"../src/OsekCom" -I"../src/P417_SWTR_App_ert_rtw" -I"../src/RTE" -I"../src/Speaker" -I"../src/TLE9263" -I"../src/TouchPanel" -I"../src/config/mcal/mcal.mhc" -I"../src/config/mcal/peripheral/adc" -I"../src/config/mcal/peripheral/can" -I"../src/config/mcal/peripheral/clock" -I"../src/config/mcal/peripheral/cmcc" -I"../src/config/mcal/peripheral/dac" -I"../src/config/mcal/peripheral/evsys" -I"../src/config/mcal/peripheral/nvic" -I"../src/config/mcal/peripheral/nvmctrl" -I"../src/config/mcal/peripheral/port" -I"../src/config/mcal/peripheral/rtc" -I"../src/config/mcal/peripheral/sercom" -I"../src/config/mcal/peripheral/systick" -I"../src/config/mcal/peripheral/tc" -I"../src/config/mcal/peripheral/tcc" -I"../src/config/mcal/stdio" -I"../src/config/mcal/touch" -I"../src/config/mcal/touch/lib" -I"../src/forceSnsr" -I"../src/packs/ATSAME51J19A_DFP/component" -I"../src/packs/ATSAME51J19A_DFP/instance" -I"../src/packs/ATSAME51J19A_DFP/pio" -I"../src/smartEE" -Werror -Wall -MP -MMD -MF "${OBJECTDIR}/_ext/1982924600/plib_can1.o.d" -o ${OBJECTDIR}/_ext/1982924600/plib_can1.o ../src/config/mcal/peripheral/can/plib_can1.c -DXPRJ_mcal=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" ${PACK_COMMON_OPTIONS} ${OBJECTDIR}/_ext/1374606986/plib_clock.o: ../src/config/mcal/peripheral/clock/plib_clock.c .generated_files/flags/mcal/6de560ebcfb77db7c7dbe09fdca778a5a30e428f .generated_files/flags/mcal/19aca898974f639a5713d79f6a59fd61d4a277f5 @${MKDIR} "${OBJECTDIR}/_ext/1374606986" @${RM} ${OBJECTDIR}/_ext/1374606986/plib_clock.o.d @${RM} ${OBJECTDIR}/_ext/1374606986/plib_clock.o ${MP_CC} $(MP_EXTRA_CC_PRE) -g -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -ffunction-sections -fdata-sections -fno-toplevel-reorder -fno-common -I"../src" -I"../src/config/mcal" -I"../src/packs/ATSAME51J19A_DFP" -I"../src/packs/CMSIS/" -I"../src/packs/CMSIS/CMSIS/Core/Include" -I"../src/Calibration" -I"../src/DiagnosticR" -I"../src/DiagnosticR/Comp_HAL_Autosar_Wrappers" -I"../src/DiagnosticR/Comp_ISO_15765_2" -I"../src/DiagnosticR/Comp_ISO_15765_3" -I"../src/DiagnosticR/Dem" -I"../src/DiagnosticR/FicOsek" -I"../src/DiagnosticR/Sys_Diag_Detect" -I"../src/DiagnosticR/UDS" -I"../src/DiagnosticR/UDS/Iso15765_layer2" -I"../src/DiagnosticR/UDS/Iso15765_layer3" -I"../src/DiagnosticR/UDS/Iso15765_layer3/_h61" -I"../src/DiagnosticR/UDS/ModelsInterfaces" -I"../src/DiagnosticR/_configurations" -I"../src/DiagnosticR/rte" -I"../src/FunctionState" -I"../src/OsekCom" -I"../src/P417_SWTR_App_ert_rtw" -I"../src/RTE" -I"../src/Speaker" -I"../src/TLE9263" -I"../src/TouchPanel" -I"../src/config/mcal/mcal.mhc" -I"../src/config/mcal/peripheral/adc" -I"../src/config/mcal/peripheral/can" -I"../src/config/mcal/peripheral/clock" -I"../src/config/mcal/peripheral/cmcc" -I"../src/config/mcal/peripheral/dac" -I"../src/config/mcal/peripheral/evsys" -I"../src/config/mcal/peripheral/nvic" -I"../src/config/mcal/peripheral/nvmctrl" -I"../src/config/mcal/peripheral/port" -I"../src/config/mcal/peripheral/rtc" -I"../src/config/mcal/peripheral/sercom" -I"../src/config/mcal/peripheral/systick" -I"../src/config/mcal/peripheral/tc" -I"../src/config/mcal/peripheral/tcc" -I"../src/config/mcal/stdio" -I"../src/config/mcal/touch" -I"../src/config/mcal/touch/lib" -I"../src/forceSnsr" -I"../src/packs/ATSAME51J19A_DFP/component" -I"../src/packs/ATSAME51J19A_DFP/instance" -I"../src/packs/ATSAME51J19A_DFP/pio" -I"../src/smartEE" -Werror -Wall -MP -MMD -MF "${OBJECTDIR}/_ext/1374606986/plib_clock.o.d" -o ${OBJECTDIR}/_ext/1374606986/plib_clock.o ../src/config/mcal/peripheral/clock/plib_clock.c -DXPRJ_mcal=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" ${PACK_COMMON_OPTIONS} ${OBJECTDIR}/_ext/1341131746/plib_cmcc.o: ../src/config/mcal/peripheral/cmcc/plib_cmcc.c .generated_files/flags/mcal/f6e01ae9f9bfa5f8fbb092ce0cd504a4a19ea79c .generated_files/flags/mcal/19aca898974f639a5713d79f6a59fd61d4a277f5 @${MKDIR} "${OBJECTDIR}/_ext/1341131746" @${RM} ${OBJECTDIR}/_ext/1341131746/plib_cmcc.o.d @${RM} ${OBJECTDIR}/_ext/1341131746/plib_cmcc.o ${MP_CC} $(MP_EXTRA_CC_PRE) -g -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -ffunction-sections -fdata-sections -fno-toplevel-reorder -fno-common -I"../src" -I"../src/config/mcal" -I"../src/packs/ATSAME51J19A_DFP" -I"../src/packs/CMSIS/" -I"../src/packs/CMSIS/CMSIS/Core/Include" -I"../src/Calibration" -I"../src/DiagnosticR" -I"../src/DiagnosticR/Comp_HAL_Autosar_Wrappers" -I"../src/DiagnosticR/Comp_ISO_15765_2" -I"../src/DiagnosticR/Comp_ISO_15765_3" -I"../src/DiagnosticR/Dem" -I"../src/DiagnosticR/FicOsek" -I"../src/DiagnosticR/Sys_Diag_Detect" -I"../src/DiagnosticR/UDS" -I"../src/DiagnosticR/UDS/Iso15765_layer2" -I"../src/DiagnosticR/UDS/Iso15765_layer3" -I"../src/DiagnosticR/UDS/Iso15765_layer3/_h61" -I"../src/DiagnosticR/UDS/ModelsInterfaces" -I"../src/DiagnosticR/_configurations" -I"../src/DiagnosticR/rte" -I"../src/FunctionState" -I"../src/OsekCom" -I"../src/P417_SWTR_App_ert_rtw" -I"../src/RTE" -I"../src/Speaker" -I"../src/TLE9263" -I"../src/TouchPanel" -I"../src/config/mcal/mcal.mhc" -I"../src/config/mcal/peripheral/adc" -I"../src/config/mcal/peripheral/can" -I"../src/config/mcal/peripheral/clock" -I"../src/config/mcal/peripheral/cmcc" -I"../src/config/mcal/peripheral/dac" -I"../src/config/mcal/peripheral/evsys" -I"../src/config/mcal/peripheral/nvic" -I"../src/config/mcal/peripheral/nvmctrl" -I"../src/config/mcal/peripheral/port" -I"../src/config/mcal/peripheral/rtc" -I"../src/config/mcal/peripheral/sercom" -I"../src/config/mcal/peripheral/systick" -I"../src/config/mcal/peripheral/tc" -I"../src/config/mcal/peripheral/tcc" -I"../src/config/mcal/stdio" -I"../src/config/mcal/touch" -I"../src/config/mcal/touch/lib" -I"../src/forceSnsr" -I"../src/packs/ATSAME51J19A_DFP/component" -I"../src/packs/ATSAME51J19A_DFP/instance" -I"../src/packs/ATSAME51J19A_DFP/pio" -I"../src/smartEE" -Werror -Wall -MP -MMD -MF "${OBJECTDIR}/_ext/1341131746/plib_cmcc.o.d" -o ${OBJECTDIR}/_ext/1341131746/plib_cmcc.o ../src/config/mcal/peripheral/cmcc/plib_cmcc.c -DXPRJ_mcal=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" ${PACK_COMMON_OPTIONS} ${OBJECTDIR}/_ext/1982925550/plib_dac.o: ../src/config/mcal/peripheral/dac/plib_dac.c .generated_files/flags/mcal/a5777412b001c6f24e0a7825d0b845af22b4e027 .generated_files/flags/mcal/19aca898974f639a5713d79f6a59fd61d4a277f5 @${MKDIR} "${OBJECTDIR}/_ext/1982925550" @${RM} ${OBJECTDIR}/_ext/1982925550/plib_dac.o.d @${RM} ${OBJECTDIR}/_ext/1982925550/plib_dac.o ${MP_CC} $(MP_EXTRA_CC_PRE) -g -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -ffunction-sections -fdata-sections -fno-toplevel-reorder -fno-common -I"../src" -I"../src/config/mcal" -I"../src/packs/ATSAME51J19A_DFP" -I"../src/packs/CMSIS/" -I"../src/packs/CMSIS/CMSIS/Core/Include" -I"../src/Calibration" -I"../src/DiagnosticR" -I"../src/DiagnosticR/Comp_HAL_Autosar_Wrappers" -I"../src/DiagnosticR/Comp_ISO_15765_2" -I"../src/DiagnosticR/Comp_ISO_15765_3" -I"../src/DiagnosticR/Dem" -I"../src/DiagnosticR/FicOsek" -I"../src/DiagnosticR/Sys_Diag_Detect" -I"../src/DiagnosticR/UDS" -I"../src/DiagnosticR/UDS/Iso15765_layer2" -I"../src/DiagnosticR/UDS/Iso15765_layer3" -I"../src/DiagnosticR/UDS/Iso15765_layer3/_h61" -I"../src/DiagnosticR/UDS/ModelsInterfaces" -I"../src/DiagnosticR/_configurations" -I"../src/DiagnosticR/rte" -I"../src/FunctionState" -I"../src/OsekCom" -I"../src/P417_SWTR_App_ert_rtw" -I"../src/RTE" -I"../src/Speaker" -I"../src/TLE9263" -I"../src/TouchPanel" -I"../src/config/mcal/mcal.mhc" -I"../src/config/mcal/peripheral/adc" -I"../src/config/mcal/peripheral/can" -I"../src/config/mcal/peripheral/clock" -I"../src/config/mcal/peripheral/cmcc" -I"../src/config/mcal/peripheral/dac" -I"../src/config/mcal/peripheral/evsys" -I"../src/config/mcal/peripheral/nvic" -I"../src/config/mcal/peripheral/nvmctrl" -I"../src/config/mcal/peripheral/port" -I"../src/config/mcal/peripheral/rtc" -I"../src/config/mcal/peripheral/sercom" -I"../src/config/mcal/peripheral/systick" -I"../src/config/mcal/peripheral/tc" -I"../src/config/mcal/peripheral/tcc" -I"../src/config/mcal/stdio" -I"../src/config/mcal/touch" -I"../src/config/mcal/touch/lib" -I"../src/forceSnsr" -I"../src/packs/ATSAME51J19A_DFP/component" -I"../src/packs/ATSAME51J19A_DFP/instance" -I"../src/packs/ATSAME51J19A_DFP/pio" -I"../src/smartEE" -Werror -Wall -MP -MMD -MF "${OBJECTDIR}/_ext/1982925550/plib_dac.o.d" -o ${OBJECTDIR}/_ext/1982925550/plib_dac.o ../src/config/mcal/peripheral/dac/plib_dac.c -DXPRJ_mcal=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" ${PACK_COMMON_OPTIONS} ${OBJECTDIR}/_ext/1372457500/plib_evsys.o: ../src/config/mcal/peripheral/evsys/plib_evsys.c .generated_files/flags/mcal/11a87519a3fb10a0fbaadaa4772a4510c0eebf22 .generated_files/flags/mcal/19aca898974f639a5713d79f6a59fd61d4a277f5 @${MKDIR} "${OBJECTDIR}/_ext/1372457500" @${RM} ${OBJECTDIR}/_ext/1372457500/plib_evsys.o.d @${RM} ${OBJECTDIR}/_ext/1372457500/plib_evsys.o ${MP_CC} $(MP_EXTRA_CC_PRE) -g -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -ffunction-sections -fdata-sections -fno-toplevel-reorder -fno-common -I"../src" -I"../src/config/mcal" -I"../src/packs/ATSAME51J19A_DFP" -I"../src/packs/CMSIS/" -I"../src/packs/CMSIS/CMSIS/Core/Include" -I"../src/Calibration" -I"../src/DiagnosticR" -I"../src/DiagnosticR/Comp_HAL_Autosar_Wrappers" -I"../src/DiagnosticR/Comp_ISO_15765_2" -I"../src/DiagnosticR/Comp_ISO_15765_3" -I"../src/DiagnosticR/Dem" -I"../src/DiagnosticR/FicOsek" -I"../src/DiagnosticR/Sys_Diag_Detect" -I"../src/DiagnosticR/UDS" -I"../src/DiagnosticR/UDS/Iso15765_layer2" -I"../src/DiagnosticR/UDS/Iso15765_layer3" -I"../src/DiagnosticR/UDS/Iso15765_layer3/_h61" -I"../src/DiagnosticR/UDS/ModelsInterfaces" -I"../src/DiagnosticR/_configurations" -I"../src/DiagnosticR/rte" -I"../src/FunctionState" -I"../src/OsekCom" -I"../src/P417_SWTR_App_ert_rtw" -I"../src/RTE" -I"../src/Speaker" -I"../src/TLE9263" -I"../src/TouchPanel" -I"../src/config/mcal/mcal.mhc" -I"../src/config/mcal/peripheral/adc" -I"../src/config/mcal/peripheral/can" -I"../src/config/mcal/peripheral/clock" -I"../src/config/mcal/peripheral/cmcc" -I"../src/config/mcal/peripheral/dac" -I"../src/config/mcal/peripheral/evsys" -I"../src/config/mcal/peripheral/nvic" -I"../src/config/mcal/peripheral/nvmctrl" -I"../src/config/mcal/peripheral/port" -I"../src/config/mcal/peripheral/rtc" -I"../src/config/mcal/peripheral/sercom" -I"../src/config/mcal/peripheral/systick" -I"../src/config/mcal/peripheral/tc" -I"../src/config/mcal/peripheral/tcc" -I"../src/config/mcal/stdio" -I"../src/config/mcal/touch" -I"../src/config/mcal/touch/lib" -I"../src/forceSnsr" -I"../src/packs/ATSAME51J19A_DFP/component" -I"../src/packs/ATSAME51J19A_DFP/instance" -I"../src/packs/ATSAME51J19A_DFP/pio" -I"../src/smartEE" -Werror -Wall -MP -MMD -MF "${OBJECTDIR}/_ext/1372457500/plib_evsys.o.d" -o ${OBJECTDIR}/_ext/1372457500/plib_evsys.o ../src/config/mcal/peripheral/evsys/plib_evsys.c -DXPRJ_mcal=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" ${PACK_COMMON_OPTIONS} ${OBJECTDIR}/_ext/1341468282/plib_nvic.o: ../src/config/mcal/peripheral/nvic/plib_nvic.c .generated_files/flags/mcal/803488213ab0fabbf932a49ac5822470d80bac92 .generated_files/flags/mcal/19aca898974f639a5713d79f6a59fd61d4a277f5 @${MKDIR} "${OBJECTDIR}/_ext/1341468282" @${RM} ${OBJECTDIR}/_ext/1341468282/plib_nvic.o.d @${RM} ${OBJECTDIR}/_ext/1341468282/plib_nvic.o ${MP_CC} $(MP_EXTRA_CC_PRE) -g -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -ffunction-sections -fdata-sections -fno-toplevel-reorder -fno-common -I"../src" -I"../src/config/mcal" -I"../src/packs/ATSAME51J19A_DFP" -I"../src/packs/CMSIS/" -I"../src/packs/CMSIS/CMSIS/Core/Include" -I"../src/Calibration" -I"../src/DiagnosticR" -I"../src/DiagnosticR/Comp_HAL_Autosar_Wrappers" -I"../src/DiagnosticR/Comp_ISO_15765_2" -I"../src/DiagnosticR/Comp_ISO_15765_3" -I"../src/DiagnosticR/Dem" -I"../src/DiagnosticR/FicOsek" -I"../src/DiagnosticR/Sys_Diag_Detect" -I"../src/DiagnosticR/UDS" -I"../src/DiagnosticR/UDS/Iso15765_layer2" -I"../src/DiagnosticR/UDS/Iso15765_layer3" -I"../src/DiagnosticR/UDS/Iso15765_layer3/_h61" -I"../src/DiagnosticR/UDS/ModelsInterfaces" -I"../src/DiagnosticR/_configurations" -I"../src/DiagnosticR/rte" -I"../src/FunctionState" -I"../src/OsekCom" -I"../src/P417_SWTR_App_ert_rtw" -I"../src/RTE" -I"../src/Speaker" -I"../src/TLE9263" -I"../src/TouchPanel" -I"../src/config/mcal/mcal.mhc" -I"../src/config/mcal/peripheral/adc" -I"../src/config/mcal/peripheral/can" -I"../src/config/mcal/peripheral/clock" -I"../src/config/mcal/peripheral/cmcc" -I"../src/config/mcal/peripheral/dac" -I"../src/config/mcal/peripheral/evsys" -I"../src/config/mcal/peripheral/nvic" -I"../src/config/mcal/peripheral/nvmctrl" -I"../src/config/mcal/peripheral/port" -I"../src/config/mcal/peripheral/rtc" -I"../src/config/mcal/peripheral/sercom" -I"../src/config/mcal/peripheral/systick" -I"../src/config/mcal/peripheral/tc" -I"../src/config/mcal/peripheral/tcc" -I"../src/config/mcal/stdio" -I"../src/config/mcal/touch" -I"../src/config/mcal/touch/lib" -I"../src/forceSnsr" -I"../src/packs/ATSAME51J19A_DFP/component" -I"../src/packs/ATSAME51J19A_DFP/instance" -I"../src/packs/ATSAME51J19A_DFP/pio" -I"../src/smartEE" -Werror -Wall -MP -MMD -MF "${OBJECTDIR}/_ext/1341468282/plib_nvic.o.d" -o ${OBJECTDIR}/_ext/1341468282/plib_nvic.o ../src/config/mcal/peripheral/nvic/plib_nvic.c -DXPRJ_mcal=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" ${PACK_COMMON_OPTIONS} ${OBJECTDIR}/_ext/985291016/plib_nvmctrl.o: ../src/config/mcal/peripheral/nvmctrl/plib_nvmctrl.c .generated_files/flags/mcal/6576b4b7a2488e18a544bc4e641270db8a117feb .generated_files/flags/mcal/19aca898974f639a5713d79f6a59fd61d4a277f5 @${MKDIR} "${OBJECTDIR}/_ext/985291016" @${RM} ${OBJECTDIR}/_ext/985291016/plib_nvmctrl.o.d @${RM} ${OBJECTDIR}/_ext/985291016/plib_nvmctrl.o ${MP_CC} $(MP_EXTRA_CC_PRE) -g -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -ffunction-sections -fdata-sections -fno-toplevel-reorder -fno-common -I"../src" -I"../src/config/mcal" -I"../src/packs/ATSAME51J19A_DFP" -I"../src/packs/CMSIS/" -I"../src/packs/CMSIS/CMSIS/Core/Include" -I"../src/Calibration" -I"../src/DiagnosticR" -I"../src/DiagnosticR/Comp_HAL_Autosar_Wrappers" -I"../src/DiagnosticR/Comp_ISO_15765_2" -I"../src/DiagnosticR/Comp_ISO_15765_3" -I"../src/DiagnosticR/Dem" -I"../src/DiagnosticR/FicOsek" -I"../src/DiagnosticR/Sys_Diag_Detect" -I"../src/DiagnosticR/UDS" -I"../src/DiagnosticR/UDS/Iso15765_layer2" -I"../src/DiagnosticR/UDS/Iso15765_layer3" -I"../src/DiagnosticR/UDS/Iso15765_layer3/_h61" -I"../src/DiagnosticR/UDS/ModelsInterfaces" -I"../src/DiagnosticR/_configurations" -I"../src/DiagnosticR/rte" -I"../src/FunctionState" -I"../src/OsekCom" -I"../src/P417_SWTR_App_ert_rtw" -I"../src/RTE" -I"../src/Speaker" -I"../src/TLE9263" -I"../src/TouchPanel" -I"../src/config/mcal/mcal.mhc" -I"../src/config/mcal/peripheral/adc" -I"../src/config/mcal/peripheral/can" -I"../src/config/mcal/peripheral/clock" -I"../src/config/mcal/peripheral/cmcc" -I"../src/config/mcal/peripheral/dac" -I"../src/config/mcal/peripheral/evsys" -I"../src/config/mcal/peripheral/nvic" -I"../src/config/mcal/peripheral/nvmctrl" -I"../src/config/mcal/peripheral/port" -I"../src/config/mcal/peripheral/rtc" -I"../src/config/mcal/peripheral/sercom" -I"../src/config/mcal/peripheral/systick" -I"../src/config/mcal/peripheral/tc" -I"../src/config/mcal/peripheral/tcc" -I"../src/config/mcal/stdio" -I"../src/config/mcal/touch" -I"../src/config/mcal/touch/lib" -I"../src/forceSnsr" -I"../src/packs/ATSAME51J19A_DFP/component" -I"../src/packs/ATSAME51J19A_DFP/instance" -I"../src/packs/ATSAME51J19A_DFP/pio" -I"../src/smartEE" -Werror -Wall -MP -MMD -MF "${OBJECTDIR}/_ext/985291016/plib_nvmctrl.o.d" -o ${OBJECTDIR}/_ext/985291016/plib_nvmctrl.o ../src/config/mcal/peripheral/nvmctrl/plib_nvmctrl.c -DXPRJ_mcal=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" ${PACK_COMMON_OPTIONS} ${OBJECTDIR}/_ext/1341521433/plib_port.o: ../src/config/mcal/peripheral/port/plib_port.c .generated_files/flags/mcal/38aac6b319ee2a461072e122e9c2e53f1fe8ab6e .generated_files/flags/mcal/19aca898974f639a5713d79f6a59fd61d4a277f5 @${MKDIR} "${OBJECTDIR}/_ext/1341521433" @${RM} ${OBJECTDIR}/_ext/1341521433/plib_port.o.d @${RM} ${OBJECTDIR}/_ext/1341521433/plib_port.o ${MP_CC} $(MP_EXTRA_CC_PRE) -g -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -ffunction-sections -fdata-sections -fno-toplevel-reorder -fno-common -I"../src" -I"../src/config/mcal" -I"../src/packs/ATSAME51J19A_DFP" -I"../src/packs/CMSIS/" -I"../src/packs/CMSIS/CMSIS/Core/Include" -I"../src/Calibration" -I"../src/DiagnosticR" -I"../src/DiagnosticR/Comp_HAL_Autosar_Wrappers" -I"../src/DiagnosticR/Comp_ISO_15765_2" -I"../src/DiagnosticR/Comp_ISO_15765_3" -I"../src/DiagnosticR/Dem" -I"../src/DiagnosticR/FicOsek" -I"../src/DiagnosticR/Sys_Diag_Detect" -I"../src/DiagnosticR/UDS" -I"../src/DiagnosticR/UDS/Iso15765_layer2" -I"../src/DiagnosticR/UDS/Iso15765_layer3" -I"../src/DiagnosticR/UDS/Iso15765_layer3/_h61" -I"../src/DiagnosticR/UDS/ModelsInterfaces" -I"../src/DiagnosticR/_configurations" -I"../src/DiagnosticR/rte" -I"../src/FunctionState" -I"../src/OsekCom" -I"../src/P417_SWTR_App_ert_rtw" -I"../src/RTE" -I"../src/Speaker" -I"../src/TLE9263" -I"../src/TouchPanel" -I"../src/config/mcal/mcal.mhc" -I"../src/config/mcal/peripheral/adc" -I"../src/config/mcal/peripheral/can" -I"../src/config/mcal/peripheral/clock" -I"../src/config/mcal/peripheral/cmcc" -I"../src/config/mcal/peripheral/dac" -I"../src/config/mcal/peripheral/evsys" -I"../src/config/mcal/peripheral/nvic" -I"../src/config/mcal/peripheral/nvmctrl" -I"../src/config/mcal/peripheral/port" -I"../src/config/mcal/peripheral/rtc" -I"../src/config/mcal/peripheral/sercom" -I"../src/config/mcal/peripheral/systick" -I"../src/config/mcal/peripheral/tc" -I"../src/config/mcal/peripheral/tcc" -I"../src/config/mcal/stdio" -I"../src/config/mcal/touch" -I"../src/config/mcal/touch/lib" -I"../src/forceSnsr" -I"../src/packs/ATSAME51J19A_DFP/component" -I"../src/packs/ATSAME51J19A_DFP/instance" -I"../src/packs/ATSAME51J19A_DFP/pio" -I"../src/smartEE" -Werror -Wall -MP -MMD -MF "${OBJECTDIR}/_ext/1341521433/plib_port.o.d" -o ${OBJECTDIR}/_ext/1341521433/plib_port.o ../src/config/mcal/peripheral/port/plib_port.c -DXPRJ_mcal=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" ${PACK_COMMON_OPTIONS} ${OBJECTDIR}/_ext/1982939593/plib_rtc_timer.o: ../src/config/mcal/peripheral/rtc/plib_rtc_timer.c .generated_files/flags/mcal/2e7d415edab7d6b7fdabd99e4271ecf81122778e .generated_files/flags/mcal/19aca898974f639a5713d79f6a59fd61d4a277f5 @${MKDIR} "${OBJECTDIR}/_ext/1982939593" @${RM} ${OBJECTDIR}/_ext/1982939593/plib_rtc_timer.o.d @${RM} ${OBJECTDIR}/_ext/1982939593/plib_rtc_timer.o ${MP_CC} $(MP_EXTRA_CC_PRE) -g -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -ffunction-sections -fdata-sections -fno-toplevel-reorder -fno-common -I"../src" -I"../src/config/mcal" -I"../src/packs/ATSAME51J19A_DFP" -I"../src/packs/CMSIS/" -I"../src/packs/CMSIS/CMSIS/Core/Include" -I"../src/Calibration" -I"../src/DiagnosticR" -I"../src/DiagnosticR/Comp_HAL_Autosar_Wrappers" -I"../src/DiagnosticR/Comp_ISO_15765_2" -I"../src/DiagnosticR/Comp_ISO_15765_3" -I"../src/DiagnosticR/Dem" -I"../src/DiagnosticR/FicOsek" -I"../src/DiagnosticR/Sys_Diag_Detect" -I"../src/DiagnosticR/UDS" -I"../src/DiagnosticR/UDS/Iso15765_layer2" -I"../src/DiagnosticR/UDS/Iso15765_layer3" -I"../src/DiagnosticR/UDS/Iso15765_layer3/_h61" -I"../src/DiagnosticR/UDS/ModelsInterfaces" -I"../src/DiagnosticR/_configurations" -I"../src/DiagnosticR/rte" -I"../src/FunctionState" -I"../src/OsekCom" -I"../src/P417_SWTR_App_ert_rtw" -I"../src/RTE" -I"../src/Speaker" -I"../src/TLE9263" -I"../src/TouchPanel" -I"../src/config/mcal/mcal.mhc" -I"../src/config/mcal/peripheral/adc" -I"../src/config/mcal/peripheral/can" -I"../src/config/mcal/peripheral/clock" -I"../src/config/mcal/peripheral/cmcc" -I"../src/config/mcal/peripheral/dac" -I"../src/config/mcal/peripheral/evsys" -I"../src/config/mcal/peripheral/nvic" -I"../src/config/mcal/peripheral/nvmctrl" -I"../src/config/mcal/peripheral/port" -I"../src/config/mcal/peripheral/rtc" -I"../src/config/mcal/peripheral/sercom" -I"../src/config/mcal/peripheral/systick" -I"../src/config/mcal/peripheral/tc" -I"../src/config/mcal/peripheral/tcc" -I"../src/config/mcal/stdio" -I"../src/config/mcal/touch" -I"../src/config/mcal/touch/lib" -I"../src/forceSnsr" -I"../src/packs/ATSAME51J19A_DFP/component" -I"../src/packs/ATSAME51J19A_DFP/instance" -I"../src/packs/ATSAME51J19A_DFP/pio" -I"../src/smartEE" -Werror -Wall -MP -MMD -MF "${OBJECTDIR}/_ext/1982939593/plib_rtc_timer.o.d" -o ${OBJECTDIR}/_ext/1982939593/plib_rtc_timer.o ../src/config/mcal/peripheral/rtc/plib_rtc_timer.c -DXPRJ_mcal=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" ${PACK_COMMON_OPTIONS} ${OBJECTDIR}/_ext/24027325/plib_sercom1_i2c_master.o: ../src/config/mcal/peripheral/sercom/i2c_master/plib_sercom1_i2c_master.c .generated_files/flags/mcal/8d9887892be9d6e35bb90d34882963bfcb66c1f3 .generated_files/flags/mcal/19aca898974f639a5713d79f6a59fd61d4a277f5 @${MKDIR} "${OBJECTDIR}/_ext/24027325" @${RM} ${OBJECTDIR}/_ext/24027325/plib_sercom1_i2c_master.o.d @${RM} ${OBJECTDIR}/_ext/24027325/plib_sercom1_i2c_master.o ${MP_CC} $(MP_EXTRA_CC_PRE) -g -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -ffunction-sections -fdata-sections -fno-toplevel-reorder -fno-common -I"../src" -I"../src/config/mcal" -I"../src/packs/ATSAME51J19A_DFP" -I"../src/packs/CMSIS/" -I"../src/packs/CMSIS/CMSIS/Core/Include" -I"../src/Calibration" -I"../src/DiagnosticR" -I"../src/DiagnosticR/Comp_HAL_Autosar_Wrappers" -I"../src/DiagnosticR/Comp_ISO_15765_2" -I"../src/DiagnosticR/Comp_ISO_15765_3" -I"../src/DiagnosticR/Dem" -I"../src/DiagnosticR/FicOsek" -I"../src/DiagnosticR/Sys_Diag_Detect" -I"../src/DiagnosticR/UDS" -I"../src/DiagnosticR/UDS/Iso15765_layer2" -I"../src/DiagnosticR/UDS/Iso15765_layer3" -I"../src/DiagnosticR/UDS/Iso15765_layer3/_h61" -I"../src/DiagnosticR/UDS/ModelsInterfaces" -I"../src/DiagnosticR/_configurations" -I"../src/DiagnosticR/rte" -I"../src/FunctionState" -I"../src/OsekCom" -I"../src/P417_SWTR_App_ert_rtw" -I"../src/RTE" -I"../src/Speaker" -I"../src/TLE9263" -I"../src/TouchPanel" -I"../src/config/mcal/mcal.mhc" -I"../src/config/mcal/peripheral/adc" -I"../src/config/mcal/peripheral/can" -I"../src/config/mcal/peripheral/clock" -I"../src/config/mcal/peripheral/cmcc" -I"../src/config/mcal/peripheral/dac" -I"../src/config/mcal/peripheral/evsys" -I"../src/config/mcal/peripheral/nvic" -I"../src/config/mcal/peripheral/nvmctrl" -I"../src/config/mcal/peripheral/port" -I"../src/config/mcal/peripheral/rtc" -I"../src/config/mcal/peripheral/sercom" -I"../src/config/mcal/peripheral/systick" -I"../src/config/mcal/peripheral/tc" -I"../src/config/mcal/peripheral/tcc" -I"../src/config/mcal/stdio" -I"../src/config/mcal/touch" -I"../src/config/mcal/touch/lib" -I"../src/forceSnsr" -I"../src/packs/ATSAME51J19A_DFP/component" -I"../src/packs/ATSAME51J19A_DFP/instance" -I"../src/packs/ATSAME51J19A_DFP/pio" -I"../src/smartEE" -Werror -Wall -MP -MMD -MF "${OBJECTDIR}/_ext/24027325/plib_sercom1_i2c_master.o.d" -o ${OBJECTDIR}/_ext/24027325/plib_sercom1_i2c_master.o ../src/config/mcal/peripheral/sercom/i2c_master/plib_sercom1_i2c_master.c -DXPRJ_mcal=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" ${PACK_COMMON_OPTIONS} ${OBJECTDIR}/_ext/467207317/plib_sercom0_spi_master.o: ../src/config/mcal/peripheral/sercom/spi_master/plib_sercom0_spi_master.c .generated_files/flags/mcal/6bddc0229b619be8d795df35d51fd52a2345767d .generated_files/flags/mcal/19aca898974f639a5713d79f6a59fd61d4a277f5 @${MKDIR} "${OBJECTDIR}/_ext/467207317" @${RM} ${OBJECTDIR}/_ext/467207317/plib_sercom0_spi_master.o.d @${RM} ${OBJECTDIR}/_ext/467207317/plib_sercom0_spi_master.o ${MP_CC} $(MP_EXTRA_CC_PRE) -g -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -ffunction-sections -fdata-sections -fno-toplevel-reorder -fno-common -I"../src" -I"../src/config/mcal" -I"../src/packs/ATSAME51J19A_DFP" -I"../src/packs/CMSIS/" -I"../src/packs/CMSIS/CMSIS/Core/Include" -I"../src/Calibration" -I"../src/DiagnosticR" -I"../src/DiagnosticR/Comp_HAL_Autosar_Wrappers" -I"../src/DiagnosticR/Comp_ISO_15765_2" -I"../src/DiagnosticR/Comp_ISO_15765_3" -I"../src/DiagnosticR/Dem" -I"../src/DiagnosticR/FicOsek" -I"../src/DiagnosticR/Sys_Diag_Detect" -I"../src/DiagnosticR/UDS" -I"../src/DiagnosticR/UDS/Iso15765_layer2" -I"../src/DiagnosticR/UDS/Iso15765_layer3" -I"../src/DiagnosticR/UDS/Iso15765_layer3/_h61" -I"../src/DiagnosticR/UDS/ModelsInterfaces" -I"../src/DiagnosticR/_configurations" -I"../src/DiagnosticR/rte" -I"../src/FunctionState" -I"../src/OsekCom" -I"../src/P417_SWTR_App_ert_rtw" -I"../src/RTE" -I"../src/Speaker" -I"../src/TLE9263" -I"../src/TouchPanel" -I"../src/config/mcal/mcal.mhc" -I"../src/config/mcal/peripheral/adc" -I"../src/config/mcal/peripheral/can" -I"../src/config/mcal/peripheral/clock" -I"../src/config/mcal/peripheral/cmcc" -I"../src/config/mcal/peripheral/dac" -I"../src/config/mcal/peripheral/evsys" -I"../src/config/mcal/peripheral/nvic" -I"../src/config/mcal/peripheral/nvmctrl" -I"../src/config/mcal/peripheral/port" -I"../src/config/mcal/peripheral/rtc" -I"../src/config/mcal/peripheral/sercom" -I"../src/config/mcal/peripheral/systick" -I"../src/config/mcal/peripheral/tc" -I"../src/config/mcal/peripheral/tcc" -I"../src/config/mcal/stdio" -I"../src/config/mcal/touch" -I"../src/config/mcal/touch/lib" -I"../src/forceSnsr" -I"../src/packs/ATSAME51J19A_DFP/component" -I"../src/packs/ATSAME51J19A_DFP/instance" -I"../src/packs/ATSAME51J19A_DFP/pio" -I"../src/smartEE" -Werror -Wall -MP -MMD -MF "${OBJECTDIR}/_ext/467207317/plib_sercom0_spi_master.o.d" -o ${OBJECTDIR}/_ext/467207317/plib_sercom0_spi_master.o ../src/config/mcal/peripheral/sercom/spi_master/plib_sercom0_spi_master.c -DXPRJ_mcal=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" ${PACK_COMMON_OPTIONS} ${OBJECTDIR}/_ext/750815918/plib_systick.o: ../src/config/mcal/peripheral/systick/plib_systick.c .generated_files/flags/mcal/510877ce9e143d7e40c6452e26db04e26eb9805e .generated_files/flags/mcal/19aca898974f639a5713d79f6a59fd61d4a277f5 @${MKDIR} "${OBJECTDIR}/_ext/750815918" @${RM} ${OBJECTDIR}/_ext/750815918/plib_systick.o.d @${RM} ${OBJECTDIR}/_ext/750815918/plib_systick.o ${MP_CC} $(MP_EXTRA_CC_PRE) -g -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -ffunction-sections -fdata-sections -fno-toplevel-reorder -fno-common -I"../src" -I"../src/config/mcal" -I"../src/packs/ATSAME51J19A_DFP" -I"../src/packs/CMSIS/" -I"../src/packs/CMSIS/CMSIS/Core/Include" -I"../src/Calibration" -I"../src/DiagnosticR" -I"../src/DiagnosticR/Comp_HAL_Autosar_Wrappers" -I"../src/DiagnosticR/Comp_ISO_15765_2" -I"../src/DiagnosticR/Comp_ISO_15765_3" -I"../src/DiagnosticR/Dem" -I"../src/DiagnosticR/FicOsek" -I"../src/DiagnosticR/Sys_Diag_Detect" -I"../src/DiagnosticR/UDS" -I"../src/DiagnosticR/UDS/Iso15765_layer2" -I"../src/DiagnosticR/UDS/Iso15765_layer3" -I"../src/DiagnosticR/UDS/Iso15765_layer3/_h61" -I"../src/DiagnosticR/UDS/ModelsInterfaces" -I"../src/DiagnosticR/_configurations" -I"../src/DiagnosticR/rte" -I"../src/FunctionState" -I"../src/OsekCom" -I"../src/P417_SWTR_App_ert_rtw" -I"../src/RTE" -I"../src/Speaker" -I"../src/TLE9263" -I"../src/TouchPanel" -I"../src/config/mcal/mcal.mhc" -I"../src/config/mcal/peripheral/adc" -I"../src/config/mcal/peripheral/can" -I"../src/config/mcal/peripheral/clock" -I"../src/config/mcal/peripheral/cmcc" -I"../src/config/mcal/peripheral/dac" -I"../src/config/mcal/peripheral/evsys" -I"../src/config/mcal/peripheral/nvic" -I"../src/config/mcal/peripheral/nvmctrl" -I"../src/config/mcal/peripheral/port" -I"../src/config/mcal/peripheral/rtc" -I"../src/config/mcal/peripheral/sercom" -I"../src/config/mcal/peripheral/systick" -I"../src/config/mcal/peripheral/tc" -I"../src/config/mcal/peripheral/tcc" -I"../src/config/mcal/stdio" -I"../src/config/mcal/touch" -I"../src/config/mcal/touch/lib" -I"../src/forceSnsr" -I"../src/packs/ATSAME51J19A_DFP/component" -I"../src/packs/ATSAME51J19A_DFP/instance" -I"../src/packs/ATSAME51J19A_DFP/pio" -I"../src/smartEE" -Werror -Wall -MP -MMD -MF "${OBJECTDIR}/_ext/750815918/plib_systick.o.d" -o ${OBJECTDIR}/_ext/750815918/plib_systick.o ../src/config/mcal/peripheral/systick/plib_systick.c -DXPRJ_mcal=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" ${PACK_COMMON_OPTIONS} ${OBJECTDIR}/_ext/74581497/plib_tc0.o: ../src/config/mcal/peripheral/tc/plib_tc0.c .generated_files/flags/mcal/f90042262620fca8941c35c01fae9254b0c451c0 .generated_files/flags/mcal/19aca898974f639a5713d79f6a59fd61d4a277f5 @${MKDIR} "${OBJECTDIR}/_ext/74581497" @${RM} ${OBJECTDIR}/_ext/74581497/plib_tc0.o.d @${RM} ${OBJECTDIR}/_ext/74581497/plib_tc0.o ${MP_CC} $(MP_EXTRA_CC_PRE) -g -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -ffunction-sections -fdata-sections -fno-toplevel-reorder -fno-common -I"../src" -I"../src/config/mcal" -I"../src/packs/ATSAME51J19A_DFP" -I"../src/packs/CMSIS/" -I"../src/packs/CMSIS/CMSIS/Core/Include" -I"../src/Calibration" -I"../src/DiagnosticR" -I"../src/DiagnosticR/Comp_HAL_Autosar_Wrappers" -I"../src/DiagnosticR/Comp_ISO_15765_2" -I"../src/DiagnosticR/Comp_ISO_15765_3" -I"../src/DiagnosticR/Dem" -I"../src/DiagnosticR/FicOsek" -I"../src/DiagnosticR/Sys_Diag_Detect" -I"../src/DiagnosticR/UDS" -I"../src/DiagnosticR/UDS/Iso15765_layer2" -I"../src/DiagnosticR/UDS/Iso15765_layer3" -I"../src/DiagnosticR/UDS/Iso15765_layer3/_h61" -I"../src/DiagnosticR/UDS/ModelsInterfaces" -I"../src/DiagnosticR/_configurations" -I"../src/DiagnosticR/rte" -I"../src/FunctionState" -I"../src/OsekCom" -I"../src/P417_SWTR_App_ert_rtw" -I"../src/RTE" -I"../src/Speaker" -I"../src/TLE9263" -I"../src/TouchPanel" -I"../src/config/mcal/mcal.mhc" -I"../src/config/mcal/peripheral/adc" -I"../src/config/mcal/peripheral/can" -I"../src/config/mcal/peripheral/clock" -I"../src/config/mcal/peripheral/cmcc" -I"../src/config/mcal/peripheral/dac" -I"../src/config/mcal/peripheral/evsys" -I"../src/config/mcal/peripheral/nvic" -I"../src/config/mcal/peripheral/nvmctrl" -I"../src/config/mcal/peripheral/port" -I"../src/config/mcal/peripheral/rtc" -I"../src/config/mcal/peripheral/sercom" -I"../src/config/mcal/peripheral/systick" -I"../src/config/mcal/peripheral/tc" -I"../src/config/mcal/peripheral/tcc" -I"../src/config/mcal/stdio" -I"../src/config/mcal/touch" -I"../src/config/mcal/touch/lib" -I"../src/forceSnsr" -I"../src/packs/ATSAME51J19A_DFP/component" -I"../src/packs/ATSAME51J19A_DFP/instance" -I"../src/packs/ATSAME51J19A_DFP/pio" -I"../src/smartEE" -Werror -Wall -MP -MMD -MF "${OBJECTDIR}/_ext/74581497/plib_tc0.o.d" -o ${OBJECTDIR}/_ext/74581497/plib_tc0.o ../src/config/mcal/peripheral/tc/plib_tc0.c -DXPRJ_mcal=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" ${PACK_COMMON_OPTIONS} ${OBJECTDIR}/_ext/1982940988/plib_tcc0.o: ../src/config/mcal/peripheral/tcc/plib_tcc0.c .generated_files/flags/mcal/617e6441e29b42d799dd43426c987d21749c472 .generated_files/flags/mcal/19aca898974f639a5713d79f6a59fd61d4a277f5 @${MKDIR} "${OBJECTDIR}/_ext/1982940988" @${RM} ${OBJECTDIR}/_ext/1982940988/plib_tcc0.o.d @${RM} ${OBJECTDIR}/_ext/1982940988/plib_tcc0.o ${MP_CC} $(MP_EXTRA_CC_PRE) -g -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -ffunction-sections -fdata-sections -fno-toplevel-reorder -fno-common -I"../src" -I"../src/config/mcal" -I"../src/packs/ATSAME51J19A_DFP" -I"../src/packs/CMSIS/" -I"../src/packs/CMSIS/CMSIS/Core/Include" -I"../src/Calibration" -I"../src/DiagnosticR" -I"../src/DiagnosticR/Comp_HAL_Autosar_Wrappers" -I"../src/DiagnosticR/Comp_ISO_15765_2" -I"../src/DiagnosticR/Comp_ISO_15765_3" -I"../src/DiagnosticR/Dem" -I"../src/DiagnosticR/FicOsek" -I"../src/DiagnosticR/Sys_Diag_Detect" -I"../src/DiagnosticR/UDS" -I"../src/DiagnosticR/UDS/Iso15765_layer2" -I"../src/DiagnosticR/UDS/Iso15765_layer3" -I"../src/DiagnosticR/UDS/Iso15765_layer3/_h61" -I"../src/DiagnosticR/UDS/ModelsInterfaces" -I"../src/DiagnosticR/_configurations" -I"../src/DiagnosticR/rte" -I"../src/FunctionState" -I"../src/OsekCom" -I"../src/P417_SWTR_App_ert_rtw" -I"../src/RTE" -I"../src/Speaker" -I"../src/TLE9263" -I"../src/TouchPanel" -I"../src/config/mcal/mcal.mhc" -I"../src/config/mcal/peripheral/adc" -I"../src/config/mcal/peripheral/can" -I"../src/config/mcal/peripheral/clock" -I"../src/config/mcal/peripheral/cmcc" -I"../src/config/mcal/peripheral/dac" -I"../src/config/mcal/peripheral/evsys" -I"../src/config/mcal/peripheral/nvic" -I"../src/config/mcal/peripheral/nvmctrl" -I"../src/config/mcal/peripheral/port" -I"../src/config/mcal/peripheral/rtc" -I"../src/config/mcal/peripheral/sercom" -I"../src/config/mcal/peripheral/systick" -I"../src/config/mcal/peripheral/tc" -I"../src/config/mcal/peripheral/tcc" -I"../src/config/mcal/stdio" -I"../src/config/mcal/touch" -I"../src/config/mcal/touch/lib" -I"../src/forceSnsr" -I"../src/packs/ATSAME51J19A_DFP/component" -I"../src/packs/ATSAME51J19A_DFP/instance" -I"../src/packs/ATSAME51J19A_DFP/pio" -I"../src/smartEE" -Werror -Wall -MP -MMD -MF "${OBJECTDIR}/_ext/1982940988/plib_tcc0.o.d" -o ${OBJECTDIR}/_ext/1982940988/plib_tcc0.o ../src/config/mcal/peripheral/tcc/plib_tcc0.c -DXPRJ_mcal=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" ${PACK_COMMON_OPTIONS} ${OBJECTDIR}/_ext/1982943919/plib_wdt.o: ../src/config/mcal/peripheral/wdt/plib_wdt.c .generated_files/flags/mcal/eb36c5a0fdf7b4032e1fc6b0e7fbfb0109eb71ca .generated_files/flags/mcal/19aca898974f639a5713d79f6a59fd61d4a277f5 @${MKDIR} "${OBJECTDIR}/_ext/1982943919" @${RM} ${OBJECTDIR}/_ext/1982943919/plib_wdt.o.d @${RM} ${OBJECTDIR}/_ext/1982943919/plib_wdt.o ${MP_CC} $(MP_EXTRA_CC_PRE) -g -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -ffunction-sections -fdata-sections -fno-toplevel-reorder -fno-common -I"../src" -I"../src/config/mcal" -I"../src/packs/ATSAME51J19A_DFP" -I"../src/packs/CMSIS/" -I"../src/packs/CMSIS/CMSIS/Core/Include" -I"../src/Calibration" -I"../src/DiagnosticR" -I"../src/DiagnosticR/Comp_HAL_Autosar_Wrappers" -I"../src/DiagnosticR/Comp_ISO_15765_2" -I"../src/DiagnosticR/Comp_ISO_15765_3" -I"../src/DiagnosticR/Dem" -I"../src/DiagnosticR/FicOsek" -I"../src/DiagnosticR/Sys_Diag_Detect" -I"../src/DiagnosticR/UDS" -I"../src/DiagnosticR/UDS/Iso15765_layer2" -I"../src/DiagnosticR/UDS/Iso15765_layer3" -I"../src/DiagnosticR/UDS/Iso15765_layer3/_h61" -I"../src/DiagnosticR/UDS/ModelsInterfaces" -I"../src/DiagnosticR/_configurations" -I"../src/DiagnosticR/rte" -I"../src/FunctionState" -I"../src/OsekCom" -I"../src/P417_SWTR_App_ert_rtw" -I"../src/RTE" -I"../src/Speaker" -I"../src/TLE9263" -I"../src/TouchPanel" -I"../src/config/mcal/mcal.mhc" -I"../src/config/mcal/peripheral/adc" -I"../src/config/mcal/peripheral/can" -I"../src/config/mcal/peripheral/clock" -I"../src/config/mcal/peripheral/cmcc" -I"../src/config/mcal/peripheral/dac" -I"../src/config/mcal/peripheral/evsys" -I"../src/config/mcal/peripheral/nvic" -I"../src/config/mcal/peripheral/nvmctrl" -I"../src/config/mcal/peripheral/port" -I"../src/config/mcal/peripheral/rtc" -I"../src/config/mcal/peripheral/sercom" -I"../src/config/mcal/peripheral/systick" -I"../src/config/mcal/peripheral/tc" -I"../src/config/mcal/peripheral/tcc" -I"../src/config/mcal/stdio" -I"../src/config/mcal/touch" -I"../src/config/mcal/touch/lib" -I"../src/forceSnsr" -I"../src/packs/ATSAME51J19A_DFP/component" -I"../src/packs/ATSAME51J19A_DFP/instance" -I"../src/packs/ATSAME51J19A_DFP/pio" -I"../src/smartEE" -Werror -Wall -MP -MMD -MF "${OBJECTDIR}/_ext/1982943919/plib_wdt.o.d" -o ${OBJECTDIR}/_ext/1982943919/plib_wdt.o ../src/config/mcal/peripheral/wdt/plib_wdt.c -DXPRJ_mcal=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" ${PACK_COMMON_OPTIONS} ${OBJECTDIR}/_ext/118864466/xc32_monitor.o: ../src/config/mcal/stdio/xc32_monitor.c .generated_files/flags/mcal/72670351ddb4bb207a93094819a4d219fa3e9fcb .generated_files/flags/mcal/19aca898974f639a5713d79f6a59fd61d4a277f5 @${MKDIR} "${OBJECTDIR}/_ext/118864466" @${RM} ${OBJECTDIR}/_ext/118864466/xc32_monitor.o.d @${RM} ${OBJECTDIR}/_ext/118864466/xc32_monitor.o ${MP_CC} $(MP_EXTRA_CC_PRE) -g -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -ffunction-sections -fdata-sections -fno-toplevel-reorder -fno-common -I"../src" -I"../src/config/mcal" -I"../src/packs/ATSAME51J19A_DFP" -I"../src/packs/CMSIS/" -I"../src/packs/CMSIS/CMSIS/Core/Include" -I"../src/Calibration" -I"../src/DiagnosticR" -I"../src/DiagnosticR/Comp_HAL_Autosar_Wrappers" -I"../src/DiagnosticR/Comp_ISO_15765_2" -I"../src/DiagnosticR/Comp_ISO_15765_3" -I"../src/DiagnosticR/Dem" -I"../src/DiagnosticR/FicOsek" -I"../src/DiagnosticR/Sys_Diag_Detect" -I"../src/DiagnosticR/UDS" -I"../src/DiagnosticR/UDS/Iso15765_layer2" -I"../src/DiagnosticR/UDS/Iso15765_layer3" -I"../src/DiagnosticR/UDS/Iso15765_layer3/_h61" -I"../src/DiagnosticR/UDS/ModelsInterfaces" -I"../src/DiagnosticR/_configurations" -I"../src/DiagnosticR/rte" -I"../src/FunctionState" -I"../src/OsekCom" -I"../src/P417_SWTR_App_ert_rtw" -I"../src/RTE" -I"../src/Speaker" -I"../src/TLE9263" -I"../src/TouchPanel" -I"../src/config/mcal/mcal.mhc" -I"../src/config/mcal/peripheral/adc" -I"../src/config/mcal/peripheral/can" -I"../src/config/mcal/peripheral/clock" -I"../src/config/mcal/peripheral/cmcc" -I"../src/config/mcal/peripheral/dac" -I"../src/config/mcal/peripheral/evsys" -I"../src/config/mcal/peripheral/nvic" -I"../src/config/mcal/peripheral/nvmctrl" -I"../src/config/mcal/peripheral/port" -I"../src/config/mcal/peripheral/rtc" -I"../src/config/mcal/peripheral/sercom" -I"../src/config/mcal/peripheral/systick" -I"../src/config/mcal/peripheral/tc" -I"../src/config/mcal/peripheral/tcc" -I"../src/config/mcal/stdio" -I"../src/config/mcal/touch" -I"../src/config/mcal/touch/lib" -I"../src/forceSnsr" -I"../src/packs/ATSAME51J19A_DFP/component" -I"../src/packs/ATSAME51J19A_DFP/instance" -I"../src/packs/ATSAME51J19A_DFP/pio" -I"../src/smartEE" -Werror -Wall -MP -MMD -MF "${OBJECTDIR}/_ext/118864466/xc32_monitor.o.d" -o ${OBJECTDIR}/_ext/118864466/xc32_monitor.o ../src/config/mcal/stdio/xc32_monitor.c -DXPRJ_mcal=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" ${PACK_COMMON_OPTIONS} ${OBJECTDIR}/_ext/118073756/touch.o: ../src/config/mcal/touch/touch.c .generated_files/flags/mcal/33b9d57fc60b429896b9e8b4fa5158082143f56e .generated_files/flags/mcal/19aca898974f639a5713d79f6a59fd61d4a277f5 @${MKDIR} "${OBJECTDIR}/_ext/118073756" @${RM} ${OBJECTDIR}/_ext/118073756/touch.o.d @${RM} ${OBJECTDIR}/_ext/118073756/touch.o ${MP_CC} $(MP_EXTRA_CC_PRE) -g -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -ffunction-sections -fdata-sections -fno-toplevel-reorder -fno-common -I"../src" -I"../src/config/mcal" -I"../src/packs/ATSAME51J19A_DFP" -I"../src/packs/CMSIS/" -I"../src/packs/CMSIS/CMSIS/Core/Include" -I"../src/Calibration" -I"../src/DiagnosticR" -I"../src/DiagnosticR/Comp_HAL_Autosar_Wrappers" -I"../src/DiagnosticR/Comp_ISO_15765_2" -I"../src/DiagnosticR/Comp_ISO_15765_3" -I"../src/DiagnosticR/Dem" -I"../src/DiagnosticR/FicOsek" -I"../src/DiagnosticR/Sys_Diag_Detect" -I"../src/DiagnosticR/UDS" -I"../src/DiagnosticR/UDS/Iso15765_layer2" -I"../src/DiagnosticR/UDS/Iso15765_layer3" -I"../src/DiagnosticR/UDS/Iso15765_layer3/_h61" -I"../src/DiagnosticR/UDS/ModelsInterfaces" -I"../src/DiagnosticR/_configurations" -I"../src/DiagnosticR/rte" -I"../src/FunctionState" -I"../src/OsekCom" -I"../src/P417_SWTR_App_ert_rtw" -I"../src/RTE" -I"../src/Speaker" -I"../src/TLE9263" -I"../src/TouchPanel" -I"../src/config/mcal/mcal.mhc" -I"../src/config/mcal/peripheral/adc" -I"../src/config/mcal/peripheral/can" -I"../src/config/mcal/peripheral/clock" -I"../src/config/mcal/peripheral/cmcc" -I"../src/config/mcal/peripheral/dac" -I"../src/config/mcal/peripheral/evsys" -I"../src/config/mcal/peripheral/nvic" -I"../src/config/mcal/peripheral/nvmctrl" -I"../src/config/mcal/peripheral/port" -I"../src/config/mcal/peripheral/rtc" -I"../src/config/mcal/peripheral/sercom" -I"../src/config/mcal/peripheral/systick" -I"../src/config/mcal/peripheral/tc" -I"../src/config/mcal/peripheral/tcc" -I"../src/config/mcal/stdio" -I"../src/config/mcal/touch" -I"../src/config/mcal/touch/lib" -I"../src/forceSnsr" -I"../src/packs/ATSAME51J19A_DFP/component" -I"../src/packs/ATSAME51J19A_DFP/instance" -I"../src/packs/ATSAME51J19A_DFP/pio" -I"../src/smartEE" -Werror -Wall -MP -MMD -MF "${OBJECTDIR}/_ext/118073756/touch.o.d" -o ${OBJECTDIR}/_ext/118073756/touch.o ../src/config/mcal/touch/touch.c -DXPRJ_mcal=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" ${PACK_COMMON_OPTIONS} ${OBJECTDIR}/_ext/118073756/touch_example.o: ../src/config/mcal/touch/touch_example.c .generated_files/flags/mcal/f5bdb4a322608ce3d328385628b582e624054dfd .generated_files/flags/mcal/19aca898974f639a5713d79f6a59fd61d4a277f5 @${MKDIR} "${OBJECTDIR}/_ext/118073756" @${RM} ${OBJECTDIR}/_ext/118073756/touch_example.o.d @${RM} ${OBJECTDIR}/_ext/118073756/touch_example.o ${MP_CC} $(MP_EXTRA_CC_PRE) -g -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -ffunction-sections -fdata-sections -fno-toplevel-reorder -fno-common -I"../src" -I"../src/config/mcal" -I"../src/packs/ATSAME51J19A_DFP" -I"../src/packs/CMSIS/" -I"../src/packs/CMSIS/CMSIS/Core/Include" -I"../src/Calibration" -I"../src/DiagnosticR" -I"../src/DiagnosticR/Comp_HAL_Autosar_Wrappers" -I"../src/DiagnosticR/Comp_ISO_15765_2" -I"../src/DiagnosticR/Comp_ISO_15765_3" -I"../src/DiagnosticR/Dem" -I"../src/DiagnosticR/FicOsek" -I"../src/DiagnosticR/Sys_Diag_Detect" -I"../src/DiagnosticR/UDS" -I"../src/DiagnosticR/UDS/Iso15765_layer2" -I"../src/DiagnosticR/UDS/Iso15765_layer3" -I"../src/DiagnosticR/UDS/Iso15765_layer3/_h61" -I"../src/DiagnosticR/UDS/ModelsInterfaces" -I"../src/DiagnosticR/_configurations" -I"../src/DiagnosticR/rte" -I"../src/FunctionState" -I"../src/OsekCom" -I"../src/P417_SWTR_App_ert_rtw" -I"../src/RTE" -I"../src/Speaker" -I"../src/TLE9263" -I"../src/TouchPanel" -I"../src/config/mcal/mcal.mhc" -I"../src/config/mcal/peripheral/adc" -I"../src/config/mcal/peripheral/can" -I"../src/config/mcal/peripheral/clock" -I"../src/config/mcal/peripheral/cmcc" -I"../src/config/mcal/peripheral/dac" -I"../src/config/mcal/peripheral/evsys" -I"../src/config/mcal/peripheral/nvic" -I"../src/config/mcal/peripheral/nvmctrl" -I"../src/config/mcal/peripheral/port" -I"../src/config/mcal/peripheral/rtc" -I"../src/config/mcal/peripheral/sercom" -I"../src/config/mcal/peripheral/systick" -I"../src/config/mcal/peripheral/tc" -I"../src/config/mcal/peripheral/tcc" -I"../src/config/mcal/stdio" -I"../src/config/mcal/touch" -I"../src/config/mcal/touch/lib" -I"../src/forceSnsr" -I"../src/packs/ATSAME51J19A_DFP/component" -I"../src/packs/ATSAME51J19A_DFP/instance" -I"../src/packs/ATSAME51J19A_DFP/pio" -I"../src/smartEE" -Werror -Wall -MP -MMD -MF "${OBJECTDIR}/_ext/118073756/touch_example.o.d" -o ${OBJECTDIR}/_ext/118073756/touch_example.o ../src/config/mcal/touch/touch_example.c -DXPRJ_mcal=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" ${PACK_COMMON_OPTIONS} ${OBJECTDIR}/_ext/779798284/initialization.o: ../src/config/mcal/initialization.c .generated_files/flags/mcal/2e147ef7008570d26ad6559b0961c3fcaafa5661 .generated_files/flags/mcal/19aca898974f639a5713d79f6a59fd61d4a277f5 @${MKDIR} "${OBJECTDIR}/_ext/779798284" @${RM} ${OBJECTDIR}/_ext/779798284/initialization.o.d @${RM} ${OBJECTDIR}/_ext/779798284/initialization.o ${MP_CC} $(MP_EXTRA_CC_PRE) -g -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -ffunction-sections -fdata-sections -fno-toplevel-reorder -fno-common -I"../src" -I"../src/config/mcal" -I"../src/packs/ATSAME51J19A_DFP" -I"../src/packs/CMSIS/" -I"../src/packs/CMSIS/CMSIS/Core/Include" -I"../src/Calibration" -I"../src/DiagnosticR" -I"../src/DiagnosticR/Comp_HAL_Autosar_Wrappers" -I"../src/DiagnosticR/Comp_ISO_15765_2" -I"../src/DiagnosticR/Comp_ISO_15765_3" -I"../src/DiagnosticR/Dem" -I"../src/DiagnosticR/FicOsek" -I"../src/DiagnosticR/Sys_Diag_Detect" -I"../src/DiagnosticR/UDS" -I"../src/DiagnosticR/UDS/Iso15765_layer2" -I"../src/DiagnosticR/UDS/Iso15765_layer3" -I"../src/DiagnosticR/UDS/Iso15765_layer3/_h61" -I"../src/DiagnosticR/UDS/ModelsInterfaces" -I"../src/DiagnosticR/_configurations" -I"../src/DiagnosticR/rte" -I"../src/FunctionState" -I"../src/OsekCom" -I"../src/P417_SWTR_App_ert_rtw" -I"../src/RTE" -I"../src/Speaker" -I"../src/TLE9263" -I"../src/TouchPanel" -I"../src/config/mcal/mcal.mhc" -I"../src/config/mcal/peripheral/adc" -I"../src/config/mcal/peripheral/can" -I"../src/config/mcal/peripheral/clock" -I"../src/config/mcal/peripheral/cmcc" -I"../src/config/mcal/peripheral/dac" -I"../src/config/mcal/peripheral/evsys" -I"../src/config/mcal/peripheral/nvic" -I"../src/config/mcal/peripheral/nvmctrl" -I"../src/config/mcal/peripheral/port" -I"../src/config/mcal/peripheral/rtc" -I"../src/config/mcal/peripheral/sercom" -I"../src/config/mcal/peripheral/systick" -I"../src/config/mcal/peripheral/tc" -I"../src/config/mcal/peripheral/tcc" -I"../src/config/mcal/stdio" -I"../src/config/mcal/touch" -I"../src/config/mcal/touch/lib" -I"../src/forceSnsr" -I"../src/packs/ATSAME51J19A_DFP/component" -I"../src/packs/ATSAME51J19A_DFP/instance" -I"../src/packs/ATSAME51J19A_DFP/pio" -I"../src/smartEE" -Werror -Wall -MP -MMD -MF "${OBJECTDIR}/_ext/779798284/initialization.o.d" -o ${OBJECTDIR}/_ext/779798284/initialization.o ../src/config/mcal/initialization.c -DXPRJ_mcal=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" ${PACK_COMMON_OPTIONS} ${OBJECTDIR}/_ext/779798284/interrupts.o: ../src/config/mcal/interrupts.c .generated_files/flags/mcal/2a030fcaa1a4f474a9ec1d6e0723452331757f10 .generated_files/flags/mcal/19aca898974f639a5713d79f6a59fd61d4a277f5 @${MKDIR} "${OBJECTDIR}/_ext/779798284" @${RM} ${OBJECTDIR}/_ext/779798284/interrupts.o.d @${RM} ${OBJECTDIR}/_ext/779798284/interrupts.o ${MP_CC} $(MP_EXTRA_CC_PRE) -g -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -ffunction-sections -fdata-sections -fno-toplevel-reorder -fno-common -I"../src" -I"../src/config/mcal" -I"../src/packs/ATSAME51J19A_DFP" -I"../src/packs/CMSIS/" -I"../src/packs/CMSIS/CMSIS/Core/Include" -I"../src/Calibration" -I"../src/DiagnosticR" -I"../src/DiagnosticR/Comp_HAL_Autosar_Wrappers" -I"../src/DiagnosticR/Comp_ISO_15765_2" -I"../src/DiagnosticR/Comp_ISO_15765_3" -I"../src/DiagnosticR/Dem" -I"../src/DiagnosticR/FicOsek" -I"../src/DiagnosticR/Sys_Diag_Detect" -I"../src/DiagnosticR/UDS" -I"../src/DiagnosticR/UDS/Iso15765_layer2" -I"../src/DiagnosticR/UDS/Iso15765_layer3" -I"../src/DiagnosticR/UDS/Iso15765_layer3/_h61" -I"../src/DiagnosticR/UDS/ModelsInterfaces" -I"../src/DiagnosticR/_configurations" -I"../src/DiagnosticR/rte" -I"../src/FunctionState" -I"../src/OsekCom" -I"../src/P417_SWTR_App_ert_rtw" -I"../src/RTE" -I"../src/Speaker" -I"../src/TLE9263" -I"../src/TouchPanel" -I"../src/config/mcal/mcal.mhc" -I"../src/config/mcal/peripheral/adc" -I"../src/config/mcal/peripheral/can" -I"../src/config/mcal/peripheral/clock" -I"../src/config/mcal/peripheral/cmcc" -I"../src/config/mcal/peripheral/dac" -I"../src/config/mcal/peripheral/evsys" -I"../src/config/mcal/peripheral/nvic" -I"../src/config/mcal/peripheral/nvmctrl" -I"../src/config/mcal/peripheral/port" -I"../src/config/mcal/peripheral/rtc" -I"../src/config/mcal/peripheral/sercom" -I"../src/config/mcal/peripheral/systick" -I"../src/config/mcal/peripheral/tc" -I"../src/config/mcal/peripheral/tcc" -I"../src/config/mcal/stdio" -I"../src/config/mcal/touch" -I"../src/config/mcal/touch/lib" -I"../src/forceSnsr" -I"../src/packs/ATSAME51J19A_DFP/component" -I"../src/packs/ATSAME51J19A_DFP/instance" -I"../src/packs/ATSAME51J19A_DFP/pio" -I"../src/smartEE" -Werror -Wall -MP -MMD -MF "${OBJECTDIR}/_ext/779798284/interrupts.o.d" -o ${OBJECTDIR}/_ext/779798284/interrupts.o ../src/config/mcal/interrupts.c -DXPRJ_mcal=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" ${PACK_COMMON_OPTIONS} ${OBJECTDIR}/_ext/779798284/exceptions.o: ../src/config/mcal/exceptions.c .generated_files/flags/mcal/2a2e52b65a16b7e7864defbd8a5695ed99d8abb .generated_files/flags/mcal/19aca898974f639a5713d79f6a59fd61d4a277f5 @${MKDIR} "${OBJECTDIR}/_ext/779798284" @${RM} ${OBJECTDIR}/_ext/779798284/exceptions.o.d @${RM} ${OBJECTDIR}/_ext/779798284/exceptions.o ${MP_CC} $(MP_EXTRA_CC_PRE) -g -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -ffunction-sections -fdata-sections -fno-toplevel-reorder -fno-common -I"../src" -I"../src/config/mcal" -I"../src/packs/ATSAME51J19A_DFP" -I"../src/packs/CMSIS/" -I"../src/packs/CMSIS/CMSIS/Core/Include" -I"../src/Calibration" -I"../src/DiagnosticR" -I"../src/DiagnosticR/Comp_HAL_Autosar_Wrappers" -I"../src/DiagnosticR/Comp_ISO_15765_2" -I"../src/DiagnosticR/Comp_ISO_15765_3" -I"../src/DiagnosticR/Dem" -I"../src/DiagnosticR/FicOsek" -I"../src/DiagnosticR/Sys_Diag_Detect" -I"../src/DiagnosticR/UDS" -I"../src/DiagnosticR/UDS/Iso15765_layer2" -I"../src/DiagnosticR/UDS/Iso15765_layer3" -I"../src/DiagnosticR/UDS/Iso15765_layer3/_h61" -I"../src/DiagnosticR/UDS/ModelsInterfaces" -I"../src/DiagnosticR/_configurations" -I"../src/DiagnosticR/rte" -I"../src/FunctionState" -I"../src/OsekCom" -I"../src/P417_SWTR_App_ert_rtw" -I"../src/RTE" -I"../src/Speaker" -I"../src/TLE9263" -I"../src/TouchPanel" -I"../src/config/mcal/mcal.mhc" -I"../src/config/mcal/peripheral/adc" -I"../src/config/mcal/peripheral/can" -I"../src/config/mcal/peripheral/clock" -I"../src/config/mcal/peripheral/cmcc" -I"../src/config/mcal/peripheral/dac" -I"../src/config/mcal/peripheral/evsys" -I"../src/config/mcal/peripheral/nvic" -I"../src/config/mcal/peripheral/nvmctrl" -I"../src/config/mcal/peripheral/port" -I"../src/config/mcal/peripheral/rtc" -I"../src/config/mcal/peripheral/sercom" -I"../src/config/mcal/peripheral/systick" -I"../src/config/mcal/peripheral/tc" -I"../src/config/mcal/peripheral/tcc" -I"../src/config/mcal/stdio" -I"../src/config/mcal/touch" -I"../src/config/mcal/touch/lib" -I"../src/forceSnsr" -I"../src/packs/ATSAME51J19A_DFP/component" -I"../src/packs/ATSAME51J19A_DFP/instance" -I"../src/packs/ATSAME51J19A_DFP/pio" -I"../src/smartEE" -Werror -Wall -MP -MMD -MF "${OBJECTDIR}/_ext/779798284/exceptions.o.d" -o ${OBJECTDIR}/_ext/779798284/exceptions.o ../src/config/mcal/exceptions.c -DXPRJ_mcal=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" ${PACK_COMMON_OPTIONS} ${OBJECTDIR}/_ext/779798284/startup_xc32.o: ../src/config/mcal/startup_xc32.c .generated_files/flags/mcal/1355268821901b054d90062805d0cc92fe6cbb08 .generated_files/flags/mcal/19aca898974f639a5713d79f6a59fd61d4a277f5 @${MKDIR} "${OBJECTDIR}/_ext/779798284" @${RM} ${OBJECTDIR}/_ext/779798284/startup_xc32.o.d @${RM} ${OBJECTDIR}/_ext/779798284/startup_xc32.o ${MP_CC} $(MP_EXTRA_CC_PRE) -g -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -ffunction-sections -fdata-sections -fno-toplevel-reorder -fno-common -I"../src" -I"../src/config/mcal" -I"../src/packs/ATSAME51J19A_DFP" -I"../src/packs/CMSIS/" -I"../src/packs/CMSIS/CMSIS/Core/Include" -I"../src/Calibration" -I"../src/DiagnosticR" -I"../src/DiagnosticR/Comp_HAL_Autosar_Wrappers" -I"../src/DiagnosticR/Comp_ISO_15765_2" -I"../src/DiagnosticR/Comp_ISO_15765_3" -I"../src/DiagnosticR/Dem" -I"../src/DiagnosticR/FicOsek" -I"../src/DiagnosticR/Sys_Diag_Detect" -I"../src/DiagnosticR/UDS" -I"../src/DiagnosticR/UDS/Iso15765_layer2" -I"../src/DiagnosticR/UDS/Iso15765_layer3" -I"../src/DiagnosticR/UDS/Iso15765_layer3/_h61" -I"../src/DiagnosticR/UDS/ModelsInterfaces" -I"../src/DiagnosticR/_configurations" -I"../src/DiagnosticR/rte" -I"../src/FunctionState" -I"../src/OsekCom" -I"../src/P417_SWTR_App_ert_rtw" -I"../src/RTE" -I"../src/Speaker" -I"../src/TLE9263" -I"../src/TouchPanel" -I"../src/config/mcal/mcal.mhc" -I"../src/config/mcal/peripheral/adc" -I"../src/config/mcal/peripheral/can" -I"../src/config/mcal/peripheral/clock" -I"../src/config/mcal/peripheral/cmcc" -I"../src/config/mcal/peripheral/dac" -I"../src/config/mcal/peripheral/evsys" -I"../src/config/mcal/peripheral/nvic" -I"../src/config/mcal/peripheral/nvmctrl" -I"../src/config/mcal/peripheral/port" -I"../src/config/mcal/peripheral/rtc" -I"../src/config/mcal/peripheral/sercom" -I"../src/config/mcal/peripheral/systick" -I"../src/config/mcal/peripheral/tc" -I"../src/config/mcal/peripheral/tcc" -I"../src/config/mcal/stdio" -I"../src/config/mcal/touch" -I"../src/config/mcal/touch/lib" -I"../src/forceSnsr" -I"../src/packs/ATSAME51J19A_DFP/component" -I"../src/packs/ATSAME51J19A_DFP/instance" -I"../src/packs/ATSAME51J19A_DFP/pio" -I"../src/smartEE" -Werror -Wall -MP -MMD -MF "${OBJECTDIR}/_ext/779798284/startup_xc32.o.d" -o ${OBJECTDIR}/_ext/779798284/startup_xc32.o ../src/config/mcal/startup_xc32.c -DXPRJ_mcal=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" ${PACK_COMMON_OPTIONS} ${OBJECTDIR}/_ext/779798284/libc_syscalls.o: ../src/config/mcal/libc_syscalls.c .generated_files/flags/mcal/c71009d84eb3ebda248eb0ed63f0bb314567ce6d .generated_files/flags/mcal/19aca898974f639a5713d79f6a59fd61d4a277f5 @${MKDIR} "${OBJECTDIR}/_ext/779798284" @${RM} ${OBJECTDIR}/_ext/779798284/libc_syscalls.o.d @${RM} ${OBJECTDIR}/_ext/779798284/libc_syscalls.o ${MP_CC} $(MP_EXTRA_CC_PRE) -g -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -ffunction-sections -fdata-sections -fno-toplevel-reorder -fno-common -I"../src" -I"../src/config/mcal" -I"../src/packs/ATSAME51J19A_DFP" -I"../src/packs/CMSIS/" -I"../src/packs/CMSIS/CMSIS/Core/Include" -I"../src/Calibration" -I"../src/DiagnosticR" -I"../src/DiagnosticR/Comp_HAL_Autosar_Wrappers" -I"../src/DiagnosticR/Comp_ISO_15765_2" -I"../src/DiagnosticR/Comp_ISO_15765_3" -I"../src/DiagnosticR/Dem" -I"../src/DiagnosticR/FicOsek" -I"../src/DiagnosticR/Sys_Diag_Detect" -I"../src/DiagnosticR/UDS" -I"../src/DiagnosticR/UDS/Iso15765_layer2" -I"../src/DiagnosticR/UDS/Iso15765_layer3" -I"../src/DiagnosticR/UDS/Iso15765_layer3/_h61" -I"../src/DiagnosticR/UDS/ModelsInterfaces" -I"../src/DiagnosticR/_configurations" -I"../src/DiagnosticR/rte" -I"../src/FunctionState" -I"../src/OsekCom" -I"../src/P417_SWTR_App_ert_rtw" -I"../src/RTE" -I"../src/Speaker" -I"../src/TLE9263" -I"../src/TouchPanel" -I"../src/config/mcal/mcal.mhc" -I"../src/config/mcal/peripheral/adc" -I"../src/config/mcal/peripheral/can" -I"../src/config/mcal/peripheral/clock" -I"../src/config/mcal/peripheral/cmcc" -I"../src/config/mcal/peripheral/dac" -I"../src/config/mcal/peripheral/evsys" -I"../src/config/mcal/peripheral/nvic" -I"../src/config/mcal/peripheral/nvmctrl" -I"../src/config/mcal/peripheral/port" -I"../src/config/mcal/peripheral/rtc" -I"../src/config/mcal/peripheral/sercom" -I"../src/config/mcal/peripheral/systick" -I"../src/config/mcal/peripheral/tc" -I"../src/config/mcal/peripheral/tcc" -I"../src/config/mcal/stdio" -I"../src/config/mcal/touch" -I"../src/config/mcal/touch/lib" -I"../src/forceSnsr" -I"../src/packs/ATSAME51J19A_DFP/component" -I"../src/packs/ATSAME51J19A_DFP/instance" -I"../src/packs/ATSAME51J19A_DFP/pio" -I"../src/smartEE" -Werror -Wall -MP -MMD -MF "${OBJECTDIR}/_ext/779798284/libc_syscalls.o.d" -o ${OBJECTDIR}/_ext/779798284/libc_syscalls.o ../src/config/mcal/libc_syscalls.c -DXPRJ_mcal=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" ${PACK_COMMON_OPTIONS} ${OBJECTDIR}/_ext/652846568/Timer.o: ../src/DiagnosticR/Comp_HAL_Autosar_Wrappers/Timer.c .generated_files/flags/mcal/933e853b159463edbb2824f20370bec9d517dc32 .generated_files/flags/mcal/19aca898974f639a5713d79f6a59fd61d4a277f5 @${MKDIR} "${OBJECTDIR}/_ext/652846568" @${RM} ${OBJECTDIR}/_ext/652846568/Timer.o.d @${RM} ${OBJECTDIR}/_ext/652846568/Timer.o ${MP_CC} $(MP_EXTRA_CC_PRE) -g -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -ffunction-sections -fdata-sections -fno-toplevel-reorder -fno-common -I"../src" -I"../src/config/mcal" -I"../src/packs/ATSAME51J19A_DFP" -I"../src/packs/CMSIS/" -I"../src/packs/CMSIS/CMSIS/Core/Include" -I"../src/Calibration" -I"../src/DiagnosticR" -I"../src/DiagnosticR/Comp_HAL_Autosar_Wrappers" -I"../src/DiagnosticR/Comp_ISO_15765_2" -I"../src/DiagnosticR/Comp_ISO_15765_3" -I"../src/DiagnosticR/Dem" -I"../src/DiagnosticR/FicOsek" -I"../src/DiagnosticR/Sys_Diag_Detect" -I"../src/DiagnosticR/UDS" -I"../src/DiagnosticR/UDS/Iso15765_layer2" -I"../src/DiagnosticR/UDS/Iso15765_layer3" -I"../src/DiagnosticR/UDS/Iso15765_layer3/_h61" -I"../src/DiagnosticR/UDS/ModelsInterfaces" -I"../src/DiagnosticR/_configurations" -I"../src/DiagnosticR/rte" -I"../src/FunctionState" -I"../src/OsekCom" -I"../src/P417_SWTR_App_ert_rtw" -I"../src/RTE" -I"../src/Speaker" -I"../src/TLE9263" -I"../src/TouchPanel" -I"../src/config/mcal/mcal.mhc" -I"../src/config/mcal/peripheral/adc" -I"../src/config/mcal/peripheral/can" -I"../src/config/mcal/peripheral/clock" -I"../src/config/mcal/peripheral/cmcc" -I"../src/config/mcal/peripheral/dac" -I"../src/config/mcal/peripheral/evsys" -I"../src/config/mcal/peripheral/nvic" -I"../src/config/mcal/peripheral/nvmctrl" -I"../src/config/mcal/peripheral/port" -I"../src/config/mcal/peripheral/rtc" -I"../src/config/mcal/peripheral/sercom" -I"../src/config/mcal/peripheral/systick" -I"../src/config/mcal/peripheral/tc" -I"../src/config/mcal/peripheral/tcc" -I"../src/config/mcal/stdio" -I"../src/config/mcal/touch" -I"../src/config/mcal/touch/lib" -I"../src/forceSnsr" -I"../src/packs/ATSAME51J19A_DFP/component" -I"../src/packs/ATSAME51J19A_DFP/instance" -I"../src/packs/ATSAME51J19A_DFP/pio" -I"../src/smartEE" -Werror -Wall -MP -MMD -MF "${OBJECTDIR}/_ext/652846568/Timer.o.d" -o ${OBJECTDIR}/_ext/652846568/Timer.o ../src/DiagnosticR/Comp_HAL_Autosar_Wrappers/Timer.c -DXPRJ_mcal=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" ${PACK_COMMON_OPTIONS} ${OBJECTDIR}/_ext/22353991/TP_Functions.o: ../src/DiagnosticR/Comp_ISO_15765_2/TP_Functions.c .generated_files/flags/mcal/302117dc4684058a35b47ed5b9e34af0e78dbeb6 .generated_files/flags/mcal/19aca898974f639a5713d79f6a59fd61d4a277f5 @${MKDIR} "${OBJECTDIR}/_ext/22353991" @${RM} ${OBJECTDIR}/_ext/22353991/TP_Functions.o.d @${RM} ${OBJECTDIR}/_ext/22353991/TP_Functions.o ${MP_CC} $(MP_EXTRA_CC_PRE) -g -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -ffunction-sections -fdata-sections -fno-toplevel-reorder -fno-common -I"../src" -I"../src/config/mcal" -I"../src/packs/ATSAME51J19A_DFP" -I"../src/packs/CMSIS/" -I"../src/packs/CMSIS/CMSIS/Core/Include" -I"../src/Calibration" -I"../src/DiagnosticR" -I"../src/DiagnosticR/Comp_HAL_Autosar_Wrappers" -I"../src/DiagnosticR/Comp_ISO_15765_2" -I"../src/DiagnosticR/Comp_ISO_15765_3" -I"../src/DiagnosticR/Dem" -I"../src/DiagnosticR/FicOsek" -I"../src/DiagnosticR/Sys_Diag_Detect" -I"../src/DiagnosticR/UDS" -I"../src/DiagnosticR/UDS/Iso15765_layer2" -I"../src/DiagnosticR/UDS/Iso15765_layer3" -I"../src/DiagnosticR/UDS/Iso15765_layer3/_h61" -I"../src/DiagnosticR/UDS/ModelsInterfaces" -I"../src/DiagnosticR/_configurations" -I"../src/DiagnosticR/rte" -I"../src/FunctionState" -I"../src/OsekCom" -I"../src/P417_SWTR_App_ert_rtw" -I"../src/RTE" -I"../src/Speaker" -I"../src/TLE9263" -I"../src/TouchPanel" -I"../src/config/mcal/mcal.mhc" -I"../src/config/mcal/peripheral/adc" -I"../src/config/mcal/peripheral/can" -I"../src/config/mcal/peripheral/clock" -I"../src/config/mcal/peripheral/cmcc" -I"../src/config/mcal/peripheral/dac" -I"../src/config/mcal/peripheral/evsys" -I"../src/config/mcal/peripheral/nvic" -I"../src/config/mcal/peripheral/nvmctrl" -I"../src/config/mcal/peripheral/port" -I"../src/config/mcal/peripheral/rtc" -I"../src/config/mcal/peripheral/sercom" -I"../src/config/mcal/peripheral/systick" -I"../src/config/mcal/peripheral/tc" -I"../src/config/mcal/peripheral/tcc" -I"../src/config/mcal/stdio" -I"../src/config/mcal/touch" -I"../src/config/mcal/touch/lib" -I"../src/forceSnsr" -I"../src/packs/ATSAME51J19A_DFP/component" -I"../src/packs/ATSAME51J19A_DFP/instance" -I"../src/packs/ATSAME51J19A_DFP/pio" -I"../src/smartEE" -Werror -Wall -MP -MMD -MF "${OBJECTDIR}/_ext/22353991/TP_Functions.o.d" -o ${OBJECTDIR}/_ext/22353991/TP_Functions.o ../src/DiagnosticR/Comp_ISO_15765_2/TP_Functions.c -DXPRJ_mcal=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" ${PACK_COMMON_OPTIONS} ${OBJECTDIR}/_ext/22353991/TP_NetworkLayerLowerInterface_Rx.o: ../src/DiagnosticR/Comp_ISO_15765_2/TP_NetworkLayerLowerInterface_Rx.c .generated_files/flags/mcal/60a456868f2fc2f2408ce374e0758af599eb6902 .generated_files/flags/mcal/19aca898974f639a5713d79f6a59fd61d4a277f5 @${MKDIR} "${OBJECTDIR}/_ext/22353991" @${RM} ${OBJECTDIR}/_ext/22353991/TP_NetworkLayerLowerInterface_Rx.o.d @${RM} ${OBJECTDIR}/_ext/22353991/TP_NetworkLayerLowerInterface_Rx.o ${MP_CC} $(MP_EXTRA_CC_PRE) -g -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -ffunction-sections -fdata-sections -fno-toplevel-reorder -fno-common -I"../src" -I"../src/config/mcal" -I"../src/packs/ATSAME51J19A_DFP" -I"../src/packs/CMSIS/" -I"../src/packs/CMSIS/CMSIS/Core/Include" -I"../src/Calibration" -I"../src/DiagnosticR" -I"../src/DiagnosticR/Comp_HAL_Autosar_Wrappers" -I"../src/DiagnosticR/Comp_ISO_15765_2" -I"../src/DiagnosticR/Comp_ISO_15765_3" -I"../src/DiagnosticR/Dem" -I"../src/DiagnosticR/FicOsek" -I"../src/DiagnosticR/Sys_Diag_Detect" -I"../src/DiagnosticR/UDS" -I"../src/DiagnosticR/UDS/Iso15765_layer2" -I"../src/DiagnosticR/UDS/Iso15765_layer3" -I"../src/DiagnosticR/UDS/Iso15765_layer3/_h61" -I"../src/DiagnosticR/UDS/ModelsInterfaces" -I"../src/DiagnosticR/_configurations" -I"../src/DiagnosticR/rte" -I"../src/FunctionState" -I"../src/OsekCom" -I"../src/P417_SWTR_App_ert_rtw" -I"../src/RTE" -I"../src/Speaker" -I"../src/TLE9263" -I"../src/TouchPanel" -I"../src/config/mcal/mcal.mhc" -I"../src/config/mcal/peripheral/adc" -I"../src/config/mcal/peripheral/can" -I"../src/config/mcal/peripheral/clock" -I"../src/config/mcal/peripheral/cmcc" -I"../src/config/mcal/peripheral/dac" -I"../src/config/mcal/peripheral/evsys" -I"../src/config/mcal/peripheral/nvic" -I"../src/config/mcal/peripheral/nvmctrl" -I"../src/config/mcal/peripheral/port" -I"../src/config/mcal/peripheral/rtc" -I"../src/config/mcal/peripheral/sercom" -I"../src/config/mcal/peripheral/systick" -I"../src/config/mcal/peripheral/tc" -I"../src/config/mcal/peripheral/tcc" -I"../src/config/mcal/stdio" -I"../src/config/mcal/touch" -I"../src/config/mcal/touch/lib" -I"../src/forceSnsr" -I"../src/packs/ATSAME51J19A_DFP/component" -I"../src/packs/ATSAME51J19A_DFP/instance" -I"../src/packs/ATSAME51J19A_DFP/pio" -I"../src/smartEE" -Werror -Wall -MP -MMD -MF "${OBJECTDIR}/_ext/22353991/TP_NetworkLayerLowerInterface_Rx.o.d" -o ${OBJECTDIR}/_ext/22353991/TP_NetworkLayerLowerInterface_Rx.o ../src/DiagnosticR/Comp_ISO_15765_2/TP_NetworkLayerLowerInterface_Rx.c -DXPRJ_mcal=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" ${PACK_COMMON_OPTIONS} ${OBJECTDIR}/_ext/22353991/TP_NetworkLayerLowerInterface_Tx.o: ../src/DiagnosticR/Comp_ISO_15765_2/TP_NetworkLayerLowerInterface_Tx.c .generated_files/flags/mcal/2dabedfa9f6b0e902b598debd1b1ee343c128aea .generated_files/flags/mcal/19aca898974f639a5713d79f6a59fd61d4a277f5 @${MKDIR} "${OBJECTDIR}/_ext/22353991" @${RM} ${OBJECTDIR}/_ext/22353991/TP_NetworkLayerLowerInterface_Tx.o.d @${RM} ${OBJECTDIR}/_ext/22353991/TP_NetworkLayerLowerInterface_Tx.o ${MP_CC} $(MP_EXTRA_CC_PRE) -g -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -ffunction-sections -fdata-sections -fno-toplevel-reorder -fno-common -I"../src" -I"../src/config/mcal" -I"../src/packs/ATSAME51J19A_DFP" -I"../src/packs/CMSIS/" -I"../src/packs/CMSIS/CMSIS/Core/Include" -I"../src/Calibration" -I"../src/DiagnosticR" -I"../src/DiagnosticR/Comp_HAL_Autosar_Wrappers" -I"../src/DiagnosticR/Comp_ISO_15765_2" -I"../src/DiagnosticR/Comp_ISO_15765_3" -I"../src/DiagnosticR/Dem" -I"../src/DiagnosticR/FicOsek" -I"../src/DiagnosticR/Sys_Diag_Detect" -I"../src/DiagnosticR/UDS" -I"../src/DiagnosticR/UDS/Iso15765_layer2" -I"../src/DiagnosticR/UDS/Iso15765_layer3" -I"../src/DiagnosticR/UDS/Iso15765_layer3/_h61" -I"../src/DiagnosticR/UDS/ModelsInterfaces" -I"../src/DiagnosticR/_configurations" -I"../src/DiagnosticR/rte" -I"../src/FunctionState" -I"../src/OsekCom" -I"../src/P417_SWTR_App_ert_rtw" -I"../src/RTE" -I"../src/Speaker" -I"../src/TLE9263" -I"../src/TouchPanel" -I"../src/config/mcal/mcal.mhc" -I"../src/config/mcal/peripheral/adc" -I"../src/config/mcal/peripheral/can" -I"../src/config/mcal/peripheral/clock" -I"../src/config/mcal/peripheral/cmcc" -I"../src/config/mcal/peripheral/dac" -I"../src/config/mcal/peripheral/evsys" -I"../src/config/mcal/peripheral/nvic" -I"../src/config/mcal/peripheral/nvmctrl" -I"../src/config/mcal/peripheral/port" -I"../src/config/mcal/peripheral/rtc" -I"../src/config/mcal/peripheral/sercom" -I"../src/config/mcal/peripheral/systick" -I"../src/config/mcal/peripheral/tc" -I"../src/config/mcal/peripheral/tcc" -I"../src/config/mcal/stdio" -I"../src/config/mcal/touch" -I"../src/config/mcal/touch/lib" -I"../src/forceSnsr" -I"../src/packs/ATSAME51J19A_DFP/component" -I"../src/packs/ATSAME51J19A_DFP/instance" -I"../src/packs/ATSAME51J19A_DFP/pio" -I"../src/smartEE" -Werror -Wall -MP -MMD -MF "${OBJECTDIR}/_ext/22353991/TP_NetworkLayerLowerInterface_Tx.o.d" -o ${OBJECTDIR}/_ext/22353991/TP_NetworkLayerLowerInterface_Tx.o ../src/DiagnosticR/Comp_ISO_15765_2/TP_NetworkLayerLowerInterface_Tx.c -DXPRJ_mcal=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" ${PACK_COMMON_OPTIONS} ${OBJECTDIR}/_ext/22353991/TP_Rx.o: ../src/DiagnosticR/Comp_ISO_15765_2/TP_Rx.c .generated_files/flags/mcal/747200eb7dc5e631e14bbe9ee474206b61827614 .generated_files/flags/mcal/19aca898974f639a5713d79f6a59fd61d4a277f5 @${MKDIR} "${OBJECTDIR}/_ext/22353991" @${RM} ${OBJECTDIR}/_ext/22353991/TP_Rx.o.d @${RM} ${OBJECTDIR}/_ext/22353991/TP_Rx.o ${MP_CC} $(MP_EXTRA_CC_PRE) -g -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -ffunction-sections -fdata-sections -fno-toplevel-reorder -fno-common -I"../src" -I"../src/config/mcal" -I"../src/packs/ATSAME51J19A_DFP" -I"../src/packs/CMSIS/" -I"../src/packs/CMSIS/CMSIS/Core/Include" -I"../src/Calibration" -I"../src/DiagnosticR" -I"../src/DiagnosticR/Comp_HAL_Autosar_Wrappers" -I"../src/DiagnosticR/Comp_ISO_15765_2" -I"../src/DiagnosticR/Comp_ISO_15765_3" -I"../src/DiagnosticR/Dem" -I"../src/DiagnosticR/FicOsek" -I"../src/DiagnosticR/Sys_Diag_Detect" -I"../src/DiagnosticR/UDS" -I"../src/DiagnosticR/UDS/Iso15765_layer2" -I"../src/DiagnosticR/UDS/Iso15765_layer3" -I"../src/DiagnosticR/UDS/Iso15765_layer3/_h61" -I"../src/DiagnosticR/UDS/ModelsInterfaces" -I"../src/DiagnosticR/_configurations" -I"../src/DiagnosticR/rte" -I"../src/FunctionState" -I"../src/OsekCom" -I"../src/P417_SWTR_App_ert_rtw" -I"../src/RTE" -I"../src/Speaker" -I"../src/TLE9263" -I"../src/TouchPanel" -I"../src/config/mcal/mcal.mhc" -I"../src/config/mcal/peripheral/adc" -I"../src/config/mcal/peripheral/can" -I"../src/config/mcal/peripheral/clock" -I"../src/config/mcal/peripheral/cmcc" -I"../src/config/mcal/peripheral/dac" -I"../src/config/mcal/peripheral/evsys" -I"../src/config/mcal/peripheral/nvic" -I"../src/config/mcal/peripheral/nvmctrl" -I"../src/config/mcal/peripheral/port" -I"../src/config/mcal/peripheral/rtc" -I"../src/config/mcal/peripheral/sercom" -I"../src/config/mcal/peripheral/systick" -I"../src/config/mcal/peripheral/tc" -I"../src/config/mcal/peripheral/tcc" -I"../src/config/mcal/stdio" -I"../src/config/mcal/touch" -I"../src/config/mcal/touch/lib" -I"../src/forceSnsr" -I"../src/packs/ATSAME51J19A_DFP/component" -I"../src/packs/ATSAME51J19A_DFP/instance" -I"../src/packs/ATSAME51J19A_DFP/pio" -I"../src/smartEE" -Werror -Wall -MP -MMD -MF "${OBJECTDIR}/_ext/22353991/TP_Rx.o.d" -o ${OBJECTDIR}/_ext/22353991/TP_Rx.o ../src/DiagnosticR/Comp_ISO_15765_2/TP_Rx.c -DXPRJ_mcal=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" ${PACK_COMMON_OPTIONS} ${OBJECTDIR}/_ext/22353991/TP_RxFun.o: ../src/DiagnosticR/Comp_ISO_15765_2/TP_RxFun.c .generated_files/flags/mcal/35607553b9d1ff012c73d62e469af8a02ebb6502 .generated_files/flags/mcal/19aca898974f639a5713d79f6a59fd61d4a277f5 @${MKDIR} "${OBJECTDIR}/_ext/22353991" @${RM} ${OBJECTDIR}/_ext/22353991/TP_RxFun.o.d @${RM} ${OBJECTDIR}/_ext/22353991/TP_RxFun.o ${MP_CC} $(MP_EXTRA_CC_PRE) -g -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -ffunction-sections -fdata-sections -fno-toplevel-reorder -fno-common -I"../src" -I"../src/config/mcal" -I"../src/packs/ATSAME51J19A_DFP" -I"../src/packs/CMSIS/" -I"../src/packs/CMSIS/CMSIS/Core/Include" -I"../src/Calibration" -I"../src/DiagnosticR" -I"../src/DiagnosticR/Comp_HAL_Autosar_Wrappers" -I"../src/DiagnosticR/Comp_ISO_15765_2" -I"../src/DiagnosticR/Comp_ISO_15765_3" -I"../src/DiagnosticR/Dem" -I"../src/DiagnosticR/FicOsek" -I"../src/DiagnosticR/Sys_Diag_Detect" -I"../src/DiagnosticR/UDS" -I"../src/DiagnosticR/UDS/Iso15765_layer2" -I"../src/DiagnosticR/UDS/Iso15765_layer3" -I"../src/DiagnosticR/UDS/Iso15765_layer3/_h61" -I"../src/DiagnosticR/UDS/ModelsInterfaces" -I"../src/DiagnosticR/_configurations" -I"../src/DiagnosticR/rte" -I"../src/FunctionState" -I"../src/OsekCom" -I"../src/P417_SWTR_App_ert_rtw" -I"../src/RTE" -I"../src/Speaker" -I"../src/TLE9263" -I"../src/TouchPanel" -I"../src/config/mcal/mcal.mhc" -I"../src/config/mcal/peripheral/adc" -I"../src/config/mcal/peripheral/can" -I"../src/config/mcal/peripheral/clock" -I"../src/config/mcal/peripheral/cmcc" -I"../src/config/mcal/peripheral/dac" -I"../src/config/mcal/peripheral/evsys" -I"../src/config/mcal/peripheral/nvic" -I"../src/config/mcal/peripheral/nvmctrl" -I"../src/config/mcal/peripheral/port" -I"../src/config/mcal/peripheral/rtc" -I"../src/config/mcal/peripheral/sercom" -I"../src/config/mcal/peripheral/systick" -I"../src/config/mcal/peripheral/tc" -I"../src/config/mcal/peripheral/tcc" -I"../src/config/mcal/stdio" -I"../src/config/mcal/touch" -I"../src/config/mcal/touch/lib" -I"../src/forceSnsr" -I"../src/packs/ATSAME51J19A_DFP/component" -I"../src/packs/ATSAME51J19A_DFP/instance" -I"../src/packs/ATSAME51J19A_DFP/pio" -I"../src/smartEE" -Werror -Wall -MP -MMD -MF "${OBJECTDIR}/_ext/22353991/TP_RxFun.o.d" -o ${OBJECTDIR}/_ext/22353991/TP_RxFun.o ../src/DiagnosticR/Comp_ISO_15765_2/TP_RxFun.c -DXPRJ_mcal=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" ${PACK_COMMON_OPTIONS} ${OBJECTDIR}/_ext/22353991/TP_Rx_Full.o: ../src/DiagnosticR/Comp_ISO_15765_2/TP_Rx_Full.c .generated_files/flags/mcal/beb4168dd5cbe7e2270ecc98482c3f9ebaf9eaba .generated_files/flags/mcal/19aca898974f639a5713d79f6a59fd61d4a277f5 @${MKDIR} "${OBJECTDIR}/_ext/22353991" @${RM} ${OBJECTDIR}/_ext/22353991/TP_Rx_Full.o.d @${RM} ${OBJECTDIR}/_ext/22353991/TP_Rx_Full.o ${MP_CC} $(MP_EXTRA_CC_PRE) -g -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -ffunction-sections -fdata-sections -fno-toplevel-reorder -fno-common -I"../src" -I"../src/config/mcal" -I"../src/packs/ATSAME51J19A_DFP" -I"../src/packs/CMSIS/" -I"../src/packs/CMSIS/CMSIS/Core/Include" -I"../src/Calibration" -I"../src/DiagnosticR" -I"../src/DiagnosticR/Comp_HAL_Autosar_Wrappers" -I"../src/DiagnosticR/Comp_ISO_15765_2" -I"../src/DiagnosticR/Comp_ISO_15765_3" -I"../src/DiagnosticR/Dem" -I"../src/DiagnosticR/FicOsek" -I"../src/DiagnosticR/Sys_Diag_Detect" -I"../src/DiagnosticR/UDS" -I"../src/DiagnosticR/UDS/Iso15765_layer2" -I"../src/DiagnosticR/UDS/Iso15765_layer3" -I"../src/DiagnosticR/UDS/Iso15765_layer3/_h61" -I"../src/DiagnosticR/UDS/ModelsInterfaces" -I"../src/DiagnosticR/_configurations" -I"../src/DiagnosticR/rte" -I"../src/FunctionState" -I"../src/OsekCom" -I"../src/P417_SWTR_App_ert_rtw" -I"../src/RTE" -I"../src/Speaker" -I"../src/TLE9263" -I"../src/TouchPanel" -I"../src/config/mcal/mcal.mhc" -I"../src/config/mcal/peripheral/adc" -I"../src/config/mcal/peripheral/can" -I"../src/config/mcal/peripheral/clock" -I"../src/config/mcal/peripheral/cmcc" -I"../src/config/mcal/peripheral/dac" -I"../src/config/mcal/peripheral/evsys" -I"../src/config/mcal/peripheral/nvic" -I"../src/config/mcal/peripheral/nvmctrl" -I"../src/config/mcal/peripheral/port" -I"../src/config/mcal/peripheral/rtc" -I"../src/config/mcal/peripheral/sercom" -I"../src/config/mcal/peripheral/systick" -I"../src/config/mcal/peripheral/tc" -I"../src/config/mcal/peripheral/tcc" -I"../src/config/mcal/stdio" -I"../src/config/mcal/touch" -I"../src/config/mcal/touch/lib" -I"../src/forceSnsr" -I"../src/packs/ATSAME51J19A_DFP/component" -I"../src/packs/ATSAME51J19A_DFP/instance" -I"../src/packs/ATSAME51J19A_DFP/pio" -I"../src/smartEE" -Werror -Wall -MP -MMD -MF "${OBJECTDIR}/_ext/22353991/TP_Rx_Full.o.d" -o ${OBJECTDIR}/_ext/22353991/TP_Rx_Full.o ../src/DiagnosticR/Comp_ISO_15765_2/TP_Rx_Full.c -DXPRJ_mcal=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" ${PACK_COMMON_OPTIONS} ${OBJECTDIR}/_ext/22353991/TP_Rx_Lite.o: ../src/DiagnosticR/Comp_ISO_15765_2/TP_Rx_Lite.c .generated_files/flags/mcal/e153549e6353b6f96ea525e299080b3a18c6410d .generated_files/flags/mcal/19aca898974f639a5713d79f6a59fd61d4a277f5 @${MKDIR} "${OBJECTDIR}/_ext/22353991" @${RM} ${OBJECTDIR}/_ext/22353991/TP_Rx_Lite.o.d @${RM} ${OBJECTDIR}/_ext/22353991/TP_Rx_Lite.o ${MP_CC} $(MP_EXTRA_CC_PRE) -g -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -ffunction-sections -fdata-sections -fno-toplevel-reorder -fno-common -I"../src" -I"../src/config/mcal" -I"../src/packs/ATSAME51J19A_DFP" -I"../src/packs/CMSIS/" -I"../src/packs/CMSIS/CMSIS/Core/Include" -I"../src/Calibration" -I"../src/DiagnosticR" -I"../src/DiagnosticR/Comp_HAL_Autosar_Wrappers" -I"../src/DiagnosticR/Comp_ISO_15765_2" -I"../src/DiagnosticR/Comp_ISO_15765_3" -I"../src/DiagnosticR/Dem" -I"../src/DiagnosticR/FicOsek" -I"../src/DiagnosticR/Sys_Diag_Detect" -I"../src/DiagnosticR/UDS" -I"../src/DiagnosticR/UDS/Iso15765_layer2" -I"../src/DiagnosticR/UDS/Iso15765_layer3" -I"../src/DiagnosticR/UDS/Iso15765_layer3/_h61" -I"../src/DiagnosticR/UDS/ModelsInterfaces" -I"../src/DiagnosticR/_configurations" -I"../src/DiagnosticR/rte" -I"../src/FunctionState" -I"../src/OsekCom" -I"../src/P417_SWTR_App_ert_rtw" -I"../src/RTE" -I"../src/Speaker" -I"../src/TLE9263" -I"../src/TouchPanel" -I"../src/config/mcal/mcal.mhc" -I"../src/config/mcal/peripheral/adc" -I"../src/config/mcal/peripheral/can" -I"../src/config/mcal/peripheral/clock" -I"../src/config/mcal/peripheral/cmcc" -I"../src/config/mcal/peripheral/dac" -I"../src/config/mcal/peripheral/evsys" -I"../src/config/mcal/peripheral/nvic" -I"../src/config/mcal/peripheral/nvmctrl" -I"../src/config/mcal/peripheral/port" -I"../src/config/mcal/peripheral/rtc" -I"../src/config/mcal/peripheral/sercom" -I"../src/config/mcal/peripheral/systick" -I"../src/config/mcal/peripheral/tc" -I"../src/config/mcal/peripheral/tcc" -I"../src/config/mcal/stdio" -I"../src/config/mcal/touch" -I"../src/config/mcal/touch/lib" -I"../src/forceSnsr" -I"../src/packs/ATSAME51J19A_DFP/component" -I"../src/packs/ATSAME51J19A_DFP/instance" -I"../src/packs/ATSAME51J19A_DFP/pio" -I"../src/smartEE" -Werror -Wall -MP -MMD -MF "${OBJECTDIR}/_ext/22353991/TP_Rx_Lite.o.d" -o ${OBJECTDIR}/_ext/22353991/TP_Rx_Lite.o ../src/DiagnosticR/Comp_ISO_15765_2/TP_Rx_Lite.c -DXPRJ_mcal=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" ${PACK_COMMON_OPTIONS} ${OBJECTDIR}/_ext/22353991/TP_Tx.o: ../src/DiagnosticR/Comp_ISO_15765_2/TP_Tx.c .generated_files/flags/mcal/982d038ed3ab090f43666d9eb80adaf7c3e7d212 .generated_files/flags/mcal/19aca898974f639a5713d79f6a59fd61d4a277f5 @${MKDIR} "${OBJECTDIR}/_ext/22353991" @${RM} ${OBJECTDIR}/_ext/22353991/TP_Tx.o.d @${RM} ${OBJECTDIR}/_ext/22353991/TP_Tx.o ${MP_CC} $(MP_EXTRA_CC_PRE) -g -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -ffunction-sections -fdata-sections -fno-toplevel-reorder -fno-common -I"../src" -I"../src/config/mcal" -I"../src/packs/ATSAME51J19A_DFP" -I"../src/packs/CMSIS/" -I"../src/packs/CMSIS/CMSIS/Core/Include" -I"../src/Calibration" -I"../src/DiagnosticR" -I"../src/DiagnosticR/Comp_HAL_Autosar_Wrappers" -I"../src/DiagnosticR/Comp_ISO_15765_2" -I"../src/DiagnosticR/Comp_ISO_15765_3" -I"../src/DiagnosticR/Dem" -I"../src/DiagnosticR/FicOsek" -I"../src/DiagnosticR/Sys_Diag_Detect" -I"../src/DiagnosticR/UDS" -I"../src/DiagnosticR/UDS/Iso15765_layer2" -I"../src/DiagnosticR/UDS/Iso15765_layer3" -I"../src/DiagnosticR/UDS/Iso15765_layer3/_h61" -I"../src/DiagnosticR/UDS/ModelsInterfaces" -I"../src/DiagnosticR/_configurations" -I"../src/DiagnosticR/rte" -I"../src/FunctionState" -I"../src/OsekCom" -I"../src/P417_SWTR_App_ert_rtw" -I"../src/RTE" -I"../src/Speaker" -I"../src/TLE9263" -I"../src/TouchPanel" -I"../src/config/mcal/mcal.mhc" -I"../src/config/mcal/peripheral/adc" -I"../src/config/mcal/peripheral/can" -I"../src/config/mcal/peripheral/clock" -I"../src/config/mcal/peripheral/cmcc" -I"../src/config/mcal/peripheral/dac" -I"../src/config/mcal/peripheral/evsys" -I"../src/config/mcal/peripheral/nvic" -I"../src/config/mcal/peripheral/nvmctrl" -I"../src/config/mcal/peripheral/port" -I"../src/config/mcal/peripheral/rtc" -I"../src/config/mcal/peripheral/sercom" -I"../src/config/mcal/peripheral/systick" -I"../src/config/mcal/peripheral/tc" -I"../src/config/mcal/peripheral/tcc" -I"../src/config/mcal/stdio" -I"../src/config/mcal/touch" -I"../src/config/mcal/touch/lib" -I"../src/forceSnsr" -I"../src/packs/ATSAME51J19A_DFP/component" -I"../src/packs/ATSAME51J19A_DFP/instance" -I"../src/packs/ATSAME51J19A_DFP/pio" -I"../src/smartEE" -Werror -Wall -MP -MMD -MF "${OBJECTDIR}/_ext/22353991/TP_Tx.o.d" -o ${OBJECTDIR}/_ext/22353991/TP_Tx.o ../src/DiagnosticR/Comp_ISO_15765_2/TP_Tx.c -DXPRJ_mcal=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" ${PACK_COMMON_OPTIONS} ${OBJECTDIR}/_ext/22353991/TP_Tx_Full.o: ../src/DiagnosticR/Comp_ISO_15765_2/TP_Tx_Full.c .generated_files/flags/mcal/6b89247c18b942b76edbd6823e83331010e39b9 .generated_files/flags/mcal/19aca898974f639a5713d79f6a59fd61d4a277f5 @${MKDIR} "${OBJECTDIR}/_ext/22353991" @${RM} ${OBJECTDIR}/_ext/22353991/TP_Tx_Full.o.d @${RM} ${OBJECTDIR}/_ext/22353991/TP_Tx_Full.o ${MP_CC} $(MP_EXTRA_CC_PRE) -g -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -ffunction-sections -fdata-sections -fno-toplevel-reorder -fno-common -I"../src" -I"../src/config/mcal" -I"../src/packs/ATSAME51J19A_DFP" -I"../src/packs/CMSIS/" -I"../src/packs/CMSIS/CMSIS/Core/Include" -I"../src/Calibration" -I"../src/DiagnosticR" -I"../src/DiagnosticR/Comp_HAL_Autosar_Wrappers" -I"../src/DiagnosticR/Comp_ISO_15765_2" -I"../src/DiagnosticR/Comp_ISO_15765_3" -I"../src/DiagnosticR/Dem" -I"../src/DiagnosticR/FicOsek" -I"../src/DiagnosticR/Sys_Diag_Detect" -I"../src/DiagnosticR/UDS" -I"../src/DiagnosticR/UDS/Iso15765_layer2" -I"../src/DiagnosticR/UDS/Iso15765_layer3" -I"../src/DiagnosticR/UDS/Iso15765_layer3/_h61" -I"../src/DiagnosticR/UDS/ModelsInterfaces" -I"../src/DiagnosticR/_configurations" -I"../src/DiagnosticR/rte" -I"../src/FunctionState" -I"../src/OsekCom" -I"../src/P417_SWTR_App_ert_rtw" -I"../src/RTE" -I"../src/Speaker" -I"../src/TLE9263" -I"../src/TouchPanel" -I"../src/config/mcal/mcal.mhc" -I"../src/config/mcal/peripheral/adc" -I"../src/config/mcal/peripheral/can" -I"../src/config/mcal/peripheral/clock" -I"../src/config/mcal/peripheral/cmcc" -I"../src/config/mcal/peripheral/dac" -I"../src/config/mcal/peripheral/evsys" -I"../src/config/mcal/peripheral/nvic" -I"../src/config/mcal/peripheral/nvmctrl" -I"../src/config/mcal/peripheral/port" -I"../src/config/mcal/peripheral/rtc" -I"../src/config/mcal/peripheral/sercom" -I"../src/config/mcal/peripheral/systick" -I"../src/config/mcal/peripheral/tc" -I"../src/config/mcal/peripheral/tcc" -I"../src/config/mcal/stdio" -I"../src/config/mcal/touch" -I"../src/config/mcal/touch/lib" -I"../src/forceSnsr" -I"../src/packs/ATSAME51J19A_DFP/component" -I"../src/packs/ATSAME51J19A_DFP/instance" -I"../src/packs/ATSAME51J19A_DFP/pio" -I"../src/smartEE" -Werror -Wall -MP -MMD -MF "${OBJECTDIR}/_ext/22353991/TP_Tx_Full.o.d" -o ${OBJECTDIR}/_ext/22353991/TP_Tx_Full.o ../src/DiagnosticR/Comp_ISO_15765_2/TP_Tx_Full.c -DXPRJ_mcal=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" ${PACK_COMMON_OPTIONS} ${OBJECTDIR}/_ext/22353991/TP_Tx_Lite.o: ../src/DiagnosticR/Comp_ISO_15765_2/TP_Tx_Lite.c .generated_files/flags/mcal/9458b945e8ba2ab7fcd04faa5f7a0946d1c268c .generated_files/flags/mcal/19aca898974f639a5713d79f6a59fd61d4a277f5 @${MKDIR} "${OBJECTDIR}/_ext/22353991" @${RM} ${OBJECTDIR}/_ext/22353991/TP_Tx_Lite.o.d @${RM} ${OBJECTDIR}/_ext/22353991/TP_Tx_Lite.o ${MP_CC} $(MP_EXTRA_CC_PRE) -g -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -ffunction-sections -fdata-sections -fno-toplevel-reorder -fno-common -I"../src" -I"../src/config/mcal" -I"../src/packs/ATSAME51J19A_DFP" -I"../src/packs/CMSIS/" -I"../src/packs/CMSIS/CMSIS/Core/Include" -I"../src/Calibration" -I"../src/DiagnosticR" -I"../src/DiagnosticR/Comp_HAL_Autosar_Wrappers" -I"../src/DiagnosticR/Comp_ISO_15765_2" -I"../src/DiagnosticR/Comp_ISO_15765_3" -I"../src/DiagnosticR/Dem" -I"../src/DiagnosticR/FicOsek" -I"../src/DiagnosticR/Sys_Diag_Detect" -I"../src/DiagnosticR/UDS" -I"../src/DiagnosticR/UDS/Iso15765_layer2" -I"../src/DiagnosticR/UDS/Iso15765_layer3" -I"../src/DiagnosticR/UDS/Iso15765_layer3/_h61" -I"../src/DiagnosticR/UDS/ModelsInterfaces" -I"../src/DiagnosticR/_configurations" -I"../src/DiagnosticR/rte" -I"../src/FunctionState" -I"../src/OsekCom" -I"../src/P417_SWTR_App_ert_rtw" -I"../src/RTE" -I"../src/Speaker" -I"../src/TLE9263" -I"../src/TouchPanel" -I"../src/config/mcal/mcal.mhc" -I"../src/config/mcal/peripheral/adc" -I"../src/config/mcal/peripheral/can" -I"../src/config/mcal/peripheral/clock" -I"../src/config/mcal/peripheral/cmcc" -I"../src/config/mcal/peripheral/dac" -I"../src/config/mcal/peripheral/evsys" -I"../src/config/mcal/peripheral/nvic" -I"../src/config/mcal/peripheral/nvmctrl" -I"../src/config/mcal/peripheral/port" -I"../src/config/mcal/peripheral/rtc" -I"../src/config/mcal/peripheral/sercom" -I"../src/config/mcal/peripheral/systick" -I"../src/config/mcal/peripheral/tc" -I"../src/config/mcal/peripheral/tcc" -I"../src/config/mcal/stdio" -I"../src/config/mcal/touch" -I"../src/config/mcal/touch/lib" -I"../src/forceSnsr" -I"../src/packs/ATSAME51J19A_DFP/component" -I"../src/packs/ATSAME51J19A_DFP/instance" -I"../src/packs/ATSAME51J19A_DFP/pio" -I"../src/smartEE" -Werror -Wall -MP -MMD -MF "${OBJECTDIR}/_ext/22353991/TP_Tx_Lite.o.d" -o ${OBJECTDIR}/_ext/22353991/TP_Tx_Lite.o ../src/DiagnosticR/Comp_ISO_15765_2/TP_Tx_Lite.c -DXPRJ_mcal=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" ${PACK_COMMON_OPTIONS} ${OBJECTDIR}/_ext/22353990/Iso15765_3_EcuResetTask.o: ../src/DiagnosticR/Comp_ISO_15765_3/Iso15765_3_EcuResetTask.c .generated_files/flags/mcal/b6ebf3c9abfa402dada0e20f6c361794faac8992 .generated_files/flags/mcal/19aca898974f639a5713d79f6a59fd61d4a277f5 @${MKDIR} "${OBJECTDIR}/_ext/22353990" @${RM} ${OBJECTDIR}/_ext/22353990/Iso15765_3_EcuResetTask.o.d @${RM} ${OBJECTDIR}/_ext/22353990/Iso15765_3_EcuResetTask.o ${MP_CC} $(MP_EXTRA_CC_PRE) -g -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -ffunction-sections -fdata-sections -fno-toplevel-reorder -fno-common -I"../src" -I"../src/config/mcal" -I"../src/packs/ATSAME51J19A_DFP" -I"../src/packs/CMSIS/" -I"../src/packs/CMSIS/CMSIS/Core/Include" -I"../src/Calibration" -I"../src/DiagnosticR" -I"../src/DiagnosticR/Comp_HAL_Autosar_Wrappers" -I"../src/DiagnosticR/Comp_ISO_15765_2" -I"../src/DiagnosticR/Comp_ISO_15765_3" -I"../src/DiagnosticR/Dem" -I"../src/DiagnosticR/FicOsek" -I"../src/DiagnosticR/Sys_Diag_Detect" -I"../src/DiagnosticR/UDS" -I"../src/DiagnosticR/UDS/Iso15765_layer2" -I"../src/DiagnosticR/UDS/Iso15765_layer3" -I"../src/DiagnosticR/UDS/Iso15765_layer3/_h61" -I"../src/DiagnosticR/UDS/ModelsInterfaces" -I"../src/DiagnosticR/_configurations" -I"../src/DiagnosticR/rte" -I"../src/FunctionState" -I"../src/OsekCom" -I"../src/P417_SWTR_App_ert_rtw" -I"../src/RTE" -I"../src/Speaker" -I"../src/TLE9263" -I"../src/TouchPanel" -I"../src/config/mcal/mcal.mhc" -I"../src/config/mcal/peripheral/adc" -I"../src/config/mcal/peripheral/can" -I"../src/config/mcal/peripheral/clock" -I"../src/config/mcal/peripheral/cmcc" -I"../src/config/mcal/peripheral/dac" -I"../src/config/mcal/peripheral/evsys" -I"../src/config/mcal/peripheral/nvic" -I"../src/config/mcal/peripheral/nvmctrl" -I"../src/config/mcal/peripheral/port" -I"../src/config/mcal/peripheral/rtc" -I"../src/config/mcal/peripheral/sercom" -I"../src/config/mcal/peripheral/systick" -I"../src/config/mcal/peripheral/tc" -I"../src/config/mcal/peripheral/tcc" -I"../src/config/mcal/stdio" -I"../src/config/mcal/touch" -I"../src/config/mcal/touch/lib" -I"../src/forceSnsr" -I"../src/packs/ATSAME51J19A_DFP/component" -I"../src/packs/ATSAME51J19A_DFP/instance" -I"../src/packs/ATSAME51J19A_DFP/pio" -I"../src/smartEE" -Werror -Wall -MP -MMD -MF "${OBJECTDIR}/_ext/22353990/Iso15765_3_EcuResetTask.o.d" -o ${OBJECTDIR}/_ext/22353990/Iso15765_3_EcuResetTask.o ../src/DiagnosticR/Comp_ISO_15765_3/Iso15765_3_EcuResetTask.c -DXPRJ_mcal=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" ${PACK_COMMON_OPTIONS} ${OBJECTDIR}/_ext/22353990/Iso15765_3_Funcions.o: ../src/DiagnosticR/Comp_ISO_15765_3/Iso15765_3_Funcions.c .generated_files/flags/mcal/f7c34da1e980570d533fc257e9df5bdd3f25f980 .generated_files/flags/mcal/19aca898974f639a5713d79f6a59fd61d4a277f5 @${MKDIR} "${OBJECTDIR}/_ext/22353990" @${RM} ${OBJECTDIR}/_ext/22353990/Iso15765_3_Funcions.o.d @${RM} ${OBJECTDIR}/_ext/22353990/Iso15765_3_Funcions.o ${MP_CC} $(MP_EXTRA_CC_PRE) -g -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -ffunction-sections -fdata-sections -fno-toplevel-reorder -fno-common -I"../src" -I"../src/config/mcal" -I"../src/packs/ATSAME51J19A_DFP" -I"../src/packs/CMSIS/" -I"../src/packs/CMSIS/CMSIS/Core/Include" -I"../src/Calibration" -I"../src/DiagnosticR" -I"../src/DiagnosticR/Comp_HAL_Autosar_Wrappers" -I"../src/DiagnosticR/Comp_ISO_15765_2" -I"../src/DiagnosticR/Comp_ISO_15765_3" -I"../src/DiagnosticR/Dem" -I"../src/DiagnosticR/FicOsek" -I"../src/DiagnosticR/Sys_Diag_Detect" -I"../src/DiagnosticR/UDS" -I"../src/DiagnosticR/UDS/Iso15765_layer2" -I"../src/DiagnosticR/UDS/Iso15765_layer3" -I"../src/DiagnosticR/UDS/Iso15765_layer3/_h61" -I"../src/DiagnosticR/UDS/ModelsInterfaces" -I"../src/DiagnosticR/_configurations" -I"../src/DiagnosticR/rte" -I"../src/FunctionState" -I"../src/OsekCom" -I"../src/P417_SWTR_App_ert_rtw" -I"../src/RTE" -I"../src/Speaker" -I"../src/TLE9263" -I"../src/TouchPanel" -I"../src/config/mcal/mcal.mhc" -I"../src/config/mcal/peripheral/adc" -I"../src/config/mcal/peripheral/can" -I"../src/config/mcal/peripheral/clock" -I"../src/config/mcal/peripheral/cmcc" -I"../src/config/mcal/peripheral/dac" -I"../src/config/mcal/peripheral/evsys" -I"../src/config/mcal/peripheral/nvic" -I"../src/config/mcal/peripheral/nvmctrl" -I"../src/config/mcal/peripheral/port" -I"../src/config/mcal/peripheral/rtc" -I"../src/config/mcal/peripheral/sercom" -I"../src/config/mcal/peripheral/systick" -I"../src/config/mcal/peripheral/tc" -I"../src/config/mcal/peripheral/tcc" -I"../src/config/mcal/stdio" -I"../src/config/mcal/touch" -I"../src/config/mcal/touch/lib" -I"../src/forceSnsr" -I"../src/packs/ATSAME51J19A_DFP/component" -I"../src/packs/ATSAME51J19A_DFP/instance" -I"../src/packs/ATSAME51J19A_DFP/pio" -I"../src/smartEE" -Werror -Wall -MP -MMD -MF "${OBJECTDIR}/_ext/22353990/Iso15765_3_Funcions.o.d" -o ${OBJECTDIR}/_ext/22353990/Iso15765_3_Funcions.o ../src/DiagnosticR/Comp_ISO_15765_3/Iso15765_3_Funcions.c -DXPRJ_mcal=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" ${PACK_COMMON_OPTIONS} ${OBJECTDIR}/_ext/22353990/Iso15765_3_RequestRespondCtrl.o: ../src/DiagnosticR/Comp_ISO_15765_3/Iso15765_3_RequestRespondCtrl.c .generated_files/flags/mcal/74c2ab51d91e85b121b7626698be5a9eac97d916 .generated_files/flags/mcal/19aca898974f639a5713d79f6a59fd61d4a277f5 @${MKDIR} "${OBJECTDIR}/_ext/22353990" @${RM} ${OBJECTDIR}/_ext/22353990/Iso15765_3_RequestRespondCtrl.o.d @${RM} ${OBJECTDIR}/_ext/22353990/Iso15765_3_RequestRespondCtrl.o ${MP_CC} $(MP_EXTRA_CC_PRE) -g -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -ffunction-sections -fdata-sections -fno-toplevel-reorder -fno-common -I"../src" -I"../src/config/mcal" -I"../src/packs/ATSAME51J19A_DFP" -I"../src/packs/CMSIS/" -I"../src/packs/CMSIS/CMSIS/Core/Include" -I"../src/Calibration" -I"../src/DiagnosticR" -I"../src/DiagnosticR/Comp_HAL_Autosar_Wrappers" -I"../src/DiagnosticR/Comp_ISO_15765_2" -I"../src/DiagnosticR/Comp_ISO_15765_3" -I"../src/DiagnosticR/Dem" -I"../src/DiagnosticR/FicOsek" -I"../src/DiagnosticR/Sys_Diag_Detect" -I"../src/DiagnosticR/UDS" -I"../src/DiagnosticR/UDS/Iso15765_layer2" -I"../src/DiagnosticR/UDS/Iso15765_layer3" -I"../src/DiagnosticR/UDS/Iso15765_layer3/_h61" -I"../src/DiagnosticR/UDS/ModelsInterfaces" -I"../src/DiagnosticR/_configurations" -I"../src/DiagnosticR/rte" -I"../src/FunctionState" -I"../src/OsekCom" -I"../src/P417_SWTR_App_ert_rtw" -I"../src/RTE" -I"../src/Speaker" -I"../src/TLE9263" -I"../src/TouchPanel" -I"../src/config/mcal/mcal.mhc" -I"../src/config/mcal/peripheral/adc" -I"../src/config/mcal/peripheral/can" -I"../src/config/mcal/peripheral/clock" -I"../src/config/mcal/peripheral/cmcc" -I"../src/config/mcal/peripheral/dac" -I"../src/config/mcal/peripheral/evsys" -I"../src/config/mcal/peripheral/nvic" -I"../src/config/mcal/peripheral/nvmctrl" -I"../src/config/mcal/peripheral/port" -I"../src/config/mcal/peripheral/rtc" -I"../src/config/mcal/peripheral/sercom" -I"../src/config/mcal/peripheral/systick" -I"../src/config/mcal/peripheral/tc" -I"../src/config/mcal/peripheral/tcc" -I"../src/config/mcal/stdio" -I"../src/config/mcal/touch" -I"../src/config/mcal/touch/lib" -I"../src/forceSnsr" -I"../src/packs/ATSAME51J19A_DFP/component" -I"../src/packs/ATSAME51J19A_DFP/instance" -I"../src/packs/ATSAME51J19A_DFP/pio" -I"../src/smartEE" -Werror -Wall -MP -MMD -MF "${OBJECTDIR}/_ext/22353990/Iso15765_3_RequestRespondCtrl.o.d" -o ${OBJECTDIR}/_ext/22353990/Iso15765_3_RequestRespondCtrl.o ../src/DiagnosticR/Comp_ISO_15765_3/Iso15765_3_RequestRespondCtrl.c -DXPRJ_mcal=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" ${PACK_COMMON_OPTIONS} ${OBJECTDIR}/_ext/22353990/Iso15765_3_SessionCtrlTask.o: ../src/DiagnosticR/Comp_ISO_15765_3/Iso15765_3_SessionCtrlTask.c .generated_files/flags/mcal/eb5d9ff19d81a056b9fe2c2f6158a3759ff01cdb .generated_files/flags/mcal/19aca898974f639a5713d79f6a59fd61d4a277f5 @${MKDIR} "${OBJECTDIR}/_ext/22353990" @${RM} ${OBJECTDIR}/_ext/22353990/Iso15765_3_SessionCtrlTask.o.d @${RM} ${OBJECTDIR}/_ext/22353990/Iso15765_3_SessionCtrlTask.o ${MP_CC} $(MP_EXTRA_CC_PRE) -g -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -ffunction-sections -fdata-sections -fno-toplevel-reorder -fno-common -I"../src" -I"../src/config/mcal" -I"../src/packs/ATSAME51J19A_DFP" -I"../src/packs/CMSIS/" -I"../src/packs/CMSIS/CMSIS/Core/Include" -I"../src/Calibration" -I"../src/DiagnosticR" -I"../src/DiagnosticR/Comp_HAL_Autosar_Wrappers" -I"../src/DiagnosticR/Comp_ISO_15765_2" -I"../src/DiagnosticR/Comp_ISO_15765_3" -I"../src/DiagnosticR/Dem" -I"../src/DiagnosticR/FicOsek" -I"../src/DiagnosticR/Sys_Diag_Detect" -I"../src/DiagnosticR/UDS" -I"../src/DiagnosticR/UDS/Iso15765_layer2" -I"../src/DiagnosticR/UDS/Iso15765_layer3" -I"../src/DiagnosticR/UDS/Iso15765_layer3/_h61" -I"../src/DiagnosticR/UDS/ModelsInterfaces" -I"../src/DiagnosticR/_configurations" -I"../src/DiagnosticR/rte" -I"../src/FunctionState" -I"../src/OsekCom" -I"../src/P417_SWTR_App_ert_rtw" -I"../src/RTE" -I"../src/Speaker" -I"../src/TLE9263" -I"../src/TouchPanel" -I"../src/config/mcal/mcal.mhc" -I"../src/config/mcal/peripheral/adc" -I"../src/config/mcal/peripheral/can" -I"../src/config/mcal/peripheral/clock" -I"../src/config/mcal/peripheral/cmcc" -I"../src/config/mcal/peripheral/dac" -I"../src/config/mcal/peripheral/evsys" -I"../src/config/mcal/peripheral/nvic" -I"../src/config/mcal/peripheral/nvmctrl" -I"../src/config/mcal/peripheral/port" -I"../src/config/mcal/peripheral/rtc" -I"../src/config/mcal/peripheral/sercom" -I"../src/config/mcal/peripheral/systick" -I"../src/config/mcal/peripheral/tc" -I"../src/config/mcal/peripheral/tcc" -I"../src/config/mcal/stdio" -I"../src/config/mcal/touch" -I"../src/config/mcal/touch/lib" -I"../src/forceSnsr" -I"../src/packs/ATSAME51J19A_DFP/component" -I"../src/packs/ATSAME51J19A_DFP/instance" -I"../src/packs/ATSAME51J19A_DFP/pio" -I"../src/smartEE" -Werror -Wall -MP -MMD -MF "${OBJECTDIR}/_ext/22353990/Iso15765_3_SessionCtrlTask.o.d" -o ${OBJECTDIR}/_ext/22353990/Iso15765_3_SessionCtrlTask.o ../src/DiagnosticR/Comp_ISO_15765_3/Iso15765_3_SessionCtrlTask.c -DXPRJ_mcal=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" ${PACK_COMMON_OPTIONS} ${OBJECTDIR}/_ext/1802317902/Dem.o: ../src/DiagnosticR/Dem/Dem.c .generated_files/flags/mcal/507c67e848824701fd38bdf528f2dc3dd30a635d .generated_files/flags/mcal/19aca898974f639a5713d79f6a59fd61d4a277f5 @${MKDIR} "${OBJECTDIR}/_ext/1802317902" @${RM} ${OBJECTDIR}/_ext/1802317902/Dem.o.d @${RM} ${OBJECTDIR}/_ext/1802317902/Dem.o ${MP_CC} $(MP_EXTRA_CC_PRE) -g -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -ffunction-sections -fdata-sections -fno-toplevel-reorder -fno-common -I"../src" -I"../src/config/mcal" -I"../src/packs/ATSAME51J19A_DFP" -I"../src/packs/CMSIS/" -I"../src/packs/CMSIS/CMSIS/Core/Include" -I"../src/Calibration" -I"../src/DiagnosticR" -I"../src/DiagnosticR/Comp_HAL_Autosar_Wrappers" -I"../src/DiagnosticR/Comp_ISO_15765_2" -I"../src/DiagnosticR/Comp_ISO_15765_3" -I"../src/DiagnosticR/Dem" -I"../src/DiagnosticR/FicOsek" -I"../src/DiagnosticR/Sys_Diag_Detect" -I"../src/DiagnosticR/UDS" -I"../src/DiagnosticR/UDS/Iso15765_layer2" -I"../src/DiagnosticR/UDS/Iso15765_layer3" -I"../src/DiagnosticR/UDS/Iso15765_layer3/_h61" -I"../src/DiagnosticR/UDS/ModelsInterfaces" -I"../src/DiagnosticR/_configurations" -I"../src/DiagnosticR/rte" -I"../src/FunctionState" -I"../src/OsekCom" -I"../src/P417_SWTR_App_ert_rtw" -I"../src/RTE" -I"../src/Speaker" -I"../src/TLE9263" -I"../src/TouchPanel" -I"../src/config/mcal/mcal.mhc" -I"../src/config/mcal/peripheral/adc" -I"../src/config/mcal/peripheral/can" -I"../src/config/mcal/peripheral/clock" -I"../src/config/mcal/peripheral/cmcc" -I"../src/config/mcal/peripheral/dac" -I"../src/config/mcal/peripheral/evsys" -I"../src/config/mcal/peripheral/nvic" -I"../src/config/mcal/peripheral/nvmctrl" -I"../src/config/mcal/peripheral/port" -I"../src/config/mcal/peripheral/rtc" -I"../src/config/mcal/peripheral/sercom" -I"../src/config/mcal/peripheral/systick" -I"../src/config/mcal/peripheral/tc" -I"../src/config/mcal/peripheral/tcc" -I"../src/config/mcal/stdio" -I"../src/config/mcal/touch" -I"../src/config/mcal/touch/lib" -I"../src/forceSnsr" -I"../src/packs/ATSAME51J19A_DFP/component" -I"../src/packs/ATSAME51J19A_DFP/instance" -I"../src/packs/ATSAME51J19A_DFP/pio" -I"../src/smartEE" -Werror -Wall -MP -MMD -MF "${OBJECTDIR}/_ext/1802317902/Dem.o.d" -o ${OBJECTDIR}/_ext/1802317902/Dem.o ../src/DiagnosticR/Dem/Dem.c -DXPRJ_mcal=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" ${PACK_COMMON_OPTIONS} ${OBJECTDIR}/_ext/1802317902/Dem_Debounce.o: ../src/DiagnosticR/Dem/Dem_Debounce.c .generated_files/flags/mcal/f917e81bc2aa7d0d23d9c88d79416c882caab0b9 .generated_files/flags/mcal/19aca898974f639a5713d79f6a59fd61d4a277f5 @${MKDIR} "${OBJECTDIR}/_ext/1802317902" @${RM} ${OBJECTDIR}/_ext/1802317902/Dem_Debounce.o.d @${RM} ${OBJECTDIR}/_ext/1802317902/Dem_Debounce.o ${MP_CC} $(MP_EXTRA_CC_PRE) -g -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -ffunction-sections -fdata-sections -fno-toplevel-reorder -fno-common -I"../src" -I"../src/config/mcal" -I"../src/packs/ATSAME51J19A_DFP" -I"../src/packs/CMSIS/" -I"../src/packs/CMSIS/CMSIS/Core/Include" -I"../src/Calibration" -I"../src/DiagnosticR" -I"../src/DiagnosticR/Comp_HAL_Autosar_Wrappers" -I"../src/DiagnosticR/Comp_ISO_15765_2" -I"../src/DiagnosticR/Comp_ISO_15765_3" -I"../src/DiagnosticR/Dem" -I"../src/DiagnosticR/FicOsek" -I"../src/DiagnosticR/Sys_Diag_Detect" -I"../src/DiagnosticR/UDS" -I"../src/DiagnosticR/UDS/Iso15765_layer2" -I"../src/DiagnosticR/UDS/Iso15765_layer3" -I"../src/DiagnosticR/UDS/Iso15765_layer3/_h61" -I"../src/DiagnosticR/UDS/ModelsInterfaces" -I"../src/DiagnosticR/_configurations" -I"../src/DiagnosticR/rte" -I"../src/FunctionState" -I"../src/OsekCom" -I"../src/P417_SWTR_App_ert_rtw" -I"../src/RTE" -I"../src/Speaker" -I"../src/TLE9263" -I"../src/TouchPanel" -I"../src/config/mcal/mcal.mhc" -I"../src/config/mcal/peripheral/adc" -I"../src/config/mcal/peripheral/can" -I"../src/config/mcal/peripheral/clock" -I"../src/config/mcal/peripheral/cmcc" -I"../src/config/mcal/peripheral/dac" -I"../src/config/mcal/peripheral/evsys" -I"../src/config/mcal/peripheral/nvic" -I"../src/config/mcal/peripheral/nvmctrl" -I"../src/config/mcal/peripheral/port" -I"../src/config/mcal/peripheral/rtc" -I"../src/config/mcal/peripheral/sercom" -I"../src/config/mcal/peripheral/systick" -I"../src/config/mcal/peripheral/tc" -I"../src/config/mcal/peripheral/tcc" -I"../src/config/mcal/stdio" -I"../src/config/mcal/touch" -I"../src/config/mcal/touch/lib" -I"../src/forceSnsr" -I"../src/packs/ATSAME51J19A_DFP/component" -I"../src/packs/ATSAME51J19A_DFP/instance" -I"../src/packs/ATSAME51J19A_DFP/pio" -I"../src/smartEE" -Werror -Wall -MP -MMD -MF "${OBJECTDIR}/_ext/1802317902/Dem_Debounce.o.d" -o ${OBJECTDIR}/_ext/1802317902/Dem_Debounce.o ../src/DiagnosticR/Dem/Dem_Debounce.c -DXPRJ_mcal=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" ${PACK_COMMON_OPTIONS} ${OBJECTDIR}/_ext/1802317902/Dem_Extension.o: ../src/DiagnosticR/Dem/Dem_Extension.c .generated_files/flags/mcal/76b51ffd8c44698a45c3bc1a208b8d1bf6072113 .generated_files/flags/mcal/19aca898974f639a5713d79f6a59fd61d4a277f5 @${MKDIR} "${OBJECTDIR}/_ext/1802317902" @${RM} ${OBJECTDIR}/_ext/1802317902/Dem_Extension.o.d @${RM} ${OBJECTDIR}/_ext/1802317902/Dem_Extension.o ${MP_CC} $(MP_EXTRA_CC_PRE) -g -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -ffunction-sections -fdata-sections -fno-toplevel-reorder -fno-common -I"../src" -I"../src/config/mcal" -I"../src/packs/ATSAME51J19A_DFP" -I"../src/packs/CMSIS/" -I"../src/packs/CMSIS/CMSIS/Core/Include" -I"../src/Calibration" -I"../src/DiagnosticR" -I"../src/DiagnosticR/Comp_HAL_Autosar_Wrappers" -I"../src/DiagnosticR/Comp_ISO_15765_2" -I"../src/DiagnosticR/Comp_ISO_15765_3" -I"../src/DiagnosticR/Dem" -I"../src/DiagnosticR/FicOsek" -I"../src/DiagnosticR/Sys_Diag_Detect" -I"../src/DiagnosticR/UDS" -I"../src/DiagnosticR/UDS/Iso15765_layer2" -I"../src/DiagnosticR/UDS/Iso15765_layer3" -I"../src/DiagnosticR/UDS/Iso15765_layer3/_h61" -I"../src/DiagnosticR/UDS/ModelsInterfaces" -I"../src/DiagnosticR/_configurations" -I"../src/DiagnosticR/rte" -I"../src/FunctionState" -I"../src/OsekCom" -I"../src/P417_SWTR_App_ert_rtw" -I"../src/RTE" -I"../src/Speaker" -I"../src/TLE9263" -I"../src/TouchPanel" -I"../src/config/mcal/mcal.mhc" -I"../src/config/mcal/peripheral/adc" -I"../src/config/mcal/peripheral/can" -I"../src/config/mcal/peripheral/clock" -I"../src/config/mcal/peripheral/cmcc" -I"../src/config/mcal/peripheral/dac" -I"../src/config/mcal/peripheral/evsys" -I"../src/config/mcal/peripheral/nvic" -I"../src/config/mcal/peripheral/nvmctrl" -I"../src/config/mcal/peripheral/port" -I"../src/config/mcal/peripheral/rtc" -I"../src/config/mcal/peripheral/sercom" -I"../src/config/mcal/peripheral/systick" -I"../src/config/mcal/peripheral/tc" -I"../src/config/mcal/peripheral/tcc" -I"../src/config/mcal/stdio" -I"../src/config/mcal/touch" -I"../src/config/mcal/touch/lib" -I"../src/forceSnsr" -I"../src/packs/ATSAME51J19A_DFP/component" -I"../src/packs/ATSAME51J19A_DFP/instance" -I"../src/packs/ATSAME51J19A_DFP/pio" -I"../src/smartEE" -Werror -Wall -MP -MMD -MF "${OBJECTDIR}/_ext/1802317902/Dem_Extension.o.d" -o ${OBJECTDIR}/_ext/1802317902/Dem_Extension.o ../src/DiagnosticR/Dem/Dem_Extension.c -DXPRJ_mcal=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" ${PACK_COMMON_OPTIONS} ${OBJECTDIR}/_ext/1802317902/Dem_LCfg.o: ../src/DiagnosticR/Dem/Dem_LCfg.c .generated_files/flags/mcal/76610995cd039d515804d5f0c7d855ceff1d8aec .generated_files/flags/mcal/19aca898974f639a5713d79f6a59fd61d4a277f5 @${MKDIR} "${OBJECTDIR}/_ext/1802317902" @${RM} ${OBJECTDIR}/_ext/1802317902/Dem_LCfg.o.d @${RM} ${OBJECTDIR}/_ext/1802317902/Dem_LCfg.o ${MP_CC} $(MP_EXTRA_CC_PRE) -g -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -ffunction-sections -fdata-sections -fno-toplevel-reorder -fno-common -I"../src" -I"../src/config/mcal" -I"../src/packs/ATSAME51J19A_DFP" -I"../src/packs/CMSIS/" -I"../src/packs/CMSIS/CMSIS/Core/Include" -I"../src/Calibration" -I"../src/DiagnosticR" -I"../src/DiagnosticR/Comp_HAL_Autosar_Wrappers" -I"../src/DiagnosticR/Comp_ISO_15765_2" -I"../src/DiagnosticR/Comp_ISO_15765_3" -I"../src/DiagnosticR/Dem" -I"../src/DiagnosticR/FicOsek" -I"../src/DiagnosticR/Sys_Diag_Detect" -I"../src/DiagnosticR/UDS" -I"../src/DiagnosticR/UDS/Iso15765_layer2" -I"../src/DiagnosticR/UDS/Iso15765_layer3" -I"../src/DiagnosticR/UDS/Iso15765_layer3/_h61" -I"../src/DiagnosticR/UDS/ModelsInterfaces" -I"../src/DiagnosticR/_configurations" -I"../src/DiagnosticR/rte" -I"../src/FunctionState" -I"../src/OsekCom" -I"../src/P417_SWTR_App_ert_rtw" -I"../src/RTE" -I"../src/Speaker" -I"../src/TLE9263" -I"../src/TouchPanel" -I"../src/config/mcal/mcal.mhc" -I"../src/config/mcal/peripheral/adc" -I"../src/config/mcal/peripheral/can" -I"../src/config/mcal/peripheral/clock" -I"../src/config/mcal/peripheral/cmcc" -I"../src/config/mcal/peripheral/dac" -I"../src/config/mcal/peripheral/evsys" -I"../src/config/mcal/peripheral/nvic" -I"../src/config/mcal/peripheral/nvmctrl" -I"../src/config/mcal/peripheral/port" -I"../src/config/mcal/peripheral/rtc" -I"../src/config/mcal/peripheral/sercom" -I"../src/config/mcal/peripheral/systick" -I"../src/config/mcal/peripheral/tc" -I"../src/config/mcal/peripheral/tcc" -I"../src/config/mcal/stdio" -I"../src/config/mcal/touch" -I"../src/config/mcal/touch/lib" -I"../src/forceSnsr" -I"../src/packs/ATSAME51J19A_DFP/component" -I"../src/packs/ATSAME51J19A_DFP/instance" -I"../src/packs/ATSAME51J19A_DFP/pio" -I"../src/smartEE" -Werror -Wall -MP -MMD -MF "${OBJECTDIR}/_ext/1802317902/Dem_LCfg.o.d" -o ${OBJECTDIR}/_ext/1802317902/Dem_LCfg.o ../src/DiagnosticR/Dem/Dem_LCfg.c -DXPRJ_mcal=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" ${PACK_COMMON_OPTIONS} ${OBJECTDIR}/_ext/467908807/SysDiagDetect.o: ../src/DiagnosticR/Sys_Diag_Detect/SysDiagDetect.c .generated_files/flags/mcal/6b7885418f806d9ee3937d47dcd1c4cb7ed18bd .generated_files/flags/mcal/19aca898974f639a5713d79f6a59fd61d4a277f5 @${MKDIR} "${OBJECTDIR}/_ext/467908807" @${RM} ${OBJECTDIR}/_ext/467908807/SysDiagDetect.o.d @${RM} ${OBJECTDIR}/_ext/467908807/SysDiagDetect.o ${MP_CC} $(MP_EXTRA_CC_PRE) -g -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -ffunction-sections -fdata-sections -fno-toplevel-reorder -fno-common -I"../src" -I"../src/config/mcal" -I"../src/packs/ATSAME51J19A_DFP" -I"../src/packs/CMSIS/" -I"../src/packs/CMSIS/CMSIS/Core/Include" -I"../src/Calibration" -I"../src/DiagnosticR" -I"../src/DiagnosticR/Comp_HAL_Autosar_Wrappers" -I"../src/DiagnosticR/Comp_ISO_15765_2" -I"../src/DiagnosticR/Comp_ISO_15765_3" -I"../src/DiagnosticR/Dem" -I"../src/DiagnosticR/FicOsek" -I"../src/DiagnosticR/Sys_Diag_Detect" -I"../src/DiagnosticR/UDS" -I"../src/DiagnosticR/UDS/Iso15765_layer2" -I"../src/DiagnosticR/UDS/Iso15765_layer3" -I"../src/DiagnosticR/UDS/Iso15765_layer3/_h61" -I"../src/DiagnosticR/UDS/ModelsInterfaces" -I"../src/DiagnosticR/_configurations" -I"../src/DiagnosticR/rte" -I"../src/FunctionState" -I"../src/OsekCom" -I"../src/P417_SWTR_App_ert_rtw" -I"../src/RTE" -I"../src/Speaker" -I"../src/TLE9263" -I"../src/TouchPanel" -I"../src/config/mcal/mcal.mhc" -I"../src/config/mcal/peripheral/adc" -I"../src/config/mcal/peripheral/can" -I"../src/config/mcal/peripheral/clock" -I"../src/config/mcal/peripheral/cmcc" -I"../src/config/mcal/peripheral/dac" -I"../src/config/mcal/peripheral/evsys" -I"../src/config/mcal/peripheral/nvic" -I"../src/config/mcal/peripheral/nvmctrl" -I"../src/config/mcal/peripheral/port" -I"../src/config/mcal/peripheral/rtc" -I"../src/config/mcal/peripheral/sercom" -I"../src/config/mcal/peripheral/systick" -I"../src/config/mcal/peripheral/tc" -I"../src/config/mcal/peripheral/tcc" -I"../src/config/mcal/stdio" -I"../src/config/mcal/touch" -I"../src/config/mcal/touch/lib" -I"../src/forceSnsr" -I"../src/packs/ATSAME51J19A_DFP/component" -I"../src/packs/ATSAME51J19A_DFP/instance" -I"../src/packs/ATSAME51J19A_DFP/pio" -I"../src/smartEE" -Werror -Wall -MP -MMD -MF "${OBJECTDIR}/_ext/467908807/SysDiagDetect.o.d" -o ${OBJECTDIR}/_ext/467908807/SysDiagDetect.o ../src/DiagnosticR/Sys_Diag_Detect/SysDiagDetect.c -DXPRJ_mcal=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" ${PACK_COMMON_OPTIONS} ${OBJECTDIR}/_ext/1498712618/TP_CFG.o: ../src/DiagnosticR/UDS/Iso15765_layer2/TP_CFG.c .generated_files/flags/mcal/d8396e389b986d29edf17c1879c4654bce0d2433 .generated_files/flags/mcal/19aca898974f639a5713d79f6a59fd61d4a277f5 @${MKDIR} "${OBJECTDIR}/_ext/1498712618" @${RM} ${OBJECTDIR}/_ext/1498712618/TP_CFG.o.d @${RM} ${OBJECTDIR}/_ext/1498712618/TP_CFG.o ${MP_CC} $(MP_EXTRA_CC_PRE) -g -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -ffunction-sections -fdata-sections -fno-toplevel-reorder -fno-common -I"../src" -I"../src/config/mcal" -I"../src/packs/ATSAME51J19A_DFP" -I"../src/packs/CMSIS/" -I"../src/packs/CMSIS/CMSIS/Core/Include" -I"../src/Calibration" -I"../src/DiagnosticR" -I"../src/DiagnosticR/Comp_HAL_Autosar_Wrappers" -I"../src/DiagnosticR/Comp_ISO_15765_2" -I"../src/DiagnosticR/Comp_ISO_15765_3" -I"../src/DiagnosticR/Dem" -I"../src/DiagnosticR/FicOsek" -I"../src/DiagnosticR/Sys_Diag_Detect" -I"../src/DiagnosticR/UDS" -I"../src/DiagnosticR/UDS/Iso15765_layer2" -I"../src/DiagnosticR/UDS/Iso15765_layer3" -I"../src/DiagnosticR/UDS/Iso15765_layer3/_h61" -I"../src/DiagnosticR/UDS/ModelsInterfaces" -I"../src/DiagnosticR/_configurations" -I"../src/DiagnosticR/rte" -I"../src/FunctionState" -I"../src/OsekCom" -I"../src/P417_SWTR_App_ert_rtw" -I"../src/RTE" -I"../src/Speaker" -I"../src/TLE9263" -I"../src/TouchPanel" -I"../src/config/mcal/mcal.mhc" -I"../src/config/mcal/peripheral/adc" -I"../src/config/mcal/peripheral/can" -I"../src/config/mcal/peripheral/clock" -I"../src/config/mcal/peripheral/cmcc" -I"../src/config/mcal/peripheral/dac" -I"../src/config/mcal/peripheral/evsys" -I"../src/config/mcal/peripheral/nvic" -I"../src/config/mcal/peripheral/nvmctrl" -I"../src/config/mcal/peripheral/port" -I"../src/config/mcal/peripheral/rtc" -I"../src/config/mcal/peripheral/sercom" -I"../src/config/mcal/peripheral/systick" -I"../src/config/mcal/peripheral/tc" -I"../src/config/mcal/peripheral/tcc" -I"../src/config/mcal/stdio" -I"../src/config/mcal/touch" -I"../src/config/mcal/touch/lib" -I"../src/forceSnsr" -I"../src/packs/ATSAME51J19A_DFP/component" -I"../src/packs/ATSAME51J19A_DFP/instance" -I"../src/packs/ATSAME51J19A_DFP/pio" -I"../src/smartEE" -Werror -Wall -MP -MMD -MF "${OBJECTDIR}/_ext/1498712618/TP_CFG.o.d" -o ${OBJECTDIR}/_ext/1498712618/TP_CFG.o ../src/DiagnosticR/UDS/Iso15765_layer2/TP_CFG.c -DXPRJ_mcal=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" ${PACK_COMMON_OPTIONS} ${OBJECTDIR}/_ext/605365704/UdsServerCallbacks_H61L.o: ../src/DiagnosticR/UDS/Iso15765_layer3/_h61/UdsServerCallbacks_H61L.c .generated_files/flags/mcal/79feb9087d853f99c6bbfaa6292f9c0e4e33b84d .generated_files/flags/mcal/19aca898974f639a5713d79f6a59fd61d4a277f5 @${MKDIR} "${OBJECTDIR}/_ext/605365704" @${RM} ${OBJECTDIR}/_ext/605365704/UdsServerCallbacks_H61L.o.d @${RM} ${OBJECTDIR}/_ext/605365704/UdsServerCallbacks_H61L.o ${MP_CC} $(MP_EXTRA_CC_PRE) -g -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -ffunction-sections -fdata-sections -fno-toplevel-reorder -fno-common -I"../src" -I"../src/config/mcal" -I"../src/packs/ATSAME51J19A_DFP" -I"../src/packs/CMSIS/" -I"../src/packs/CMSIS/CMSIS/Core/Include" -I"../src/Calibration" -I"../src/DiagnosticR" -I"../src/DiagnosticR/Comp_HAL_Autosar_Wrappers" -I"../src/DiagnosticR/Comp_ISO_15765_2" -I"../src/DiagnosticR/Comp_ISO_15765_3" -I"../src/DiagnosticR/Dem" -I"../src/DiagnosticR/FicOsek" -I"../src/DiagnosticR/Sys_Diag_Detect" -I"../src/DiagnosticR/UDS" -I"../src/DiagnosticR/UDS/Iso15765_layer2" -I"../src/DiagnosticR/UDS/Iso15765_layer3" -I"../src/DiagnosticR/UDS/Iso15765_layer3/_h61" -I"../src/DiagnosticR/UDS/ModelsInterfaces" -I"../src/DiagnosticR/_configurations" -I"../src/DiagnosticR/rte" -I"../src/FunctionState" -I"../src/OsekCom" -I"../src/P417_SWTR_App_ert_rtw" -I"../src/RTE" -I"../src/Speaker" -I"../src/TLE9263" -I"../src/TouchPanel" -I"../src/config/mcal/mcal.mhc" -I"../src/config/mcal/peripheral/adc" -I"../src/config/mcal/peripheral/can" -I"../src/config/mcal/peripheral/clock" -I"../src/config/mcal/peripheral/cmcc" -I"../src/config/mcal/peripheral/dac" -I"../src/config/mcal/peripheral/evsys" -I"../src/config/mcal/peripheral/nvic" -I"../src/config/mcal/peripheral/nvmctrl" -I"../src/config/mcal/peripheral/port" -I"../src/config/mcal/peripheral/rtc" -I"../src/config/mcal/peripheral/sercom" -I"../src/config/mcal/peripheral/systick" -I"../src/config/mcal/peripheral/tc" -I"../src/config/mcal/peripheral/tcc" -I"../src/config/mcal/stdio" -I"../src/config/mcal/touch" -I"../src/config/mcal/touch/lib" -I"../src/forceSnsr" -I"../src/packs/ATSAME51J19A_DFP/component" -I"../src/packs/ATSAME51J19A_DFP/instance" -I"../src/packs/ATSAME51J19A_DFP/pio" -I"../src/smartEE" -Werror -Wall -MP -MMD -MF "${OBJECTDIR}/_ext/605365704/UdsServerCallbacks_H61L.o.d" -o ${OBJECTDIR}/_ext/605365704/UdsServerCallbacks_H61L.o ../src/DiagnosticR/UDS/Iso15765_layer3/_h61/UdsServerCallbacks_H61L.c -DXPRJ_mcal=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" ${PACK_COMMON_OPTIONS} ${OBJECTDIR}/_ext/1802333190/UDS_CoreServices_CB.o: ../src/DiagnosticR/UDS/UDS_CoreServices_CB.c .generated_files/flags/mcal/baaac7094fdae7d2263366e9d6f607c3d37ccd4a .generated_files/flags/mcal/19aca898974f639a5713d79f6a59fd61d4a277f5 @${MKDIR} "${OBJECTDIR}/_ext/1802333190" @${RM} ${OBJECTDIR}/_ext/1802333190/UDS_CoreServices_CB.o.d @${RM} ${OBJECTDIR}/_ext/1802333190/UDS_CoreServices_CB.o ${MP_CC} $(MP_EXTRA_CC_PRE) -g -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -ffunction-sections -fdata-sections -fno-toplevel-reorder -fno-common -I"../src" -I"../src/config/mcal" -I"../src/packs/ATSAME51J19A_DFP" -I"../src/packs/CMSIS/" -I"../src/packs/CMSIS/CMSIS/Core/Include" -I"../src/Calibration" -I"../src/DiagnosticR" -I"../src/DiagnosticR/Comp_HAL_Autosar_Wrappers" -I"../src/DiagnosticR/Comp_ISO_15765_2" -I"../src/DiagnosticR/Comp_ISO_15765_3" -I"../src/DiagnosticR/Dem" -I"../src/DiagnosticR/FicOsek" -I"../src/DiagnosticR/Sys_Diag_Detect" -I"../src/DiagnosticR/UDS" -I"../src/DiagnosticR/UDS/Iso15765_layer2" -I"../src/DiagnosticR/UDS/Iso15765_layer3" -I"../src/DiagnosticR/UDS/Iso15765_layer3/_h61" -I"../src/DiagnosticR/UDS/ModelsInterfaces" -I"../src/DiagnosticR/_configurations" -I"../src/DiagnosticR/rte" -I"../src/FunctionState" -I"../src/OsekCom" -I"../src/P417_SWTR_App_ert_rtw" -I"../src/RTE" -I"../src/Speaker" -I"../src/TLE9263" -I"../src/TouchPanel" -I"../src/config/mcal/mcal.mhc" -I"../src/config/mcal/peripheral/adc" -I"../src/config/mcal/peripheral/can" -I"../src/config/mcal/peripheral/clock" -I"../src/config/mcal/peripheral/cmcc" -I"../src/config/mcal/peripheral/dac" -I"../src/config/mcal/peripheral/evsys" -I"../src/config/mcal/peripheral/nvic" -I"../src/config/mcal/peripheral/nvmctrl" -I"../src/config/mcal/peripheral/port" -I"../src/config/mcal/peripheral/rtc" -I"../src/config/mcal/peripheral/sercom" -I"../src/config/mcal/peripheral/systick" -I"../src/config/mcal/peripheral/tc" -I"../src/config/mcal/peripheral/tcc" -I"../src/config/mcal/stdio" -I"../src/config/mcal/touch" -I"../src/config/mcal/touch/lib" -I"../src/forceSnsr" -I"../src/packs/ATSAME51J19A_DFP/component" -I"../src/packs/ATSAME51J19A_DFP/instance" -I"../src/packs/ATSAME51J19A_DFP/pio" -I"../src/smartEE" -Werror -Wall -MP -MMD -MF "${OBJECTDIR}/_ext/1802333190/UDS_CoreServices_CB.o.d" -o ${OBJECTDIR}/_ext/1802333190/UDS_CoreServices_CB.o ../src/DiagnosticR/UDS/UDS_CoreServices_CB.c -DXPRJ_mcal=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" ${PACK_COMMON_OPTIONS} ${OBJECTDIR}/_ext/1802333190/UDS_DIDNvm.o: ../src/DiagnosticR/UDS/UDS_DIDNvm.c .generated_files/flags/mcal/ae2865ae157c34c84d72936ab32d52d47d0dabca .generated_files/flags/mcal/19aca898974f639a5713d79f6a59fd61d4a277f5 @${MKDIR} "${OBJECTDIR}/_ext/1802333190" @${RM} ${OBJECTDIR}/_ext/1802333190/UDS_DIDNvm.o.d @${RM} ${OBJECTDIR}/_ext/1802333190/UDS_DIDNvm.o ${MP_CC} $(MP_EXTRA_CC_PRE) -g -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -ffunction-sections -fdata-sections -fno-toplevel-reorder -fno-common -I"../src" -I"../src/config/mcal" -I"../src/packs/ATSAME51J19A_DFP" -I"../src/packs/CMSIS/" -I"../src/packs/CMSIS/CMSIS/Core/Include" -I"../src/Calibration" -I"../src/DiagnosticR" -I"../src/DiagnosticR/Comp_HAL_Autosar_Wrappers" -I"../src/DiagnosticR/Comp_ISO_15765_2" -I"../src/DiagnosticR/Comp_ISO_15765_3" -I"../src/DiagnosticR/Dem" -I"../src/DiagnosticR/FicOsek" -I"../src/DiagnosticR/Sys_Diag_Detect" -I"../src/DiagnosticR/UDS" -I"../src/DiagnosticR/UDS/Iso15765_layer2" -I"../src/DiagnosticR/UDS/Iso15765_layer3" -I"../src/DiagnosticR/UDS/Iso15765_layer3/_h61" -I"../src/DiagnosticR/UDS/ModelsInterfaces" -I"../src/DiagnosticR/_configurations" -I"../src/DiagnosticR/rte" -I"../src/FunctionState" -I"../src/OsekCom" -I"../src/P417_SWTR_App_ert_rtw" -I"../src/RTE" -I"../src/Speaker" -I"../src/TLE9263" -I"../src/TouchPanel" -I"../src/config/mcal/mcal.mhc" -I"../src/config/mcal/peripheral/adc" -I"../src/config/mcal/peripheral/can" -I"../src/config/mcal/peripheral/clock" -I"../src/config/mcal/peripheral/cmcc" -I"../src/config/mcal/peripheral/dac" -I"../src/config/mcal/peripheral/evsys" -I"../src/config/mcal/peripheral/nvic" -I"../src/config/mcal/peripheral/nvmctrl" -I"../src/config/mcal/peripheral/port" -I"../src/config/mcal/peripheral/rtc" -I"../src/config/mcal/peripheral/sercom" -I"../src/config/mcal/peripheral/systick" -I"../src/config/mcal/peripheral/tc" -I"../src/config/mcal/peripheral/tcc" -I"../src/config/mcal/stdio" -I"../src/config/mcal/touch" -I"../src/config/mcal/touch/lib" -I"../src/forceSnsr" -I"../src/packs/ATSAME51J19A_DFP/component" -I"../src/packs/ATSAME51J19A_DFP/instance" -I"../src/packs/ATSAME51J19A_DFP/pio" -I"../src/smartEE" -Werror -Wall -MP -MMD -MF "${OBJECTDIR}/_ext/1802333190/UDS_DIDNvm.o.d" -o ${OBJECTDIR}/_ext/1802333190/UDS_DIDNvm.o ../src/DiagnosticR/UDS/UDS_DIDNvm.c -DXPRJ_mcal=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" ${PACK_COMMON_OPTIONS} ${OBJECTDIR}/_ext/1802333190/UDS_DiDRead_CB.o: ../src/DiagnosticR/UDS/UDS_DiDRead_CB.c .generated_files/flags/mcal/3b2339150de063e3ce2d56c1c38ac2712b90d94d .generated_files/flags/mcal/19aca898974f639a5713d79f6a59fd61d4a277f5 @${MKDIR} "${OBJECTDIR}/_ext/1802333190" @${RM} ${OBJECTDIR}/_ext/1802333190/UDS_DiDRead_CB.o.d @${RM} ${OBJECTDIR}/_ext/1802333190/UDS_DiDRead_CB.o ${MP_CC} $(MP_EXTRA_CC_PRE) -g -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -ffunction-sections -fdata-sections -fno-toplevel-reorder -fno-common -I"../src" -I"../src/config/mcal" -I"../src/packs/ATSAME51J19A_DFP" -I"../src/packs/CMSIS/" -I"../src/packs/CMSIS/CMSIS/Core/Include" -I"../src/Calibration" -I"../src/DiagnosticR" -I"../src/DiagnosticR/Comp_HAL_Autosar_Wrappers" -I"../src/DiagnosticR/Comp_ISO_15765_2" -I"../src/DiagnosticR/Comp_ISO_15765_3" -I"../src/DiagnosticR/Dem" -I"../src/DiagnosticR/FicOsek" -I"../src/DiagnosticR/Sys_Diag_Detect" -I"../src/DiagnosticR/UDS" -I"../src/DiagnosticR/UDS/Iso15765_layer2" -I"../src/DiagnosticR/UDS/Iso15765_layer3" -I"../src/DiagnosticR/UDS/Iso15765_layer3/_h61" -I"../src/DiagnosticR/UDS/ModelsInterfaces" -I"../src/DiagnosticR/_configurations" -I"../src/DiagnosticR/rte" -I"../src/FunctionState" -I"../src/OsekCom" -I"../src/P417_SWTR_App_ert_rtw" -I"../src/RTE" -I"../src/Speaker" -I"../src/TLE9263" -I"../src/TouchPanel" -I"../src/config/mcal/mcal.mhc" -I"../src/config/mcal/peripheral/adc" -I"../src/config/mcal/peripheral/can" -I"../src/config/mcal/peripheral/clock" -I"../src/config/mcal/peripheral/cmcc" -I"../src/config/mcal/peripheral/dac" -I"../src/config/mcal/peripheral/evsys" -I"../src/config/mcal/peripheral/nvic" -I"../src/config/mcal/peripheral/nvmctrl" -I"../src/config/mcal/peripheral/port" -I"../src/config/mcal/peripheral/rtc" -I"../src/config/mcal/peripheral/sercom" -I"../src/config/mcal/peripheral/systick" -I"../src/config/mcal/peripheral/tc" -I"../src/config/mcal/peripheral/tcc" -I"../src/config/mcal/stdio" -I"../src/config/mcal/touch" -I"../src/config/mcal/touch/lib" -I"../src/forceSnsr" -I"../src/packs/ATSAME51J19A_DFP/component" -I"../src/packs/ATSAME51J19A_DFP/instance" -I"../src/packs/ATSAME51J19A_DFP/pio" -I"../src/smartEE" -Werror -Wall -MP -MMD -MF "${OBJECTDIR}/_ext/1802333190/UDS_DiDRead_CB.o.d" -o ${OBJECTDIR}/_ext/1802333190/UDS_DiDRead_CB.o ../src/DiagnosticR/UDS/UDS_DiDRead_CB.c -DXPRJ_mcal=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" ${PACK_COMMON_OPTIONS} ${OBJECTDIR}/_ext/1802333190/UDS_DiDWrite_CB.o: ../src/DiagnosticR/UDS/UDS_DiDWrite_CB.c .generated_files/flags/mcal/7d6eae8ae6483177a3e09e436fc2acdc9f3b5e39 .generated_files/flags/mcal/19aca898974f639a5713d79f6a59fd61d4a277f5 @${MKDIR} "${OBJECTDIR}/_ext/1802333190" @${RM} ${OBJECTDIR}/_ext/1802333190/UDS_DiDWrite_CB.o.d @${RM} ${OBJECTDIR}/_ext/1802333190/UDS_DiDWrite_CB.o ${MP_CC} $(MP_EXTRA_CC_PRE) -g -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -ffunction-sections -fdata-sections -fno-toplevel-reorder -fno-common -I"../src" -I"../src/config/mcal" -I"../src/packs/ATSAME51J19A_DFP" -I"../src/packs/CMSIS/" -I"../src/packs/CMSIS/CMSIS/Core/Include" -I"../src/Calibration" -I"../src/DiagnosticR" -I"../src/DiagnosticR/Comp_HAL_Autosar_Wrappers" -I"../src/DiagnosticR/Comp_ISO_15765_2" -I"../src/DiagnosticR/Comp_ISO_15765_3" -I"../src/DiagnosticR/Dem" -I"../src/DiagnosticR/FicOsek" -I"../src/DiagnosticR/Sys_Diag_Detect" -I"../src/DiagnosticR/UDS" -I"../src/DiagnosticR/UDS/Iso15765_layer2" -I"../src/DiagnosticR/UDS/Iso15765_layer3" -I"../src/DiagnosticR/UDS/Iso15765_layer3/_h61" -I"../src/DiagnosticR/UDS/ModelsInterfaces" -I"../src/DiagnosticR/_configurations" -I"../src/DiagnosticR/rte" -I"../src/FunctionState" -I"../src/OsekCom" -I"../src/P417_SWTR_App_ert_rtw" -I"../src/RTE" -I"../src/Speaker" -I"../src/TLE9263" -I"../src/TouchPanel" -I"../src/config/mcal/mcal.mhc" -I"../src/config/mcal/peripheral/adc" -I"../src/config/mcal/peripheral/can" -I"../src/config/mcal/peripheral/clock" -I"../src/config/mcal/peripheral/cmcc" -I"../src/config/mcal/peripheral/dac" -I"../src/config/mcal/peripheral/evsys" -I"../src/config/mcal/peripheral/nvic" -I"../src/config/mcal/peripheral/nvmctrl" -I"../src/config/mcal/peripheral/port" -I"../src/config/mcal/peripheral/rtc" -I"../src/config/mcal/peripheral/sercom" -I"../src/config/mcal/peripheral/systick" -I"../src/config/mcal/peripheral/tc" -I"../src/config/mcal/peripheral/tcc" -I"../src/config/mcal/stdio" -I"../src/config/mcal/touch" -I"../src/config/mcal/touch/lib" -I"../src/forceSnsr" -I"../src/packs/ATSAME51J19A_DFP/component" -I"../src/packs/ATSAME51J19A_DFP/instance" -I"../src/packs/ATSAME51J19A_DFP/pio" -I"../src/smartEE" -Werror -Wall -MP -MMD -MF "${OBJECTDIR}/_ext/1802333190/UDS_DiDWrite_CB.o.d" -o ${OBJECTDIR}/_ext/1802333190/UDS_DiDWrite_CB.o ../src/DiagnosticR/UDS/UDS_DiDWrite_CB.c -DXPRJ_mcal=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" ${PACK_COMMON_OPTIONS} ${OBJECTDIR}/_ext/1802333190/UDS_IORoutineControl.o: ../src/DiagnosticR/UDS/UDS_IORoutineControl.c .generated_files/flags/mcal/44f4d67576e743aca3a01ff38b3d496e7debab16 .generated_files/flags/mcal/19aca898974f639a5713d79f6a59fd61d4a277f5 @${MKDIR} "${OBJECTDIR}/_ext/1802333190" @${RM} ${OBJECTDIR}/_ext/1802333190/UDS_IORoutineControl.o.d @${RM} ${OBJECTDIR}/_ext/1802333190/UDS_IORoutineControl.o ${MP_CC} $(MP_EXTRA_CC_PRE) -g -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -ffunction-sections -fdata-sections -fno-toplevel-reorder -fno-common -I"../src" -I"../src/config/mcal" -I"../src/packs/ATSAME51J19A_DFP" -I"../src/packs/CMSIS/" -I"../src/packs/CMSIS/CMSIS/Core/Include" -I"../src/Calibration" -I"../src/DiagnosticR" -I"../src/DiagnosticR/Comp_HAL_Autosar_Wrappers" -I"../src/DiagnosticR/Comp_ISO_15765_2" -I"../src/DiagnosticR/Comp_ISO_15765_3" -I"../src/DiagnosticR/Dem" -I"../src/DiagnosticR/FicOsek" -I"../src/DiagnosticR/Sys_Diag_Detect" -I"../src/DiagnosticR/UDS" -I"../src/DiagnosticR/UDS/Iso15765_layer2" -I"../src/DiagnosticR/UDS/Iso15765_layer3" -I"../src/DiagnosticR/UDS/Iso15765_layer3/_h61" -I"../src/DiagnosticR/UDS/ModelsInterfaces" -I"../src/DiagnosticR/_configurations" -I"../src/DiagnosticR/rte" -I"../src/FunctionState" -I"../src/OsekCom" -I"../src/P417_SWTR_App_ert_rtw" -I"../src/RTE" -I"../src/Speaker" -I"../src/TLE9263" -I"../src/TouchPanel" -I"../src/config/mcal/mcal.mhc" -I"../src/config/mcal/peripheral/adc" -I"../src/config/mcal/peripheral/can" -I"../src/config/mcal/peripheral/clock" -I"../src/config/mcal/peripheral/cmcc" -I"../src/config/mcal/peripheral/dac" -I"../src/config/mcal/peripheral/evsys" -I"../src/config/mcal/peripheral/nvic" -I"../src/config/mcal/peripheral/nvmctrl" -I"../src/config/mcal/peripheral/port" -I"../src/config/mcal/peripheral/rtc" -I"../src/config/mcal/peripheral/sercom" -I"../src/config/mcal/peripheral/systick" -I"../src/config/mcal/peripheral/tc" -I"../src/config/mcal/peripheral/tcc" -I"../src/config/mcal/stdio" -I"../src/config/mcal/touch" -I"../src/config/mcal/touch/lib" -I"../src/forceSnsr" -I"../src/packs/ATSAME51J19A_DFP/component" -I"../src/packs/ATSAME51J19A_DFP/instance" -I"../src/packs/ATSAME51J19A_DFP/pio" -I"../src/smartEE" -Werror -Wall -MP -MMD -MF "${OBJECTDIR}/_ext/1802333190/UDS_IORoutineControl.o.d" -o ${OBJECTDIR}/_ext/1802333190/UDS_IORoutineControl.o ../src/DiagnosticR/UDS/UDS_IORoutineControl.c -DXPRJ_mcal=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" ${PACK_COMMON_OPTIONS} ${OBJECTDIR}/_ext/1802333190/UDS_Services_Common.o: ../src/DiagnosticR/UDS/UDS_Services_Common.c .generated_files/flags/mcal/bc3e5be7ee490a8199736feb910f3b9d6e8dca66 .generated_files/flags/mcal/19aca898974f639a5713d79f6a59fd61d4a277f5 @${MKDIR} "${OBJECTDIR}/_ext/1802333190" @${RM} ${OBJECTDIR}/_ext/1802333190/UDS_Services_Common.o.d @${RM} ${OBJECTDIR}/_ext/1802333190/UDS_Services_Common.o ${MP_CC} $(MP_EXTRA_CC_PRE) -g -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -ffunction-sections -fdata-sections -fno-toplevel-reorder -fno-common -I"../src" -I"../src/config/mcal" -I"../src/packs/ATSAME51J19A_DFP" -I"../src/packs/CMSIS/" -I"../src/packs/CMSIS/CMSIS/Core/Include" -I"../src/Calibration" -I"../src/DiagnosticR" -I"../src/DiagnosticR/Comp_HAL_Autosar_Wrappers" -I"../src/DiagnosticR/Comp_ISO_15765_2" -I"../src/DiagnosticR/Comp_ISO_15765_3" -I"../src/DiagnosticR/Dem" -I"../src/DiagnosticR/FicOsek" -I"../src/DiagnosticR/Sys_Diag_Detect" -I"../src/DiagnosticR/UDS" -I"../src/DiagnosticR/UDS/Iso15765_layer2" -I"../src/DiagnosticR/UDS/Iso15765_layer3" -I"../src/DiagnosticR/UDS/Iso15765_layer3/_h61" -I"../src/DiagnosticR/UDS/ModelsInterfaces" -I"../src/DiagnosticR/_configurations" -I"../src/DiagnosticR/rte" -I"../src/FunctionState" -I"../src/OsekCom" -I"../src/P417_SWTR_App_ert_rtw" -I"../src/RTE" -I"../src/Speaker" -I"../src/TLE9263" -I"../src/TouchPanel" -I"../src/config/mcal/mcal.mhc" -I"../src/config/mcal/peripheral/adc" -I"../src/config/mcal/peripheral/can" -I"../src/config/mcal/peripheral/clock" -I"../src/config/mcal/peripheral/cmcc" -I"../src/config/mcal/peripheral/dac" -I"../src/config/mcal/peripheral/evsys" -I"../src/config/mcal/peripheral/nvic" -I"../src/config/mcal/peripheral/nvmctrl" -I"../src/config/mcal/peripheral/port" -I"../src/config/mcal/peripheral/rtc" -I"../src/config/mcal/peripheral/sercom" -I"../src/config/mcal/peripheral/systick" -I"../src/config/mcal/peripheral/tc" -I"../src/config/mcal/peripheral/tcc" -I"../src/config/mcal/stdio" -I"../src/config/mcal/touch" -I"../src/config/mcal/touch/lib" -I"../src/forceSnsr" -I"../src/packs/ATSAME51J19A_DFP/component" -I"../src/packs/ATSAME51J19A_DFP/instance" -I"../src/packs/ATSAME51J19A_DFP/pio" -I"../src/smartEE" -Werror -Wall -MP -MMD -MF "${OBJECTDIR}/_ext/1802333190/UDS_Services_Common.o.d" -o ${OBJECTDIR}/_ext/1802333190/UDS_Services_Common.o ../src/DiagnosticR/UDS/UDS_Services_Common.c -DXPRJ_mcal=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" ${PACK_COMMON_OPTIONS} ${OBJECTDIR}/_ext/2142047477/forcedetect.o: ../src/forceSnsr/forcedetect.c .generated_files/flags/mcal/2a7227638d5c58ce503fcfcdc6a01c8f52e20e54 .generated_files/flags/mcal/19aca898974f639a5713d79f6a59fd61d4a277f5 @${MKDIR} "${OBJECTDIR}/_ext/2142047477" @${RM} ${OBJECTDIR}/_ext/2142047477/forcedetect.o.d @${RM} ${OBJECTDIR}/_ext/2142047477/forcedetect.o ${MP_CC} $(MP_EXTRA_CC_PRE) -g -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -ffunction-sections -fdata-sections -fno-toplevel-reorder -fno-common -I"../src" -I"../src/config/mcal" -I"../src/packs/ATSAME51J19A_DFP" -I"../src/packs/CMSIS/" -I"../src/packs/CMSIS/CMSIS/Core/Include" -I"../src/Calibration" -I"../src/DiagnosticR" -I"../src/DiagnosticR/Comp_HAL_Autosar_Wrappers" -I"../src/DiagnosticR/Comp_ISO_15765_2" -I"../src/DiagnosticR/Comp_ISO_15765_3" -I"../src/DiagnosticR/Dem" -I"../src/DiagnosticR/FicOsek" -I"../src/DiagnosticR/Sys_Diag_Detect" -I"../src/DiagnosticR/UDS" -I"../src/DiagnosticR/UDS/Iso15765_layer2" -I"../src/DiagnosticR/UDS/Iso15765_layer3" -I"../src/DiagnosticR/UDS/Iso15765_layer3/_h61" -I"../src/DiagnosticR/UDS/ModelsInterfaces" -I"../src/DiagnosticR/_configurations" -I"../src/DiagnosticR/rte" -I"../src/FunctionState" -I"../src/OsekCom" -I"../src/P417_SWTR_App_ert_rtw" -I"../src/RTE" -I"../src/Speaker" -I"../src/TLE9263" -I"../src/TouchPanel" -I"../src/config/mcal/mcal.mhc" -I"../src/config/mcal/peripheral/adc" -I"../src/config/mcal/peripheral/can" -I"../src/config/mcal/peripheral/clock" -I"../src/config/mcal/peripheral/cmcc" -I"../src/config/mcal/peripheral/dac" -I"../src/config/mcal/peripheral/evsys" -I"../src/config/mcal/peripheral/nvic" -I"../src/config/mcal/peripheral/nvmctrl" -I"../src/config/mcal/peripheral/port" -I"../src/config/mcal/peripheral/rtc" -I"../src/config/mcal/peripheral/sercom" -I"../src/config/mcal/peripheral/systick" -I"../src/config/mcal/peripheral/tc" -I"../src/config/mcal/peripheral/tcc" -I"../src/config/mcal/stdio" -I"../src/config/mcal/touch" -I"../src/config/mcal/touch/lib" -I"../src/forceSnsr" -I"../src/packs/ATSAME51J19A_DFP/component" -I"../src/packs/ATSAME51J19A_DFP/instance" -I"../src/packs/ATSAME51J19A_DFP/pio" -I"../src/smartEE" -Werror -Wall -MP -MMD -MF "${OBJECTDIR}/_ext/2142047477/forcedetect.o.d" -o ${OBJECTDIR}/_ext/2142047477/forcedetect.o ../src/forceSnsr/forcedetect.c -DXPRJ_mcal=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" ${PACK_COMMON_OPTIONS} ${OBJECTDIR}/_ext/2142047477/forceSnsr.o: ../src/forceSnsr/forceSnsr.c .generated_files/flags/mcal/bcdfda1ea3827ec7c89a826a0c5193a9b9548ec3 .generated_files/flags/mcal/19aca898974f639a5713d79f6a59fd61d4a277f5 @${MKDIR} "${OBJECTDIR}/_ext/2142047477" @${RM} ${OBJECTDIR}/_ext/2142047477/forceSnsr.o.d @${RM} ${OBJECTDIR}/_ext/2142047477/forceSnsr.o ${MP_CC} $(MP_EXTRA_CC_PRE) -g -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -ffunction-sections -fdata-sections -fno-toplevel-reorder -fno-common -I"../src" -I"../src/config/mcal" -I"../src/packs/ATSAME51J19A_DFP" -I"../src/packs/CMSIS/" -I"../src/packs/CMSIS/CMSIS/Core/Include" -I"../src/Calibration" -I"../src/DiagnosticR" -I"../src/DiagnosticR/Comp_HAL_Autosar_Wrappers" -I"../src/DiagnosticR/Comp_ISO_15765_2" -I"../src/DiagnosticR/Comp_ISO_15765_3" -I"../src/DiagnosticR/Dem" -I"../src/DiagnosticR/FicOsek" -I"../src/DiagnosticR/Sys_Diag_Detect" -I"../src/DiagnosticR/UDS" -I"../src/DiagnosticR/UDS/Iso15765_layer2" -I"../src/DiagnosticR/UDS/Iso15765_layer3" -I"../src/DiagnosticR/UDS/Iso15765_layer3/_h61" -I"../src/DiagnosticR/UDS/ModelsInterfaces" -I"../src/DiagnosticR/_configurations" -I"../src/DiagnosticR/rte" -I"../src/FunctionState" -I"../src/OsekCom" -I"../src/P417_SWTR_App_ert_rtw" -I"../src/RTE" -I"../src/Speaker" -I"../src/TLE9263" -I"../src/TouchPanel" -I"../src/config/mcal/mcal.mhc" -I"../src/config/mcal/peripheral/adc" -I"../src/config/mcal/peripheral/can" -I"../src/config/mcal/peripheral/clock" -I"../src/config/mcal/peripheral/cmcc" -I"../src/config/mcal/peripheral/dac" -I"../src/config/mcal/peripheral/evsys" -I"../src/config/mcal/peripheral/nvic" -I"../src/config/mcal/peripheral/nvmctrl" -I"../src/config/mcal/peripheral/port" -I"../src/config/mcal/peripheral/rtc" -I"../src/config/mcal/peripheral/sercom" -I"../src/config/mcal/peripheral/systick" -I"../src/config/mcal/peripheral/tc" -I"../src/config/mcal/peripheral/tcc" -I"../src/config/mcal/stdio" -I"../src/config/mcal/touch" -I"../src/config/mcal/touch/lib" -I"../src/forceSnsr" -I"../src/packs/ATSAME51J19A_DFP/component" -I"../src/packs/ATSAME51J19A_DFP/instance" -I"../src/packs/ATSAME51J19A_DFP/pio" -I"../src/smartEE" -Werror -Wall -MP -MMD -MF "${OBJECTDIR}/_ext/2142047477/forceSnsr.o.d" -o ${OBJECTDIR}/_ext/2142047477/forceSnsr.o ../src/forceSnsr/forceSnsr.c -DXPRJ_mcal=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" ${PACK_COMMON_OPTIONS} ${OBJECTDIR}/_ext/2142047477/forceSnsr_Cfg.o: ../src/forceSnsr/forceSnsr_Cfg.c .generated_files/flags/mcal/ab46fe3cb67ad7593470a25f23ecdbcd3bb699b2 .generated_files/flags/mcal/19aca898974f639a5713d79f6a59fd61d4a277f5 @${MKDIR} "${OBJECTDIR}/_ext/2142047477" @${RM} ${OBJECTDIR}/_ext/2142047477/forceSnsr_Cfg.o.d @${RM} ${OBJECTDIR}/_ext/2142047477/forceSnsr_Cfg.o ${MP_CC} $(MP_EXTRA_CC_PRE) -g -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -ffunction-sections -fdata-sections -fno-toplevel-reorder -fno-common -I"../src" -I"../src/config/mcal" -I"../src/packs/ATSAME51J19A_DFP" -I"../src/packs/CMSIS/" -I"../src/packs/CMSIS/CMSIS/Core/Include" -I"../src/Calibration" -I"../src/DiagnosticR" -I"../src/DiagnosticR/Comp_HAL_Autosar_Wrappers" -I"../src/DiagnosticR/Comp_ISO_15765_2" -I"../src/DiagnosticR/Comp_ISO_15765_3" -I"../src/DiagnosticR/Dem" -I"../src/DiagnosticR/FicOsek" -I"../src/DiagnosticR/Sys_Diag_Detect" -I"../src/DiagnosticR/UDS" -I"../src/DiagnosticR/UDS/Iso15765_layer2" -I"../src/DiagnosticR/UDS/Iso15765_layer3" -I"../src/DiagnosticR/UDS/Iso15765_layer3/_h61" -I"../src/DiagnosticR/UDS/ModelsInterfaces" -I"../src/DiagnosticR/_configurations" -I"../src/DiagnosticR/rte" -I"../src/FunctionState" -I"../src/OsekCom" -I"../src/P417_SWTR_App_ert_rtw" -I"../src/RTE" -I"../src/Speaker" -I"../src/TLE9263" -I"../src/TouchPanel" -I"../src/config/mcal/mcal.mhc" -I"../src/config/mcal/peripheral/adc" -I"../src/config/mcal/peripheral/can" -I"../src/config/mcal/peripheral/clock" -I"../src/config/mcal/peripheral/cmcc" -I"../src/config/mcal/peripheral/dac" -I"../src/config/mcal/peripheral/evsys" -I"../src/config/mcal/peripheral/nvic" -I"../src/config/mcal/peripheral/nvmctrl" -I"../src/config/mcal/peripheral/port" -I"../src/config/mcal/peripheral/rtc" -I"../src/config/mcal/peripheral/sercom" -I"../src/config/mcal/peripheral/systick" -I"../src/config/mcal/peripheral/tc" -I"../src/config/mcal/peripheral/tcc" -I"../src/config/mcal/stdio" -I"../src/config/mcal/touch" -I"../src/config/mcal/touch/lib" -I"../src/forceSnsr" -I"../src/packs/ATSAME51J19A_DFP/component" -I"../src/packs/ATSAME51J19A_DFP/instance" -I"../src/packs/ATSAME51J19A_DFP/pio" -I"../src/smartEE" -Werror -Wall -MP -MMD -MF "${OBJECTDIR}/_ext/2142047477/forceSnsr_Cfg.o.d" -o ${OBJECTDIR}/_ext/2142047477/forceSnsr_Cfg.o ../src/forceSnsr/forceSnsr_Cfg.c -DXPRJ_mcal=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" ${PACK_COMMON_OPTIONS} ${OBJECTDIR}/_ext/984511487/FunctionState.o: ../src/FunctionState/FunctionState.c .generated_files/flags/mcal/5542f301f49db8096ef04205af8b9d31ed527fd1 .generated_files/flags/mcal/19aca898974f639a5713d79f6a59fd61d4a277f5 @${MKDIR} "${OBJECTDIR}/_ext/984511487" @${RM} ${OBJECTDIR}/_ext/984511487/FunctionState.o.d @${RM} ${OBJECTDIR}/_ext/984511487/FunctionState.o ${MP_CC} $(MP_EXTRA_CC_PRE) -g -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -ffunction-sections -fdata-sections -fno-toplevel-reorder -fno-common -I"../src" -I"../src/config/mcal" -I"../src/packs/ATSAME51J19A_DFP" -I"../src/packs/CMSIS/" -I"../src/packs/CMSIS/CMSIS/Core/Include" -I"../src/Calibration" -I"../src/DiagnosticR" -I"../src/DiagnosticR/Comp_HAL_Autosar_Wrappers" -I"../src/DiagnosticR/Comp_ISO_15765_2" -I"../src/DiagnosticR/Comp_ISO_15765_3" -I"../src/DiagnosticR/Dem" -I"../src/DiagnosticR/FicOsek" -I"../src/DiagnosticR/Sys_Diag_Detect" -I"../src/DiagnosticR/UDS" -I"../src/DiagnosticR/UDS/Iso15765_layer2" -I"../src/DiagnosticR/UDS/Iso15765_layer3" -I"../src/DiagnosticR/UDS/Iso15765_layer3/_h61" -I"../src/DiagnosticR/UDS/ModelsInterfaces" -I"../src/DiagnosticR/_configurations" -I"../src/DiagnosticR/rte" -I"../src/FunctionState" -I"../src/OsekCom" -I"../src/P417_SWTR_App_ert_rtw" -I"../src/RTE" -I"../src/Speaker" -I"../src/TLE9263" -I"../src/TouchPanel" -I"../src/config/mcal/mcal.mhc" -I"../src/config/mcal/peripheral/adc" -I"../src/config/mcal/peripheral/can" -I"../src/config/mcal/peripheral/clock" -I"../src/config/mcal/peripheral/cmcc" -I"../src/config/mcal/peripheral/dac" -I"../src/config/mcal/peripheral/evsys" -I"../src/config/mcal/peripheral/nvic" -I"../src/config/mcal/peripheral/nvmctrl" -I"../src/config/mcal/peripheral/port" -I"../src/config/mcal/peripheral/rtc" -I"../src/config/mcal/peripheral/sercom" -I"../src/config/mcal/peripheral/systick" -I"../src/config/mcal/peripheral/tc" -I"../src/config/mcal/peripheral/tcc" -I"../src/config/mcal/stdio" -I"../src/config/mcal/touch" -I"../src/config/mcal/touch/lib" -I"../src/forceSnsr" -I"../src/packs/ATSAME51J19A_DFP/component" -I"../src/packs/ATSAME51J19A_DFP/instance" -I"../src/packs/ATSAME51J19A_DFP/pio" -I"../src/smartEE" -Werror -Wall -MP -MMD -MF "${OBJECTDIR}/_ext/984511487/FunctionState.o.d" -o ${OBJECTDIR}/_ext/984511487/FunctionState.o ../src/FunctionState/FunctionState.c -DXPRJ_mcal=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" ${PACK_COMMON_OPTIONS} ${OBJECTDIR}/_ext/206316669/OsekCom.o: ../src/OsekCom/OsekCom.c .generated_files/flags/mcal/59754937fcfd91987db89e02b80da769b299708a .generated_files/flags/mcal/19aca898974f639a5713d79f6a59fd61d4a277f5 @${MKDIR} "${OBJECTDIR}/_ext/206316669" @${RM} ${OBJECTDIR}/_ext/206316669/OsekCom.o.d @${RM} ${OBJECTDIR}/_ext/206316669/OsekCom.o ${MP_CC} $(MP_EXTRA_CC_PRE) -g -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -ffunction-sections -fdata-sections -fno-toplevel-reorder -fno-common -I"../src" -I"../src/config/mcal" -I"../src/packs/ATSAME51J19A_DFP" -I"../src/packs/CMSIS/" -I"../src/packs/CMSIS/CMSIS/Core/Include" -I"../src/Calibration" -I"../src/DiagnosticR" -I"../src/DiagnosticR/Comp_HAL_Autosar_Wrappers" -I"../src/DiagnosticR/Comp_ISO_15765_2" -I"../src/DiagnosticR/Comp_ISO_15765_3" -I"../src/DiagnosticR/Dem" -I"../src/DiagnosticR/FicOsek" -I"../src/DiagnosticR/Sys_Diag_Detect" -I"../src/DiagnosticR/UDS" -I"../src/DiagnosticR/UDS/Iso15765_layer2" -I"../src/DiagnosticR/UDS/Iso15765_layer3" -I"../src/DiagnosticR/UDS/Iso15765_layer3/_h61" -I"../src/DiagnosticR/UDS/ModelsInterfaces" -I"../src/DiagnosticR/_configurations" -I"../src/DiagnosticR/rte" -I"../src/FunctionState" -I"../src/OsekCom" -I"../src/P417_SWTR_App_ert_rtw" -I"../src/RTE" -I"../src/Speaker" -I"../src/TLE9263" -I"../src/TouchPanel" -I"../src/config/mcal/mcal.mhc" -I"../src/config/mcal/peripheral/adc" -I"../src/config/mcal/peripheral/can" -I"../src/config/mcal/peripheral/clock" -I"../src/config/mcal/peripheral/cmcc" -I"../src/config/mcal/peripheral/dac" -I"../src/config/mcal/peripheral/evsys" -I"../src/config/mcal/peripheral/nvic" -I"../src/config/mcal/peripheral/nvmctrl" -I"../src/config/mcal/peripheral/port" -I"../src/config/mcal/peripheral/rtc" -I"../src/config/mcal/peripheral/sercom" -I"../src/config/mcal/peripheral/systick" -I"../src/config/mcal/peripheral/tc" -I"../src/config/mcal/peripheral/tcc" -I"../src/config/mcal/stdio" -I"../src/config/mcal/touch" -I"../src/config/mcal/touch/lib" -I"../src/forceSnsr" -I"../src/packs/ATSAME51J19A_DFP/component" -I"../src/packs/ATSAME51J19A_DFP/instance" -I"../src/packs/ATSAME51J19A_DFP/pio" -I"../src/smartEE" -Werror -Wall -MP -MMD -MF "${OBJECTDIR}/_ext/206316669/OsekCom.o.d" -o ${OBJECTDIR}/_ext/206316669/OsekCom.o ../src/OsekCom/OsekCom.c -DXPRJ_mcal=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" ${PACK_COMMON_OPTIONS} ${OBJECTDIR}/_ext/905407901/ACT_control_20ms.o: ../src/P417_SWTR_App_ert_rtw/ACT_control_20ms.c .generated_files/flags/mcal/7a0e7f1bc288571241ffc0617d824396f79e09c7 .generated_files/flags/mcal/19aca898974f639a5713d79f6a59fd61d4a277f5 @${MKDIR} "${OBJECTDIR}/_ext/905407901" @${RM} ${OBJECTDIR}/_ext/905407901/ACT_control_20ms.o.d @${RM} ${OBJECTDIR}/_ext/905407901/ACT_control_20ms.o ${MP_CC} $(MP_EXTRA_CC_PRE) -g -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -ffunction-sections -fdata-sections -fno-toplevel-reorder -fno-common -I"../src" -I"../src/config/mcal" -I"../src/packs/ATSAME51J19A_DFP" -I"../src/packs/CMSIS/" -I"../src/packs/CMSIS/CMSIS/Core/Include" -I"../src/Calibration" -I"../src/DiagnosticR" -I"../src/DiagnosticR/Comp_HAL_Autosar_Wrappers" -I"../src/DiagnosticR/Comp_ISO_15765_2" -I"../src/DiagnosticR/Comp_ISO_15765_3" -I"../src/DiagnosticR/Dem" -I"../src/DiagnosticR/FicOsek" -I"../src/DiagnosticR/Sys_Diag_Detect" -I"../src/DiagnosticR/UDS" -I"../src/DiagnosticR/UDS/Iso15765_layer2" -I"../src/DiagnosticR/UDS/Iso15765_layer3" -I"../src/DiagnosticR/UDS/Iso15765_layer3/_h61" -I"../src/DiagnosticR/UDS/ModelsInterfaces" -I"../src/DiagnosticR/_configurations" -I"../src/DiagnosticR/rte" -I"../src/FunctionState" -I"../src/OsekCom" -I"../src/P417_SWTR_App_ert_rtw" -I"../src/RTE" -I"../src/Speaker" -I"../src/TLE9263" -I"../src/TouchPanel" -I"../src/config/mcal/mcal.mhc" -I"../src/config/mcal/peripheral/adc" -I"../src/config/mcal/peripheral/can" -I"../src/config/mcal/peripheral/clock" -I"../src/config/mcal/peripheral/cmcc" -I"../src/config/mcal/peripheral/dac" -I"../src/config/mcal/peripheral/evsys" -I"../src/config/mcal/peripheral/nvic" -I"../src/config/mcal/peripheral/nvmctrl" -I"../src/config/mcal/peripheral/port" -I"../src/config/mcal/peripheral/rtc" -I"../src/config/mcal/peripheral/sercom" -I"../src/config/mcal/peripheral/systick" -I"../src/config/mcal/peripheral/tc" -I"../src/config/mcal/peripheral/tcc" -I"../src/config/mcal/stdio" -I"../src/config/mcal/touch" -I"../src/config/mcal/touch/lib" -I"../src/forceSnsr" -I"../src/packs/ATSAME51J19A_DFP/component" -I"../src/packs/ATSAME51J19A_DFP/instance" -I"../src/packs/ATSAME51J19A_DFP/pio" -I"../src/smartEE" -Werror -Wall -MP -MMD -MF "${OBJECTDIR}/_ext/905407901/ACT_control_20ms.o.d" -o ${OBJECTDIR}/_ext/905407901/ACT_control_20ms.o ../src/P417_SWTR_App_ert_rtw/ACT_control_20ms.c -DXPRJ_mcal=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" ${PACK_COMMON_OPTIONS} ${OBJECTDIR}/_ext/905407901/CAN_0x307_1000ms_Control.o: ../src/P417_SWTR_App_ert_rtw/CAN_0x307_1000ms_Control.c .generated_files/flags/mcal/afccb8fda7ced24587a3d0a091f6cee8757eaf27 .generated_files/flags/mcal/19aca898974f639a5713d79f6a59fd61d4a277f5 @${MKDIR} "${OBJECTDIR}/_ext/905407901" @${RM} ${OBJECTDIR}/_ext/905407901/CAN_0x307_1000ms_Control.o.d @${RM} ${OBJECTDIR}/_ext/905407901/CAN_0x307_1000ms_Control.o ${MP_CC} $(MP_EXTRA_CC_PRE) -g -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -ffunction-sections -fdata-sections -fno-toplevel-reorder -fno-common -I"../src" -I"../src/config/mcal" -I"../src/packs/ATSAME51J19A_DFP" -I"../src/packs/CMSIS/" -I"../src/packs/CMSIS/CMSIS/Core/Include" -I"../src/Calibration" -I"../src/DiagnosticR" -I"../src/DiagnosticR/Comp_HAL_Autosar_Wrappers" -I"../src/DiagnosticR/Comp_ISO_15765_2" -I"../src/DiagnosticR/Comp_ISO_15765_3" -I"../src/DiagnosticR/Dem" -I"../src/DiagnosticR/FicOsek" -I"../src/DiagnosticR/Sys_Diag_Detect" -I"../src/DiagnosticR/UDS" -I"../src/DiagnosticR/UDS/Iso15765_layer2" -I"../src/DiagnosticR/UDS/Iso15765_layer3" -I"../src/DiagnosticR/UDS/Iso15765_layer3/_h61" -I"../src/DiagnosticR/UDS/ModelsInterfaces" -I"../src/DiagnosticR/_configurations" -I"../src/DiagnosticR/rte" -I"../src/FunctionState" -I"../src/OsekCom" -I"../src/P417_SWTR_App_ert_rtw" -I"../src/RTE" -I"../src/Speaker" -I"../src/TLE9263" -I"../src/TouchPanel" -I"../src/config/mcal/mcal.mhc" -I"../src/config/mcal/peripheral/adc" -I"../src/config/mcal/peripheral/can" -I"../src/config/mcal/peripheral/clock" -I"../src/config/mcal/peripheral/cmcc" -I"../src/config/mcal/peripheral/dac" -I"../src/config/mcal/peripheral/evsys" -I"../src/config/mcal/peripheral/nvic" -I"../src/config/mcal/peripheral/nvmctrl" -I"../src/config/mcal/peripheral/port" -I"../src/config/mcal/peripheral/rtc" -I"../src/config/mcal/peripheral/sercom" -I"../src/config/mcal/peripheral/systick" -I"../src/config/mcal/peripheral/tc" -I"../src/config/mcal/peripheral/tcc" -I"../src/config/mcal/stdio" -I"../src/config/mcal/touch" -I"../src/config/mcal/touch/lib" -I"../src/forceSnsr" -I"../src/packs/ATSAME51J19A_DFP/component" -I"../src/packs/ATSAME51J19A_DFP/instance" -I"../src/packs/ATSAME51J19A_DFP/pio" -I"../src/smartEE" -Werror -Wall -MP -MMD -MF "${OBJECTDIR}/_ext/905407901/CAN_0x307_1000ms_Control.o.d" -o ${OBJECTDIR}/_ext/905407901/CAN_0x307_1000ms_Control.o ../src/P417_SWTR_App_ert_rtw/CAN_0x307_1000ms_Control.c -DXPRJ_mcal=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" ${PACK_COMMON_OPTIONS} ${OBJECTDIR}/_ext/905407901/CAN_0x307_25ms_Control.o: ../src/P417_SWTR_App_ert_rtw/CAN_0x307_25ms_Control.c .generated_files/flags/mcal/74b2b9da40539193026a6d126adc4ea3d283cc14 .generated_files/flags/mcal/19aca898974f639a5713d79f6a59fd61d4a277f5 @${MKDIR} "${OBJECTDIR}/_ext/905407901" @${RM} ${OBJECTDIR}/_ext/905407901/CAN_0x307_25ms_Control.o.d @${RM} ${OBJECTDIR}/_ext/905407901/CAN_0x307_25ms_Control.o ${MP_CC} $(MP_EXTRA_CC_PRE) -g -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -ffunction-sections -fdata-sections -fno-toplevel-reorder -fno-common -I"../src" -I"../src/config/mcal" -I"../src/packs/ATSAME51J19A_DFP" -I"../src/packs/CMSIS/" -I"../src/packs/CMSIS/CMSIS/Core/Include" -I"../src/Calibration" -I"../src/DiagnosticR" -I"../src/DiagnosticR/Comp_HAL_Autosar_Wrappers" -I"../src/DiagnosticR/Comp_ISO_15765_2" -I"../src/DiagnosticR/Comp_ISO_15765_3" -I"../src/DiagnosticR/Dem" -I"../src/DiagnosticR/FicOsek" -I"../src/DiagnosticR/Sys_Diag_Detect" -I"../src/DiagnosticR/UDS" -I"../src/DiagnosticR/UDS/Iso15765_layer2" -I"../src/DiagnosticR/UDS/Iso15765_layer3" -I"../src/DiagnosticR/UDS/Iso15765_layer3/_h61" -I"../src/DiagnosticR/UDS/ModelsInterfaces" -I"../src/DiagnosticR/_configurations" -I"../src/DiagnosticR/rte" -I"../src/FunctionState" -I"../src/OsekCom" -I"../src/P417_SWTR_App_ert_rtw" -I"../src/RTE" -I"../src/Speaker" -I"../src/TLE9263" -I"../src/TouchPanel" -I"../src/config/mcal/mcal.mhc" -I"../src/config/mcal/peripheral/adc" -I"../src/config/mcal/peripheral/can" -I"../src/config/mcal/peripheral/clock" -I"../src/config/mcal/peripheral/cmcc" -I"../src/config/mcal/peripheral/dac" -I"../src/config/mcal/peripheral/evsys" -I"../src/config/mcal/peripheral/nvic" -I"../src/config/mcal/peripheral/nvmctrl" -I"../src/config/mcal/peripheral/port" -I"../src/config/mcal/peripheral/rtc" -I"../src/config/mcal/peripheral/sercom" -I"../src/config/mcal/peripheral/systick" -I"../src/config/mcal/peripheral/tc" -I"../src/config/mcal/peripheral/tcc" -I"../src/config/mcal/stdio" -I"../src/config/mcal/touch" -I"../src/config/mcal/touch/lib" -I"../src/forceSnsr" -I"../src/packs/ATSAME51J19A_DFP/component" -I"../src/packs/ATSAME51J19A_DFP/instance" -I"../src/packs/ATSAME51J19A_DFP/pio" -I"../src/smartEE" -Werror -Wall -MP -MMD -MF "${OBJECTDIR}/_ext/905407901/CAN_0x307_25ms_Control.o.d" -o ${OBJECTDIR}/_ext/905407901/CAN_0x307_25ms_Control.o ../src/P417_SWTR_App_ert_rtw/CAN_0x307_25ms_Control.c -DXPRJ_mcal=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" ${PACK_COMMON_OPTIONS} ${OBJECTDIR}/_ext/905407901/Get_0x309_CRC_10ms.o: ../src/P417_SWTR_App_ert_rtw/Get_0x309_CRC_10ms.c .generated_files/flags/mcal/7b1f172ba18a7bd2eadeb2c2bed795764b80f0c6 .generated_files/flags/mcal/19aca898974f639a5713d79f6a59fd61d4a277f5 @${MKDIR} "${OBJECTDIR}/_ext/905407901" @${RM} ${OBJECTDIR}/_ext/905407901/Get_0x309_CRC_10ms.o.d @${RM} ${OBJECTDIR}/_ext/905407901/Get_0x309_CRC_10ms.o ${MP_CC} $(MP_EXTRA_CC_PRE) -g -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -ffunction-sections -fdata-sections -fno-toplevel-reorder -fno-common -I"../src" -I"../src/config/mcal" -I"../src/packs/ATSAME51J19A_DFP" -I"../src/packs/CMSIS/" -I"../src/packs/CMSIS/CMSIS/Core/Include" -I"../src/Calibration" -I"../src/DiagnosticR" -I"../src/DiagnosticR/Comp_HAL_Autosar_Wrappers" -I"../src/DiagnosticR/Comp_ISO_15765_2" -I"../src/DiagnosticR/Comp_ISO_15765_3" -I"../src/DiagnosticR/Dem" -I"../src/DiagnosticR/FicOsek" -I"../src/DiagnosticR/Sys_Diag_Detect" -I"../src/DiagnosticR/UDS" -I"../src/DiagnosticR/UDS/Iso15765_layer2" -I"../src/DiagnosticR/UDS/Iso15765_layer3" -I"../src/DiagnosticR/UDS/Iso15765_layer3/_h61" -I"../src/DiagnosticR/UDS/ModelsInterfaces" -I"../src/DiagnosticR/_configurations" -I"../src/DiagnosticR/rte" -I"../src/FunctionState" -I"../src/OsekCom" -I"../src/P417_SWTR_App_ert_rtw" -I"../src/RTE" -I"../src/Speaker" -I"../src/TLE9263" -I"../src/TouchPanel" -I"../src/config/mcal/mcal.mhc" -I"../src/config/mcal/peripheral/adc" -I"../src/config/mcal/peripheral/can" -I"../src/config/mcal/peripheral/clock" -I"../src/config/mcal/peripheral/cmcc" -I"../src/config/mcal/peripheral/dac" -I"../src/config/mcal/peripheral/evsys" -I"../src/config/mcal/peripheral/nvic" -I"../src/config/mcal/peripheral/nvmctrl" -I"../src/config/mcal/peripheral/port" -I"../src/config/mcal/peripheral/rtc" -I"../src/config/mcal/peripheral/sercom" -I"../src/config/mcal/peripheral/systick" -I"../src/config/mcal/peripheral/tc" -I"../src/config/mcal/peripheral/tcc" -I"../src/config/mcal/stdio" -I"../src/config/mcal/touch" -I"../src/config/mcal/touch/lib" -I"../src/forceSnsr" -I"../src/packs/ATSAME51J19A_DFP/component" -I"../src/packs/ATSAME51J19A_DFP/instance" -I"../src/packs/ATSAME51J19A_DFP/pio" -I"../src/smartEE" -Werror -Wall -MP -MMD -MF "${OBJECTDIR}/_ext/905407901/Get_0x309_CRC_10ms.o.d" -o ${OBJECTDIR}/_ext/905407901/Get_0x309_CRC_10ms.o ../src/P417_SWTR_App_ert_rtw/Get_0x309_CRC_10ms.c -DXPRJ_mcal=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" ${PACK_COMMON_OPTIONS} ${OBJECTDIR}/_ext/905407901/illumination_control_10ms.o: ../src/P417_SWTR_App_ert_rtw/illumination_control_10ms.c .generated_files/flags/mcal/b10540084ac5f7fbeac0fabb08780c0de309b698 .generated_files/flags/mcal/19aca898974f639a5713d79f6a59fd61d4a277f5 @${MKDIR} "${OBJECTDIR}/_ext/905407901" @${RM} ${OBJECTDIR}/_ext/905407901/illumination_control_10ms.o.d @${RM} ${OBJECTDIR}/_ext/905407901/illumination_control_10ms.o ${MP_CC} $(MP_EXTRA_CC_PRE) -g -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -ffunction-sections -fdata-sections -fno-toplevel-reorder -fno-common -I"../src" -I"../src/config/mcal" -I"../src/packs/ATSAME51J19A_DFP" -I"../src/packs/CMSIS/" -I"../src/packs/CMSIS/CMSIS/Core/Include" -I"../src/Calibration" -I"../src/DiagnosticR" -I"../src/DiagnosticR/Comp_HAL_Autosar_Wrappers" -I"../src/DiagnosticR/Comp_ISO_15765_2" -I"../src/DiagnosticR/Comp_ISO_15765_3" -I"../src/DiagnosticR/Dem" -I"../src/DiagnosticR/FicOsek" -I"../src/DiagnosticR/Sys_Diag_Detect" -I"../src/DiagnosticR/UDS" -I"../src/DiagnosticR/UDS/Iso15765_layer2" -I"../src/DiagnosticR/UDS/Iso15765_layer3" -I"../src/DiagnosticR/UDS/Iso15765_layer3/_h61" -I"../src/DiagnosticR/UDS/ModelsInterfaces" -I"../src/DiagnosticR/_configurations" -I"../src/DiagnosticR/rte" -I"../src/FunctionState" -I"../src/OsekCom" -I"../src/P417_SWTR_App_ert_rtw" -I"../src/RTE" -I"../src/Speaker" -I"../src/TLE9263" -I"../src/TouchPanel" -I"../src/config/mcal/mcal.mhc" -I"../src/config/mcal/peripheral/adc" -I"../src/config/mcal/peripheral/can" -I"../src/config/mcal/peripheral/clock" -I"../src/config/mcal/peripheral/cmcc" -I"../src/config/mcal/peripheral/dac" -I"../src/config/mcal/peripheral/evsys" -I"../src/config/mcal/peripheral/nvic" -I"../src/config/mcal/peripheral/nvmctrl" -I"../src/config/mcal/peripheral/port" -I"../src/config/mcal/peripheral/rtc" -I"../src/config/mcal/peripheral/sercom" -I"../src/config/mcal/peripheral/systick" -I"../src/config/mcal/peripheral/tc" -I"../src/config/mcal/peripheral/tcc" -I"../src/config/mcal/stdio" -I"../src/config/mcal/touch" -I"../src/config/mcal/touch/lib" -I"../src/forceSnsr" -I"../src/packs/ATSAME51J19A_DFP/component" -I"../src/packs/ATSAME51J19A_DFP/instance" -I"../src/packs/ATSAME51J19A_DFP/pio" -I"../src/smartEE" -Werror -Wall -MP -MMD -MF "${OBJECTDIR}/_ext/905407901/illumination_control_10ms.o.d" -o ${OBJECTDIR}/_ext/905407901/illumination_control_10ms.o ../src/P417_SWTR_App_ert_rtw/illumination_control_10ms.c -DXPRJ_mcal=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" ${PACK_COMMON_OPTIONS} ${OBJECTDIR}/_ext/905407901/LED_Control_10ms.o: ../src/P417_SWTR_App_ert_rtw/LED_Control_10ms.c .generated_files/flags/mcal/c0e96d9cce0db4146f661a258b6268d9d31ca0bc .generated_files/flags/mcal/19aca898974f639a5713d79f6a59fd61d4a277f5 @${MKDIR} "${OBJECTDIR}/_ext/905407901" @${RM} ${OBJECTDIR}/_ext/905407901/LED_Control_10ms.o.d @${RM} ${OBJECTDIR}/_ext/905407901/LED_Control_10ms.o ${MP_CC} $(MP_EXTRA_CC_PRE) -g -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -ffunction-sections -fdata-sections -fno-toplevel-reorder -fno-common -I"../src" -I"../src/config/mcal" -I"../src/packs/ATSAME51J19A_DFP" -I"../src/packs/CMSIS/" -I"../src/packs/CMSIS/CMSIS/Core/Include" -I"../src/Calibration" -I"../src/DiagnosticR" -I"../src/DiagnosticR/Comp_HAL_Autosar_Wrappers" -I"../src/DiagnosticR/Comp_ISO_15765_2" -I"../src/DiagnosticR/Comp_ISO_15765_3" -I"../src/DiagnosticR/Dem" -I"../src/DiagnosticR/FicOsek" -I"../src/DiagnosticR/Sys_Diag_Detect" -I"../src/DiagnosticR/UDS" -I"../src/DiagnosticR/UDS/Iso15765_layer2" -I"../src/DiagnosticR/UDS/Iso15765_layer3" -I"../src/DiagnosticR/UDS/Iso15765_layer3/_h61" -I"../src/DiagnosticR/UDS/ModelsInterfaces" -I"../src/DiagnosticR/_configurations" -I"../src/DiagnosticR/rte" -I"../src/FunctionState" -I"../src/OsekCom" -I"../src/P417_SWTR_App_ert_rtw" -I"../src/RTE" -I"../src/Speaker" -I"../src/TLE9263" -I"../src/TouchPanel" -I"../src/config/mcal/mcal.mhc" -I"../src/config/mcal/peripheral/adc" -I"../src/config/mcal/peripheral/can" -I"../src/config/mcal/peripheral/clock" -I"../src/config/mcal/peripheral/cmcc" -I"../src/config/mcal/peripheral/dac" -I"../src/config/mcal/peripheral/evsys" -I"../src/config/mcal/peripheral/nvic" -I"../src/config/mcal/peripheral/nvmctrl" -I"../src/config/mcal/peripheral/port" -I"../src/config/mcal/peripheral/rtc" -I"../src/config/mcal/peripheral/sercom" -I"../src/config/mcal/peripheral/systick" -I"../src/config/mcal/peripheral/tc" -I"../src/config/mcal/peripheral/tcc" -I"../src/config/mcal/stdio" -I"../src/config/mcal/touch" -I"../src/config/mcal/touch/lib" -I"../src/forceSnsr" -I"../src/packs/ATSAME51J19A_DFP/component" -I"../src/packs/ATSAME51J19A_DFP/instance" -I"../src/packs/ATSAME51J19A_DFP/pio" -I"../src/smartEE" -Werror -Wall -MP -MMD -MF "${OBJECTDIR}/_ext/905407901/LED_Control_10ms.o.d" -o ${OBJECTDIR}/_ext/905407901/LED_Control_10ms.o ../src/P417_SWTR_App_ert_rtw/LED_Control_10ms.c -DXPRJ_mcal=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" ${PACK_COMMON_OPTIONS} ${OBJECTDIR}/_ext/905407901/P417_SWTR_App.o: ../src/P417_SWTR_App_ert_rtw/P417_SWTR_App.c .generated_files/flags/mcal/2bbbc63fec332b1010d53ab4bc969480082d9332 .generated_files/flags/mcal/19aca898974f639a5713d79f6a59fd61d4a277f5 @${MKDIR} "${OBJECTDIR}/_ext/905407901" @${RM} ${OBJECTDIR}/_ext/905407901/P417_SWTR_App.o.d @${RM} ${OBJECTDIR}/_ext/905407901/P417_SWTR_App.o ${MP_CC} $(MP_EXTRA_CC_PRE) -g -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -ffunction-sections -fdata-sections -fno-toplevel-reorder -fno-common -I"../src" -I"../src/config/mcal" -I"../src/packs/ATSAME51J19A_DFP" -I"../src/packs/CMSIS/" -I"../src/packs/CMSIS/CMSIS/Core/Include" -I"../src/Calibration" -I"../src/DiagnosticR" -I"../src/DiagnosticR/Comp_HAL_Autosar_Wrappers" -I"../src/DiagnosticR/Comp_ISO_15765_2" -I"../src/DiagnosticR/Comp_ISO_15765_3" -I"../src/DiagnosticR/Dem" -I"../src/DiagnosticR/FicOsek" -I"../src/DiagnosticR/Sys_Diag_Detect" -I"../src/DiagnosticR/UDS" -I"../src/DiagnosticR/UDS/Iso15765_layer2" -I"../src/DiagnosticR/UDS/Iso15765_layer3" -I"../src/DiagnosticR/UDS/Iso15765_layer3/_h61" -I"../src/DiagnosticR/UDS/ModelsInterfaces" -I"../src/DiagnosticR/_configurations" -I"../src/DiagnosticR/rte" -I"../src/FunctionState" -I"../src/OsekCom" -I"../src/P417_SWTR_App_ert_rtw" -I"../src/RTE" -I"../src/Speaker" -I"../src/TLE9263" -I"../src/TouchPanel" -I"../src/config/mcal/mcal.mhc" -I"../src/config/mcal/peripheral/adc" -I"../src/config/mcal/peripheral/can" -I"../src/config/mcal/peripheral/clock" -I"../src/config/mcal/peripheral/cmcc" -I"../src/config/mcal/peripheral/dac" -I"../src/config/mcal/peripheral/evsys" -I"../src/config/mcal/peripheral/nvic" -I"../src/config/mcal/peripheral/nvmctrl" -I"../src/config/mcal/peripheral/port" -I"../src/config/mcal/peripheral/rtc" -I"../src/config/mcal/peripheral/sercom" -I"../src/config/mcal/peripheral/systick" -I"../src/config/mcal/peripheral/tc" -I"../src/config/mcal/peripheral/tcc" -I"../src/config/mcal/stdio" -I"../src/config/mcal/touch" -I"../src/config/mcal/touch/lib" -I"../src/forceSnsr" -I"../src/packs/ATSAME51J19A_DFP/component" -I"../src/packs/ATSAME51J19A_DFP/instance" -I"../src/packs/ATSAME51J19A_DFP/pio" -I"../src/smartEE" -Werror -Wall -MP -MMD -MF "${OBJECTDIR}/_ext/905407901/P417_SWTR_App.o.d" -o ${OBJECTDIR}/_ext/905407901/P417_SWTR_App.o ../src/P417_SWTR_App_ert_rtw/P417_SWTR_App.c -DXPRJ_mcal=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" ${PACK_COMMON_OPTIONS} ${OBJECTDIR}/_ext/905407901/P417_SWTR_App_data.o: ../src/P417_SWTR_App_ert_rtw/P417_SWTR_App_data.c .generated_files/flags/mcal/ff20b817ab1b0d416a5a19b8708d109114d899fe .generated_files/flags/mcal/19aca898974f639a5713d79f6a59fd61d4a277f5 @${MKDIR} "${OBJECTDIR}/_ext/905407901" @${RM} ${OBJECTDIR}/_ext/905407901/P417_SWTR_App_data.o.d @${RM} ${OBJECTDIR}/_ext/905407901/P417_SWTR_App_data.o ${MP_CC} $(MP_EXTRA_CC_PRE) -g -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -ffunction-sections -fdata-sections -fno-toplevel-reorder -fno-common -I"../src" -I"../src/config/mcal" -I"../src/packs/ATSAME51J19A_DFP" -I"../src/packs/CMSIS/" -I"../src/packs/CMSIS/CMSIS/Core/Include" -I"../src/Calibration" -I"../src/DiagnosticR" -I"../src/DiagnosticR/Comp_HAL_Autosar_Wrappers" -I"../src/DiagnosticR/Comp_ISO_15765_2" -I"../src/DiagnosticR/Comp_ISO_15765_3" -I"../src/DiagnosticR/Dem" -I"../src/DiagnosticR/FicOsek" -I"../src/DiagnosticR/Sys_Diag_Detect" -I"../src/DiagnosticR/UDS" -I"../src/DiagnosticR/UDS/Iso15765_layer2" -I"../src/DiagnosticR/UDS/Iso15765_layer3" -I"../src/DiagnosticR/UDS/Iso15765_layer3/_h61" -I"../src/DiagnosticR/UDS/ModelsInterfaces" -I"../src/DiagnosticR/_configurations" -I"../src/DiagnosticR/rte" -I"../src/FunctionState" -I"../src/OsekCom" -I"../src/P417_SWTR_App_ert_rtw" -I"../src/RTE" -I"../src/Speaker" -I"../src/TLE9263" -I"../src/TouchPanel" -I"../src/config/mcal/mcal.mhc" -I"../src/config/mcal/peripheral/adc" -I"../src/config/mcal/peripheral/can" -I"../src/config/mcal/peripheral/clock" -I"../src/config/mcal/peripheral/cmcc" -I"../src/config/mcal/peripheral/dac" -I"../src/config/mcal/peripheral/evsys" -I"../src/config/mcal/peripheral/nvic" -I"../src/config/mcal/peripheral/nvmctrl" -I"../src/config/mcal/peripheral/port" -I"../src/config/mcal/peripheral/rtc" -I"../src/config/mcal/peripheral/sercom" -I"../src/config/mcal/peripheral/systick" -I"../src/config/mcal/peripheral/tc" -I"../src/config/mcal/peripheral/tcc" -I"../src/config/mcal/stdio" -I"../src/config/mcal/touch" -I"../src/config/mcal/touch/lib" -I"../src/forceSnsr" -I"../src/packs/ATSAME51J19A_DFP/component" -I"../src/packs/ATSAME51J19A_DFP/instance" -I"../src/packs/ATSAME51J19A_DFP/pio" -I"../src/smartEE" -Werror -Wall -MP -MMD -MF "${OBJECTDIR}/_ext/905407901/P417_SWTR_App_data.o.d" -o ${OBJECTDIR}/_ext/905407901/P417_SWTR_App_data.o ../src/P417_SWTR_App_ert_rtw/P417_SWTR_App_data.c -DXPRJ_mcal=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" ${PACK_COMMON_OPTIONS} ${OBJECTDIR}/_ext/905407901/rt_sys_P417_SWTR_App_0.o: ../src/P417_SWTR_App_ert_rtw/rt_sys_P417_SWTR_App_0.c .generated_files/flags/mcal/56bc459027ed869f2a241d3e858a5b28d19e9c46 .generated_files/flags/mcal/19aca898974f639a5713d79f6a59fd61d4a277f5 @${MKDIR} "${OBJECTDIR}/_ext/905407901" @${RM} ${OBJECTDIR}/_ext/905407901/rt_sys_P417_SWTR_App_0.o.d @${RM} ${OBJECTDIR}/_ext/905407901/rt_sys_P417_SWTR_App_0.o ${MP_CC} $(MP_EXTRA_CC_PRE) -g -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -ffunction-sections -fdata-sections -fno-toplevel-reorder -fno-common -I"../src" -I"../src/config/mcal" -I"../src/packs/ATSAME51J19A_DFP" -I"../src/packs/CMSIS/" -I"../src/packs/CMSIS/CMSIS/Core/Include" -I"../src/Calibration" -I"../src/DiagnosticR" -I"../src/DiagnosticR/Comp_HAL_Autosar_Wrappers" -I"../src/DiagnosticR/Comp_ISO_15765_2" -I"../src/DiagnosticR/Comp_ISO_15765_3" -I"../src/DiagnosticR/Dem" -I"../src/DiagnosticR/FicOsek" -I"../src/DiagnosticR/Sys_Diag_Detect" -I"../src/DiagnosticR/UDS" -I"../src/DiagnosticR/UDS/Iso15765_layer2" -I"../src/DiagnosticR/UDS/Iso15765_layer3" -I"../src/DiagnosticR/UDS/Iso15765_layer3/_h61" -I"../src/DiagnosticR/UDS/ModelsInterfaces" -I"../src/DiagnosticR/_configurations" -I"../src/DiagnosticR/rte" -I"../src/FunctionState" -I"../src/OsekCom" -I"../src/P417_SWTR_App_ert_rtw" -I"../src/RTE" -I"../src/Speaker" -I"../src/TLE9263" -I"../src/TouchPanel" -I"../src/config/mcal/mcal.mhc" -I"../src/config/mcal/peripheral/adc" -I"../src/config/mcal/peripheral/can" -I"../src/config/mcal/peripheral/clock" -I"../src/config/mcal/peripheral/cmcc" -I"../src/config/mcal/peripheral/dac" -I"../src/config/mcal/peripheral/evsys" -I"../src/config/mcal/peripheral/nvic" -I"../src/config/mcal/peripheral/nvmctrl" -I"../src/config/mcal/peripheral/port" -I"../src/config/mcal/peripheral/rtc" -I"../src/config/mcal/peripheral/sercom" -I"../src/config/mcal/peripheral/systick" -I"../src/config/mcal/peripheral/tc" -I"../src/config/mcal/peripheral/tcc" -I"../src/config/mcal/stdio" -I"../src/config/mcal/touch" -I"../src/config/mcal/touch/lib" -I"../src/forceSnsr" -I"../src/packs/ATSAME51J19A_DFP/component" -I"../src/packs/ATSAME51J19A_DFP/instance" -I"../src/packs/ATSAME51J19A_DFP/pio" -I"../src/smartEE" -Werror -Wall -MP -MMD -MF "${OBJECTDIR}/_ext/905407901/rt_sys_P417_SWTR_App_0.o.d" -o ${OBJECTDIR}/_ext/905407901/rt_sys_P417_SWTR_App_0.o ../src/P417_SWTR_App_ert_rtw/rt_sys_P417_SWTR_App_0.c -DXPRJ_mcal=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" ${PACK_COMMON_OPTIONS} ${OBJECTDIR}/_ext/905407901/rt_sys_P417_SWTR_App_5.o: ../src/P417_SWTR_App_ert_rtw/rt_sys_P417_SWTR_App_5.c .generated_files/flags/mcal/30df01707fb083d25b68a09ef0e3014219617d4e .generated_files/flags/mcal/19aca898974f639a5713d79f6a59fd61d4a277f5 @${MKDIR} "${OBJECTDIR}/_ext/905407901" @${RM} ${OBJECTDIR}/_ext/905407901/rt_sys_P417_SWTR_App_5.o.d @${RM} ${OBJECTDIR}/_ext/905407901/rt_sys_P417_SWTR_App_5.o ${MP_CC} $(MP_EXTRA_CC_PRE) -g -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -ffunction-sections -fdata-sections -fno-toplevel-reorder -fno-common -I"../src" -I"../src/config/mcal" -I"../src/packs/ATSAME51J19A_DFP" -I"../src/packs/CMSIS/" -I"../src/packs/CMSIS/CMSIS/Core/Include" -I"../src/Calibration" -I"../src/DiagnosticR" -I"../src/DiagnosticR/Comp_HAL_Autosar_Wrappers" -I"../src/DiagnosticR/Comp_ISO_15765_2" -I"../src/DiagnosticR/Comp_ISO_15765_3" -I"../src/DiagnosticR/Dem" -I"../src/DiagnosticR/FicOsek" -I"../src/DiagnosticR/Sys_Diag_Detect" -I"../src/DiagnosticR/UDS" -I"../src/DiagnosticR/UDS/Iso15765_layer2" -I"../src/DiagnosticR/UDS/Iso15765_layer3" -I"../src/DiagnosticR/UDS/Iso15765_layer3/_h61" -I"../src/DiagnosticR/UDS/ModelsInterfaces" -I"../src/DiagnosticR/_configurations" -I"../src/DiagnosticR/rte" -I"../src/FunctionState" -I"../src/OsekCom" -I"../src/P417_SWTR_App_ert_rtw" -I"../src/RTE" -I"../src/Speaker" -I"../src/TLE9263" -I"../src/TouchPanel" -I"../src/config/mcal/mcal.mhc" -I"../src/config/mcal/peripheral/adc" -I"../src/config/mcal/peripheral/can" -I"../src/config/mcal/peripheral/clock" -I"../src/config/mcal/peripheral/cmcc" -I"../src/config/mcal/peripheral/dac" -I"../src/config/mcal/peripheral/evsys" -I"../src/config/mcal/peripheral/nvic" -I"../src/config/mcal/peripheral/nvmctrl" -I"../src/config/mcal/peripheral/port" -I"../src/config/mcal/peripheral/rtc" -I"../src/config/mcal/peripheral/sercom" -I"../src/config/mcal/peripheral/systick" -I"../src/config/mcal/peripheral/tc" -I"../src/config/mcal/peripheral/tcc" -I"../src/config/mcal/stdio" -I"../src/config/mcal/touch" -I"../src/config/mcal/touch/lib" -I"../src/forceSnsr" -I"../src/packs/ATSAME51J19A_DFP/component" -I"../src/packs/ATSAME51J19A_DFP/instance" -I"../src/packs/ATSAME51J19A_DFP/pio" -I"../src/smartEE" -Werror -Wall -MP -MMD -MF "${OBJECTDIR}/_ext/905407901/rt_sys_P417_SWTR_App_5.o.d" -o ${OBJECTDIR}/_ext/905407901/rt_sys_P417_SWTR_App_5.o ../src/P417_SWTR_App_ert_rtw/rt_sys_P417_SWTR_App_5.c -DXPRJ_mcal=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" ${PACK_COMMON_OPTIONS} ${OBJECTDIR}/_ext/905407901/Set_0x309_RC_10ms.o: ../src/P417_SWTR_App_ert_rtw/Set_0x309_RC_10ms.c .generated_files/flags/mcal/59a97656b5b1f5e8c29070fde605fa229db422f0 .generated_files/flags/mcal/19aca898974f639a5713d79f6a59fd61d4a277f5 @${MKDIR} "${OBJECTDIR}/_ext/905407901" @${RM} ${OBJECTDIR}/_ext/905407901/Set_0x309_RC_10ms.o.d @${RM} ${OBJECTDIR}/_ext/905407901/Set_0x309_RC_10ms.o ${MP_CC} $(MP_EXTRA_CC_PRE) -g -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -ffunction-sections -fdata-sections -fno-toplevel-reorder -fno-common -I"../src" -I"../src/config/mcal" -I"../src/packs/ATSAME51J19A_DFP" -I"../src/packs/CMSIS/" -I"../src/packs/CMSIS/CMSIS/Core/Include" -I"../src/Calibration" -I"../src/DiagnosticR" -I"../src/DiagnosticR/Comp_HAL_Autosar_Wrappers" -I"../src/DiagnosticR/Comp_ISO_15765_2" -I"../src/DiagnosticR/Comp_ISO_15765_3" -I"../src/DiagnosticR/Dem" -I"../src/DiagnosticR/FicOsek" -I"../src/DiagnosticR/Sys_Diag_Detect" -I"../src/DiagnosticR/UDS" -I"../src/DiagnosticR/UDS/Iso15765_layer2" -I"../src/DiagnosticR/UDS/Iso15765_layer3" -I"../src/DiagnosticR/UDS/Iso15765_layer3/_h61" -I"../src/DiagnosticR/UDS/ModelsInterfaces" -I"../src/DiagnosticR/_configurations" -I"../src/DiagnosticR/rte" -I"../src/FunctionState" -I"../src/OsekCom" -I"../src/P417_SWTR_App_ert_rtw" -I"../src/RTE" -I"../src/Speaker" -I"../src/TLE9263" -I"../src/TouchPanel" -I"../src/config/mcal/mcal.mhc" -I"../src/config/mcal/peripheral/adc" -I"../src/config/mcal/peripheral/can" -I"../src/config/mcal/peripheral/clock" -I"../src/config/mcal/peripheral/cmcc" -I"../src/config/mcal/peripheral/dac" -I"../src/config/mcal/peripheral/evsys" -I"../src/config/mcal/peripheral/nvic" -I"../src/config/mcal/peripheral/nvmctrl" -I"../src/config/mcal/peripheral/port" -I"../src/config/mcal/peripheral/rtc" -I"../src/config/mcal/peripheral/sercom" -I"../src/config/mcal/peripheral/systick" -I"../src/config/mcal/peripheral/tc" -I"../src/config/mcal/peripheral/tcc" -I"../src/config/mcal/stdio" -I"../src/config/mcal/touch" -I"../src/config/mcal/touch/lib" -I"../src/forceSnsr" -I"../src/packs/ATSAME51J19A_DFP/component" -I"../src/packs/ATSAME51J19A_DFP/instance" -I"../src/packs/ATSAME51J19A_DFP/pio" -I"../src/smartEE" -Werror -Wall -MP -MMD -MF "${OBJECTDIR}/_ext/905407901/Set_0x309_RC_10ms.o.d" -o ${OBJECTDIR}/_ext/905407901/Set_0x309_RC_10ms.o ../src/P417_SWTR_App_ert_rtw/Set_0x309_RC_10ms.c -DXPRJ_mcal=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" ${PACK_COMMON_OPTIONS} ${OBJECTDIR}/_ext/905407901/Set_Diag_20ms.o: ../src/P417_SWTR_App_ert_rtw/Set_Diag_20ms.c .generated_files/flags/mcal/5f14e18c33e878954a842ebaf0b1eaccfb7d64b8 .generated_files/flags/mcal/19aca898974f639a5713d79f6a59fd61d4a277f5 @${MKDIR} "${OBJECTDIR}/_ext/905407901" @${RM} ${OBJECTDIR}/_ext/905407901/Set_Diag_20ms.o.d @${RM} ${OBJECTDIR}/_ext/905407901/Set_Diag_20ms.o ${MP_CC} $(MP_EXTRA_CC_PRE) -g -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -ffunction-sections -fdata-sections -fno-toplevel-reorder -fno-common -I"../src" -I"../src/config/mcal" -I"../src/packs/ATSAME51J19A_DFP" -I"../src/packs/CMSIS/" -I"../src/packs/CMSIS/CMSIS/Core/Include" -I"../src/Calibration" -I"../src/DiagnosticR" -I"../src/DiagnosticR/Comp_HAL_Autosar_Wrappers" -I"../src/DiagnosticR/Comp_ISO_15765_2" -I"../src/DiagnosticR/Comp_ISO_15765_3" -I"../src/DiagnosticR/Dem" -I"../src/DiagnosticR/FicOsek" -I"../src/DiagnosticR/Sys_Diag_Detect" -I"../src/DiagnosticR/UDS" -I"../src/DiagnosticR/UDS/Iso15765_layer2" -I"../src/DiagnosticR/UDS/Iso15765_layer3" -I"../src/DiagnosticR/UDS/Iso15765_layer3/_h61" -I"../src/DiagnosticR/UDS/ModelsInterfaces" -I"../src/DiagnosticR/_configurations" -I"../src/DiagnosticR/rte" -I"../src/FunctionState" -I"../src/OsekCom" -I"../src/P417_SWTR_App_ert_rtw" -I"../src/RTE" -I"../src/Speaker" -I"../src/TLE9263" -I"../src/TouchPanel" -I"../src/config/mcal/mcal.mhc" -I"../src/config/mcal/peripheral/adc" -I"../src/config/mcal/peripheral/can" -I"../src/config/mcal/peripheral/clock" -I"../src/config/mcal/peripheral/cmcc" -I"../src/config/mcal/peripheral/dac" -I"../src/config/mcal/peripheral/evsys" -I"../src/config/mcal/peripheral/nvic" -I"../src/config/mcal/peripheral/nvmctrl" -I"../src/config/mcal/peripheral/port" -I"../src/config/mcal/peripheral/rtc" -I"../src/config/mcal/peripheral/sercom" -I"../src/config/mcal/peripheral/systick" -I"../src/config/mcal/peripheral/tc" -I"../src/config/mcal/peripheral/tcc" -I"../src/config/mcal/stdio" -I"../src/config/mcal/touch" -I"../src/config/mcal/touch/lib" -I"../src/forceSnsr" -I"../src/packs/ATSAME51J19A_DFP/component" -I"../src/packs/ATSAME51J19A_DFP/instance" -I"../src/packs/ATSAME51J19A_DFP/pio" -I"../src/smartEE" -Werror -Wall -MP -MMD -MF "${OBJECTDIR}/_ext/905407901/Set_Diag_20ms.o.d" -o ${OBJECTDIR}/_ext/905407901/Set_Diag_20ms.o ../src/P417_SWTR_App_ert_rtw/Set_Diag_20ms.c -DXPRJ_mcal=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" ${PACK_COMMON_OPTIONS} ${OBJECTDIR}/_ext/905407901/TouchBoardXY_handle_4ms.o: ../src/P417_SWTR_App_ert_rtw/TouchBoardXY_handle_4ms.c .generated_files/flags/mcal/9eb006b11d6f8af02de07942c990e8f47978da7f .generated_files/flags/mcal/19aca898974f639a5713d79f6a59fd61d4a277f5 @${MKDIR} "${OBJECTDIR}/_ext/905407901" @${RM} ${OBJECTDIR}/_ext/905407901/TouchBoardXY_handle_4ms.o.d @${RM} ${OBJECTDIR}/_ext/905407901/TouchBoardXY_handle_4ms.o ${MP_CC} $(MP_EXTRA_CC_PRE) -g -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -ffunction-sections -fdata-sections -fno-toplevel-reorder -fno-common -I"../src" -I"../src/config/mcal" -I"../src/packs/ATSAME51J19A_DFP" -I"../src/packs/CMSIS/" -I"../src/packs/CMSIS/CMSIS/Core/Include" -I"../src/Calibration" -I"../src/DiagnosticR" -I"../src/DiagnosticR/Comp_HAL_Autosar_Wrappers" -I"../src/DiagnosticR/Comp_ISO_15765_2" -I"../src/DiagnosticR/Comp_ISO_15765_3" -I"../src/DiagnosticR/Dem" -I"../src/DiagnosticR/FicOsek" -I"../src/DiagnosticR/Sys_Diag_Detect" -I"../src/DiagnosticR/UDS" -I"../src/DiagnosticR/UDS/Iso15765_layer2" -I"../src/DiagnosticR/UDS/Iso15765_layer3" -I"../src/DiagnosticR/UDS/Iso15765_layer3/_h61" -I"../src/DiagnosticR/UDS/ModelsInterfaces" -I"../src/DiagnosticR/_configurations" -I"../src/DiagnosticR/rte" -I"../src/FunctionState" -I"../src/OsekCom" -I"../src/P417_SWTR_App_ert_rtw" -I"../src/RTE" -I"../src/Speaker" -I"../src/TLE9263" -I"../src/TouchPanel" -I"../src/config/mcal/mcal.mhc" -I"../src/config/mcal/peripheral/adc" -I"../src/config/mcal/peripheral/can" -I"../src/config/mcal/peripheral/clock" -I"../src/config/mcal/peripheral/cmcc" -I"../src/config/mcal/peripheral/dac" -I"../src/config/mcal/peripheral/evsys" -I"../src/config/mcal/peripheral/nvic" -I"../src/config/mcal/peripheral/nvmctrl" -I"../src/config/mcal/peripheral/port" -I"../src/config/mcal/peripheral/rtc" -I"../src/config/mcal/peripheral/sercom" -I"../src/config/mcal/peripheral/systick" -I"../src/config/mcal/peripheral/tc" -I"../src/config/mcal/peripheral/tcc" -I"../src/config/mcal/stdio" -I"../src/config/mcal/touch" -I"../src/config/mcal/touch/lib" -I"../src/forceSnsr" -I"../src/packs/ATSAME51J19A_DFP/component" -I"../src/packs/ATSAME51J19A_DFP/instance" -I"../src/packs/ATSAME51J19A_DFP/pio" -I"../src/smartEE" -Werror -Wall -MP -MMD -MF "${OBJECTDIR}/_ext/905407901/TouchBoardXY_handle_4ms.o.d" -o ${OBJECTDIR}/_ext/905407901/TouchBoardXY_handle_4ms.o ../src/P417_SWTR_App_ert_rtw/TouchBoardXY_handle_4ms.c -DXPRJ_mcal=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" ${PACK_COMMON_OPTIONS} ${OBJECTDIR}/_ext/905407901/TouchBoard_0x307_Send_And_ACT_Req_4ms.o: ../src/P417_SWTR_App_ert_rtw/TouchBoard_0x307_Send_And_ACT_Req_4ms.c .generated_files/flags/mcal/85e64d748237a7c229a5039689f3cd7aefac47f0 .generated_files/flags/mcal/19aca898974f639a5713d79f6a59fd61d4a277f5 @${MKDIR} "${OBJECTDIR}/_ext/905407901" @${RM} ${OBJECTDIR}/_ext/905407901/TouchBoard_0x307_Send_And_ACT_Req_4ms.o.d @${RM} ${OBJECTDIR}/_ext/905407901/TouchBoard_0x307_Send_And_ACT_Req_4ms.o ${MP_CC} $(MP_EXTRA_CC_PRE) -g -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -ffunction-sections -fdata-sections -fno-toplevel-reorder -fno-common -I"../src" -I"../src/config/mcal" -I"../src/packs/ATSAME51J19A_DFP" -I"../src/packs/CMSIS/" -I"../src/packs/CMSIS/CMSIS/Core/Include" -I"../src/Calibration" -I"../src/DiagnosticR" -I"../src/DiagnosticR/Comp_HAL_Autosar_Wrappers" -I"../src/DiagnosticR/Comp_ISO_15765_2" -I"../src/DiagnosticR/Comp_ISO_15765_3" -I"../src/DiagnosticR/Dem" -I"../src/DiagnosticR/FicOsek" -I"../src/DiagnosticR/Sys_Diag_Detect" -I"../src/DiagnosticR/UDS" -I"../src/DiagnosticR/UDS/Iso15765_layer2" -I"../src/DiagnosticR/UDS/Iso15765_layer3" -I"../src/DiagnosticR/UDS/Iso15765_layer3/_h61" -I"../src/DiagnosticR/UDS/ModelsInterfaces" -I"../src/DiagnosticR/_configurations" -I"../src/DiagnosticR/rte" -I"../src/FunctionState" -I"../src/OsekCom" -I"../src/P417_SWTR_App_ert_rtw" -I"../src/RTE" -I"../src/Speaker" -I"../src/TLE9263" -I"../src/TouchPanel" -I"../src/config/mcal/mcal.mhc" -I"../src/config/mcal/peripheral/adc" -I"../src/config/mcal/peripheral/can" -I"../src/config/mcal/peripheral/clock" -I"../src/config/mcal/peripheral/cmcc" -I"../src/config/mcal/peripheral/dac" -I"../src/config/mcal/peripheral/evsys" -I"../src/config/mcal/peripheral/nvic" -I"../src/config/mcal/peripheral/nvmctrl" -I"../src/config/mcal/peripheral/port" -I"../src/config/mcal/peripheral/rtc" -I"../src/config/mcal/peripheral/sercom" -I"../src/config/mcal/peripheral/systick" -I"../src/config/mcal/peripheral/tc" -I"../src/config/mcal/peripheral/tcc" -I"../src/config/mcal/stdio" -I"../src/config/mcal/touch" -I"../src/config/mcal/touch/lib" -I"../src/forceSnsr" -I"../src/packs/ATSAME51J19A_DFP/component" -I"../src/packs/ATSAME51J19A_DFP/instance" -I"../src/packs/ATSAME51J19A_DFP/pio" -I"../src/smartEE" -Werror -Wall -MP -MMD -MF "${OBJECTDIR}/_ext/905407901/TouchBoard_0x307_Send_And_ACT_Req_4ms.o.d" -o ${OBJECTDIR}/_ext/905407901/TouchBoard_0x307_Send_And_ACT_Req_4ms.o ../src/P417_SWTR_App_ert_rtw/TouchBoard_0x307_Send_And_ACT_Req_4ms.c -DXPRJ_mcal=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" ${PACK_COMMON_OPTIONS} ${OBJECTDIR}/_ext/905407901/TouchBoard_0x309_Send_And_ACT_Req_10ms.o: ../src/P417_SWTR_App_ert_rtw/TouchBoard_0x309_Send_And_ACT_Req_10ms.c .generated_files/flags/mcal/9fd152c03a5b2376792dc50a91bee5fd549083c5 .generated_files/flags/mcal/19aca898974f639a5713d79f6a59fd61d4a277f5 @${MKDIR} "${OBJECTDIR}/_ext/905407901" @${RM} ${OBJECTDIR}/_ext/905407901/TouchBoard_0x309_Send_And_ACT_Req_10ms.o.d @${RM} ${OBJECTDIR}/_ext/905407901/TouchBoard_0x309_Send_And_ACT_Req_10ms.o ${MP_CC} $(MP_EXTRA_CC_PRE) -g -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -ffunction-sections -fdata-sections -fno-toplevel-reorder -fno-common -I"../src" -I"../src/config/mcal" -I"../src/packs/ATSAME51J19A_DFP" -I"../src/packs/CMSIS/" -I"../src/packs/CMSIS/CMSIS/Core/Include" -I"../src/Calibration" -I"../src/DiagnosticR" -I"../src/DiagnosticR/Comp_HAL_Autosar_Wrappers" -I"../src/DiagnosticR/Comp_ISO_15765_2" -I"../src/DiagnosticR/Comp_ISO_15765_3" -I"../src/DiagnosticR/Dem" -I"../src/DiagnosticR/FicOsek" -I"../src/DiagnosticR/Sys_Diag_Detect" -I"../src/DiagnosticR/UDS" -I"../src/DiagnosticR/UDS/Iso15765_layer2" -I"../src/DiagnosticR/UDS/Iso15765_layer3" -I"../src/DiagnosticR/UDS/Iso15765_layer3/_h61" -I"../src/DiagnosticR/UDS/ModelsInterfaces" -I"../src/DiagnosticR/_configurations" -I"../src/DiagnosticR/rte" -I"../src/FunctionState" -I"../src/OsekCom" -I"../src/P417_SWTR_App_ert_rtw" -I"../src/RTE" -I"../src/Speaker" -I"../src/TLE9263" -I"../src/TouchPanel" -I"../src/config/mcal/mcal.mhc" -I"../src/config/mcal/peripheral/adc" -I"../src/config/mcal/peripheral/can" -I"../src/config/mcal/peripheral/clock" -I"../src/config/mcal/peripheral/cmcc" -I"../src/config/mcal/peripheral/dac" -I"../src/config/mcal/peripheral/evsys" -I"../src/config/mcal/peripheral/nvic" -I"../src/config/mcal/peripheral/nvmctrl" -I"../src/config/mcal/peripheral/port" -I"../src/config/mcal/peripheral/rtc" -I"../src/config/mcal/peripheral/sercom" -I"../src/config/mcal/peripheral/systick" -I"../src/config/mcal/peripheral/tc" -I"../src/config/mcal/peripheral/tcc" -I"../src/config/mcal/stdio" -I"../src/config/mcal/touch" -I"../src/config/mcal/touch/lib" -I"../src/forceSnsr" -I"../src/packs/ATSAME51J19A_DFP/component" -I"../src/packs/ATSAME51J19A_DFP/instance" -I"../src/packs/ATSAME51J19A_DFP/pio" -I"../src/smartEE" -Werror -Wall -MP -MMD -MF "${OBJECTDIR}/_ext/905407901/TouchBoard_0x309_Send_And_ACT_Req_10ms.o.d" -o ${OBJECTDIR}/_ext/905407901/TouchBoard_0x309_Send_And_ACT_Req_10ms.o ../src/P417_SWTR_App_ert_rtw/TouchBoard_0x309_Send_And_ACT_Req_10ms.c -DXPRJ_mcal=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" ${PACK_COMMON_OPTIONS} ${OBJECTDIR}/_ext/905407901/TouchBoard_Center_handle_4ms.o: ../src/P417_SWTR_App_ert_rtw/TouchBoard_Center_handle_4ms.c .generated_files/flags/mcal/3070f7bbfd8a84696c0b66baa64fc426837f6197 .generated_files/flags/mcal/19aca898974f639a5713d79f6a59fd61d4a277f5 @${MKDIR} "${OBJECTDIR}/_ext/905407901" @${RM} ${OBJECTDIR}/_ext/905407901/TouchBoard_Center_handle_4ms.o.d @${RM} ${OBJECTDIR}/_ext/905407901/TouchBoard_Center_handle_4ms.o ${MP_CC} $(MP_EXTRA_CC_PRE) -g -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -ffunction-sections -fdata-sections -fno-toplevel-reorder -fno-common -I"../src" -I"../src/config/mcal" -I"../src/packs/ATSAME51J19A_DFP" -I"../src/packs/CMSIS/" -I"../src/packs/CMSIS/CMSIS/Core/Include" -I"../src/Calibration" -I"../src/DiagnosticR" -I"../src/DiagnosticR/Comp_HAL_Autosar_Wrappers" -I"../src/DiagnosticR/Comp_ISO_15765_2" -I"../src/DiagnosticR/Comp_ISO_15765_3" -I"../src/DiagnosticR/Dem" -I"../src/DiagnosticR/FicOsek" -I"../src/DiagnosticR/Sys_Diag_Detect" -I"../src/DiagnosticR/UDS" -I"../src/DiagnosticR/UDS/Iso15765_layer2" -I"../src/DiagnosticR/UDS/Iso15765_layer3" -I"../src/DiagnosticR/UDS/Iso15765_layer3/_h61" -I"../src/DiagnosticR/UDS/ModelsInterfaces" -I"../src/DiagnosticR/_configurations" -I"../src/DiagnosticR/rte" -I"../src/FunctionState" -I"../src/OsekCom" -I"../src/P417_SWTR_App_ert_rtw" -I"../src/RTE" -I"../src/Speaker" -I"../src/TLE9263" -I"../src/TouchPanel" -I"../src/config/mcal/mcal.mhc" -I"../src/config/mcal/peripheral/adc" -I"../src/config/mcal/peripheral/can" -I"../src/config/mcal/peripheral/clock" -I"../src/config/mcal/peripheral/cmcc" -I"../src/config/mcal/peripheral/dac" -I"../src/config/mcal/peripheral/evsys" -I"../src/config/mcal/peripheral/nvic" -I"../src/config/mcal/peripheral/nvmctrl" -I"../src/config/mcal/peripheral/port" -I"../src/config/mcal/peripheral/rtc" -I"../src/config/mcal/peripheral/sercom" -I"../src/config/mcal/peripheral/systick" -I"../src/config/mcal/peripheral/tc" -I"../src/config/mcal/peripheral/tcc" -I"../src/config/mcal/stdio" -I"../src/config/mcal/touch" -I"../src/config/mcal/touch/lib" -I"../src/forceSnsr" -I"../src/packs/ATSAME51J19A_DFP/component" -I"../src/packs/ATSAME51J19A_DFP/instance" -I"../src/packs/ATSAME51J19A_DFP/pio" -I"../src/smartEE" -Werror -Wall -MP -MMD -MF "${OBJECTDIR}/_ext/905407901/TouchBoard_Center_handle_4ms.o.d" -o ${OBJECTDIR}/_ext/905407901/TouchBoard_Center_handle_4ms.o ../src/P417_SWTR_App_ert_rtw/TouchBoard_Center_handle_4ms.c -DXPRJ_mcal=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" ${PACK_COMMON_OPTIONS} ${OBJECTDIR}/_ext/905407901/TouchBoard_Down_handle_4ms.o: ../src/P417_SWTR_App_ert_rtw/TouchBoard_Down_handle_4ms.c .generated_files/flags/mcal/d9c373a310b1876fd09c3efd2b80791dcb74d36b .generated_files/flags/mcal/19aca898974f639a5713d79f6a59fd61d4a277f5 @${MKDIR} "${OBJECTDIR}/_ext/905407901" @${RM} ${OBJECTDIR}/_ext/905407901/TouchBoard_Down_handle_4ms.o.d @${RM} ${OBJECTDIR}/_ext/905407901/TouchBoard_Down_handle_4ms.o ${MP_CC} $(MP_EXTRA_CC_PRE) -g -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -ffunction-sections -fdata-sections -fno-toplevel-reorder -fno-common -I"../src" -I"../src/config/mcal" -I"../src/packs/ATSAME51J19A_DFP" -I"../src/packs/CMSIS/" -I"../src/packs/CMSIS/CMSIS/Core/Include" -I"../src/Calibration" -I"../src/DiagnosticR" -I"../src/DiagnosticR/Comp_HAL_Autosar_Wrappers" -I"../src/DiagnosticR/Comp_ISO_15765_2" -I"../src/DiagnosticR/Comp_ISO_15765_3" -I"../src/DiagnosticR/Dem" -I"../src/DiagnosticR/FicOsek" -I"../src/DiagnosticR/Sys_Diag_Detect" -I"../src/DiagnosticR/UDS" -I"../src/DiagnosticR/UDS/Iso15765_layer2" -I"../src/DiagnosticR/UDS/Iso15765_layer3" -I"../src/DiagnosticR/UDS/Iso15765_layer3/_h61" -I"../src/DiagnosticR/UDS/ModelsInterfaces" -I"../src/DiagnosticR/_configurations" -I"../src/DiagnosticR/rte" -I"../src/FunctionState" -I"../src/OsekCom" -I"../src/P417_SWTR_App_ert_rtw" -I"../src/RTE" -I"../src/Speaker" -I"../src/TLE9263" -I"../src/TouchPanel" -I"../src/config/mcal/mcal.mhc" -I"../src/config/mcal/peripheral/adc" -I"../src/config/mcal/peripheral/can" -I"../src/config/mcal/peripheral/clock" -I"../src/config/mcal/peripheral/cmcc" -I"../src/config/mcal/peripheral/dac" -I"../src/config/mcal/peripheral/evsys" -I"../src/config/mcal/peripheral/nvic" -I"../src/config/mcal/peripheral/nvmctrl" -I"../src/config/mcal/peripheral/port" -I"../src/config/mcal/peripheral/rtc" -I"../src/config/mcal/peripheral/sercom" -I"../src/config/mcal/peripheral/systick" -I"../src/config/mcal/peripheral/tc" -I"../src/config/mcal/peripheral/tcc" -I"../src/config/mcal/stdio" -I"../src/config/mcal/touch" -I"../src/config/mcal/touch/lib" -I"../src/forceSnsr" -I"../src/packs/ATSAME51J19A_DFP/component" -I"../src/packs/ATSAME51J19A_DFP/instance" -I"../src/packs/ATSAME51J19A_DFP/pio" -I"../src/smartEE" -Werror -Wall -MP -MMD -MF "${OBJECTDIR}/_ext/905407901/TouchBoard_Down_handle_4ms.o.d" -o ${OBJECTDIR}/_ext/905407901/TouchBoard_Down_handle_4ms.o ../src/P417_SWTR_App_ert_rtw/TouchBoard_Down_handle_4ms.c -DXPRJ_mcal=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" ${PACK_COMMON_OPTIONS} ${OBJECTDIR}/_ext/905407901/TouchBoard_Left_handle_4ms.o: ../src/P417_SWTR_App_ert_rtw/TouchBoard_Left_handle_4ms.c .generated_files/flags/mcal/4049eab92bf3f245aed3d509d571bf5e4d316079 .generated_files/flags/mcal/19aca898974f639a5713d79f6a59fd61d4a277f5 @${MKDIR} "${OBJECTDIR}/_ext/905407901" @${RM} ${OBJECTDIR}/_ext/905407901/TouchBoard_Left_handle_4ms.o.d @${RM} ${OBJECTDIR}/_ext/905407901/TouchBoard_Left_handle_4ms.o ${MP_CC} $(MP_EXTRA_CC_PRE) -g -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -ffunction-sections -fdata-sections -fno-toplevel-reorder -fno-common -I"../src" -I"../src/config/mcal" -I"../src/packs/ATSAME51J19A_DFP" -I"../src/packs/CMSIS/" -I"../src/packs/CMSIS/CMSIS/Core/Include" -I"../src/Calibration" -I"../src/DiagnosticR" -I"../src/DiagnosticR/Comp_HAL_Autosar_Wrappers" -I"../src/DiagnosticR/Comp_ISO_15765_2" -I"../src/DiagnosticR/Comp_ISO_15765_3" -I"../src/DiagnosticR/Dem" -I"../src/DiagnosticR/FicOsek" -I"../src/DiagnosticR/Sys_Diag_Detect" -I"../src/DiagnosticR/UDS" -I"../src/DiagnosticR/UDS/Iso15765_layer2" -I"../src/DiagnosticR/UDS/Iso15765_layer3" -I"../src/DiagnosticR/UDS/Iso15765_layer3/_h61" -I"../src/DiagnosticR/UDS/ModelsInterfaces" -I"../src/DiagnosticR/_configurations" -I"../src/DiagnosticR/rte" -I"../src/FunctionState" -I"../src/OsekCom" -I"../src/P417_SWTR_App_ert_rtw" -I"../src/RTE" -I"../src/Speaker" -I"../src/TLE9263" -I"../src/TouchPanel" -I"../src/config/mcal/mcal.mhc" -I"../src/config/mcal/peripheral/adc" -I"../src/config/mcal/peripheral/can" -I"../src/config/mcal/peripheral/clock" -I"../src/config/mcal/peripheral/cmcc" -I"../src/config/mcal/peripheral/dac" -I"../src/config/mcal/peripheral/evsys" -I"../src/config/mcal/peripheral/nvic" -I"../src/config/mcal/peripheral/nvmctrl" -I"../src/config/mcal/peripheral/port" -I"../src/config/mcal/peripheral/rtc" -I"../src/config/mcal/peripheral/sercom" -I"../src/config/mcal/peripheral/systick" -I"../src/config/mcal/peripheral/tc" -I"../src/config/mcal/peripheral/tcc" -I"../src/config/mcal/stdio" -I"../src/config/mcal/touch" -I"../src/config/mcal/touch/lib" -I"../src/forceSnsr" -I"../src/packs/ATSAME51J19A_DFP/component" -I"../src/packs/ATSAME51J19A_DFP/instance" -I"../src/packs/ATSAME51J19A_DFP/pio" -I"../src/smartEE" -Werror -Wall -MP -MMD -MF "${OBJECTDIR}/_ext/905407901/TouchBoard_Left_handle_4ms.o.d" -o ${OBJECTDIR}/_ext/905407901/TouchBoard_Left_handle_4ms.o ../src/P417_SWTR_App_ert_rtw/TouchBoard_Left_handle_4ms.c -DXPRJ_mcal=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" ${PACK_COMMON_OPTIONS} ${OBJECTDIR}/_ext/905407901/TouchBoard_Left_Right_Slide_handle_4ms.o: ../src/P417_SWTR_App_ert_rtw/TouchBoard_Left_Right_Slide_handle_4ms.c .generated_files/flags/mcal/103c22d32fb803d2edff8b06ed4f84e43bd7a5ef .generated_files/flags/mcal/19aca898974f639a5713d79f6a59fd61d4a277f5 @${MKDIR} "${OBJECTDIR}/_ext/905407901" @${RM} ${OBJECTDIR}/_ext/905407901/TouchBoard_Left_Right_Slide_handle_4ms.o.d @${RM} ${OBJECTDIR}/_ext/905407901/TouchBoard_Left_Right_Slide_handle_4ms.o ${MP_CC} $(MP_EXTRA_CC_PRE) -g -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -ffunction-sections -fdata-sections -fno-toplevel-reorder -fno-common -I"../src" -I"../src/config/mcal" -I"../src/packs/ATSAME51J19A_DFP" -I"../src/packs/CMSIS/" -I"../src/packs/CMSIS/CMSIS/Core/Include" -I"../src/Calibration" -I"../src/DiagnosticR" -I"../src/DiagnosticR/Comp_HAL_Autosar_Wrappers" -I"../src/DiagnosticR/Comp_ISO_15765_2" -I"../src/DiagnosticR/Comp_ISO_15765_3" -I"../src/DiagnosticR/Dem" -I"../src/DiagnosticR/FicOsek" -I"../src/DiagnosticR/Sys_Diag_Detect" -I"../src/DiagnosticR/UDS" -I"../src/DiagnosticR/UDS/Iso15765_layer2" -I"../src/DiagnosticR/UDS/Iso15765_layer3" -I"../src/DiagnosticR/UDS/Iso15765_layer3/_h61" -I"../src/DiagnosticR/UDS/ModelsInterfaces" -I"../src/DiagnosticR/_configurations" -I"../src/DiagnosticR/rte" -I"../src/FunctionState" -I"../src/OsekCom" -I"../src/P417_SWTR_App_ert_rtw" -I"../src/RTE" -I"../src/Speaker" -I"../src/TLE9263" -I"../src/TouchPanel" -I"../src/config/mcal/mcal.mhc" -I"../src/config/mcal/peripheral/adc" -I"../src/config/mcal/peripheral/can" -I"../src/config/mcal/peripheral/clock" -I"../src/config/mcal/peripheral/cmcc" -I"../src/config/mcal/peripheral/dac" -I"../src/config/mcal/peripheral/evsys" -I"../src/config/mcal/peripheral/nvic" -I"../src/config/mcal/peripheral/nvmctrl" -I"../src/config/mcal/peripheral/port" -I"../src/config/mcal/peripheral/rtc" -I"../src/config/mcal/peripheral/sercom" -I"../src/config/mcal/peripheral/systick" -I"../src/config/mcal/peripheral/tc" -I"../src/config/mcal/peripheral/tcc" -I"../src/config/mcal/stdio" -I"../src/config/mcal/touch" -I"../src/config/mcal/touch/lib" -I"../src/forceSnsr" -I"../src/packs/ATSAME51J19A_DFP/component" -I"../src/packs/ATSAME51J19A_DFP/instance" -I"../src/packs/ATSAME51J19A_DFP/pio" -I"../src/smartEE" -Werror -Wall -MP -MMD -MF "${OBJECTDIR}/_ext/905407901/TouchBoard_Left_Right_Slide_handle_4ms.o.d" -o ${OBJECTDIR}/_ext/905407901/TouchBoard_Left_Right_Slide_handle_4ms.o ../src/P417_SWTR_App_ert_rtw/TouchBoard_Left_Right_Slide_handle_4ms.c -DXPRJ_mcal=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" ${PACK_COMMON_OPTIONS} ${OBJECTDIR}/_ext/905407901/TouchBoard_MENU_handle_4ms.o: ../src/P417_SWTR_App_ert_rtw/TouchBoard_MENU_handle_4ms.c .generated_files/flags/mcal/b5d8f0531eb314945cb496819df6a52ef627208a .generated_files/flags/mcal/19aca898974f639a5713d79f6a59fd61d4a277f5 @${MKDIR} "${OBJECTDIR}/_ext/905407901" @${RM} ${OBJECTDIR}/_ext/905407901/TouchBoard_MENU_handle_4ms.o.d @${RM} ${OBJECTDIR}/_ext/905407901/TouchBoard_MENU_handle_4ms.o ${MP_CC} $(MP_EXTRA_CC_PRE) -g -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -ffunction-sections -fdata-sections -fno-toplevel-reorder -fno-common -I"../src" -I"../src/config/mcal" -I"../src/packs/ATSAME51J19A_DFP" -I"../src/packs/CMSIS/" -I"../src/packs/CMSIS/CMSIS/Core/Include" -I"../src/Calibration" -I"../src/DiagnosticR" -I"../src/DiagnosticR/Comp_HAL_Autosar_Wrappers" -I"../src/DiagnosticR/Comp_ISO_15765_2" -I"../src/DiagnosticR/Comp_ISO_15765_3" -I"../src/DiagnosticR/Dem" -I"../src/DiagnosticR/FicOsek" -I"../src/DiagnosticR/Sys_Diag_Detect" -I"../src/DiagnosticR/UDS" -I"../src/DiagnosticR/UDS/Iso15765_layer2" -I"../src/DiagnosticR/UDS/Iso15765_layer3" -I"../src/DiagnosticR/UDS/Iso15765_layer3/_h61" -I"../src/DiagnosticR/UDS/ModelsInterfaces" -I"../src/DiagnosticR/_configurations" -I"../src/DiagnosticR/rte" -I"../src/FunctionState" -I"../src/OsekCom" -I"../src/P417_SWTR_App_ert_rtw" -I"../src/RTE" -I"../src/Speaker" -I"../src/TLE9263" -I"../src/TouchPanel" -I"../src/config/mcal/mcal.mhc" -I"../src/config/mcal/peripheral/adc" -I"../src/config/mcal/peripheral/can" -I"../src/config/mcal/peripheral/clock" -I"../src/config/mcal/peripheral/cmcc" -I"../src/config/mcal/peripheral/dac" -I"../src/config/mcal/peripheral/evsys" -I"../src/config/mcal/peripheral/nvic" -I"../src/config/mcal/peripheral/nvmctrl" -I"../src/config/mcal/peripheral/port" -I"../src/config/mcal/peripheral/rtc" -I"../src/config/mcal/peripheral/sercom" -I"../src/config/mcal/peripheral/systick" -I"../src/config/mcal/peripheral/tc" -I"../src/config/mcal/peripheral/tcc" -I"../src/config/mcal/stdio" -I"../src/config/mcal/touch" -I"../src/config/mcal/touch/lib" -I"../src/forceSnsr" -I"../src/packs/ATSAME51J19A_DFP/component" -I"../src/packs/ATSAME51J19A_DFP/instance" -I"../src/packs/ATSAME51J19A_DFP/pio" -I"../src/smartEE" -Werror -Wall -MP -MMD -MF "${OBJECTDIR}/_ext/905407901/TouchBoard_MENU_handle_4ms.o.d" -o ${OBJECTDIR}/_ext/905407901/TouchBoard_MENU_handle_4ms.o ../src/P417_SWTR_App_ert_rtw/TouchBoard_MENU_handle_4ms.c -DXPRJ_mcal=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" ${PACK_COMMON_OPTIONS} ${OBJECTDIR}/_ext/905407901/TouchBoard_Right_handle_4ms.o: ../src/P417_SWTR_App_ert_rtw/TouchBoard_Right_handle_4ms.c .generated_files/flags/mcal/f51824ac444f314f8667ab8bc5105f76206dab0f .generated_files/flags/mcal/19aca898974f639a5713d79f6a59fd61d4a277f5 @${MKDIR} "${OBJECTDIR}/_ext/905407901" @${RM} ${OBJECTDIR}/_ext/905407901/TouchBoard_Right_handle_4ms.o.d @${RM} ${OBJECTDIR}/_ext/905407901/TouchBoard_Right_handle_4ms.o ${MP_CC} $(MP_EXTRA_CC_PRE) -g -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -ffunction-sections -fdata-sections -fno-toplevel-reorder -fno-common -I"../src" -I"../src/config/mcal" -I"../src/packs/ATSAME51J19A_DFP" -I"../src/packs/CMSIS/" -I"../src/packs/CMSIS/CMSIS/Core/Include" -I"../src/Calibration" -I"../src/DiagnosticR" -I"../src/DiagnosticR/Comp_HAL_Autosar_Wrappers" -I"../src/DiagnosticR/Comp_ISO_15765_2" -I"../src/DiagnosticR/Comp_ISO_15765_3" -I"../src/DiagnosticR/Dem" -I"../src/DiagnosticR/FicOsek" -I"../src/DiagnosticR/Sys_Diag_Detect" -I"../src/DiagnosticR/UDS" -I"../src/DiagnosticR/UDS/Iso15765_layer2" -I"../src/DiagnosticR/UDS/Iso15765_layer3" -I"../src/DiagnosticR/UDS/Iso15765_layer3/_h61" -I"../src/DiagnosticR/UDS/ModelsInterfaces" -I"../src/DiagnosticR/_configurations" -I"../src/DiagnosticR/rte" -I"../src/FunctionState" -I"../src/OsekCom" -I"../src/P417_SWTR_App_ert_rtw" -I"../src/RTE" -I"../src/Speaker" -I"../src/TLE9263" -I"../src/TouchPanel" -I"../src/config/mcal/mcal.mhc" -I"../src/config/mcal/peripheral/adc" -I"../src/config/mcal/peripheral/can" -I"../src/config/mcal/peripheral/clock" -I"../src/config/mcal/peripheral/cmcc" -I"../src/config/mcal/peripheral/dac" -I"../src/config/mcal/peripheral/evsys" -I"../src/config/mcal/peripheral/nvic" -I"../src/config/mcal/peripheral/nvmctrl" -I"../src/config/mcal/peripheral/port" -I"../src/config/mcal/peripheral/rtc" -I"../src/config/mcal/peripheral/sercom" -I"../src/config/mcal/peripheral/systick" -I"../src/config/mcal/peripheral/tc" -I"../src/config/mcal/peripheral/tcc" -I"../src/config/mcal/stdio" -I"../src/config/mcal/touch" -I"../src/config/mcal/touch/lib" -I"../src/forceSnsr" -I"../src/packs/ATSAME51J19A_DFP/component" -I"../src/packs/ATSAME51J19A_DFP/instance" -I"../src/packs/ATSAME51J19A_DFP/pio" -I"../src/smartEE" -Werror -Wall -MP -MMD -MF "${OBJECTDIR}/_ext/905407901/TouchBoard_Right_handle_4ms.o.d" -o ${OBJECTDIR}/_ext/905407901/TouchBoard_Right_handle_4ms.o ../src/P417_SWTR_App_ert_rtw/TouchBoard_Right_handle_4ms.c -DXPRJ_mcal=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" ${PACK_COMMON_OPTIONS} ${OBJECTDIR}/_ext/905407901/TouchBoard_Up_Down_Slide_handle_4ms.o: ../src/P417_SWTR_App_ert_rtw/TouchBoard_Up_Down_Slide_handle_4ms.c .generated_files/flags/mcal/bd3f26448482b12cefb76ae8863c2a8fd9ef3bf5 .generated_files/flags/mcal/19aca898974f639a5713d79f6a59fd61d4a277f5 @${MKDIR} "${OBJECTDIR}/_ext/905407901" @${RM} ${OBJECTDIR}/_ext/905407901/TouchBoard_Up_Down_Slide_handle_4ms.o.d @${RM} ${OBJECTDIR}/_ext/905407901/TouchBoard_Up_Down_Slide_handle_4ms.o ${MP_CC} $(MP_EXTRA_CC_PRE) -g -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -ffunction-sections -fdata-sections -fno-toplevel-reorder -fno-common -I"../src" -I"../src/config/mcal" -I"../src/packs/ATSAME51J19A_DFP" -I"../src/packs/CMSIS/" -I"../src/packs/CMSIS/CMSIS/Core/Include" -I"../src/Calibration" -I"../src/DiagnosticR" -I"../src/DiagnosticR/Comp_HAL_Autosar_Wrappers" -I"../src/DiagnosticR/Comp_ISO_15765_2" -I"../src/DiagnosticR/Comp_ISO_15765_3" -I"../src/DiagnosticR/Dem" -I"../src/DiagnosticR/FicOsek" -I"../src/DiagnosticR/Sys_Diag_Detect" -I"../src/DiagnosticR/UDS" -I"../src/DiagnosticR/UDS/Iso15765_layer2" -I"../src/DiagnosticR/UDS/Iso15765_layer3" -I"../src/DiagnosticR/UDS/Iso15765_layer3/_h61" -I"../src/DiagnosticR/UDS/ModelsInterfaces" -I"../src/DiagnosticR/_configurations" -I"../src/DiagnosticR/rte" -I"../src/FunctionState" -I"../src/OsekCom" -I"../src/P417_SWTR_App_ert_rtw" -I"../src/RTE" -I"../src/Speaker" -I"../src/TLE9263" -I"../src/TouchPanel" -I"../src/config/mcal/mcal.mhc" -I"../src/config/mcal/peripheral/adc" -I"../src/config/mcal/peripheral/can" -I"../src/config/mcal/peripheral/clock" -I"../src/config/mcal/peripheral/cmcc" -I"../src/config/mcal/peripheral/dac" -I"../src/config/mcal/peripheral/evsys" -I"../src/config/mcal/peripheral/nvic" -I"../src/config/mcal/peripheral/nvmctrl" -I"../src/config/mcal/peripheral/port" -I"../src/config/mcal/peripheral/rtc" -I"../src/config/mcal/peripheral/sercom" -I"../src/config/mcal/peripheral/systick" -I"../src/config/mcal/peripheral/tc" -I"../src/config/mcal/peripheral/tcc" -I"../src/config/mcal/stdio" -I"../src/config/mcal/touch" -I"../src/config/mcal/touch/lib" -I"../src/forceSnsr" -I"../src/packs/ATSAME51J19A_DFP/component" -I"../src/packs/ATSAME51J19A_DFP/instance" -I"../src/packs/ATSAME51J19A_DFP/pio" -I"../src/smartEE" -Werror -Wall -MP -MMD -MF "${OBJECTDIR}/_ext/905407901/TouchBoard_Up_Down_Slide_handle_4ms.o.d" -o ${OBJECTDIR}/_ext/905407901/TouchBoard_Up_Down_Slide_handle_4ms.o ../src/P417_SWTR_App_ert_rtw/TouchBoard_Up_Down_Slide_handle_4ms.c -DXPRJ_mcal=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" ${PACK_COMMON_OPTIONS} ${OBJECTDIR}/_ext/905407901/TouchBoard_up_handle_4ms.o: ../src/P417_SWTR_App_ert_rtw/TouchBoard_up_handle_4ms.c .generated_files/flags/mcal/19cee8881077490ed788b0d26fd2b8eae4fa6a02 .generated_files/flags/mcal/19aca898974f639a5713d79f6a59fd61d4a277f5 @${MKDIR} "${OBJECTDIR}/_ext/905407901" @${RM} ${OBJECTDIR}/_ext/905407901/TouchBoard_up_handle_4ms.o.d @${RM} ${OBJECTDIR}/_ext/905407901/TouchBoard_up_handle_4ms.o ${MP_CC} $(MP_EXTRA_CC_PRE) -g -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -ffunction-sections -fdata-sections -fno-toplevel-reorder -fno-common -I"../src" -I"../src/config/mcal" -I"../src/packs/ATSAME51J19A_DFP" -I"../src/packs/CMSIS/" -I"../src/packs/CMSIS/CMSIS/Core/Include" -I"../src/Calibration" -I"../src/DiagnosticR" -I"../src/DiagnosticR/Comp_HAL_Autosar_Wrappers" -I"../src/DiagnosticR/Comp_ISO_15765_2" -I"../src/DiagnosticR/Comp_ISO_15765_3" -I"../src/DiagnosticR/Dem" -I"../src/DiagnosticR/FicOsek" -I"../src/DiagnosticR/Sys_Diag_Detect" -I"../src/DiagnosticR/UDS" -I"../src/DiagnosticR/UDS/Iso15765_layer2" -I"../src/DiagnosticR/UDS/Iso15765_layer3" -I"../src/DiagnosticR/UDS/Iso15765_layer3/_h61" -I"../src/DiagnosticR/UDS/ModelsInterfaces" -I"../src/DiagnosticR/_configurations" -I"../src/DiagnosticR/rte" -I"../src/FunctionState" -I"../src/OsekCom" -I"../src/P417_SWTR_App_ert_rtw" -I"../src/RTE" -I"../src/Speaker" -I"../src/TLE9263" -I"../src/TouchPanel" -I"../src/config/mcal/mcal.mhc" -I"../src/config/mcal/peripheral/adc" -I"../src/config/mcal/peripheral/can" -I"../src/config/mcal/peripheral/clock" -I"../src/config/mcal/peripheral/cmcc" -I"../src/config/mcal/peripheral/dac" -I"../src/config/mcal/peripheral/evsys" -I"../src/config/mcal/peripheral/nvic" -I"../src/config/mcal/peripheral/nvmctrl" -I"../src/config/mcal/peripheral/port" -I"../src/config/mcal/peripheral/rtc" -I"../src/config/mcal/peripheral/sercom" -I"../src/config/mcal/peripheral/systick" -I"../src/config/mcal/peripheral/tc" -I"../src/config/mcal/peripheral/tcc" -I"../src/config/mcal/stdio" -I"../src/config/mcal/touch" -I"../src/config/mcal/touch/lib" -I"../src/forceSnsr" -I"../src/packs/ATSAME51J19A_DFP/component" -I"../src/packs/ATSAME51J19A_DFP/instance" -I"../src/packs/ATSAME51J19A_DFP/pio" -I"../src/smartEE" -Werror -Wall -MP -MMD -MF "${OBJECTDIR}/_ext/905407901/TouchBoard_up_handle_4ms.o.d" -o ${OBJECTDIR}/_ext/905407901/TouchBoard_up_handle_4ms.o ../src/P417_SWTR_App_ert_rtw/TouchBoard_up_handle_4ms.c -DXPRJ_mcal=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" ${PACK_COMMON_OPTIONS} ${OBJECTDIR}/_ext/905407901/TouchBoard_VOICE_handle_4ms.o: ../src/P417_SWTR_App_ert_rtw/TouchBoard_VOICE_handle_4ms.c .generated_files/flags/mcal/ea041a037579625765b317b3bd1c13d2e6040104 .generated_files/flags/mcal/19aca898974f639a5713d79f6a59fd61d4a277f5 @${MKDIR} "${OBJECTDIR}/_ext/905407901" @${RM} ${OBJECTDIR}/_ext/905407901/TouchBoard_VOICE_handle_4ms.o.d @${RM} ${OBJECTDIR}/_ext/905407901/TouchBoard_VOICE_handle_4ms.o ${MP_CC} $(MP_EXTRA_CC_PRE) -g -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -ffunction-sections -fdata-sections -fno-toplevel-reorder -fno-common -I"../src" -I"../src/config/mcal" -I"../src/packs/ATSAME51J19A_DFP" -I"../src/packs/CMSIS/" -I"../src/packs/CMSIS/CMSIS/Core/Include" -I"../src/Calibration" -I"../src/DiagnosticR" -I"../src/DiagnosticR/Comp_HAL_Autosar_Wrappers" -I"../src/DiagnosticR/Comp_ISO_15765_2" -I"../src/DiagnosticR/Comp_ISO_15765_3" -I"../src/DiagnosticR/Dem" -I"../src/DiagnosticR/FicOsek" -I"../src/DiagnosticR/Sys_Diag_Detect" -I"../src/DiagnosticR/UDS" -I"../src/DiagnosticR/UDS/Iso15765_layer2" -I"../src/DiagnosticR/UDS/Iso15765_layer3" -I"../src/DiagnosticR/UDS/Iso15765_layer3/_h61" -I"../src/DiagnosticR/UDS/ModelsInterfaces" -I"../src/DiagnosticR/_configurations" -I"../src/DiagnosticR/rte" -I"../src/FunctionState" -I"../src/OsekCom" -I"../src/P417_SWTR_App_ert_rtw" -I"../src/RTE" -I"../src/Speaker" -I"../src/TLE9263" -I"../src/TouchPanel" -I"../src/config/mcal/mcal.mhc" -I"../src/config/mcal/peripheral/adc" -I"../src/config/mcal/peripheral/can" -I"../src/config/mcal/peripheral/clock" -I"../src/config/mcal/peripheral/cmcc" -I"../src/config/mcal/peripheral/dac" -I"../src/config/mcal/peripheral/evsys" -I"../src/config/mcal/peripheral/nvic" -I"../src/config/mcal/peripheral/nvmctrl" -I"../src/config/mcal/peripheral/port" -I"../src/config/mcal/peripheral/rtc" -I"../src/config/mcal/peripheral/sercom" -I"../src/config/mcal/peripheral/systick" -I"../src/config/mcal/peripheral/tc" -I"../src/config/mcal/peripheral/tcc" -I"../src/config/mcal/stdio" -I"../src/config/mcal/touch" -I"../src/config/mcal/touch/lib" -I"../src/forceSnsr" -I"../src/packs/ATSAME51J19A_DFP/component" -I"../src/packs/ATSAME51J19A_DFP/instance" -I"../src/packs/ATSAME51J19A_DFP/pio" -I"../src/smartEE" -Werror -Wall -MP -MMD -MF "${OBJECTDIR}/_ext/905407901/TouchBoard_VOICE_handle_4ms.o.d" -o ${OBJECTDIR}/_ext/905407901/TouchBoard_VOICE_handle_4ms.o ../src/P417_SWTR_App_ert_rtw/TouchBoard_VOICE_handle_4ms.c -DXPRJ_mcal=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" ${PACK_COMMON_OPTIONS} ${OBJECTDIR}/_ext/905407901/TouchBoard_VOL_handle_4ms.o: ../src/P417_SWTR_App_ert_rtw/TouchBoard_VOL_handle_4ms.c .generated_files/flags/mcal/66ceb9c7b5872e93fddb643a85d5b389f306df2 .generated_files/flags/mcal/19aca898974f639a5713d79f6a59fd61d4a277f5 @${MKDIR} "${OBJECTDIR}/_ext/905407901" @${RM} ${OBJECTDIR}/_ext/905407901/TouchBoard_VOL_handle_4ms.o.d @${RM} ${OBJECTDIR}/_ext/905407901/TouchBoard_VOL_handle_4ms.o ${MP_CC} $(MP_EXTRA_CC_PRE) -g -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -ffunction-sections -fdata-sections -fno-toplevel-reorder -fno-common -I"../src" -I"../src/config/mcal" -I"../src/packs/ATSAME51J19A_DFP" -I"../src/packs/CMSIS/" -I"../src/packs/CMSIS/CMSIS/Core/Include" -I"../src/Calibration" -I"../src/DiagnosticR" -I"../src/DiagnosticR/Comp_HAL_Autosar_Wrappers" -I"../src/DiagnosticR/Comp_ISO_15765_2" -I"../src/DiagnosticR/Comp_ISO_15765_3" -I"../src/DiagnosticR/Dem" -I"../src/DiagnosticR/FicOsek" -I"../src/DiagnosticR/Sys_Diag_Detect" -I"../src/DiagnosticR/UDS" -I"../src/DiagnosticR/UDS/Iso15765_layer2" -I"../src/DiagnosticR/UDS/Iso15765_layer3" -I"../src/DiagnosticR/UDS/Iso15765_layer3/_h61" -I"../src/DiagnosticR/UDS/ModelsInterfaces" -I"../src/DiagnosticR/_configurations" -I"../src/DiagnosticR/rte" -I"../src/FunctionState" -I"../src/OsekCom" -I"../src/P417_SWTR_App_ert_rtw" -I"../src/RTE" -I"../src/Speaker" -I"../src/TLE9263" -I"../src/TouchPanel" -I"../src/config/mcal/mcal.mhc" -I"../src/config/mcal/peripheral/adc" -I"../src/config/mcal/peripheral/can" -I"../src/config/mcal/peripheral/clock" -I"../src/config/mcal/peripheral/cmcc" -I"../src/config/mcal/peripheral/dac" -I"../src/config/mcal/peripheral/evsys" -I"../src/config/mcal/peripheral/nvic" -I"../src/config/mcal/peripheral/nvmctrl" -I"../src/config/mcal/peripheral/port" -I"../src/config/mcal/peripheral/rtc" -I"../src/config/mcal/peripheral/sercom" -I"../src/config/mcal/peripheral/systick" -I"../src/config/mcal/peripheral/tc" -I"../src/config/mcal/peripheral/tcc" -I"../src/config/mcal/stdio" -I"../src/config/mcal/touch" -I"../src/config/mcal/touch/lib" -I"../src/forceSnsr" -I"../src/packs/ATSAME51J19A_DFP/component" -I"../src/packs/ATSAME51J19A_DFP/instance" -I"../src/packs/ATSAME51J19A_DFP/pio" -I"../src/smartEE" -Werror -Wall -MP -MMD -MF "${OBJECTDIR}/_ext/905407901/TouchBoard_VOL_handle_4ms.o.d" -o ${OBJECTDIR}/_ext/905407901/TouchBoard_VOL_handle_4ms.o ../src/P417_SWTR_App_ert_rtw/TouchBoard_VOL_handle_4ms.c -DXPRJ_mcal=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" ${PACK_COMMON_OPTIONS} ${OBJECTDIR}/_ext/905407901/TouchBoard_X_handle_10ms.o: ../src/P417_SWTR_App_ert_rtw/TouchBoard_X_handle_10ms.c .generated_files/flags/mcal/a6fd96bf630a40f1481dff7ac1f3ab0069c1f6dd .generated_files/flags/mcal/19aca898974f639a5713d79f6a59fd61d4a277f5 @${MKDIR} "${OBJECTDIR}/_ext/905407901" @${RM} ${OBJECTDIR}/_ext/905407901/TouchBoard_X_handle_10ms.o.d @${RM} ${OBJECTDIR}/_ext/905407901/TouchBoard_X_handle_10ms.o ${MP_CC} $(MP_EXTRA_CC_PRE) -g -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -ffunction-sections -fdata-sections -fno-toplevel-reorder -fno-common -I"../src" -I"../src/config/mcal" -I"../src/packs/ATSAME51J19A_DFP" -I"../src/packs/CMSIS/" -I"../src/packs/CMSIS/CMSIS/Core/Include" -I"../src/Calibration" -I"../src/DiagnosticR" -I"../src/DiagnosticR/Comp_HAL_Autosar_Wrappers" -I"../src/DiagnosticR/Comp_ISO_15765_2" -I"../src/DiagnosticR/Comp_ISO_15765_3" -I"../src/DiagnosticR/Dem" -I"../src/DiagnosticR/FicOsek" -I"../src/DiagnosticR/Sys_Diag_Detect" -I"../src/DiagnosticR/UDS" -I"../src/DiagnosticR/UDS/Iso15765_layer2" -I"../src/DiagnosticR/UDS/Iso15765_layer3" -I"../src/DiagnosticR/UDS/Iso15765_layer3/_h61" -I"../src/DiagnosticR/UDS/ModelsInterfaces" -I"../src/DiagnosticR/_configurations" -I"../src/DiagnosticR/rte" -I"../src/FunctionState" -I"../src/OsekCom" -I"../src/P417_SWTR_App_ert_rtw" -I"../src/RTE" -I"../src/Speaker" -I"../src/TLE9263" -I"../src/TouchPanel" -I"../src/config/mcal/mcal.mhc" -I"../src/config/mcal/peripheral/adc" -I"../src/config/mcal/peripheral/can" -I"../src/config/mcal/peripheral/clock" -I"../src/config/mcal/peripheral/cmcc" -I"../src/config/mcal/peripheral/dac" -I"../src/config/mcal/peripheral/evsys" -I"../src/config/mcal/peripheral/nvic" -I"../src/config/mcal/peripheral/nvmctrl" -I"../src/config/mcal/peripheral/port" -I"../src/config/mcal/peripheral/rtc" -I"../src/config/mcal/peripheral/sercom" -I"../src/config/mcal/peripheral/systick" -I"../src/config/mcal/peripheral/tc" -I"../src/config/mcal/peripheral/tcc" -I"../src/config/mcal/stdio" -I"../src/config/mcal/touch" -I"../src/config/mcal/touch/lib" -I"../src/forceSnsr" -I"../src/packs/ATSAME51J19A_DFP/component" -I"../src/packs/ATSAME51J19A_DFP/instance" -I"../src/packs/ATSAME51J19A_DFP/pio" -I"../src/smartEE" -Werror -Wall -MP -MMD -MF "${OBJECTDIR}/_ext/905407901/TouchBoard_X_handle_10ms.o.d" -o ${OBJECTDIR}/_ext/905407901/TouchBoard_X_handle_10ms.o ../src/P417_SWTR_App_ert_rtw/TouchBoard_X_handle_10ms.c -DXPRJ_mcal=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" ${PACK_COMMON_OPTIONS} ${OBJECTDIR}/_ext/905407901/TouchBoard_Y_handle_10ms.o: ../src/P417_SWTR_App_ert_rtw/TouchBoard_Y_handle_10ms.c .generated_files/flags/mcal/e63f63093fd52be20d4e231ee8bf9c7a5a674b05 .generated_files/flags/mcal/19aca898974f639a5713d79f6a59fd61d4a277f5 @${MKDIR} "${OBJECTDIR}/_ext/905407901" @${RM} ${OBJECTDIR}/_ext/905407901/TouchBoard_Y_handle_10ms.o.d @${RM} ${OBJECTDIR}/_ext/905407901/TouchBoard_Y_handle_10ms.o ${MP_CC} $(MP_EXTRA_CC_PRE) -g -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -ffunction-sections -fdata-sections -fno-toplevel-reorder -fno-common -I"../src" -I"../src/config/mcal" -I"../src/packs/ATSAME51J19A_DFP" -I"../src/packs/CMSIS/" -I"../src/packs/CMSIS/CMSIS/Core/Include" -I"../src/Calibration" -I"../src/DiagnosticR" -I"../src/DiagnosticR/Comp_HAL_Autosar_Wrappers" -I"../src/DiagnosticR/Comp_ISO_15765_2" -I"../src/DiagnosticR/Comp_ISO_15765_3" -I"../src/DiagnosticR/Dem" -I"../src/DiagnosticR/FicOsek" -I"../src/DiagnosticR/Sys_Diag_Detect" -I"../src/DiagnosticR/UDS" -I"../src/DiagnosticR/UDS/Iso15765_layer2" -I"../src/DiagnosticR/UDS/Iso15765_layer3" -I"../src/DiagnosticR/UDS/Iso15765_layer3/_h61" -I"../src/DiagnosticR/UDS/ModelsInterfaces" -I"../src/DiagnosticR/_configurations" -I"../src/DiagnosticR/rte" -I"../src/FunctionState" -I"../src/OsekCom" -I"../src/P417_SWTR_App_ert_rtw" -I"../src/RTE" -I"../src/Speaker" -I"../src/TLE9263" -I"../src/TouchPanel" -I"../src/config/mcal/mcal.mhc" -I"../src/config/mcal/peripheral/adc" -I"../src/config/mcal/peripheral/can" -I"../src/config/mcal/peripheral/clock" -I"../src/config/mcal/peripheral/cmcc" -I"../src/config/mcal/peripheral/dac" -I"../src/config/mcal/peripheral/evsys" -I"../src/config/mcal/peripheral/nvic" -I"../src/config/mcal/peripheral/nvmctrl" -I"../src/config/mcal/peripheral/port" -I"../src/config/mcal/peripheral/rtc" -I"../src/config/mcal/peripheral/sercom" -I"../src/config/mcal/peripheral/systick" -I"../src/config/mcal/peripheral/tc" -I"../src/config/mcal/peripheral/tcc" -I"../src/config/mcal/stdio" -I"../src/config/mcal/touch" -I"../src/config/mcal/touch/lib" -I"../src/forceSnsr" -I"../src/packs/ATSAME51J19A_DFP/component" -I"../src/packs/ATSAME51J19A_DFP/instance" -I"../src/packs/ATSAME51J19A_DFP/pio" -I"../src/smartEE" -Werror -Wall -MP -MMD -MF "${OBJECTDIR}/_ext/905407901/TouchBoard_Y_handle_10ms.o.d" -o ${OBJECTDIR}/_ext/905407901/TouchBoard_Y_handle_10ms.o ../src/P417_SWTR_App_ert_rtw/TouchBoard_Y_handle_10ms.c -DXPRJ_mcal=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" ${PACK_COMMON_OPTIONS} ${OBJECTDIR}/_ext/659835465/RTE.o: ../src/RTE/RTE.c .generated_files/flags/mcal/c3422a25a6b7841ca74bf44e8abec79b712e2d2f .generated_files/flags/mcal/19aca898974f639a5713d79f6a59fd61d4a277f5 @${MKDIR} "${OBJECTDIR}/_ext/659835465" @${RM} ${OBJECTDIR}/_ext/659835465/RTE.o.d @${RM} ${OBJECTDIR}/_ext/659835465/RTE.o ${MP_CC} $(MP_EXTRA_CC_PRE) -g -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -ffunction-sections -fdata-sections -fno-toplevel-reorder -fno-common -I"../src" -I"../src/config/mcal" -I"../src/packs/ATSAME51J19A_DFP" -I"../src/packs/CMSIS/" -I"../src/packs/CMSIS/CMSIS/Core/Include" -I"../src/Calibration" -I"../src/DiagnosticR" -I"../src/DiagnosticR/Comp_HAL_Autosar_Wrappers" -I"../src/DiagnosticR/Comp_ISO_15765_2" -I"../src/DiagnosticR/Comp_ISO_15765_3" -I"../src/DiagnosticR/Dem" -I"../src/DiagnosticR/FicOsek" -I"../src/DiagnosticR/Sys_Diag_Detect" -I"../src/DiagnosticR/UDS" -I"../src/DiagnosticR/UDS/Iso15765_layer2" -I"../src/DiagnosticR/UDS/Iso15765_layer3" -I"../src/DiagnosticR/UDS/Iso15765_layer3/_h61" -I"../src/DiagnosticR/UDS/ModelsInterfaces" -I"../src/DiagnosticR/_configurations" -I"../src/DiagnosticR/rte" -I"../src/FunctionState" -I"../src/OsekCom" -I"../src/P417_SWTR_App_ert_rtw" -I"../src/RTE" -I"../src/Speaker" -I"../src/TLE9263" -I"../src/TouchPanel" -I"../src/config/mcal/mcal.mhc" -I"../src/config/mcal/peripheral/adc" -I"../src/config/mcal/peripheral/can" -I"../src/config/mcal/peripheral/clock" -I"../src/config/mcal/peripheral/cmcc" -I"../src/config/mcal/peripheral/dac" -I"../src/config/mcal/peripheral/evsys" -I"../src/config/mcal/peripheral/nvic" -I"../src/config/mcal/peripheral/nvmctrl" -I"../src/config/mcal/peripheral/port" -I"../src/config/mcal/peripheral/rtc" -I"../src/config/mcal/peripheral/sercom" -I"../src/config/mcal/peripheral/systick" -I"../src/config/mcal/peripheral/tc" -I"../src/config/mcal/peripheral/tcc" -I"../src/config/mcal/stdio" -I"../src/config/mcal/touch" -I"../src/config/mcal/touch/lib" -I"../src/forceSnsr" -I"../src/packs/ATSAME51J19A_DFP/component" -I"../src/packs/ATSAME51J19A_DFP/instance" -I"../src/packs/ATSAME51J19A_DFP/pio" -I"../src/smartEE" -Werror -Wall -MP -MMD -MF "${OBJECTDIR}/_ext/659835465/RTE.o.d" -o ${OBJECTDIR}/_ext/659835465/RTE.o ../src/RTE/RTE.c -DXPRJ_mcal=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" ${PACK_COMMON_OPTIONS} ${OBJECTDIR}/_ext/1916463407/smartee.o: ../src/smartEE/smartee.c .generated_files/flags/mcal/7f90125c586291011d7bfe67e9b2ea547f6d01d9 .generated_files/flags/mcal/19aca898974f639a5713d79f6a59fd61d4a277f5 @${MKDIR} "${OBJECTDIR}/_ext/1916463407" @${RM} ${OBJECTDIR}/_ext/1916463407/smartee.o.d @${RM} ${OBJECTDIR}/_ext/1916463407/smartee.o ${MP_CC} $(MP_EXTRA_CC_PRE) -g -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -ffunction-sections -fdata-sections -fno-toplevel-reorder -fno-common -I"../src" -I"../src/config/mcal" -I"../src/packs/ATSAME51J19A_DFP" -I"../src/packs/CMSIS/" -I"../src/packs/CMSIS/CMSIS/Core/Include" -I"../src/Calibration" -I"../src/DiagnosticR" -I"../src/DiagnosticR/Comp_HAL_Autosar_Wrappers" -I"../src/DiagnosticR/Comp_ISO_15765_2" -I"../src/DiagnosticR/Comp_ISO_15765_3" -I"../src/DiagnosticR/Dem" -I"../src/DiagnosticR/FicOsek" -I"../src/DiagnosticR/Sys_Diag_Detect" -I"../src/DiagnosticR/UDS" -I"../src/DiagnosticR/UDS/Iso15765_layer2" -I"../src/DiagnosticR/UDS/Iso15765_layer3" -I"../src/DiagnosticR/UDS/Iso15765_layer3/_h61" -I"../src/DiagnosticR/UDS/ModelsInterfaces" -I"../src/DiagnosticR/_configurations" -I"../src/DiagnosticR/rte" -I"../src/FunctionState" -I"../src/OsekCom" -I"../src/P417_SWTR_App_ert_rtw" -I"../src/RTE" -I"../src/Speaker" -I"../src/TLE9263" -I"../src/TouchPanel" -I"../src/config/mcal/mcal.mhc" -I"../src/config/mcal/peripheral/adc" -I"../src/config/mcal/peripheral/can" -I"../src/config/mcal/peripheral/clock" -I"../src/config/mcal/peripheral/cmcc" -I"../src/config/mcal/peripheral/dac" -I"../src/config/mcal/peripheral/evsys" -I"../src/config/mcal/peripheral/nvic" -I"../src/config/mcal/peripheral/nvmctrl" -I"../src/config/mcal/peripheral/port" -I"../src/config/mcal/peripheral/rtc" -I"../src/config/mcal/peripheral/sercom" -I"../src/config/mcal/peripheral/systick" -I"../src/config/mcal/peripheral/tc" -I"../src/config/mcal/peripheral/tcc" -I"../src/config/mcal/stdio" -I"../src/config/mcal/touch" -I"../src/config/mcal/touch/lib" -I"../src/forceSnsr" -I"../src/packs/ATSAME51J19A_DFP/component" -I"../src/packs/ATSAME51J19A_DFP/instance" -I"../src/packs/ATSAME51J19A_DFP/pio" -I"../src/smartEE" -Werror -Wall -MP -MMD -MF "${OBJECTDIR}/_ext/1916463407/smartee.o.d" -o ${OBJECTDIR}/_ext/1916463407/smartee.o ../src/smartEE/smartee.c -DXPRJ_mcal=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" ${PACK_COMMON_OPTIONS} ${OBJECTDIR}/_ext/624783131/SA51024.o: ../src/Speaker/SA51024.c .generated_files/flags/mcal/62ddcc850b9099841001a894ffdef8b9f3fef086 .generated_files/flags/mcal/19aca898974f639a5713d79f6a59fd61d4a277f5 @${MKDIR} "${OBJECTDIR}/_ext/624783131" @${RM} ${OBJECTDIR}/_ext/624783131/SA51024.o.d @${RM} ${OBJECTDIR}/_ext/624783131/SA51024.o ${MP_CC} $(MP_EXTRA_CC_PRE) -g -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -ffunction-sections -fdata-sections -fno-toplevel-reorder -fno-common -I"../src" -I"../src/config/mcal" -I"../src/packs/ATSAME51J19A_DFP" -I"../src/packs/CMSIS/" -I"../src/packs/CMSIS/CMSIS/Core/Include" -I"../src/Calibration" -I"../src/DiagnosticR" -I"../src/DiagnosticR/Comp_HAL_Autosar_Wrappers" -I"../src/DiagnosticR/Comp_ISO_15765_2" -I"../src/DiagnosticR/Comp_ISO_15765_3" -I"../src/DiagnosticR/Dem" -I"../src/DiagnosticR/FicOsek" -I"../src/DiagnosticR/Sys_Diag_Detect" -I"../src/DiagnosticR/UDS" -I"../src/DiagnosticR/UDS/Iso15765_layer2" -I"../src/DiagnosticR/UDS/Iso15765_layer3" -I"../src/DiagnosticR/UDS/Iso15765_layer3/_h61" -I"../src/DiagnosticR/UDS/ModelsInterfaces" -I"../src/DiagnosticR/_configurations" -I"../src/DiagnosticR/rte" -I"../src/FunctionState" -I"../src/OsekCom" -I"../src/P417_SWTR_App_ert_rtw" -I"../src/RTE" -I"../src/Speaker" -I"../src/TLE9263" -I"../src/TouchPanel" -I"../src/config/mcal/mcal.mhc" -I"../src/config/mcal/peripheral/adc" -I"../src/config/mcal/peripheral/can" -I"../src/config/mcal/peripheral/clock" -I"../src/config/mcal/peripheral/cmcc" -I"../src/config/mcal/peripheral/dac" -I"../src/config/mcal/peripheral/evsys" -I"../src/config/mcal/peripheral/nvic" -I"../src/config/mcal/peripheral/nvmctrl" -I"../src/config/mcal/peripheral/port" -I"../src/config/mcal/peripheral/rtc" -I"../src/config/mcal/peripheral/sercom" -I"../src/config/mcal/peripheral/systick" -I"../src/config/mcal/peripheral/tc" -I"../src/config/mcal/peripheral/tcc" -I"../src/config/mcal/stdio" -I"../src/config/mcal/touch" -I"../src/config/mcal/touch/lib" -I"../src/forceSnsr" -I"../src/packs/ATSAME51J19A_DFP/component" -I"../src/packs/ATSAME51J19A_DFP/instance" -I"../src/packs/ATSAME51J19A_DFP/pio" -I"../src/smartEE" -Werror -Wall -MP -MMD -MF "${OBJECTDIR}/_ext/624783131/SA51024.o.d" -o ${OBJECTDIR}/_ext/624783131/SA51024.o ../src/Speaker/SA51024.c -DXPRJ_mcal=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" ${PACK_COMMON_OPTIONS} ${OBJECTDIR}/_ext/624783131/SA51024_Cfg.o: ../src/Speaker/SA51024_Cfg.c .generated_files/flags/mcal/2ec44e71513830ecf2cf3c258b0cbb22042949a2 .generated_files/flags/mcal/19aca898974f639a5713d79f6a59fd61d4a277f5 @${MKDIR} "${OBJECTDIR}/_ext/624783131" @${RM} ${OBJECTDIR}/_ext/624783131/SA51024_Cfg.o.d @${RM} ${OBJECTDIR}/_ext/624783131/SA51024_Cfg.o ${MP_CC} $(MP_EXTRA_CC_PRE) -g -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -ffunction-sections -fdata-sections -fno-toplevel-reorder -fno-common -I"../src" -I"../src/config/mcal" -I"../src/packs/ATSAME51J19A_DFP" -I"../src/packs/CMSIS/" -I"../src/packs/CMSIS/CMSIS/Core/Include" -I"../src/Calibration" -I"../src/DiagnosticR" -I"../src/DiagnosticR/Comp_HAL_Autosar_Wrappers" -I"../src/DiagnosticR/Comp_ISO_15765_2" -I"../src/DiagnosticR/Comp_ISO_15765_3" -I"../src/DiagnosticR/Dem" -I"../src/DiagnosticR/FicOsek" -I"../src/DiagnosticR/Sys_Diag_Detect" -I"../src/DiagnosticR/UDS" -I"../src/DiagnosticR/UDS/Iso15765_layer2" -I"../src/DiagnosticR/UDS/Iso15765_layer3" -I"../src/DiagnosticR/UDS/Iso15765_layer3/_h61" -I"../src/DiagnosticR/UDS/ModelsInterfaces" -I"../src/DiagnosticR/_configurations" -I"../src/DiagnosticR/rte" -I"../src/FunctionState" -I"../src/OsekCom" -I"../src/P417_SWTR_App_ert_rtw" -I"../src/RTE" -I"../src/Speaker" -I"../src/TLE9263" -I"../src/TouchPanel" -I"../src/config/mcal/mcal.mhc" -I"../src/config/mcal/peripheral/adc" -I"../src/config/mcal/peripheral/can" -I"../src/config/mcal/peripheral/clock" -I"../src/config/mcal/peripheral/cmcc" -I"../src/config/mcal/peripheral/dac" -I"../src/config/mcal/peripheral/evsys" -I"../src/config/mcal/peripheral/nvic" -I"../src/config/mcal/peripheral/nvmctrl" -I"../src/config/mcal/peripheral/port" -I"../src/config/mcal/peripheral/rtc" -I"../src/config/mcal/peripheral/sercom" -I"../src/config/mcal/peripheral/systick" -I"../src/config/mcal/peripheral/tc" -I"../src/config/mcal/peripheral/tcc" -I"../src/config/mcal/stdio" -I"../src/config/mcal/touch" -I"../src/config/mcal/touch/lib" -I"../src/forceSnsr" -I"../src/packs/ATSAME51J19A_DFP/component" -I"../src/packs/ATSAME51J19A_DFP/instance" -I"../src/packs/ATSAME51J19A_DFP/pio" -I"../src/smartEE" -Werror -Wall -MP -MMD -MF "${OBJECTDIR}/_ext/624783131/SA51024_Cfg.o.d" -o ${OBJECTDIR}/_ext/624783131/SA51024_Cfg.o ../src/Speaker/SA51024_Cfg.c -DXPRJ_mcal=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" ${PACK_COMMON_OPTIONS} ${OBJECTDIR}/_ext/624783131/Speaker.o: ../src/Speaker/Speaker.c .generated_files/flags/mcal/77d90158e2cb32a7d9e5daf1558d60c018506690 .generated_files/flags/mcal/19aca898974f639a5713d79f6a59fd61d4a277f5 @${MKDIR} "${OBJECTDIR}/_ext/624783131" @${RM} ${OBJECTDIR}/_ext/624783131/Speaker.o.d @${RM} ${OBJECTDIR}/_ext/624783131/Speaker.o ${MP_CC} $(MP_EXTRA_CC_PRE) -g -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -ffunction-sections -fdata-sections -fno-toplevel-reorder -fno-common -I"../src" -I"../src/config/mcal" -I"../src/packs/ATSAME51J19A_DFP" -I"../src/packs/CMSIS/" -I"../src/packs/CMSIS/CMSIS/Core/Include" -I"../src/Calibration" -I"../src/DiagnosticR" -I"../src/DiagnosticR/Comp_HAL_Autosar_Wrappers" -I"../src/DiagnosticR/Comp_ISO_15765_2" -I"../src/DiagnosticR/Comp_ISO_15765_3" -I"../src/DiagnosticR/Dem" -I"../src/DiagnosticR/FicOsek" -I"../src/DiagnosticR/Sys_Diag_Detect" -I"../src/DiagnosticR/UDS" -I"../src/DiagnosticR/UDS/Iso15765_layer2" -I"../src/DiagnosticR/UDS/Iso15765_layer3" -I"../src/DiagnosticR/UDS/Iso15765_layer3/_h61" -I"../src/DiagnosticR/UDS/ModelsInterfaces" -I"../src/DiagnosticR/_configurations" -I"../src/DiagnosticR/rte" -I"../src/FunctionState" -I"../src/OsekCom" -I"../src/P417_SWTR_App_ert_rtw" -I"../src/RTE" -I"../src/Speaker" -I"../src/TLE9263" -I"../src/TouchPanel" -I"../src/config/mcal/mcal.mhc" -I"../src/config/mcal/peripheral/adc" -I"../src/config/mcal/peripheral/can" -I"../src/config/mcal/peripheral/clock" -I"../src/config/mcal/peripheral/cmcc" -I"../src/config/mcal/peripheral/dac" -I"../src/config/mcal/peripheral/evsys" -I"../src/config/mcal/peripheral/nvic" -I"../src/config/mcal/peripheral/nvmctrl" -I"../src/config/mcal/peripheral/port" -I"../src/config/mcal/peripheral/rtc" -I"../src/config/mcal/peripheral/sercom" -I"../src/config/mcal/peripheral/systick" -I"../src/config/mcal/peripheral/tc" -I"../src/config/mcal/peripheral/tcc" -I"../src/config/mcal/stdio" -I"../src/config/mcal/touch" -I"../src/config/mcal/touch/lib" -I"../src/forceSnsr" -I"../src/packs/ATSAME51J19A_DFP/component" -I"../src/packs/ATSAME51J19A_DFP/instance" -I"../src/packs/ATSAME51J19A_DFP/pio" -I"../src/smartEE" -Werror -Wall -MP -MMD -MF "${OBJECTDIR}/_ext/624783131/Speaker.o.d" -o ${OBJECTDIR}/_ext/624783131/Speaker.o ../src/Speaker/Speaker.c -DXPRJ_mcal=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" ${PACK_COMMON_OPTIONS} ${OBJECTDIR}/_ext/798729495/TLE926x.o: ../src/TLE9263/TLE926x.c .generated_files/flags/mcal/5e016f16fdfd2b9f2c3233bae467a136e5772689 .generated_files/flags/mcal/19aca898974f639a5713d79f6a59fd61d4a277f5 @${MKDIR} "${OBJECTDIR}/_ext/798729495" @${RM} ${OBJECTDIR}/_ext/798729495/TLE926x.o.d @${RM} ${OBJECTDIR}/_ext/798729495/TLE926x.o ${MP_CC} $(MP_EXTRA_CC_PRE) -g -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -ffunction-sections -fdata-sections -fno-toplevel-reorder -fno-common -I"../src" -I"../src/config/mcal" -I"../src/packs/ATSAME51J19A_DFP" -I"../src/packs/CMSIS/" -I"../src/packs/CMSIS/CMSIS/Core/Include" -I"../src/Calibration" -I"../src/DiagnosticR" -I"../src/DiagnosticR/Comp_HAL_Autosar_Wrappers" -I"../src/DiagnosticR/Comp_ISO_15765_2" -I"../src/DiagnosticR/Comp_ISO_15765_3" -I"../src/DiagnosticR/Dem" -I"../src/DiagnosticR/FicOsek" -I"../src/DiagnosticR/Sys_Diag_Detect" -I"../src/DiagnosticR/UDS" -I"../src/DiagnosticR/UDS/Iso15765_layer2" -I"../src/DiagnosticR/UDS/Iso15765_layer3" -I"../src/DiagnosticR/UDS/Iso15765_layer3/_h61" -I"../src/DiagnosticR/UDS/ModelsInterfaces" -I"../src/DiagnosticR/_configurations" -I"../src/DiagnosticR/rte" -I"../src/FunctionState" -I"../src/OsekCom" -I"../src/P417_SWTR_App_ert_rtw" -I"../src/RTE" -I"../src/Speaker" -I"../src/TLE9263" -I"../src/TouchPanel" -I"../src/config/mcal/mcal.mhc" -I"../src/config/mcal/peripheral/adc" -I"../src/config/mcal/peripheral/can" -I"../src/config/mcal/peripheral/clock" -I"../src/config/mcal/peripheral/cmcc" -I"../src/config/mcal/peripheral/dac" -I"../src/config/mcal/peripheral/evsys" -I"../src/config/mcal/peripheral/nvic" -I"../src/config/mcal/peripheral/nvmctrl" -I"../src/config/mcal/peripheral/port" -I"../src/config/mcal/peripheral/rtc" -I"../src/config/mcal/peripheral/sercom" -I"../src/config/mcal/peripheral/systick" -I"../src/config/mcal/peripheral/tc" -I"../src/config/mcal/peripheral/tcc" -I"../src/config/mcal/stdio" -I"../src/config/mcal/touch" -I"../src/config/mcal/touch/lib" -I"../src/forceSnsr" -I"../src/packs/ATSAME51J19A_DFP/component" -I"../src/packs/ATSAME51J19A_DFP/instance" -I"../src/packs/ATSAME51J19A_DFP/pio" -I"../src/smartEE" -Werror -Wall -MP -MMD -MF "${OBJECTDIR}/_ext/798729495/TLE926x.o.d" -o ${OBJECTDIR}/_ext/798729495/TLE926x.o ../src/TLE9263/TLE926x.c -DXPRJ_mcal=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" ${PACK_COMMON_OPTIONS} ${OBJECTDIR}/_ext/798729495/TLE926x_SPI.o: ../src/TLE9263/TLE926x_SPI.c .generated_files/flags/mcal/3a4c064546d130657fdba830964f3dab97e15a34 .generated_files/flags/mcal/19aca898974f639a5713d79f6a59fd61d4a277f5 @${MKDIR} "${OBJECTDIR}/_ext/798729495" @${RM} ${OBJECTDIR}/_ext/798729495/TLE926x_SPI.o.d @${RM} ${OBJECTDIR}/_ext/798729495/TLE926x_SPI.o ${MP_CC} $(MP_EXTRA_CC_PRE) -g -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -ffunction-sections -fdata-sections -fno-toplevel-reorder -fno-common -I"../src" -I"../src/config/mcal" -I"../src/packs/ATSAME51J19A_DFP" -I"../src/packs/CMSIS/" -I"../src/packs/CMSIS/CMSIS/Core/Include" -I"../src/Calibration" -I"../src/DiagnosticR" -I"../src/DiagnosticR/Comp_HAL_Autosar_Wrappers" -I"../src/DiagnosticR/Comp_ISO_15765_2" -I"../src/DiagnosticR/Comp_ISO_15765_3" -I"../src/DiagnosticR/Dem" -I"../src/DiagnosticR/FicOsek" -I"../src/DiagnosticR/Sys_Diag_Detect" -I"../src/DiagnosticR/UDS" -I"../src/DiagnosticR/UDS/Iso15765_layer2" -I"../src/DiagnosticR/UDS/Iso15765_layer3" -I"../src/DiagnosticR/UDS/Iso15765_layer3/_h61" -I"../src/DiagnosticR/UDS/ModelsInterfaces" -I"../src/DiagnosticR/_configurations" -I"../src/DiagnosticR/rte" -I"../src/FunctionState" -I"../src/OsekCom" -I"../src/P417_SWTR_App_ert_rtw" -I"../src/RTE" -I"../src/Speaker" -I"../src/TLE9263" -I"../src/TouchPanel" -I"../src/config/mcal/mcal.mhc" -I"../src/config/mcal/peripheral/adc" -I"../src/config/mcal/peripheral/can" -I"../src/config/mcal/peripheral/clock" -I"../src/config/mcal/peripheral/cmcc" -I"../src/config/mcal/peripheral/dac" -I"../src/config/mcal/peripheral/evsys" -I"../src/config/mcal/peripheral/nvic" -I"../src/config/mcal/peripheral/nvmctrl" -I"../src/config/mcal/peripheral/port" -I"../src/config/mcal/peripheral/rtc" -I"../src/config/mcal/peripheral/sercom" -I"../src/config/mcal/peripheral/systick" -I"../src/config/mcal/peripheral/tc" -I"../src/config/mcal/peripheral/tcc" -I"../src/config/mcal/stdio" -I"../src/config/mcal/touch" -I"../src/config/mcal/touch/lib" -I"../src/forceSnsr" -I"../src/packs/ATSAME51J19A_DFP/component" -I"../src/packs/ATSAME51J19A_DFP/instance" -I"../src/packs/ATSAME51J19A_DFP/pio" -I"../src/smartEE" -Werror -Wall -MP -MMD -MF "${OBJECTDIR}/_ext/798729495/TLE926x_SPI.o.d" -o ${OBJECTDIR}/_ext/798729495/TLE926x_SPI.o ../src/TLE9263/TLE926x_SPI.c -DXPRJ_mcal=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" ${PACK_COMMON_OPTIONS} ${OBJECTDIR}/_ext/798729495/TLE926x_Main.o: ../src/TLE9263/TLE926x_Main.c .generated_files/flags/mcal/d5fc1b9dc39df6f7deff508a0e0476c40cb72be6 .generated_files/flags/mcal/19aca898974f639a5713d79f6a59fd61d4a277f5 @${MKDIR} "${OBJECTDIR}/_ext/798729495" @${RM} ${OBJECTDIR}/_ext/798729495/TLE926x_Main.o.d @${RM} ${OBJECTDIR}/_ext/798729495/TLE926x_Main.o ${MP_CC} $(MP_EXTRA_CC_PRE) -g -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -ffunction-sections -fdata-sections -fno-toplevel-reorder -fno-common -I"../src" -I"../src/config/mcal" -I"../src/packs/ATSAME51J19A_DFP" -I"../src/packs/CMSIS/" -I"../src/packs/CMSIS/CMSIS/Core/Include" -I"../src/Calibration" -I"../src/DiagnosticR" -I"../src/DiagnosticR/Comp_HAL_Autosar_Wrappers" -I"../src/DiagnosticR/Comp_ISO_15765_2" -I"../src/DiagnosticR/Comp_ISO_15765_3" -I"../src/DiagnosticR/Dem" -I"../src/DiagnosticR/FicOsek" -I"../src/DiagnosticR/Sys_Diag_Detect" -I"../src/DiagnosticR/UDS" -I"../src/DiagnosticR/UDS/Iso15765_layer2" -I"../src/DiagnosticR/UDS/Iso15765_layer3" -I"../src/DiagnosticR/UDS/Iso15765_layer3/_h61" -I"../src/DiagnosticR/UDS/ModelsInterfaces" -I"../src/DiagnosticR/_configurations" -I"../src/DiagnosticR/rte" -I"../src/FunctionState" -I"../src/OsekCom" -I"../src/P417_SWTR_App_ert_rtw" -I"../src/RTE" -I"../src/Speaker" -I"../src/TLE9263" -I"../src/TouchPanel" -I"../src/config/mcal/mcal.mhc" -I"../src/config/mcal/peripheral/adc" -I"../src/config/mcal/peripheral/can" -I"../src/config/mcal/peripheral/clock" -I"../src/config/mcal/peripheral/cmcc" -I"../src/config/mcal/peripheral/dac" -I"../src/config/mcal/peripheral/evsys" -I"../src/config/mcal/peripheral/nvic" -I"../src/config/mcal/peripheral/nvmctrl" -I"../src/config/mcal/peripheral/port" -I"../src/config/mcal/peripheral/rtc" -I"../src/config/mcal/peripheral/sercom" -I"../src/config/mcal/peripheral/systick" -I"../src/config/mcal/peripheral/tc" -I"../src/config/mcal/peripheral/tcc" -I"../src/config/mcal/stdio" -I"../src/config/mcal/touch" -I"../src/config/mcal/touch/lib" -I"../src/forceSnsr" -I"../src/packs/ATSAME51J19A_DFP/component" -I"../src/packs/ATSAME51J19A_DFP/instance" -I"../src/packs/ATSAME51J19A_DFP/pio" -I"../src/smartEE" -Werror -Wall -MP -MMD -MF "${OBJECTDIR}/_ext/798729495/TLE926x_Main.o.d" -o ${OBJECTDIR}/_ext/798729495/TLE926x_Main.o ../src/TLE9263/TLE926x_Main.c -DXPRJ_mcal=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" ${PACK_COMMON_OPTIONS} ${OBJECTDIR}/_ext/1720498337/TouchPanel.o: ../src/TouchPanel/TouchPanel.c .generated_files/flags/mcal/26a817df27e09f6e375202d8452d8a436b67f7a2 .generated_files/flags/mcal/19aca898974f639a5713d79f6a59fd61d4a277f5 @${MKDIR} "${OBJECTDIR}/_ext/1720498337" @${RM} ${OBJECTDIR}/_ext/1720498337/TouchPanel.o.d @${RM} ${OBJECTDIR}/_ext/1720498337/TouchPanel.o ${MP_CC} $(MP_EXTRA_CC_PRE) -g -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -ffunction-sections -fdata-sections -fno-toplevel-reorder -fno-common -I"../src" -I"../src/config/mcal" -I"../src/packs/ATSAME51J19A_DFP" -I"../src/packs/CMSIS/" -I"../src/packs/CMSIS/CMSIS/Core/Include" -I"../src/Calibration" -I"../src/DiagnosticR" -I"../src/DiagnosticR/Comp_HAL_Autosar_Wrappers" -I"../src/DiagnosticR/Comp_ISO_15765_2" -I"../src/DiagnosticR/Comp_ISO_15765_3" -I"../src/DiagnosticR/Dem" -I"../src/DiagnosticR/FicOsek" -I"../src/DiagnosticR/Sys_Diag_Detect" -I"../src/DiagnosticR/UDS" -I"../src/DiagnosticR/UDS/Iso15765_layer2" -I"../src/DiagnosticR/UDS/Iso15765_layer3" -I"../src/DiagnosticR/UDS/Iso15765_layer3/_h61" -I"../src/DiagnosticR/UDS/ModelsInterfaces" -I"../src/DiagnosticR/_configurations" -I"../src/DiagnosticR/rte" -I"../src/FunctionState" -I"../src/OsekCom" -I"../src/P417_SWTR_App_ert_rtw" -I"../src/RTE" -I"../src/Speaker" -I"../src/TLE9263" -I"../src/TouchPanel" -I"../src/config/mcal/mcal.mhc" -I"../src/config/mcal/peripheral/adc" -I"../src/config/mcal/peripheral/can" -I"../src/config/mcal/peripheral/clock" -I"../src/config/mcal/peripheral/cmcc" -I"../src/config/mcal/peripheral/dac" -I"../src/config/mcal/peripheral/evsys" -I"../src/config/mcal/peripheral/nvic" -I"../src/config/mcal/peripheral/nvmctrl" -I"../src/config/mcal/peripheral/port" -I"../src/config/mcal/peripheral/rtc" -I"../src/config/mcal/peripheral/sercom" -I"../src/config/mcal/peripheral/systick" -I"../src/config/mcal/peripheral/tc" -I"../src/config/mcal/peripheral/tcc" -I"../src/config/mcal/stdio" -I"../src/config/mcal/touch" -I"../src/config/mcal/touch/lib" -I"../src/forceSnsr" -I"../src/packs/ATSAME51J19A_DFP/component" -I"../src/packs/ATSAME51J19A_DFP/instance" -I"../src/packs/ATSAME51J19A_DFP/pio" -I"../src/smartEE" -Werror -Wall -MP -MMD -MF "${OBJECTDIR}/_ext/1720498337/TouchPanel.o.d" -o ${OBJECTDIR}/_ext/1720498337/TouchPanel.o ../src/TouchPanel/TouchPanel.c -DXPRJ_mcal=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" ${PACK_COMMON_OPTIONS} ${OBJECTDIR}/_ext/1360937237/main.o: ../src/main.c .generated_files/flags/mcal/a69208d30d3648a9adafb0cce4dc8ddff2273171 .generated_files/flags/mcal/19aca898974f639a5713d79f6a59fd61d4a277f5 @${MKDIR} "${OBJECTDIR}/_ext/1360937237" @${RM} ${OBJECTDIR}/_ext/1360937237/main.o.d @${RM} ${OBJECTDIR}/_ext/1360937237/main.o ${MP_CC} $(MP_EXTRA_CC_PRE) -g -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -ffunction-sections -fdata-sections -fno-toplevel-reorder -fno-common -I"../src" -I"../src/config/mcal" -I"../src/packs/ATSAME51J19A_DFP" -I"../src/packs/CMSIS/" -I"../src/packs/CMSIS/CMSIS/Core/Include" -I"../src/Calibration" -I"../src/DiagnosticR" -I"../src/DiagnosticR/Comp_HAL_Autosar_Wrappers" -I"../src/DiagnosticR/Comp_ISO_15765_2" -I"../src/DiagnosticR/Comp_ISO_15765_3" -I"../src/DiagnosticR/Dem" -I"../src/DiagnosticR/FicOsek" -I"../src/DiagnosticR/Sys_Diag_Detect" -I"../src/DiagnosticR/UDS" -I"../src/DiagnosticR/UDS/Iso15765_layer2" -I"../src/DiagnosticR/UDS/Iso15765_layer3" -I"../src/DiagnosticR/UDS/Iso15765_layer3/_h61" -I"../src/DiagnosticR/UDS/ModelsInterfaces" -I"../src/DiagnosticR/_configurations" -I"../src/DiagnosticR/rte" -I"../src/FunctionState" -I"../src/OsekCom" -I"../src/P417_SWTR_App_ert_rtw" -I"../src/RTE" -I"../src/Speaker" -I"../src/TLE9263" -I"../src/TouchPanel" -I"../src/config/mcal/mcal.mhc" -I"../src/config/mcal/peripheral/adc" -I"../src/config/mcal/peripheral/can" -I"../src/config/mcal/peripheral/clock" -I"../src/config/mcal/peripheral/cmcc" -I"../src/config/mcal/peripheral/dac" -I"../src/config/mcal/peripheral/evsys" -I"../src/config/mcal/peripheral/nvic" -I"../src/config/mcal/peripheral/nvmctrl" -I"../src/config/mcal/peripheral/port" -I"../src/config/mcal/peripheral/rtc" -I"../src/config/mcal/peripheral/sercom" -I"../src/config/mcal/peripheral/systick" -I"../src/config/mcal/peripheral/tc" -I"../src/config/mcal/peripheral/tcc" -I"../src/config/mcal/stdio" -I"../src/config/mcal/touch" -I"../src/config/mcal/touch/lib" -I"../src/forceSnsr" -I"../src/packs/ATSAME51J19A_DFP/component" -I"../src/packs/ATSAME51J19A_DFP/instance" -I"../src/packs/ATSAME51J19A_DFP/pio" -I"../src/smartEE" -Werror -Wall -MP -MMD -MF "${OBJECTDIR}/_ext/1360937237/main.o.d" -o ${OBJECTDIR}/_ext/1360937237/main.o ../src/main.c -DXPRJ_mcal=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" ${PACK_COMMON_OPTIONS} endif # ------------------------------------------------------------------------------------ # Rules for buildStep: compileCPP ifeq ($(TYPE_IMAGE), DEBUG_RUN) else endif # ------------------------------------------------------------------------------------ # Rules for buildStep: link ifeq ($(TYPE_IMAGE), DEBUG_RUN) ${DISTDIR}/p417_SWTR.X.${IMAGE_TYPE}.${OUTPUT_SUFFIX}: ${OBJECTFILES} nbproject/Makefile-${CND_CONF}.mk ../src/config/mcal/touch/lib/qtm_acq_same51_0x000f.X.a ../src/config/mcal/touch/lib/qtm_touch_key_cm4_0x0002.X.a ../src/config/mcal/touch/lib/qtm_scroller_cm4_0x000b.X.a ../src/config/mcal/touch/lib/qtm_freq_hop_cm4_0x0006.X.a ../src/config/mcal/touch/lib/qtm_surface_cs_cm4_0x0021.X.a ../src/config/mcal/ATSAME51J19A.ld @${MKDIR} ${DISTDIR} ${MP_CC} $(MP_EXTRA_LD_PRE) -g -mprocessor=$(MP_PROCESSOR_OPTION) -mno-device-startup-code -o ${DISTDIR}/p417_SWTR.X.${IMAGE_TYPE}.${OUTPUT_SUFFIX} ${OBJECTFILES_QUOTED_IF_SPACED} ..\src\config\mcal\touch\lib\qtm_acq_same51_0x000f.X.a ..\src\config\mcal\touch\lib\qtm_touch_key_cm4_0x0002.X.a ..\src\config\mcal\touch\lib\qtm_scroller_cm4_0x000b.X.a ..\src\config\mcal\touch\lib\qtm_freq_hop_cm4_0x0006.X.a ..\src\config\mcal\touch\lib\qtm_surface_cs_cm4_0x0021.X.a -DXPRJ_mcal=$(CND_CONF) $(COMPARISON_BUILD) -Wl,--defsym=__MPLAB_BUILD=1$(MP_EXTRA_LD_POST)$(MP_LINKER_FILE_OPTION),--defsym=__ICD2RAM=1,--defsym=__MPLAB_DEBUG=1,--defsym=__DEBUG=1,-D=__DEBUG_D,--defsym=_min_heap_size=512,--gc-sections,-Map="${DISTDIR}/${PROJECTNAME}.${IMAGE_TYPE}.map",--memorysummary,${DISTDIR}/memoryfile.xml -mdfp="${DFP_DIR}" else ${DISTDIR}/p417_SWTR.X.${IMAGE_TYPE}.${OUTPUT_SUFFIX}: ${OBJECTFILES} nbproject/Makefile-${CND_CONF}.mk ../src/config/mcal/touch/lib/qtm_acq_same51_0x000f.X.a ../src/config/mcal/touch/lib/qtm_touch_key_cm4_0x0002.X.a ../src/config/mcal/touch/lib/qtm_scroller_cm4_0x000b.X.a ../src/config/mcal/touch/lib/qtm_freq_hop_cm4_0x0006.X.a ../src/config/mcal/touch/lib/qtm_surface_cs_cm4_0x0021.X.a ../src/config/mcal/ATSAME51J19A.ld @${MKDIR} ${DISTDIR} ${MP_CC} $(MP_EXTRA_LD_PRE) -mprocessor=$(MP_PROCESSOR_OPTION) -mno-device-startup-code -o ${DISTDIR}/p417_SWTR.X.${IMAGE_TYPE}.${DEBUGGABLE_SUFFIX} ${OBJECTFILES_QUOTED_IF_SPACED} ..\src\config\mcal\touch\lib\qtm_acq_same51_0x000f.X.a ..\src\config\mcal\touch\lib\qtm_touch_key_cm4_0x0002.X.a ..\src\config\mcal\touch\lib\qtm_scroller_cm4_0x000b.X.a ..\src\config\mcal\touch\lib\qtm_freq_hop_cm4_0x0006.X.a ..\src\config\mcal\touch\lib\qtm_surface_cs_cm4_0x0021.X.a -DXPRJ_mcal=$(CND_CONF) $(COMPARISON_BUILD) -Wl,--defsym=__MPLAB_BUILD=1$(MP_EXTRA_LD_POST)$(MP_LINKER_FILE_OPTION),--defsym=_min_heap_size=512,--gc-sections,-Map="${DISTDIR}/${PROJECTNAME}.${IMAGE_TYPE}.map",--memorysummary,${DISTDIR}/memoryfile.xml -mdfp="${DFP_DIR}" ${MP_CC_DIR}\\xc32-bin2hex ${DISTDIR}/p417_SWTR.X.${IMAGE_TYPE}.${DEBUGGABLE_SUFFIX} endif # Subprojects .build-subprojects: # Subprojects .clean-subprojects: # Clean Targets .clean-conf: ${CLEAN_SUBPROJECTS} ${RM} -r ${OBJECTDIR} ${RM} -r ${DISTDIR} # Enable dependency checking .dep.inc: .depcheck-impl DEPFILES=$(shell mplabwildcard ${POSSIBLE_DEPFILES}) ifneq (${DEPFILES},) include ${DEPFILES} endif