D:\autosar_cp\cp_rtdds\eth_demo\Eth_InternalLoopback_S32G399A_M7>make build ====================================================================== Creating directory for object files Compiling src/main.c In file included from D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/BaseNXP_TS_T40D11M40I2R0/include/Mcal.h:59, from generate/include/Mcu_Cfg.h:51, from D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Mcu_TS_T40D11M40I2R0/include/Mcu.h:55, from src/main.c:26: D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/BaseNXP_TS_T40D11M40I2R0/include/StandardTypes.h:166:13: error: unknown type name 'uint8' 166 | typedef uint8 StatusType; | ^~~~~ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/BaseNXP_TS_T40D11M40I2R0/include/StandardTypes.h:174:9: error: unknown type name 'uint8' 174 | typedef uint8 Std_ReturnType; | ^~~~~ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/BaseNXP_TS_T40D11M40I2R0/include/StandardTypes.h:183:5: error: unknown type name 'uint16' 183 | uint16 vendorID; /**< @brief vendor ID */ | ^~~~~~ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/BaseNXP_TS_T40D11M40I2R0/include/StandardTypes.h:184:5: error: unknown type name 'uint16' 184 | uint16 moduleID; /**< @brief BSW module ID */ | ^~~~~~ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/BaseNXP_TS_T40D11M40I2R0/include/StandardTypes.h:185:5: error: unknown type name 'uint8' 185 | uint8 sw_major_version; /**< @brief BSW module software major version */ | ^~~~~ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/BaseNXP_TS_T40D11M40I2R0/include/StandardTypes.h:186:5: error: unknown type name 'uint8' 186 | uint8 sw_minor_version; /**< @brief BSW module software minor version */ | ^~~~~ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/BaseNXP_TS_T40D11M40I2R0/include/StandardTypes.h:187:5: error: unknown type name 'uint8' 187 | uint8 sw_patch_version; /**< @brief BSW module software patch version */ | ^~~~~ In file included from D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/BaseNXP_TS_T40D11M40I2R0/include/Mcal.h:65, from generate/include/Mcu_Cfg.h:51, from D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Mcu_TS_T40D11M40I2R0/include/Mcu.h:55, from src/main.c:26: D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/BaseNXP_TS_T40D11M40I2R0/include/OsIf_Internal.h:78:1: error: unknown type name 'uint8'; did you mean 'uint8_t'? 78 | uint8 Sys_GetCoreID(void); | ^~~~~ | uint8_t In file included from generate/include/Mcu_Cfg.h:51, from D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Mcu_TS_T40D11M40I2R0/include/Mcu.h:55, from src/main.c:26: D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/BaseNXP_TS_T40D11M40I2R0/include/Mcal.h:318:5: error: unknown type name 'uint32' 318 | uint32 state; /**< enabling/disabling the DEM error: Active=STD_ON/ Inactive=STD_OFF */ | ^~~~~~ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/BaseNXP_TS_T40D11M40I2R0/include/Mcal.h:319:5: error: unknown type name 'uint32' 319 | uint32 id ; /**< ID of DEM error (0 if STD_OFF)*/ | ^~~~~~ In file included from generate/include/Clock_Ip_PBcfg.h:49, from generate/include/Clock_Ip_Cfg.h:50, from generate/include/Mcu_Cfg.h:52, from D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Mcu_TS_T40D11M40I2R0/include/Mcu.h:55, from src/main.c:26: D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Mcu_TS_T40D11M40I2R0/include/Clock_Ip_Types.h:2634:5: error: unknown type name 'uint16' 2634 | uint16 Enable; /**< Enable ircosc. */ | ^~~~~~ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Mcu_TS_T40D11M40I2R0/include/Clock_Ip_Types.h:2636:5: error: unknown type name 'uint8' 2636 | uint8 Regulator; /**< Enable regulator. */ | ^~~~~ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Mcu_TS_T40D11M40I2R0/include/Clock_Ip_Types.h:2637:5: error: unknown type name 'uint8' 2637 | uint8 Range; /**< Ircosc range. */ | ^~~~~ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Mcu_TS_T40D11M40I2R0/include/Clock_Ip_Types.h:2638:5: error: unknown type name 'uint8' 2638 | uint8 LowPowerModeEnable; /**< Ircosc enable in VLP mode */ | ^~~~~ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Mcu_TS_T40D11M40I2R0/include/Clock_Ip_Types.h:2639:5: error: unknown type name 'uint8' 2639 | uint8 StopModeEnable; /**< Ircosc enable in STOP mode */ | ^~~~~ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Mcu_TS_T40D11M40I2R0/include/Clock_Ip_Types.h:2651:5: error: unknown type name 'uint32' 2651 | uint32 Freq; /**< External oscillator frequency. */ | ^~~~~~ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Mcu_TS_T40D11M40I2R0/include/Clock_Ip_Types.h:2653:5: error: unknown type name 'uint16' 2653 | uint16 Enable; /**< Enable xosc. */ | ^~~~~~ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Mcu_TS_T40D11M40I2R0/include/Clock_Ip_Types.h:2655:5: error: unknown type name 'uint16' 2655 | uint16 StartupDelay; /**< Startup stabilization time. */ | ^~~~~~ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Mcu_TS_T40D11M40I2R0/include/Clock_Ip_Types.h:2656:5: error: unknown type name 'uint8' 2656 | uint8 BypassOption; /**< XOSC bypass option */ | ^~~~~ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Mcu_TS_T40D11M40I2R0/include/Clock_Ip_Types.h:2657:5: error: unknown type name 'uint8' 2657 | uint8 CompEn; /**< Comparator enable */ | ^~~~~ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Mcu_TS_T40D11M40I2R0/include/Clock_Ip_Types.h:2658:5: error: unknown type name 'uint8' 2658 | uint8 TransConductance; /**< Crystal overdrive protection */ | ^~~~~ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Mcu_TS_T40D11M40I2R0/include/Clock_Ip_Types.h:2660:5: error: unknown type name 'uint8' 2660 | uint8 Gain; /**< Gain value */ | ^~~~~ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Mcu_TS_T40D11M40I2R0/include/Clock_Ip_Types.h:2661:5: error: unknown type name 'uint8' 2661 | uint8 Monitor; /**< Monitor type */ | ^~~~~ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Mcu_TS_T40D11M40I2R0/include/Clock_Ip_Types.h:2662:5: error: unknown type name 'uint8' 2662 | uint8 AutoLevelController; /**< Automatic level controller */ | ^~~~~ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Mcu_TS_T40D11M40I2R0/include/Clock_Ip_Types.h:2674:5: error: unknown type name 'uint16' 2674 | uint16 Enable; /**< Enable pll. */ | ^~~~~~ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Mcu_TS_T40D11M40I2R0/include/Clock_Ip_Types.h:2678:5: error: unknown type name 'uint8' 2678 | uint8 Bypass; /**< Bypass pll. */ | ^~~~~ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Mcu_TS_T40D11M40I2R0/include/Clock_Ip_Types.h:2680:5: error: unknown type name 'uint8' 2680 | uint8 Predivider; /**< Input clock predivider. (PREDIV) */ | ^~~~~ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Mcu_TS_T40D11M40I2R0/include/Clock_Ip_Types.h:2681:5: error: unknown type name 'uint16' 2681 | uint16 NumeratorFracLoopDiv; /**< Numerator of fractional loop division factor (MFN) */ | ^~~~~~ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Mcu_TS_T40D11M40I2R0/include/Clock_Ip_Types.h:2682:5: error: unknown type name 'uint8' 2682 | uint8 MulFactorDiv; /**< Multiplication factor divider (MFD) */ | ^~~~~ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Mcu_TS_T40D11M40I2R0/include/Clock_Ip_Types.h:2684:5: error: unknown type name 'uint8' 2684 | uint8 FrequencyModulationBypass; /**< Enable/disable modulation */ | ^~~~~ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Mcu_TS_T40D11M40I2R0/include/Clock_Ip_Types.h:2685:5: error: unknown type name 'uint8' 2685 | uint8 ModulationType; /**< Modulation type */ | ^~~~~ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Mcu_TS_T40D11M40I2R0/include/Clock_Ip_Types.h:2686:5: error: unknown type name 'uint16' 2686 | uint16 ModulationPeriod; /**< Stepsize - modulation period */ | ^~~~~~ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Mcu_TS_T40D11M40I2R0/include/Clock_Ip_Types.h:2687:5: error: unknown type name 'uint16' 2687 | uint16 IncrementStep; /**< Stepno - step no */ | ^~~~~~ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Mcu_TS_T40D11M40I2R0/include/Clock_Ip_Types.h:2689:5: error: unknown type name 'uint8' 2689 | uint8 SigmaDelta; /**< Sigma Delta Modulation Enable */ | ^~~~~ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Mcu_TS_T40D11M40I2R0/include/Clock_Ip_Types.h:2691:5: error: unknown type name 'uint8' 2691 | uint8 DitherControl; /**< Dither control enable */ | ^~~~~ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Mcu_TS_T40D11M40I2R0/include/Clock_Ip_Types.h:2692:5: error: unknown type name 'uint8' 2692 | uint8 DitherControlValue; /**< Dither control value */ | ^~~~~ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Mcu_TS_T40D11M40I2R0/include/Clock_Ip_Types.h:2694:5: error: unknown type name 'uint8' 2694 | uint8 Monitor; /**< Monitor type */ | ^~~~~ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Mcu_TS_T40D11M40I2R0/include/Clock_Ip_Types.h:2696:5: error: unknown type name 'uint16' 2696 | uint16 Dividers[3U]; /**< Dividers values */ | ^~~~~~ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Mcu_TS_T40D11M40I2R0/include/Clock_Ip_Types.h:2718:5: error: unknown type name 'uint32' 2718 | uint32 Value; /**< Divider value - if value is zero then divider is disabled. */ | ^~~~~~ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Mcu_TS_T40D11M40I2R0/include/Clock_Ip_Types.h:2719:5: error: unknown type name 'uint8' 2719 | uint8 Options[1U]; | ^~~~~ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Mcu_TS_T40D11M40I2R0/include/Clock_Ip_Types.h:2743:5: error: unknown type name 'uint8' 2743 | uint8 Enable; /**< Enable control for port n */ | ^~~~~ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Mcu_TS_T40D11M40I2R0/include/Clock_Ip_Types.h:2744:5: error: unknown type name 'uint32' 2744 | uint32 Value[2U]; /**< Fractional dividers */ | ^~~~~~ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Mcu_TS_T40D11M40I2R0/include/Clock_Ip_Types.h:2755:5: error: unknown type name 'uint32' 2755 | uint32 Value; /**< Enable value - if value is zero then clock is gated, otherwise is enabled in different modes. */ | ^~~~~~ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Mcu_TS_T40D11M40I2R0/include/Clock_Ip_Types.h:2766:5: error: unknown type name 'uint32' 2766 | uint32 MaxAllowableIDDchange; /**< Maximum variation of current per time (mA/microsec) - max allowable IDD change is determined by the user's power supply design. */ | ^~~~~~ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Mcu_TS_T40D11M40I2R0/include/Clock_Ip_Types.h:2767:5: error: unknown type name 'uint32' 2767 | uint32 StepDuration; /**< Step duration of each PCFS step */ | ^~~~~~ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Mcu_TS_T40D11M40I2R0/include/Clock_Ip_Types.h:2769:5: error: unknown type name 'uint32' 2769 | uint32 ClockSourceFrequency; /**< Frequency of the clock source from which ramp-down and to which ramp-up are processed. */ | ^~~~~~ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Mcu_TS_T40D11M40I2R0/include/Clock_Ip_Types.h:2780:5: error: unknown type name 'uint16' 2780 | uint16 Enable; /**< Enable or disable clock */ | ^~~~~~ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Mcu_TS_T40D11M40I2R0/include/Clock_Ip_Types.h:2791:5: error: unknown type name 'uint8' 2791 | uint8 Enable; /**< Enable/disable clock monitor */ | ^~~~~ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Mcu_TS_T40D11M40I2R0/include/Clock_Ip_Types.h:2792:5: error: unknown type name 'uint32' 2792 | uint32 Interrupt; /**< Enable/disable interrupt */ | ^~~~~~ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Mcu_TS_T40D11M40I2R0/include/Clock_Ip_Types.h:2793:5: error: unknown type name 'uint32' 2793 | uint32 MonitoredClockFrequency; /**< Frequency of the clock source from which ramp-down and to which ramp-up are processed. */ | ^~~~~~ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Mcu_TS_T40D11M40I2R0/include/Clock_Ip_Types.h:2803:5: error: unknown type name 'uint32' 2803 | uint32 ConfiguredFrequencyValue; /**< Configured frequency value */ | ^~~~~~ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Mcu_TS_T40D11M40I2R0/include/Clock_Ip_Types.h:2813:5: error: unknown type name 'uint32' 2813 | uint32 ParamsValue; | ^~~~~~ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Mcu_TS_T40D11M40I2R0/include/Clock_Ip_Types.h:2822:5: error: unknown type name 'uint8' 2822 | uint8 ParamsNo; | ^~~~~ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Mcu_TS_T40D11M40I2R0/include/Clock_Ip_Types.h:2832:5: error: unknown type name 'uint32' 2832 | uint32 ClkConfigId; /**< The ID for Clock configuration */ | ^~~~~~ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Mcu_TS_T40D11M40I2R0/include/Clock_Ip_Types.h:2834:5: error: unknown type name 'uint8' 2834 | uint8 IrcoscsCount; /**< IRCOSCs count */ | ^~~~~ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Mcu_TS_T40D11M40I2R0/include/Clock_Ip_Types.h:2835:5: error: unknown type name 'uint8' 2835 | uint8 XoscsCount; /**< XOSCs count */ | ^~~~~ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Mcu_TS_T40D11M40I2R0/include/Clock_Ip_Types.h:2836:5: error: unknown type name 'uint8' 2836 | uint8 PllsCount; /**< PLLs count */ | ^~~~~ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Mcu_TS_T40D11M40I2R0/include/Clock_Ip_Types.h:2837:5: error: unknown type name 'uint8' 2837 | uint8 SelectorsCount; /**< Selectors count */ | ^~~~~ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Mcu_TS_T40D11M40I2R0/include/Clock_Ip_Types.h:2838:5: error: unknown type name 'uint8' 2838 | uint8 DividersCount; /**< Dividers count */ | ^~~~~ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Mcu_TS_T40D11M40I2R0/include/Clock_Ip_Types.h:2839:5: error: unknown type name 'uint8' 2839 | uint8 DividerTriggersCount; /**< Divider triggers count */ | ^~~~~ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Mcu_TS_T40D11M40I2R0/include/Clock_Ip_Types.h:2840:5: error: unknown type name 'uint8' 2840 | uint8 FracDivsCount; /**< Fractional dividers count */ | ^~~~~ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Mcu_TS_T40D11M40I2R0/include/Clock_Ip_Types.h:2841:5: error: unknown type name 'uint8' 2841 | uint8 ExtClksCount; /**< External clocks count */ | ^~~~~ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Mcu_TS_T40D11M40I2R0/include/Clock_Ip_Types.h:2842:5: error: unknown type name 'uint8' 2842 | uint8 GatesCount; /**< Clock gates count */ | ^~~~~ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Mcu_TS_T40D11M40I2R0/include/Clock_Ip_Types.h:2843:5: error: unknown type name 'uint8' 2843 | uint8 PcfsCount; /**< Clock pcfs count */ | ^~~~~ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Mcu_TS_T40D11M40I2R0/include/Clock_Ip_Types.h:2844:5: error: unknown type name 'uint8' 2844 | uint8 CmusCount; /**< Clock cmus count */ | ^~~~~ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Mcu_TS_T40D11M40I2R0/include/Clock_Ip_Types.h:2845:5: error: unknown type name 'uint8' 2845 | uint8 ConfigureFrequenciesCount; /**< Configured frequencies count */ | ^~~~~ In file included from D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Mcu_TS_T40D11M40I2R0/include/Power_Ip_MC_ME_Types.h:49, from D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Mcu_TS_T40D11M40I2R0/include/Power_Ip_Types.h:51, from generate/include/Power_Ip_PBcfg.h:51, from generate/include/Power_Ip_Cfg.h:49, from generate/include/Mcu_Cfg.h:53, from D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Mcu_TS_T40D11M40I2R0/include/Mcu.h:55, from src/main.c:26: D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Mcu_TS_T40D11M40I2R0/include/Power_Ip_Specific.h:266:14: error: unknown type name 'uint32' 266 | volatile uint32 RDC_CTRL_REG[POWER_IP_RESET_DOMAIN_COUNT]; | ^~~~~~ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Mcu_TS_T40D11M40I2R0/include/Power_Ip_Specific.h:267:5: error: unknown type name 'uint8' 267 | uint8 RESERVED_1[112]; | ^~~~~ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Mcu_TS_T40D11M40I2R0/include/Power_Ip_Specific.h:268:20: error: unknown type name 'uint32' 268 | volatile const uint32 RDC_STAT_REG[POWER_IP_RESET_DOMAIN_COUNT]; | ^~~~~~ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Mcu_TS_T40D11M40I2R0/include/Power_Ip_Specific.h:273:14: error: unknown type name 'uint32' 273 | volatile uint32 PRTN_CORE_PCONF; /**< Partition Core Process Configuration Register, offset: 0x140 */ | ^~~~~~ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Mcu_TS_T40D11M40I2R0/include/Power_Ip_Specific.h:274:14: error: unknown type name 'uint32' 274 | volatile uint32 PRTN_CORE_PUPD; /**< Partition Core Process Update Register, offset: 0x144 */ | ^~~~~~ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Mcu_TS_T40D11M40I2R0/include/Power_Ip_Specific.h:275:21: error: unknown type name 'uint32' 275 | volatile const uint32 PRTN_CORE_STAT; /**< Partition Core Status Register, offset: 0x148 */ | ^~~~~~ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Mcu_TS_T40D11M40I2R0/include/Power_Ip_Specific.h:276:14: error: unknown type name 'uint32' 276 | volatile uint32 PRTN_CORE_ADDR; /**< Partition Core Address Register, offset: 0x14C */ | ^~~~~~ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Mcu_TS_T40D11M40I2R0/include/Power_Ip_Specific.h:277:5: error: unknown type name 'uint8' 277 | uint8 RESERVED[16U]; | ^~~~~ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Mcu_TS_T40D11M40I2R0/include/Power_Ip_Specific.h:282:14: error: unknown type name 'uint32' 282 | volatile uint32 PRTN_PCONF; /**< Partition Process Configuration Register, offset: 0x100 */ | ^~~~~~ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Mcu_TS_T40D11M40I2R0/include/Power_Ip_Specific.h:283:14: error: unknown type name 'uint32' 283 | volatile uint32 PRTN_PUPD; /**< Partition Process Update Register, offset: 0x104 */ | ^~~~~~ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Mcu_TS_T40D11M40I2R0/include/Power_Ip_Specific.h:284:21: error: unknown type name 'uint32' 284 | volatile const uint32 PRTN_STAT; /**< Partition Status Register, offset: 0x108 */ | ^~~~~~ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Mcu_TS_T40D11M40I2R0/include/Power_Ip_Specific.h:285:5: error: unknown type name 'uint8' 285 | uint8 RESERVED_0[4U]; | ^~~~~ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Mcu_TS_T40D11M40I2R0/include/Power_Ip_Specific.h:286:21: error: unknown type name 'uint32' 286 | volatile const uint32 PRTN_COFB_STAT[POWER_IP_MC_ME_COFB_COUNT]; /**< Partition COFB Sets Clock Status Register, offset: 0x110 */ | ^~~~~~ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Mcu_TS_T40D11M40I2R0/include/Power_Ip_Specific.h:287:5: error: unknown type name 'uint8' 287 | uint8 RESERVED_1[16U]; | ^~~~~ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Mcu_TS_T40D11M40I2R0/include/Power_Ip_Specific.h:288:14: error: unknown type name 'uint32' 288 | volatile uint32 PRTN_COFB_CLKEN[POWER_IP_MC_ME_COFB_COUNT]; /**< Partition COFB Sets Clock Enable Register, offset: 0x130 */ | ^~~~~~ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Mcu_TS_T40D11M40I2R0/include/Power_Ip_Specific.h:290:5: error: unknown type name 'uint8' 290 | uint8 RESERVED_2[192U]; | ^~~~~ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Mcu_TS_T40D11M40I2R0/include/Power_Ip_Specific.h:295:14: error: unknown type name 'uint32' 295 | volatile uint32 CTL_KEY; /**< Control Key Register, offset: 0x0 */ | ^~~~~~ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Mcu_TS_T40D11M40I2R0/include/Power_Ip_Specific.h:296:14: error: unknown type name 'uint32' 296 | volatile uint32 MODE_CONF; /**< Mode Configuration Register, offset: 0x4 */ | ^~~~~~ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Mcu_TS_T40D11M40I2R0/include/Power_Ip_Specific.h:297:14: error: unknown type name 'uint32' 297 | volatile uint32 MODE_UPD; /**< Mode Update Register, offset: 0x8 */ | ^~~~~~ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Mcu_TS_T40D11M40I2R0/include/Power_Ip_Specific.h:298:20: error: unknown type name 'uint32' 298 | volatile const uint32 MODE_STAT; /**< Mode Status Register, offset: 0xC */ | ^~~~~~ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Mcu_TS_T40D11M40I2R0/include/Power_Ip_Specific.h:299:14: error: unknown type name 'uint32' 299 | volatile uint32 MAIN_COREID; /**< Main Core ID Register, offset: 0x10 */ | ^~~~~~ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Mcu_TS_T40D11M40I2R0/include/Power_Ip_Specific.h:300:5: error: unknown type name 'uint8' 300 | uint8 RESERVED[236U]; | ^~~~~ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Mcu_TS_T40D11M40I2R0/include/Power_Ip_Specific.h:306:14: error: unknown type name 'uint32' 306 | volatile uint32 DES; /**< Destructive Event Status Register, offset: 0x0 */ | ^~~~~~ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Mcu_TS_T40D11M40I2R0/include/Power_Ip_Specific.h:307:5: error: unknown type name 'uint8' 307 | uint8 RESERVED_0[4]; | ^~~~~ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Mcu_TS_T40D11M40I2R0/include/Power_Ip_Specific.h:308:14: error: unknown type name 'uint32' 308 | volatile uint32 FES; /**< Functional /External Reset Status Register, offset: 0x8 */ | ^~~~~~ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Mcu_TS_T40D11M40I2R0/include/Power_Ip_Specific.h:309:14: error: unknown type name 'uint32' 309 | volatile uint32 FERD; /**< Functional Event Reset Disable Register, offset: 0xC */ | ^~~~~~ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Mcu_TS_T40D11M40I2R0/include/Power_Ip_Specific.h:310:5: error: unknown type name 'uint8' 310 | uint8 RESERVED_1[4]; | ^~~~~ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Mcu_TS_T40D11M40I2R0/include/Power_Ip_Specific.h:311:14: error: unknown type name 'uint32' 311 | volatile uint32 FREC; /**< Functional Reset Escalation Counter Register, offset: 0x14 */ | ^~~~~~ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Mcu_TS_T40D11M40I2R0/include/Power_Ip_Specific.h:312:14: error: unknown type name 'uint32' 312 | volatile uint32 FRET; /**< Functional Reset Escalation Threshold Register, offset: 0x18 */ | ^~~~~~ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Mcu_TS_T40D11M40I2R0/include/Power_Ip_Specific.h:313:14: error: unknown type name 'uint32' 313 | volatile uint32 DRET; /**< Destructive Reset Escalation Threshold Register, offset: 0x1C */ | ^~~~~~ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Mcu_TS_T40D11M40I2R0/include/Power_Ip_Specific.h:314:14: error: unknown type name 'uint32' 314 | volatile uint32 ERCTRL; /**< External Reset Control Register, offset: 0x20 */ | ^~~~~~ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Mcu_TS_T40D11M40I2R0/include/Power_Ip_Specific.h:315:14: error: unknown type name 'uint32' 315 | volatile uint32 RDSS; /**< Reset During Standby Status Register, offset: 0x24 */ | ^~~~~~ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Mcu_TS_T40D11M40I2R0/include/Power_Ip_Specific.h:316:5: error: unknown type name 'uint8' 316 | uint8 RESERVED_2[24]; | ^~~~~ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Mcu_TS_T40D11M40I2R0/include/Power_Ip_Specific.h:318:18: error: unknown type name 'uint32' 318 | volatile uint32 PRST_COFB[POWER_IP_MC_RGM_PRST_COFB_MAX_COUNT]; /**< Peripheral Reset, array offset: 0x40, array step: 0x8 */ | ^~~~~~ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Mcu_TS_T40D11M40I2R0/include/Power_Ip_Specific.h:320:5: error: unknown type name 'uint8' 320 | uint8 RESERVED_3[192]; | ^~~~~ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Mcu_TS_T40D11M40I2R0/include/Power_Ip_Specific.h:322:24: error: unknown type name 'uint32' 322 | volatile const uint32 PSTAT_COFB[POWER_IP_MC_RGM_PRST_COFB_MAX_COUNT]; /**< Peripheral Reset Status Register, array offset: 0x140, array step: 0x8 */ | ^~~~~~ In file included from D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Mcu_TS_T40D11M40I2R0/include/Power_Ip_Types.h:51, from generate/include/Power_Ip_PBcfg.h:51, from generate/include/Power_Ip_Cfg.h:49, from generate/include/Mcu_Cfg.h:53, from D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Mcu_TS_T40D11M40I2R0/include/Mcu.h:55, from src/main.c:26: D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Mcu_TS_T40D11M40I2R0/include/Power_Ip_MC_ME_Types.h:185:5: error: unknown type name 'boolean' 185 | boolean CoreUnderMcuControl; | ^~~~~~~ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Mcu_TS_T40D11M40I2R0/include/Power_Ip_MC_ME_Types.h:188:5: error: unknown type name 'uint8' 188 | uint8 CoreIndex; | ^~~~~ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Mcu_TS_T40D11M40I2R0/include/Power_Ip_MC_ME_Types.h:191:5: error: unknown type name 'uint32' 191 | uint32 * CoreBootAddress; | ^~~~~~ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Mcu_TS_T40D11M40I2R0/include/Power_Ip_MC_ME_Types.h:194:5: error: unknown type name 'uint32' 194 | uint32 CorePconfRegValue; | ^~~~~~ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Mcu_TS_T40D11M40I2R0/include/Power_Ip_MC_ME_Types.h:208:5: error: unknown type name 'boolean' 208 | boolean CofbUnderMcuControl; | ^~~~~~~ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Mcu_TS_T40D11M40I2R0/include/Power_Ip_MC_ME_Types.h:211:5: error: unknown type name 'uint8' 211 | uint8 CofbIndex; | ^~~~~ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Mcu_TS_T40D11M40I2R0/include/Power_Ip_MC_ME_Types.h:214:5: error: unknown type name 'uint32' 214 | uint32 CofbClkenRegValue; | ^~~~~~ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Mcu_TS_T40D11M40I2R0/include/Power_Ip_MC_ME_Types.h:217:5: error: unknown type name 'uint32' 217 | uint32 CofbBlocksToUpdateMask; | ^~~~~~ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Mcu_TS_T40D11M40I2R0/include/Power_Ip_MC_ME_Types.h:232:5: error: unknown type name 'boolean' 232 | boolean PartitionUnderMcuControl; | ^~~~~~~ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Mcu_TS_T40D11M40I2R0/include/Power_Ip_MC_ME_Types.h:235:5: error: unknown type name 'boolean' 235 | boolean PartitionPowerUnderMcuControl; | ^~~~~~~ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Mcu_TS_T40D11M40I2R0/include/Power_Ip_MC_ME_Types.h:238:5: error: unknown type name 'uint8' 238 | uint8 PartitionIndex; | ^~~~~ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Mcu_TS_T40D11M40I2R0/include/Power_Ip_MC_ME_Types.h:241:5: error: unknown type name 'uint32' 241 | uint32 PartitionPconfRegValue; | ^~~~~~ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Mcu_TS_T40D11M40I2R0/include/Power_Ip_MC_ME_Types.h:244:5: error: unknown type name 'uint32' 244 | uint32 PartitionTriggerMask; | ^~~~~~ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Mcu_TS_T40D11M40I2R0/include/Power_Ip_MC_ME_Types.h:247:5: error: unknown type name 'uint8' 247 | uint8 NumberOfCofbs; | ^~~~~ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Mcu_TS_T40D11M40I2R0/include/Power_Ip_MC_ME_Types.h:252:5: error: unknown type name 'uint8' 252 | uint8 NumberOfCores; | ^~~~~ In file included from D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Mcu_TS_T40D11M40I2R0/include/Power_Ip_Specific.h:51, from D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Mcu_TS_T40D11M40I2R0/include/Power_Ip_MC_ME_Types.h:49, from D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Mcu_TS_T40D11M40I2R0/include/Power_Ip_Types.h:51, from generate/include/Power_Ip_PBcfg.h:51, from generate/include/Power_Ip_Cfg.h:49, from generate/include/Mcu_Cfg.h:53, from D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Mcu_TS_T40D11M40I2R0/include/Mcu.h:55, from src/main.c:26: generate/include/Power_Ip_Cfg_Defines.h:122:51: error: 'uint8' undeclared here (not in a function); did you mean 'uint8_t'? 122 | #define POWER_IP_MAX_NUMBER_OF_PARTITIONS ((uint8)4U) | ^~~~~ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Mcu_TS_T40D11M40I2R0/include/Power_Ip_MC_ME_Types.h:274:73: note: in expansion of macro 'POWER_IP_MAX_NUMBER_OF_PARTITIONS' 274 | const Power_Ip_MC_ME_PartitionConfigType (*ArrayPartitionConfigPtr)[POWER_IP_MAX_NUMBER_OF_PARTITIONS]; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ generate/include/Power_Ip_Cfg_Defines.h:122:57: error: expected ')' before numeric constant 122 | #define POWER_IP_MAX_NUMBER_OF_PARTITIONS ((uint8)4U) | ~ ^~ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Mcu_TS_T40D11M40I2R0/include/Power_Ip_MC_ME_Types.h:274:73: note: in expansion of macro 'POWER_IP_MAX_NUMBER_OF_PARTITIONS' 274 | const Power_Ip_MC_ME_PartitionConfigType (*ArrayPartitionConfigPtr)[POWER_IP_MAX_NUMBER_OF_PARTITIONS]; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Mcu_TS_T40D11M40I2R0/include/Power_Ip_Types.h:52, from generate/include/Power_Ip_PBcfg.h:51, from generate/include/Power_Ip_Cfg.h:49, from generate/include/Mcu_Cfg.h:53, from D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Mcu_TS_T40D11M40I2R0/include/Mcu.h:55, from src/main.c:26: D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Mcu_TS_T40D11M40I2R0/include/Power_Ip_MC_RGM_Types.h:141:5: error: unknown type name 'uint32' 141 | uint32 FuncResetOpt; | ^~~~~~ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Mcu_TS_T40D11M40I2R0/include/Power_Ip_MC_RGM_Types.h:146:5: error: unknown type name 'uint32' 146 | uint32 FesThresholdReset; | ^~~~~~ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Mcu_TS_T40D11M40I2R0/include/Power_Ip_MC_RGM_Types.h:149:5: error: unknown type name 'uint32' 149 | uint32 DesThresholdReset; | ^~~~~~ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Mcu_TS_T40D11M40I2R0/include/Power_Ip_MC_RGM_Types.h:172:5: error: unknown type name 'boolean' 172 | boolean CoreUnderMcuControl; | ^~~~~~~ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Mcu_TS_T40D11M40I2R0/include/Power_Ip_MC_RGM_Types.h:175:5: error: expected specifier-qualifier-list before 'uint8' 175 | uint8 CoreIndex; | ^~~~~ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Mcu_TS_T40D11M40I2R0/include/Power_Ip_MC_RGM_Types.h:195:5: error: unknown type name 'boolean' 195 | boolean CofbUnderMcuControl; | ^~~~~~~ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Mcu_TS_T40D11M40I2R0/include/Power_Ip_MC_RGM_Types.h:198:5: error: expected specifier-qualifier-list before 'uint8' 198 | uint8 CofbIndex; | ^~~~~ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Mcu_TS_T40D11M40I2R0/include/Power_Ip_MC_RGM_Types.h:218:5: error: unknown type name 'boolean' 218 | boolean DomainUnderMcuControl; | ^~~~~~~ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Mcu_TS_T40D11M40I2R0/include/Power_Ip_MC_RGM_Types.h:221:5: error: unknown type name 'boolean' 221 | boolean DomainPowerUnderMcuControl; | ^~~~~~~ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Mcu_TS_T40D11M40I2R0/include/Power_Ip_MC_RGM_Types.h:224:5: error: expected specifier-qualifier-list before 'uint8' 224 | uint8 DomainIndex; | ^~~~~ In file included from D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Mcu_TS_T40D11M40I2R0/include/Power_Ip_Specific.h:51, from D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Mcu_TS_T40D11M40I2R0/include/Power_Ip_MC_ME_Types.h:49, from D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Mcu_TS_T40D11M40I2R0/include/Power_Ip_Types.h:51, from generate/include/Power_Ip_PBcfg.h:51, from generate/include/Power_Ip_Cfg.h:49, from generate/include/Mcu_Cfg.h:53, from D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Mcu_TS_T40D11M40I2R0/include/Mcu.h:55, from src/main.c:26: generate/include/Power_Ip_Cfg_Defines.h:122:57: error: expected ')' before numeric constant 122 | #define POWER_IP_MAX_NUMBER_OF_PARTITIONS ((uint8)4U) | ~ ^~ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Mcu_TS_T40D11M40I2R0/include/Power_Ip_MC_RGM_Types.h:250:68: note: in expansion of macro 'POWER_IP_MAX_NUMBER_OF_PARTITIONS' 250 | const Power_Ip_MC_RGM_DomainConfigType (*ArrayDomainConfigPtr)[POWER_IP_MAX_NUMBER_OF_PARTITIONS]; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Mcu_TS_T40D11M40I2R0/include/Power_Ip_Types.h:53, from generate/include/Power_Ip_PBcfg.h:51, from generate/include/Power_Ip_Cfg.h:49, from generate/include/Mcu_Cfg.h:53, from D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Mcu_TS_T40D11M40I2R0/include/Mcu.h:55, from src/main.c:26: D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Mcu_TS_T40D11M40I2R0/include/Power_Ip_PMC_Types.h:109:5: error: unknown type name 'uint32' 109 | uint32 NcspdCtrl; /**< @brief Non-Critical Supply Presence Detector Control Register (NCSPD_CTL) */ | ^~~~~~ In file included from generate/include/Power_Ip_PBcfg.h:51, from generate/include/Power_Ip_Cfg.h:49, from generate/include/Mcu_Cfg.h:53, from D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Mcu_TS_T40D11M40I2R0/include/Mcu.h:55, from src/main.c:26: D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Mcu_TS_T40D11M40I2R0/include/Power_Ip_Types.h:191:9: error: unknown type name 'uint32' 191 | typedef uint32 Power_Ip_RawResetType; /**< @brief Destructive and Functional Reset Events Log. */ | ^~~~~~ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Mcu_TS_T40D11M40I2R0/include/Power_Ip_Types.h:200:9: error: unknown type name 'uint32' 200 | typedef uint32 Power_Ip_ModeType; | ^~~~~~ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Mcu_TS_T40D11M40I2R0/include/Power_Ip_Types.h:215:5: error: unknown type name 'boolean' 215 | boolean SleepOnExit; | ^~~~~~~ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Mcu_TS_T40D11M40I2R0/include/Power_Ip_Types.h:242:83: error: expected declaration specifiers or '...' before 'uint8' 242 | typedef void (*Power_Ip_ReportErrorsCallbackType)(Power_Ip_ReportErrorType Error, uint8 ErrorCode); | ^~~~~ In file included from generate/include/Mcu_Cfg.h:53, from D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Mcu_TS_T40D11M40I2R0/include/Mcu.h:55, from src/main.c:26: generate/include/Power_Ip_Cfg.h:113:65: error: expected ')' before numeric constant 113 | #define McuConf_McuResetReasonConf_MCU_POWER_ON_RESET ((uint8)0U) | ~ ^~ generate/include/Power_Ip_Cfg.h:185:26: note: in expansion of macro 'McuConf_McuResetReasonConf_MCU_POWER_ON_RESET' 185 | MCU_POWER_ON_RESET = McuConf_McuResetReasonConf_MCU_POWER_ON_RESET, /**< @brief Power on reset event. RGM_DES[F_POR]. */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ generate/include/Power_Ip_Cfg.h:115:67: error: expected ')' before numeric constant 115 | #define McuConf_McuResetReasonConf_MCU_NC_SPD_RST_RESET ((uint8)1U) | ~ ^~ generate/include/Power_Ip_Cfg.h:186:28: note: in expansion of macro 'McuConf_McuResetReasonConf_MCU_NC_SPD_RST_RESET' 186 | MCU_NC_SPD_RST_RESET = McuConf_McuResetReasonConf_MCU_NC_SPD_RST_RESET, /**< @brief Non-critical supply presence detector fail event. RGM_DES[F_DR1]. */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ generate/include/Power_Ip_Cfg.h:117:65: error: expected ')' before numeric constant 117 | #define McuConf_McuResetReasonConf_MCU_FCCU_FTR_RESET ((uint8)2U) | ~ ^~ generate/include/Power_Ip_Cfg.h:187:26: note: in expansion of macro 'McuConf_McuResetReasonConf_MCU_FCCU_FTR_RESET' 187 | MCU_FCCU_FTR_RESET = McuConf_McuResetReasonConf_MCU_FCCU_FTR_RESET, /**< @brief FCCU failure to react. RGM_DES[F_DR3]. */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ generate/include/Power_Ip_Cfg.h:119:65: error: expected ')' before numeric constant 119 | #define McuConf_McuResetReasonConf_MCU_STCU_URF_RESET ((uint8)3U) | ~ ^~ generate/include/Power_Ip_Cfg.h:188:26: note: in expansion of macro 'McuConf_McuResetReasonConf_MCU_STCU_URF_RESET' 188 | MCU_STCU_URF_RESET = McuConf_McuResetReasonConf_MCU_STCU_URF_RESET, /**< @brief STCU unrecoverable fault. RGM_DES[F_DR4]. */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ generate/include/Power_Ip_Cfg.h:121:67: error: expected ')' before numeric constant 121 | #define McuConf_McuResetReasonConf_MCU_MC_RGM_FRE_RESET ((uint8)4U) | ~ ^~ generate/include/Power_Ip_Cfg.h:189:28: note: in expansion of macro 'McuConf_McuResetReasonConf_MCU_MC_RGM_FRE_RESET' 189 | MCU_MC_RGM_FRE_RESET = McuConf_McuResetReasonConf_MCU_MC_RGM_FRE_RESET, /**< @brief Functional reset escalation. RGM_DES[F_DR6]. */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ generate/include/Power_Ip_Cfg.h:123:67: error: expected ')' before numeric constant 123 | #define McuConf_McuResetReasonConf_MCU_FXOSC_FAIL_RESET ((uint8)5U) | ~ ^~ generate/include/Power_Ip_Cfg.h:190:28: note: in expansion of macro 'McuConf_McuResetReasonConf_MCU_FXOSC_FAIL_RESET' 190 | MCU_FXOSC_FAIL_RESET = McuConf_McuResetReasonConf_MCU_FXOSC_FAIL_RESET, /**< @brief FXOSC failure. RGM_DES[F_DR8]. */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ generate/include/Power_Ip_Cfg.h:125:65: error: expected ')' before numeric constant 125 | #define McuConf_McuResetReasonConf_MCU_CORE_LOL_RESET ((uint8)6U) | ~ ^~ generate/include/Power_Ip_Cfg.h:191:26: note: in expansion of macro 'McuConf_McuResetReasonConf_MCU_CORE_LOL_RESET' 191 | MCU_CORE_LOL_RESET = McuConf_McuResetReasonConf_MCU_CORE_LOL_RESET, /**< @brief CORE_PLL and related DFS loss of lock. RGM_DES[F_DR9]. */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ generate/include/Power_Ip_Cfg.h:127:67: error: expected ')' before numeric constant 127 | #define McuConf_McuResetReasonConf_MCU_PERIPH_LOL_RESET ((uint8)7U) | ~ ^~ generate/include/Power_Ip_Cfg.h:192:28: note: in expansion of macro 'McuConf_McuResetReasonConf_MCU_PERIPH_LOL_RESET' 192 | MCU_PERIPH_LOL_RESET = McuConf_McuResetReasonConf_MCU_PERIPH_LOL_RESET, /**< @brief PERIPH_PLL and related DFS loss of lock. RGM_DES[F_DR10]. */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ generate/include/Power_Ip_Cfg.h:129:64: error: expected ')' before numeric constant 129 | #define McuConf_McuResetReasonConf_MCU_DDR_LOL_RESET ((uint8)8U) | ~ ^~ generate/include/Power_Ip_Cfg.h:193:25: note: in expansion of macro 'McuConf_McuResetReasonConf_MCU_DDR_LOL_RESET' 193 | MCU_DDR_LOL_RESET = McuConf_McuResetReasonConf_MCU_DDR_LOL_RESET, /**< @brief DDR_PLL loss of lock. RGM_DES[F_DR11]. */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ generate/include/Power_Ip_Cfg.h:131:64: error: expected ')' before numeric constant 131 | #define McuConf_McuResetReasonConf_MCU_ACC_LOL_RESET ((uint8)9U) | ~ ^~ generate/include/Power_Ip_Cfg.h:194:25: note: in expansion of macro 'McuConf_McuResetReasonConf_MCU_ACC_LOL_RESET' 194 | MCU_ACC_LOL_RESET = McuConf_McuResetReasonConf_MCU_ACC_LOL_RESET, /**< @brief ACCEL_PLL loss of lock. RGM_DES[F_DR12]. */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ generate/include/Power_Ip_Cfg.h:133:75: error: expected ')' before numeric constant 133 | #define McuConf_McuResetReasonConf_MCU_XBAR_DIV3_CLK_FAIL_RESET ((uint8)10U) | ~ ^~~ generate/include/Power_Ip_Cfg.h:195:36: note: in expansion of macro 'McuConf_McuResetReasonConf_MCU_XBAR_DIV3_CLK_FAIL_RESET' 195 | MCU_XBAR_DIV3_CLK_FAIL_RESET = McuConf_McuResetReasonConf_MCU_XBAR_DIV3_CLK_FAIL_RESET, /**< @brief XBAR_DIV3_CLK failure. RGM_DES[F_DR13]. */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ generate/include/Power_Ip_Cfg.h:135:67: error: expected ')' before numeric constant 135 | #define McuConf_McuResetReasonConf_MCU_HSE_LC_RST_RESET ((uint8)11U) | ~ ^~~ generate/include/Power_Ip_Cfg.h:196:28: note: in expansion of macro 'McuConf_McuResetReasonConf_MCU_HSE_LC_RST_RESET' 196 | MCU_HSE_LC_RST_RESET = McuConf_McuResetReasonConf_MCU_HSE_LC_RST_RESET, /**< @brief Life-cycle error. RGM_DES[F_DR16].. */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ generate/include/Power_Ip_Cfg.h:137:69: error: expected ')' before numeric constant 137 | #define McuConf_McuResetReasonConf_MCU_HSE_SNVS_RST_RESET ((uint8)12U) | ~ ^~~ generate/include/Power_Ip_Cfg.h:197:30: note: in expansion of macro 'McuConf_McuResetReasonConf_MCU_HSE_SNVS_RST_RESET' 197 | MCU_HSE_SNVS_RST_RESET = McuConf_McuResetReasonConf_MCU_HSE_SNVS_RST_RESET, /**< @brief HSE SNVS tamper detected. RGM_DES[F_DR17]. */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ generate/include/Power_Ip_Cfg.h:139:68: error: expected ')' before numeric constant 139 | #define McuConf_McuResetReasonConf_MCU_HSE_SWT_RST_RESET ((uint8)13U) | ~ ^~~ generate/include/Power_Ip_Cfg.h:198:29: note: in expansion of macro 'McuConf_McuResetReasonConf_MCU_HSE_SWT_RST_RESET' 198 | MCU_HSE_SWT_RST_RESET = McuConf_McuResetReasonConf_MCU_HSE_SWT_RST_RESET, /**< @brief HSE SWT timeout. RGM_DES[F_DR18]. */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ generate/include/Power_Ip_Cfg.h:141:64: error: expected ')' before numeric constant 141 | #define McuConf_McuResetReasonConf_MCU_SW_DEST_RESET ((uint8)14U) | ~ ^~~ generate/include/Power_Ip_Cfg.h:199:25: note: in expansion of macro 'McuConf_McuResetReasonConf_MCU_SW_DEST_RESET' 199 | MCU_SW_DEST_RESET = McuConf_McuResetReasonConf_MCU_SW_DEST_RESET, /**< @brief Software destructive reset. RGM_DES[F_DR30]. */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ generate/include/Power_Ip_Cfg.h:143:67: error: expected ')' before numeric constant 143 | #define McuConf_McuResetReasonConf_MCU_DEBUG_DEST_RESET ((uint8)15U) | ~ ^~~ generate/include/Power_Ip_Cfg.h:200:28: note: in expansion of macro 'McuConf_McuResetReasonConf_MCU_DEBUG_DEST_RESET' 200 | MCU_DEBUG_DEST_RESET = McuConf_McuResetReasonConf_MCU_DEBUG_DEST_RESET, /**< @brief Debug destructive reset. RGM_DES[F_DR31]. */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ generate/include/Power_Ip_Cfg.h:145:60: error: expected ')' before numeric constant 145 | #define McuConf_McuResetReasonConf_MCU_EXT_RESET ((uint8)16U) | ~ ^~~ generate/include/Power_Ip_Cfg.h:203:21: note: in expansion of macro 'McuConf_McuResetReasonConf_MCU_EXT_RESET' 203 | MCU_EXT_RESET = McuConf_McuResetReasonConf_MCU_EXT_RESET, /**< @brief External functional reset. RGM_FES[F_FR0]. */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ generate/include/Power_Ip_Cfg.h:147:65: error: expected ')' before numeric constant 147 | #define McuConf_McuResetReasonConf_MCU_FCCU_RST_RESET ((uint8)17U) | ~ ^~~ generate/include/Power_Ip_Cfg.h:204:26: note: in expansion of macro 'McuConf_McuResetReasonConf_MCU_FCCU_RST_RESET' 204 | MCU_FCCU_RST_RESET = McuConf_McuResetReasonConf_MCU_FCCU_RST_RESET, /**< @brief FCCU Reset Reaction. RGM_FES[F_FR3]. */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ generate/include/Power_Ip_Cfg.h:149:64: error: expected ')' before numeric constant 149 | #define McuConf_McuResetReasonConf_MCU_ST_DONE_RESET ((uint8)18U) | ~ ^~~ generate/include/Power_Ip_Cfg.h:205:25: note: in expansion of macro 'McuConf_McuResetReasonConf_MCU_ST_DONE_RESET' 205 | MCU_ST_DONE_RESET = McuConf_McuResetReasonConf_MCU_ST_DONE_RESET, /**< @brief Self-Test Done. RGM_FES[F_FR4]. */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ generate/include/Power_Ip_Cfg.h:151:65: error: expected ')' before numeric constant 151 | #define McuConf_McuResetReasonConf_MCU_SWT0_RST_RESET ((uint8)19U) | ~ ^~~ generate/include/Power_Ip_Cfg.h:206:26: note: in expansion of macro 'McuConf_McuResetReasonConf_MCU_SWT0_RST_RESET' 206 | MCU_SWT0_RST_RESET = McuConf_McuResetReasonConf_MCU_SWT0_RST_RESET, /**< @brief SWT0 Timeout. RGM_FES[F_FR6]. */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ generate/include/Power_Ip_Cfg.h:153:72: error: expected ')' before numeric constant 153 | #define McuConf_McuResetReasonConf_MCU_HSE_RAM_ECC_RST_RESET ((uint8)20U) | ~ ^~~ generate/include/Power_Ip_Cfg.h:207:33: note: in expansion of macro 'McuConf_McuResetReasonConf_MCU_HSE_RAM_ECC_RST_RESET' 207 | MCU_HSE_RAM_ECC_RST_RESET = McuConf_McuResetReasonConf_MCU_HSE_RAM_ECC_RST_RESET, /**< @brief HSE memory ECC error. RGM_FES[F_FR18]. */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ generate/include/Power_Ip_Cfg.h:155:73: error: expected ')' before numeric constant 155 | #define McuConf_McuResetReasonConf_MCU_HSE_BOOT_ERR_RST_RESET ((uint8)21U) | ~ ^~~ generate/include/Power_Ip_Cfg.h:208:34: note: in expansion of macro 'McuConf_McuResetReasonConf_MCU_HSE_BOOT_ERR_RST_RESET' 208 | MCU_HSE_BOOT_ERR_RST_RESET = McuConf_McuResetReasonConf_MCU_HSE_BOOT_ERR_RST_RESET, /**< @brief HSE Boot Failure Error. RGM_FES[F_FR20]. */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ generate/include/Power_Ip_Cfg.h:157:74: error: expected ')' before numeric constant 157 | #define McuConf_McuResetReasonConf_MCU_HSE_CORE_LOCK_RST_RESET ((uint8)22U) | ~ ^~~ generate/include/Power_Ip_Cfg.h:209:35: note: in expansion of macro 'McuConf_McuResetReasonConf_MCU_HSE_CORE_LOCK_RST_RESET' 209 | MCU_HSE_CORE_LOCK_RST_RESET = McuConf_McuResetReasonConf_MCU_HSE_CORE_LOCK_RST_RESET, /**< @brief HSE M7 Core Lock. RGM_FES[F_FR21]. */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ generate/include/Power_Ip_Cfg.h:159:64: error: expected ')' before numeric constant 159 | #define McuConf_McuResetReasonConf_MCU_SW_FUNC_RESET ((uint8)23U) | ~ ^~~ generate/include/Power_Ip_Cfg.h:210:25: note: in expansion of macro 'McuConf_McuResetReasonConf_MCU_SW_FUNC_RESET' 210 | MCU_SW_FUNC_RESET = McuConf_McuResetReasonConf_MCU_SW_FUNC_RESET, /**< @brief Software functional reset. RGM_FES[F_FR30]. */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ generate/include/Power_Ip_Cfg.h:161:67: error: expected ')' before numeric constant 161 | #define McuConf_McuResetReasonConf_MCU_DEBUG_FUNC_RESET ((uint8)24U) | ~ ^~~ generate/include/Power_Ip_Cfg.h:211:28: note: in expansion of macro 'McuConf_McuResetReasonConf_MCU_DEBUG_FUNC_RESET' 211 | MCU_DEBUG_FUNC_RESET = McuConf_McuResetReasonConf_MCU_DEBUG_FUNC_RESET, /**< @brief Debug functional reset. RGM_FES[F_FR31]. */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ generate/include/Power_Ip_Cfg.h:163:64: error: expected ')' before numeric constant 163 | #define McuConf_McuResetReasonConf_MCU_WAKEUP_REASON ((uint8)25U) | ~ ^~~ generate/include/Power_Ip_Cfg.h:213:25: note: in expansion of macro 'McuConf_McuResetReasonConf_MCU_WAKEUP_REASON' 213 | MCU_WAKEUP_REASON = McuConf_McuResetReasonConf_MCU_WAKEUP_REASON, /**< @brief Wake-up event detected. */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ generate/include/Power_Ip_Cfg.h:165:66: error: expected ')' before numeric constant 165 | #define McuConf_McuResetReasonConf_MCU_NO_RESET_REASON ((uint8)26U) | ~ ^~~ generate/include/Power_Ip_Cfg.h:214:27: note: in expansion of macro 'McuConf_McuResetReasonConf_MCU_NO_RESET_REASON' 214 | MCU_NO_RESET_REASON = McuConf_McuResetReasonConf_MCU_NO_RESET_REASON, /**< @brief No reset reason found */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ generate/include/Power_Ip_Cfg.h:167:72: error: expected ')' before numeric constant 167 | #define McuConf_McuResetReasonConf_MCU_MULTIPLE_RESET_REASON ((uint8)27U) | ~ ^~~ generate/include/Power_Ip_Cfg.h:215:33: note: in expansion of macro 'McuConf_McuResetReasonConf_MCU_MULTIPLE_RESET_REASON' 215 | MCU_MULTIPLE_RESET_REASON = McuConf_McuResetReasonConf_MCU_MULTIPLE_RESET_REASON, /**< @brief More than one reset events are logged except "Power on event" */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ generate/include/Power_Ip_Cfg.h:169:66: error: expected ')' before numeric constant 169 | #define McuConf_McuResetReasonConf_MCU_RESET_UNDEFINED ((uint8)28U) | ~ ^~~ generate/include/Power_Ip_Cfg.h:216:27: note: in expansion of macro 'McuConf_McuResetReasonConf_MCU_RESET_UNDEFINED' 216 | MCU_RESET_UNDEFINED = McuConf_McuResetReasonConf_MCU_RESET_UNDEFINED /**< @brief Undefined reset source. */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from generate/include/Ram_Ip_PBcfg.h:49, from generate/include/Ram_Ip_Cfg.h:49, from generate/include/Mcu_Cfg.h:54, from D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Mcu_TS_T40D11M40I2R0/include/Mcu.h:55, from src/main.c:26: D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Mcu_TS_T40D11M40I2R0/include/Ram_Ip_Types.h:132:9: error: unknown type name 'uint32' 132 | typedef uint32 Ram_Ip_RamSectionType; | ^~~~~~ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Mcu_TS_T40D11M40I2R0/include/Ram_Ip_Types.h:139:9: error: unknown type name 'uint32' 139 | typedef uint32 Ram_Ip_RamIndexType; | ^~~~~~ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Mcu_TS_T40D11M40I2R0/include/Ram_Ip_Types.h:146:9: error: unknown type name 'uint32' 146 | typedef uint32 Ram_Ip_RamSizeType; | ^~~~~~ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Mcu_TS_T40D11M40I2R0/include/Ram_Ip_Types.h:153:9: error: unknown type name 'uint32' 153 | typedef uint32 Ram_Ip_RamWriteSizeType; | ^~~~~~ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Mcu_TS_T40D11M40I2R0/include/Ram_Ip_Types.h:193:5: error: expected specifier-qualifier-list before 'uint8' 193 | uint8 (*RamBaseAddrPtr)[1U]; /**< @brief RAM section base address. */ | ^~~~~ In file included from D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Mcu_TS_T40D11M40I2R0/include/Mcu.h:55, from src/main.c:26: generate/include/Mcu_Cfg.h:632:9: error: unknown type name 'uint32' 632 | typedef uint32 Mcu_ModeType; | ^~~~~~ generate/include/Mcu_Cfg.h:639:9: error: unknown type name 'uint32' 639 | typedef uint32 Mcu_RamSectionType; | ^~~~~~ generate/include/Mcu_Cfg.h:646:9: error: unknown type name 'uint32' 646 | typedef uint32 Mcu_RamWriteSizeType; | ^~~~~~ generate/include/Mcu_Cfg.h:656:9: error: unknown type name 'uint32' 656 | typedef uint32 Mcu_ClockType; | ^~~~~~ generate/include/Mcu_Cfg.h:667:9: error: unknown type name 'uint32' 667 | typedef uint32 Mcu_RawResetType; /**< @brief Destructive and Functional Reset Events Log. */ | ^~~~~~ generate/include/Mcu_Cfg.h:428:33: error: 'uint32' undeclared here (not in a function); did you mean 'uint32_t'? 428 | #define MCU_MAX_MODECONFIGS ((uint32)1U) | ^~~~~~ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Mcu_TS_T40D11M40I2R0/include/Mcu.h:196:52: note: in expansion of macro 'MCU_MAX_MODECONFIGS' 196 | const Mcu_ModeConfigType (*ModeConfigArrayPtr)[MCU_MAX_MODECONFIGS]; | ^~~~~~~~~~~~~~~~~~~ generate/include/Mcu_Cfg.h:428:40: error: expected ')' before numeric constant 428 | #define MCU_MAX_MODECONFIGS ((uint32)1U) | ~ ^~ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Mcu_TS_T40D11M40I2R0/include/Mcu.h:196:52: note: in expansion of macro 'MCU_MAX_MODECONFIGS' 196 | const Mcu_ModeConfigType (*ModeConfigArrayPtr)[MCU_MAX_MODECONFIGS]; | ^~~~~~~~~~~~~~~~~~~ generate/include/Mcu_Cfg.h:422:39: error: expected ')' before numeric constant 422 | #define MCU_MAX_CLKCONFIGS ((uint32)1U) | ~ ^~ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Mcu_TS_T40D11M40I2R0/include/Mcu.h:200:54: note: in expansion of macro 'MCU_MAX_CLKCONFIGS' 200 | const Mcu_ClockConfigType (*ClockConfigArrayPtr)[MCU_MAX_CLKCONFIGS]; | ^~~~~~~~~~~~~~~~~~ In file included from generate/include/Port_Cfg.h:49, from D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Port_TS_T40D11M40I2R0/include/Port.h:49, from src/main.c:27: D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Port_TS_T40D11M40I2R0/include/Siul2_Port_Ip_Types.h:115:15: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'Siul2_Port_Ip_PortPinsLevelType' 115 | typedef uint8 Siul2_Port_Ip_PortPinsLevelType; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Port_TS_T40D11M40I2R0/include/Siul2_Port_Ip_Types.h:410:16: error: expected ':', ',', ';', '}' or '__attribute__' before 'MSCR' 410 | __IO uint32 MSCR[16]; | ^~~~ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Port_TS_T40D11M40I2R0/include/Siul2_Port_Ip_Types.h:409:9: warning: struct has no members [-Wpedantic] 409 | typedef struct { | ^~~~~~ In file included from generate/include/Port_Cfg.h:49, from D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Port_TS_T40D11M40I2R0/include/Port.h:49, from src/main.c:27: D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Port_TS_T40D11M40I2R0/include/Siul2_Port_Ip_Types.h:433:5: error: expected specifier-qualifier-list before 'uint32' 433 | uint32 pinPortIdx; /*!< Port pin number. */ | ^~~~~~ In file included from D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Port_TS_T40D11M40I2R0/include/Port.h:49, from src/main.c:27: generate/include/Port_Cfg.h:132:16: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'Port_PinType' 132 | typedef uint32 Port_PinType; | ^~~~~~~~~~~~ generate/include/Port_Cfg.h:152:15: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'Port_PinModeType' 152 | typedef uint8 Port_PinModeType; | ^~~~~~~~~~~~~~~~ generate/include/Port_Cfg.h:160:16: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'Port_RegValueType' 160 | typedef uint32 Port_RegValueType; | ^~~~~~~~~~~~~~~~~ generate/include/Port_Cfg.h:168:16: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'Port_Siul2_ImcrConfigType' 168 | typedef uint8 Port_Siul2_ImcrConfigType; | ^~~~~~~~~~~~~~~~~~~~~~~~~ generate/include/Port_Cfg.h:179:3: error: unknown type name 'uint16' 179 | uint16 u16MscrIdx; /**< @brief Index of the pin's Mscr */ | ^~~~~~ generate/include/Port_Cfg.h:180:3: error: expected specifier-qualifier-list before 'uint32' 180 | uint32 u32MSCR; /**< @brief Pad Control Register */ | ^~~~~~ generate/include/Port_Cfg.h:203:3: error: unknown type name 'uint16' 203 | uint16 u16MscrIdx; /**< @brief Id of not used Mscr */ | ^~~~~~ generate/include/Port_Cfg.h:204:3: error: expected specifier-qualifier-list before 'uint8' 204 | uint8 u8MscrSiulInstance; /**< @brief Siul Instance of not used Mscr */ | ^~~~~ generate/include/Port_Cfg.h:215:3: error: expected specifier-qualifier-list before 'uint32' 215 | uint32 u32MSCR; /**< Content of Mscr Register */ | ^~~~~~ generate/include/Port_Cfg.h:213:9: warning: struct has no members [-Wpedantic] 213 | typedef struct | ^~~~~~ generate/include/Port_Cfg.h:227:3: error: expected specifier-qualifier-list before 'uint8' 227 | uint8 u8MscrSiulInstance; /**< @brief Siul Instance of the Mscr configuring the DiPort signal */ | ^~~~~ generate/include/Port_Cfg.h:225:9: warning: struct has no members [-Wpedantic] 225 | typedef struct | ^~~~~~ generate/include/Port_Cfg.h:1657:9: error: unknown type name 'uint16' 1657 | typedef uint16 Port_PinModeAvailabilityArrayType[PORT_NUM_PIN_MODES_U8][PORT_NUM_16PIN_BLOCKS_U8]; | ^~~~~~ generate/include/Port_Cfg.h:316:49: error: expected ')' before numeric constant 316 | #define PORT_NUM_PIN_MODES_U8 ((uint8)21) | ~ ^~ generate/include/Port_Cfg.h:1657:50: note: in expansion of macro 'PORT_NUM_PIN_MODES_U8' 1657 | typedef uint16 Port_PinModeAvailabilityArrayType[PORT_NUM_PIN_MODES_U8][PORT_NUM_16PIN_BLOCKS_U8]; | ^~~~~~~~~~~~~~~~~~~~~ generate/include/Port_Cfg.h:323:49: error: expected ')' before numeric constant 323 | #define PORT_NUM_16PIN_BLOCKS_U8 ((uint8)12) | ~ ^~ generate/include/Port_Cfg.h:1657:73: note: in expansion of macro 'PORT_NUM_16PIN_BLOCKS_U8' 1657 | typedef uint16 Port_PinModeAvailabilityArrayType[PORT_NUM_PIN_MODES_U8][PORT_NUM_16PIN_BLOCKS_U8]; | ^~~~~~~~~~~~~~~~~~~~~~~~ generate/include/Port_Cfg.h:1670:5: error: unknown type name 'uint16' 1670 | uint16 u16NumPins; /**< @brief Number of used pads (to be configured) */ | ^~~~~~ In file included from D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Port_TS_T40D11M40I2R0/include/Port.h:49, from src/main.c:27: generate/include/Port_Cfg.h:1671:5: error: unknown type name 'uint16' 1671 | uint16 u16NumUnusedPins; /**< @brief Number of unused pads */ | ^~~~~~ generate/include/Port_Cfg.h:1672:5: error: unknown type name 'uint16' 1672 | uint16 au16NumImcrs[PORT_NUM_SIUL2_INSTANCES_U8]; /**< @brief Used pads IMCRs number */ | ^~~~~~ In file included from D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Port_TS_T40D11M40I2R0/include/Port.h:49, from src/main.c:27: generate/include/Port_Cfg.h:248:53: error: expected ')' before numeric constant 248 | #define PORT_NUM_SIUL2_INSTANCES_U8 ((uint8)2) | ~ ^ generate/include/Port_Cfg.h:1672:25: note: in expansion of macro 'PORT_NUM_SIUL2_INSTANCES_U8' 1672 | uint16 au16NumImcrs[PORT_NUM_SIUL2_INSTANCES_U8]; /**< @brief Used pads IMCRs number */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Port_TS_T40D11M40I2R0/include/Port.h:49, from src/main.c:27: generate/include/Port_Cfg.h:1679:11: error: unknown type name 'Port_Siul2_ImcrConfigType' 1679 | const Port_Siul2_ImcrConfigType *pImcrConfig[PORT_NUM_SIUL2_INSTANCES_U8]; /**< @brief Used pads IMCR configuration */ | ^~~~~~~~~~~~~~~~~~~~~~~~~ In file included from D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Port_TS_T40D11M40I2R0/include/Port.h:49, from src/main.c:27: generate/include/Port_Cfg.h:248:53: error: expected ')' before numeric constant 248 | #define PORT_NUM_SIUL2_INSTANCES_U8 ((uint8)2) | ~ ^ generate/include/Port_Cfg.h:1679:50: note: in expansion of macro 'PORT_NUM_SIUL2_INSTANCES_U8' 1679 | const Port_Siul2_ImcrConfigType *pImcrConfig[PORT_NUM_SIUL2_INSTANCES_U8]; /**< @brief Used pads IMCR configuration */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Port_TS_T40D11M40I2R0/include/Port.h:49, from src/main.c:27: generate/include/Port_Cfg.h:1680:18: error: expected ':', ',', ';', '}' or '__attribute__' before '*' token 1680 | const uint32 *pau32Port_PinToPartitionMap; /**< @brief Pointer to pin partition mapping */ | ^ generate/include/Port_Cfg.h:1692:5: error: unknown type name 'uint16' 1692 | uint16 u16ImcrIdx; /**< @brief The id of the INMUX register to be configured */ | ^~~~~~ generate/include/Port_Cfg.h:1693:5: error: expected specifier-qualifier-list before 'uint8' 1693 | uint8 u8ImcrSSS; /**< @brief The value of the INMUX reg for signal allocation */ | ^~~~~ generate/include/Port_Cfg.h:1705:5: error: unknown type name 'uint16' 1705 | uint16 u16MscrIdx; /**< @brief The id of the MSCR register to be configured */ | ^~~~~~ generate/include/Port_Cfg.h:1706:5: error: expected specifier-qualifier-list before 'uint8' 1706 | uint8 u8Mode; /**< @brief The mode to be configured */ | ^~~~~ In file included from D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Port_TS_T40D11M40I2R0/include/Port.h:49, from src/main.c:27: generate/include/Port_Cfg.h:1723:14: error: unknown type name 'uint16' 1723 | extern const uint16 Port_au16NumInoutMuxSettings[PORT_NUM_SIUL2_INSTANCES_U8]; | ^~~~~~ In file included from D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Port_TS_T40D11M40I2R0/include/Port.h:49, from src/main.c:27: generate/include/Port_Cfg.h:248:53: error: expected ')' before numeric constant 248 | #define PORT_NUM_SIUL2_INSTANCES_U8 ((uint8)2) | ~ ^ generate/include/Port_Cfg.h:1723:50: note: in expansion of macro 'PORT_NUM_SIUL2_INSTANCES_U8' 1723 | extern const uint16 Port_au16NumInoutMuxSettings[PORT_NUM_SIUL2_INSTANCES_U8]; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ generate/include/Port_Cfg.h:248:53: error: expected ')' before numeric constant 248 | #define PORT_NUM_SIUL2_INSTANCES_U8 ((uint8)2) | ~ ^ generate/include/Port_Cfg.h:1735:96: note: in expansion of macro 'PORT_NUM_SIUL2_INSTANCES_U8' 1735 | extern const Port_PinModeAvailabilityArrayType * const Port_apSiul2InstancePinModeAvailability[PORT_NUM_SIUL2_INSTANCES_U8]; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Port_TS_T40D11M40I2R0/include/Port.h:49, from src/main.c:27: generate/include/Port_Cfg.h:1735:56: warning: type defaults to 'int' in declaration of 'Port_apSiul2InstancePinModeAvailability' [-Wimplicit-int] 1735 | extern const Port_PinModeAvailabilityArrayType * const Port_apSiul2InstancePinModeAvailability[PORT_NUM_SIUL2_INSTANCES_U8]; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Port_TS_T40D11M40I2R0/include/Port.h:49, from src/main.c:27: generate/include/Port_Cfg.h:248:53: error: expected ')' before numeric constant 248 | #define PORT_NUM_SIUL2_INSTANCES_U8 ((uint8)2) | ~ ^ generate/include/Port_Cfg.h:1740:65: note: in expansion of macro 'PORT_NUM_SIUL2_INSTANCES_U8' 1740 | extern const Port_InMuxSettingType * const Port_apInMuxSettings[PORT_NUM_SIUL2_INSTANCES_U8]; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Port_TS_T40D11M40I2R0/include/Port.h:49, from src/main.c:27: generate/include/Port_Cfg.h:1745:14: error: unknown type name 'uint16' 1745 | extern const uint16 * const Port_apInMuxSettingsIndex[PORT_NUM_SIUL2_INSTANCES_U8]; | ^~~~~~ In file included from D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Port_TS_T40D11M40I2R0/include/Port.h:49, from src/main.c:27: generate/include/Port_Cfg.h:248:53: error: expected ')' before numeric constant 248 | #define PORT_NUM_SIUL2_INSTANCES_U8 ((uint8)2) | ~ ^ generate/include/Port_Cfg.h:1745:55: note: in expansion of macro 'PORT_NUM_SIUL2_INSTANCES_U8' 1745 | extern const uint16 * const Port_apInMuxSettingsIndex[PORT_NUM_SIUL2_INSTANCES_U8]; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ generate/include/Port_Cfg.h:248:53: error: expected ')' before numeric constant 248 | #define PORT_NUM_SIUL2_INSTANCES_U8 ((uint8)2) | ~ ^ generate/include/Port_Cfg.h:1750:68: note: in expansion of macro 'PORT_NUM_SIUL2_INSTANCES_U8' 1750 | extern const Port_InoutSettingType * const Port_apInoutMuxSettings[PORT_NUM_SIUL2_INSTANCES_U8]; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Port_TS_T40D11M40I2R0/include/Siul2_Port_Ip.h:54, from D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Port_TS_T40D11M40I2R0/include/Port_Ipw.h:45, from D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Port_TS_T40D11M40I2R0/include/Port.h:50, from src/main.c:27: D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/BaseNXP_TS_T40D11M40I2R0/include/Devassert.h:85:39: error: unknown type name 'boolean' 85 | static inline void DevAssert(volatile boolean x) | ^~~~~~~ In file included from D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Port_TS_T40D11M40I2R0/include/Port_Ipw.h:45, from D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Port_TS_T40D11M40I2R0/include/Port.h:50, from src/main.c:27: D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Port_TS_T40D11M40I2R0/include/Siul2_Port_Ip.h:222:21: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'Port_au32Siul2BaseAddr' 222 | extern const uint32 Port_au32Siul2BaseAddr[]; | ^~~~~~~~~~~~~~~~~~~~~~ In file included from D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Port_TS_T40D11M40I2R0/include/Port_Ipw.h:45, from D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Port_TS_T40D11M40I2R0/include/Port.h:50, from src/main.c:27: D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Port_TS_T40D11M40I2R0/include/Siul2_Port_Ip.h:243:26: error: unknown type name 'uint16'; did you mean 'uint16_t'? 243 | uint16 pin, | ^~~~~~ | uint16_t D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Port_TS_T40D11M40I2R0/include/Siul2_Port_Ip.h:258:31: error: unknown type name 'uint16'; did you mean 'uint16_t'? 258 | uint16 pin, | ^~~~~~ | uint16_t D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Port_TS_T40D11M40I2R0/include/Siul2_Port_Ip.h:259:31: error: unknown type name 'boolean' 259 | boolean enable, | ^~~~~~~ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Port_TS_T40D11M40I2R0/include/Siul2_Port_Ip.h:281:30: error: unknown type name 'uint16'; did you mean 'uint16_t'? 281 | uint16 pin, | ^~~~~~ | uint16_t D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Port_TS_T40D11M40I2R0/include/Siul2_Port_Ip.h:282:30: error: unknown type name 'boolean' 282 | boolean enable, | ^~~~~~~ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Port_TS_T40D11M40I2R0/include/Siul2_Port_Ip.h:283:30: error: expected declaration specifiers or '...' before 'uint32' 283 | uint32 inputMuxReg, | ^~~~~~ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Port_TS_T40D11M40I2R0/include/Siul2_Port_Ip.h:296:49: error: expected declaration specifiers or '...' before 'uint32' 296 | Siul2_Port_Ip_PortStatusType Siul2_Port_Ip_Init(uint32 pinCount, | ^~~~~~ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Port_TS_T40D11M40I2R0/include/Siul2_Port_Ip.h:310:36: error: unknown type name 'uint16'; did you mean 'uint16_t'? 310 | uint16 pin, | ^~~~~~ | uint16_t D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Port_TS_T40D11M40I2R0/include/Siul2_Port_Ip.h:322:1: error: unknown type name 'uint32'; did you mean 'uint32_t'? 322 | uint32 Siul2_Port_Ip_RevertPinConfiguration(const Siul2_Port_Ip_PortType * const base, | ^~~~~~ | uint32_t D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Port_TS_T40D11M40I2R0/include/Siul2_Port_Ip.h:323:44: error: unknown type name 'uint16'; did you mean 'uint16_t'? 323 | uint16 pin); | ^~~~~~ | uint16_t D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Port_TS_T40D11M40I2R0/include/Siul2_Port_Ip.h:337:40: error: unknown type name 'uint16'; did you mean 'uint16_t'? 337 | uint16 pin); | ^~~~~~ | uint16_t In file included from D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Port_TS_T40D11M40I2R0/include/Port.h:50, from src/main.c:27: D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Port_TS_T40D11M40I2R0/include/Port_Ipw.h:182:5: error: unknown type name 'Port_PinType'; did you mean 'Port_ConfigType'? 182 | Port_PinType PinIndex, | ^~~~~~~~~~~~ | Port_ConfigType D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Port_TS_T40D11M40I2R0/include/Port_Ipw.h:287:5: error: unknown type name 'Port_PinType'; did you mean 'Port_ConfigType'? 287 | Port_PinType PinIndex, | ^~~~~~~~~~~~ | Port_ConfigType D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Port_TS_T40D11M40I2R0/include/Port_Ipw.h:288:5: error: unknown type name 'Port_PinModeType' 288 | Port_PinModeType PinMode, | ^~~~~~~~~~~~~~~~ In file included from src/main.c:27: D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Port_TS_T40D11M40I2R0/include/Port.h:364:5: error: unknown type name 'Port_PinType'; did you mean 'Port_ConfigType'? 364 | Port_PinType Pin, | ^~~~~~~~~~~~ | Port_ConfigType D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Port_TS_T40D11M40I2R0/include/Port.h:411:5: error: unknown type name 'Port_PinType'; did you mean 'Port_ConfigType'? 411 | Port_PinType Pin, | ^~~~~~~~~~~~ | Port_ConfigType D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Port_TS_T40D11M40I2R0/include/Port.h:412:5: error: unknown type name 'Port_PinModeType' 412 | Port_PinModeType Mode | ^~~~~~~~~~~~~~~~ In file included from D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/BaseNXP_TS_T40D11M40I2R0/include/ComStack_Types.h:47, from D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/BaseNXP_TS_T40D11M40I2R0/include/ComStackTypes.h:46, from D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/BaseNXP_TS_T40D11M40I2R0/include/Eth_GeneralTypes.h:48, from D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Eth_TS_T40D11M40I2R0/include/Eth.h:45, from src/main.c:28: D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/BaseNXP_TS_T40D11M40I2R0/include/ComStack_Cfg.h:68:9: error: unknown type name 'uint16' 68 | typedef uint16 PduIdType; | ^~~~~~ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/BaseNXP_TS_T40D11M40I2R0/include/ComStack_Cfg.h:75:22: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'PduLengthType' 75 | typedef uint32 PduLengthType; | ^~~~~~~~~~~~~ In file included from D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/BaseNXP_TS_T40D11M40I2R0/include/ComStackTypes.h:46, from D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/BaseNXP_TS_T40D11M40I2R0/include/Eth_GeneralTypes.h:48, from D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Eth_TS_T40D11M40I2R0/include/Eth.h:45, from src/main.c:28: D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/BaseNXP_TS_T40D11M40I2R0/include/ComStack_Types.h:243:22: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'NotifResultType' 243 | typedef uint8 NotifResultType; | ^~~~~~~~~~~~~~~ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/BaseNXP_TS_T40D11M40I2R0/include/ComStack_Types.h:250:22: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'NetworkHandleType' 250 | typedef uint8 NetworkHandleType; | ^~~~~~~~~~~~~~~~~ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/BaseNXP_TS_T40D11M40I2R0/include/ComStack_Types.h:257:22: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'PNCHandleType' 257 | typedef uint8 PNCHandleType; | ^~~~~~~~~~~~~ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/BaseNXP_TS_T40D11M40I2R0/include/ComStack_Types.h:267:5: error: expected specifier-qualifier-list before 'uint8' 267 | uint8 * SduDataPtr; /**< pointer to the SDU (i.e. payload data) of the PDU */ | ^~~~~ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/BaseNXP_TS_T40D11M40I2R0/include/ComStack_Types.h:265:9: warning: struct has no members [-Wpedantic] 265 | typedef struct | ^~~~~~ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/BaseNXP_TS_T40D11M40I2R0/include/ComStack_Types.h:278:5: error: unknown type name 'PduLengthType' 278 | PduLengthType TxTpDataCnt; /**< Offset from the current position which identifies the number of bytes to be retransmitted. */ | ^~~~~~~~~~~~~ In file included from D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/BaseNXP_TS_T40D11M40I2R0/include/ComStackTypes.h:46, from D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/BaseNXP_TS_T40D11M40I2R0/include/Eth_GeneralTypes.h:48, from D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Eth_TS_T40D11M40I2R0/include/Eth.h:45, from src/main.c:28: D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/BaseNXP_TS_T40D11M40I2R0/include/ComStack_Types.h:286:22: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'IcomConfigIdType' 286 | typedef uint8 IcomConfigIdType; | ^~~~~~~~~~~~~~~~ In file included from D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Eth_TS_T40D11M40I2R0/include/Eth.h:45, from src/main.c:28: D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/BaseNXP_TS_T40D11M40I2R0/include/Eth_GeneralTypes.h:162:38: error: expected ',' or '}' before numeric constant 162 | ETHTRCV_LINK_STATE_DOWN = (uint8)0x0U, | ^~~~ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/BaseNXP_TS_T40D11M40I2R0/include/Eth_GeneralTypes.h:175:35: error: expected ',' or '}' before numeric constant 175 | ETHTRCV_STATE_UNINIT = (uint8)0x0U, | ^~~~ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/BaseNXP_TS_T40D11M40I2R0/include/Eth_GeneralTypes.h:188:39: error: expected ',' or '}' before numeric constant 188 | ETHTRCV_BAUD_RATE_10MBIT = (uint8)0x0U, | ^~~~ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/BaseNXP_TS_T40D11M40I2R0/include/Eth_GeneralTypes.h:205:39: error: expected ',' or '}' before numeric constant 205 | ETHTRCV_DUPLEX_MODE_HALF = (uint8)0x0U, | ^~~~ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/BaseNXP_TS_T40D11M40I2R0/include/Eth_GeneralTypes.h:218:34: error: expected ',' or '}' before numeric constant 218 | ETHTRCV_WUM_DISABLE = (uint8)0x0U, | ^~~~ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/BaseNXP_TS_T40D11M40I2R0/include/Eth_GeneralTypes.h:233:31: error: expected ',' or '}' before numeric constant 233 | ETHTRCV_WUR_NONE = (uint8)0x0U, | ^~~~ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/BaseNXP_TS_T40D11M40I2R0/include/Eth_GeneralTypes.h:258:39: error: expected ',' or '}' before numeric constant 258 | ETHTRCV_PHYTESTMODE_NONE = (uint8)0x0U, | ^~~~ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/BaseNXP_TS_T40D11M40I2R0/include/Eth_GeneralTypes.h:279:39: error: expected ',' or '}' before numeric constant 279 | ETHTRCV_PHYLOOPBACK_NONE = (uint8)0x0U, | ^~~~ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/BaseNXP_TS_T40D11M40I2R0/include/Eth_GeneralTypes.h:296:39: error: expected ',' or '}' before numeric constant 296 | ETHTRCV_PHYTXMODE_NORMAL = (uint8)0x0U, | ^~~~ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/BaseNXP_TS_T40D11M40I2R0/include/Eth_GeneralTypes.h:311:35: error: expected ',' or '}' before numeric constant 311 | ETHTRCV_CABLEDIAG_OK = (uint8)0x0U, | ^~~~ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/BaseNXP_TS_T40D11M40I2R0/include/Eth_GeneralTypes.h:331:46: error: expected ',' or '}' before numeric constant 331 | ETHSWT_STATE_UNINIT = (uint8)0x0U, /**< @brief The Eth Switch Driver is not yet configured. */ | ^~~~ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/BaseNXP_TS_T40D11M40I2R0/include/Eth_GeneralTypes.h:343:45: error: expected ',' or '}' before numeric constant 343 | ETHSWT_MACLEARNING_HWDISABLED = (uint8)0x0U, /**< @brief If hardware learning disabled, the switch must not learn new MAC addresses */ | ^~~~ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/BaseNXP_TS_T40D11M40I2R0/include/Eth_GeneralTypes.h:354:35: error: expected ',' or '}' before numeric constant 354 | PORT_MIRROR_DISABLED = (uint8)0x0U, /**< @brief port mirroring disabled. */ | ^~~~ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/BaseNXP_TS_T40D11M40I2R0/include/Eth_GeneralTypes.h:364:51: error: expected ',' or '}' before numeric constant 364 | ETHSWT_MGMT_OBJ_UNUSED = (uint8)0x0U, /**< @brief Object unused */ | ^~~~ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/BaseNXP_TS_T40D11M40I2R0/include/Eth_GeneralTypes.h:380:9: error: unknown type name 'uint16' 380 | typedef uint16 Eth_FrameType; | ^~~~~~ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/BaseNXP_TS_T40D11M40I2R0/include/Eth_GeneralTypes.h:388:15: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'Eth_DataType' 388 | typedef uint8 Eth_DataType; | ^~~~~~~~~~~~ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/BaseNXP_TS_T40D11M40I2R0/include/Eth_GeneralTypes.h:395:16: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'Eth_BufIdxType' 395 | typedef uint32 Eth_BufIdxType; | ^~~~~~~~~~~~~~ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/BaseNXP_TS_T40D11M40I2R0/include/Eth_GeneralTypes.h:413:5: error: expected specifier-qualifier-list before 'uint32' 413 | uint32 nanoseconds; /**< @brief Nanoseconds part of the time */ | ^~~~~~ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/BaseNXP_TS_T40D11M40I2R0/include/Eth_GeneralTypes.h:411:9: warning: struct has no members [-Wpedantic] 411 | typedef struct | ^~~~~~ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/BaseNXP_TS_T40D11M40I2R0/include/Eth_GeneralTypes.h:428:5: error: unknown type name 'boolean' 428 | boolean sign; /**< @brief Positive (True) Or negative (False) time */ | ^~~~~~~ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/BaseNXP_TS_T40D11M40I2R0/include/Eth_GeneralTypes.h:448:5: error: expected specifier-qualifier-list before 'uint32' 448 | uint32 DropPktBufOverrun; | ^~~~~~ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/BaseNXP_TS_T40D11M40I2R0/include/Eth_GeneralTypes.h:447:9: warning: struct has no members [-Wpedantic] 447 | typedef struct{ | ^~~~~~ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/BaseNXP_TS_T40D11M40I2R0/include/Eth_GeneralTypes.h:475:4: error: expected specifier-qualifier-list before 'uint32' 475 | uint32 RxStatsDropEvents; | ^~~~~~ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/BaseNXP_TS_T40D11M40I2R0/include/Eth_GeneralTypes.h:473:9: warning: struct has no members [-Wpedantic] 473 | typedef struct | ^~~~~~ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/BaseNXP_TS_T40D11M40I2R0/include/Eth_GeneralTypes.h:502:5: error: expected specifier-qualifier-list before 'uint32' 502 | uint32 TxNumberOfOctets; | ^~~~~~ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/BaseNXP_TS_T40D11M40I2R0/include/Eth_GeneralTypes.h:500:9: warning: struct has no members [-Wpedantic] 500 | typedef struct | ^~~~~~ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/BaseNXP_TS_T40D11M40I2R0/include/Eth_GeneralTypes.h:514:5: error: expected specifier-qualifier-list before 'uint32' 514 | uint32 TxDroppedNoErrorPkts; | ^~~~~~ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/BaseNXP_TS_T40D11M40I2R0/include/Eth_GeneralTypes.h:512:9: warning: struct has no members [-Wpedantic] 512 | typedef struct | ^~~~~~ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/BaseNXP_TS_T40D11M40I2R0/include/Eth_GeneralTypes.h:530:5: error: expected specifier-qualifier-list before 'uint8' 530 | uint8 MacAddr[6]; | ^~~~~ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/BaseNXP_TS_T40D11M40I2R0/include/Eth_GeneralTypes.h:528:9: warning: struct has no members [-Wpedantic] 528 | typedef struct | ^~~~~~ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/BaseNXP_TS_T40D11M40I2R0/include/Eth_GeneralTypes.h:542:5: error: expected specifier-qualifier-list before 'uint8' 542 | uint8 SwitchIdx; /**< @brief Switch index */ | ^~~~~ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/BaseNXP_TS_T40D11M40I2R0/include/Eth_GeneralTypes.h:540:9: warning: struct has no members [-Wpedantic] 540 | typedef struct | ^~~~~~ In file included from D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Eth_TS_T40D11M40I2R0/include/Eth.h:45, from src/main.c:28: D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/BaseNXP_TS_T40D11M40I2R0/include/Eth_GeneralTypes.h:551:5: error: expected specifier-qualifier-list before 'uint8' 551 | uint8 srcMacAddrFilter[6U]; /**< @brief Specifies the source MAC address [0..255,0..255,0..255,0..255,0..255,0..255] that should be mirrored. If set to 0,0,0,0,0,0, no source MAC address filtering shall take place. */ | ^~~~~ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/BaseNXP_TS_T40D11M40I2R0/include/Eth_GeneralTypes.h:549:9: warning: struct has no members [-Wpedantic] 549 | typedef struct | ^~~~~~ In file included from D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Eth_TS_T40D11M40I2R0/include/Eth.h:46, from src/main.c:28: generate/include/Eth_Cfg.h:199:11: error: unknown type name 'uint16' 199 | const uint16 BufferCount; /* Total number of buffers across all Tx FIFOs */ | ^~~~~~ generate/include/Eth_Cfg.h:200:5: error: expected specifier-qualifier-list before 'uint8' 200 | uint8 FifoCount; /* Total number of configured Tx FIFOs */ | ^~~~~ generate/include/Eth_Cfg.h:207:5: error: unknown type name 'uint16' 207 | uint16 BufferCount; /* Total number of buffers across all Rx FIFOs */ | ^~~~~~ generate/include/Eth_Cfg.h:208:5: error: expected specifier-qualifier-list before 'uint8' 208 | uint8 FifoCount; /* Total number of configured Rx FIFOs */ | ^~~~~ generate/include/Eth_Cfg.h:214:5: error: expected specifier-qualifier-list before 'uint32' 214 | uint32 ModuleClock; /* Frequency of the application interface (in Hz) */ | ^~~~~~ generate/include/Eth_Cfg.h:212:9: warning: struct has no members [-Wpedantic] 212 | typedef struct | ^~~~~~ In file included from src/main.c:28: D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Eth_TS_T40D11M40I2R0/include/Eth.h:270:37: error: expected declaration specifiers or '...' before 'uint8' 270 | uint8 CtrlIdx, \ | ^~~~~ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Eth_TS_T40D11M40I2R0/include/Eth.h:288:37: error: expected declaration specifiers or '...' before 'uint8' 288 | uint8 CtrlIdx, \ | ^~~~~ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Eth_TS_T40D11M40I2R0/include/Eth.h:299:42: error: expected declaration specifiers or '...' before 'uint8' 299 | Std_ReturnType Eth_TxTimeAwareShaperInit(uint8 CtrlIdx); | ^~~~~ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Eth_TS_T40D11M40I2R0/include/Eth.h:314:25: error: expected declaration specifiers or '...' before 'uint8' 314 | uint8 CtrlIdx, \ | ^~~~~ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Eth_TS_T40D11M40I2R0/include/Eth.h:315:25: error: expected declaration specifiers or '...' before 'uint8' 315 | uint8 *PhysAddrPtr \ | ^~~~~ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Eth_TS_T40D11M40I2R0/include/Eth.h:332:22: error: expected declaration specifiers or '...' before 'uint8' 332 | void Eth_SetPhysAddr(uint8 CtrlIdx, const uint8 *PhysAddrPtr); | ^~~~~ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Eth_TS_T40D11M40I2R0/include/Eth.h:332:43: warning: type defaults to 'int' in declaration of 'uint8' [-Wimplicit-int] 332 | void Eth_SetPhysAddr(uint8 CtrlIdx, const uint8 *PhysAddrPtr); | ^~~~~ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Eth_TS_T40D11M40I2R0/include/Eth.h:332:49: error: expected ';', ',' or ')' before '*' token 332 | void Eth_SetPhysAddr(uint8 CtrlIdx, const uint8 *PhysAddrPtr); | ^ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Eth_TS_T40D11M40I2R0/include/Eth.h:370:41: error: expected declaration specifiers or '...' before 'uint8' 370 | uint8 CtrlIdx, \ | ^~~~~ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Eth_TS_T40D11M40I2R0/include/Eth.h:371:47: warning: type defaults to 'int' in declaration of 'uint8' [-Wimplicit-int] 371 | const uint8 *PhysAddrPtr, \ | ^~~~~ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Eth_TS_T40D11M40I2R0/include/Eth.h:371:53: error: expected ';', ',' or ')' before '*' token 371 | const uint8 *PhysAddrPtr, \ | ^ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Eth_TS_T40D11M40I2R0/include/Eth.h:428:41: error: expected declaration specifiers or '...' before 'uint8' 428 | uint8 CtrlIdx, \ | ^~~~~ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Eth_TS_T40D11M40I2R0/include/Eth.h:563:33: error: expected declaration specifiers or '...' before 'uint8' 563 | uint8 CtrlIdx, \ | ^~~~~ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Eth_TS_T40D11M40I2R0/include/Eth.h:583:33: error: expected declaration specifiers or '...' before 'uint8' 583 | uint8 CtrlIdx, \ | ^~~~~ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Eth_TS_T40D11M40I2R0/include/Eth.h:602:33: error: expected declaration specifiers or '...' before 'uint8' 602 | uint8 CtrlIdx, \ | ^~~~~ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Eth_TS_T40D11M40I2R0/include/Eth.h:740:29: error: expected declaration specifiers or '...' before 'uint8' 740 | uint8 CtrlIdx, \ | ^~~~~ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Eth_TS_T40D11M40I2R0/include/Eth.h:741:29: error: expected declaration specifiers or '...' before 'uint8' 741 | uint8 Priority, \ | ^~~~~ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Eth_TS_T40D11M40I2R0/include/Eth.h:742:29: error: unknown type name 'Eth_BufIdxType'; did you mean 'Eth_ModeType'? 742 | Eth_BufIdxType *BufIdxPtr, \ | ^~~~~~~~~~~~~~ | Eth_ModeType D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Eth_TS_T40D11M40I2R0/include/Eth.h:743:29: error: expected declaration specifiers or '...' before 'uint8' 743 | uint8 **BufPtr, \ | ^~~~~ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Eth_TS_T40D11M40I2R0/include/Eth.h:744:29: error: unknown type name 'uint16'; did you mean 'uint16_t'? 744 | uint16 *LenBytePtr \ | ^~~~~~ | uint16_t D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Eth_TS_T40D11M40I2R0/include/Eth.h:768:28: error: expected declaration specifiers or '...' before 'uint8' 768 | uint8 CtrlIdx, | ^~~~~ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Eth_TS_T40D11M40I2R0/include/Eth.h:769:28: error: unknown type name 'Eth_BufIdxType'; did you mean 'Eth_ModeType'? 769 | Eth_BufIdxType BufIdx, | ^~~~~~~~~~~~~~ | Eth_ModeType D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Eth_TS_T40D11M40I2R0/include/Eth.h:771:28: error: unknown type name 'boolean' 771 | boolean TxConfirmation, | ^~~~~~~ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Eth_TS_T40D11M40I2R0/include/Eth.h:772:28: error: unknown type name 'uint16'; did you mean 'uint16_t'? 772 | uint16 LenByte, | ^~~~~~ | uint16_t D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Eth_TS_T40D11M40I2R0/include/Eth.h:773:34: warning: type defaults to 'int' in declaration of 'uint8' [-Wimplicit-int] 773 | const uint8 *PhysAddrPtr | ^~~~~ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Eth_TS_T40D11M40I2R0/include/Eth.h:773:40: error: expected ';', ',' or ')' before '*' token 773 | const uint8 *PhysAddrPtr | ^ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Eth_TS_T40D11M40I2R0/include/Eth.h:793:18: error: expected declaration specifiers or '...' before 'uint8' 793 | void Eth_Receive(uint8 CtrlIdx, \ | ^~~~~ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Eth_TS_T40D11M40I2R0/include/Eth.h:794:25: error: expected declaration specifiers or '...' before 'uint8' 794 | uint8 FifoIdx, \ | ^~~~~ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/Eth_TS_T40D11M40I2R0/include/Eth.h:809:25: error: expected declaration specifiers or '...' before 'uint8' 809 | void Eth_TxConfirmation(uint8 CtrlIdx); | ^~~~~ In file included from src/main.c:29: D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/BaseNXP_TS_T40D11M40I2R0/include/OsIf.h:161:1: error: unknown type name 'uint32'; did you mean 'uint32_t'? 161 | uint32 OsIf_GetCounter(OsIf_CounterType SelectedCounter); | ^~~~~~ | uint32_t D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/BaseNXP_TS_T40D11M40I2R0/include/OsIf.h:172:1: error: unknown type name 'uint32'; did you mean 'uint32_t'? 172 | uint32 OsIf_GetElapsed(uint32 * const CurrentRef, OsIf_CounterType SelectedCounter); | ^~~~~~ | uint32_t D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/BaseNXP_TS_T40D11M40I2R0/include/OsIf.h:172:24: error: expected declaration specifiers or '...' before 'uint32' 172 | uint32 OsIf_GetElapsed(uint32 * const CurrentRef, OsIf_CounterType SelectedCounter); | ^~~~~~ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/BaseNXP_TS_T40D11M40I2R0/include/OsIf.h:182:29: error: expected declaration specifiers or '...' before 'uint32' 182 | void OsIf_SetTimerFrequency(uint32 Freq, OsIf_CounterType SelectedCounter); | ^~~~~~ D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/BaseNXP_TS_T40D11M40I2R0/include/OsIf.h:193:1: error: unknown type name 'uint32'; did you mean 'uint32_t'? 193 | uint32 OsIf_MicrosToTicks(uint32 Micros, OsIf_CounterType SelectedCounter); | ^~~~~~ | uint32_t D:/autosar_cp/cp_rtdds/eth_demo/tresos/plugins/McalExt_TS_T40DxM1I0R0/MCAL_Delivery/eclipse/plugins/BaseNXP_TS_T40D11M40I2R0/include/OsIf.h:193:27: error: expected declaration specifiers or '...' before 'uint32' 193 | uint32 OsIf_MicrosToTicks(uint32 Micros, OsIf_CounterType SelectedCounter); | ^~~~~~ In file included from src/main.c:30: include/check_example.h:78:33: error: unknown type name 'boolean' 78 | static inline void Exit_Example(boolean result) | ^~~~~~~ include/check_example.h:94:30: error: unknown type name 'boolean' 94 | static inline void EX_ASSERT(boolean result) | ^~~~~~~ src/main.c: In function 'main': src/main.c:80:5: error: unknown type name 'Eth_BufIdxType'; did you mean 'Eth_ModeType'? 80 | Eth_BufIdxType BufferIndex; | ^~~~~~~~~~~~~~ | Eth_ModeType src/main.c:81:12: error: 'PayloadBuffer' undeclared (first use in this function) 81 | uint8 *PayloadBuffer; | ^~~~~~~~~~~~~ src/main.c:81:12: note: each undeclared identifier is reported only once for each function it appears in src/main.c:82:5: error: unknown type name 'uint16'; did you mean 'uint16_t'? 82 | uint16 PayloadLength = 46U; | ^~~~~~ | uint16_t src/main.c:83:10: error: expected ';' before 'Gmac_0_MacAddr' 83 | uint8 Gmac_0_MacAddr[6U] = {0}; | ^~~~~~~~~~~~~~~ | ; src/main.c:85:5: error: unknown type name 'boolean' 85 | boolean Pass = TRUE; | ^~~~~~~ src/main.c:85:20: error: 'TRUE' undeclared (first use in this function) 85 | boolean Pass = TRUE; | ^~~~ src/main.c:109:5: error: implicit declaration of function 'Eth_SetControllerMode' [-Werror=implicit-function-declaration] 109 | Eth_SetControllerMode(EthConf_EthCtrlConfig_EthCtrlConfig_0, ETH_MODE_ACTIVE); | ^~~~~~~~~~~~~~~~~~~~~ src/main.c:111:5: error: implicit declaration of function 'Eth_ProvideTxBuffer' [-Werror=implicit-function-declaration] 111 | Eth_ProvideTxBuffer(EthConf_EthCtrlConfig_EthCtrlConfig_0, 0U, &BufferIndex, &PayloadBuffer, &PayloadLength); | ^~~~~~~~~~~~~~~~~~~ src/main.c:113:5: error: implicit declaration of function 'Eth_GetPhysAddr' [-Werror=implicit-function-declaration] 113 | Eth_GetPhysAddr(EthConf_EthCtrlConfig_EthCtrlConfig_0, Gmac_0_MacAddr); | ^~~~~~~~~~~~~~~ src/main.c:113:60: error: 'Gmac_0_MacAddr' undeclared (first use in this function) 113 | Eth_GetPhysAddr(EthConf_EthCtrlConfig_EthCtrlConfig_0, Gmac_0_MacAddr); | ^~~~~~~~~~~~~~ src/main.c:115:5: error: implicit declaration of function 'Eth_Transmit' [-Werror=implicit-function-declaration] 115 | Eth_Transmit(EthConf_EthCtrlConfig_EthCtrlConfig_0, BufferIndex, (Eth_FrameType)46U, TRUE, 46U, Gmac_0_MacAddr); | ^~~~~~~~~~~~ src/main.c:117:5: error: implicit declaration of function 'Eth_TxConfirmation' [-Werror=implicit-function-declaration] 117 | Eth_TxConfirmation(EthConf_EthCtrlConfig_EthCtrlConfig_0); | ^~~~~~~~~~~~~~~~~~ src/main.c:122:9: error: implicit declaration of function 'Eth_GetRxStats' [-Werror=implicit-function-declaration] 122 | Eth_GetRxStats(EthConf_EthCtrlConfig_EthCtrlConfig_0, &RxStatus); | ^~~~~~~~~~~~~~ src/main.c:123:22: error: 'Eth_RxStatsType' {aka 'struct '} has no member named 'RxStatsPkts' 123 | } while (RxStatus.RxStatsPkts < 1U); | ^ src/main.c:125:5: error: implicit declaration of function 'Eth_Receive' [-Werror=implicit-function-declaration] 125 | Eth_Receive(EthConf_EthCtrlConfig_EthCtrlConfig_0, 0U, &Status); | ^~~~~~~~~~~ src/main.c:129:16: error: 'FALSE' undeclared (first use in this function) 129 | Pass = FALSE; | ^~~~~ src/main.c:134:5: error: implicit declaration of function 'Exit_Example' [-Werror=implicit-function-declaration] 134 | Exit_Example(Pass); | ^~~~~~~~~~~~ cc1.exe: some warnings being treated as errors make: *** [Makefile:265: main.o] Error 1 D:\autosar_cp\cp_rtdds\eth_demo\Eth_InternalLoopback_S32G399A_M7>