<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Unable to Load and build the Project Integration LLCE_CAN/LIN  as per Im following NXP Doc in S32G</title>
    <link>https://community.nxp.com/t5/S32G/Unable-to-Load-and-build-the-Project-Integration-LLCE-CAN-LIN-as/m-p/1633841#M2873</link>
    <description>&lt;P&gt;Hi Daniel,&lt;/P&gt;&lt;P&gt;My problem concern is NXP examples are not working as per the NXP document.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Eample 1# this is macro in S32 Design studio : RTD plugins folder :&amp;nbsp;&lt;/P&gt;&lt;P&gt;C:/NXP/S32DS.3.4/S32DS/software/PlatformSDK_S32XX_2022_03/SW32_RTD_4_4_3_0_2_D2203/Base_TS_T40D11M30I2R0/include/Rte_MemMap.h:12754:6: error: #error "MemMap.h, no valid memory mapping symbol defined."&lt;/P&gt;&lt;P&gt;C:/NXP/S32DS.3.4/S32DS/software/PlatformSDK_S32XX_2022_03/SW32_RTD_4_4_3_0_2_D2203/Base_TS_T40D11M30I2R0/include/Rte_MemMap.h:12754:6: error: #error "MemMap.h, no valid memory mapping symbol defined."&lt;/P&gt;&lt;P&gt;#undef MEMMAP_ERROR --- This is fix we given.&amp;nbsp;&lt;BR /&gt;#ifdef MEMMAP_ERROR&amp;nbsp; &amp;nbsp;--- because of this macro error is; i copied this fix from same file in other module.&lt;BR /&gt;#error "MemMap.h, no valid memory mapping symbol defined."&lt;BR /&gt;#endif&lt;/P&gt;&lt;P&gt;once we fixed then other errors are coming.&lt;/P&gt;&lt;P&gt;error 1:&amp;nbsp; implicit declaration of function 'Linflexd_Uart_Ip_AsyncSend' [-Werror=implicit-function-declaration] -- how to fix this issue from plugins.&lt;/P&gt;&lt;P&gt;none-eabi-gcc "@llce/plugins/Os_TS_T40D11M10I0R0/src/Os_counter_api.args" -MMD -MP -MF"llce/plugins/Os_TS_T40D11M10I0R0/src/Os_multicore.d" -MT"llce/plugins/Os_TS_T40D11M10I0R0/src/Os_multicore.o" -o "llce/plugins/Os_TS_T40D11M10I0R0/src/Os_multicore.o" "../llce/plugins/Os_TS_T40D11M10I0R0/src/Os_multicore.c"&lt;BR /&gt;arm-none-eabi-gcc "@llce/plugins/Lin_43_LLCE_TS_T40D11M10I0R0/src/Lin_43_LLCE.args" -MMD -MP -MF"llce/plugins/Lin_43_LLCE_TS_T40D11M10I0R0/src/Lin_43_LLCE.d" -MT"llce/plugins/Lin_43_LLCE_TS_T40D11M10I0R0/src/Lin_43_LLCE.o" -o "llce/plugins/Lin_43_LLCE_TS_T40D11M10I0R0/src/Lin_43_LLCE.o" "../llce/plugins/Lin_43_LLCE_TS_T40D11M10I0R0/src/Lin_43_LLCE.c"&lt;BR /&gt;../src/main.c: In function 'Lin_Driver_Sample_Test':&lt;BR /&gt;../src/main.c:174:2: error: implicit declaration of function 'Linflexd_Uart_Ip_AsyncSend' [-Werror=implicit-function-declaration]&lt;BR /&gt;174 | Linflexd_Uart_Ip_AsyncSend(0, "\r\nLin master received data is : ", strlen("\r\nLin master received data is : "));&lt;BR /&gt;| ^~~~~~~~~~~~~~~~~~~~~~~~~~&lt;BR /&gt;../src/main.c:175:8: error: implicit declaration of function 'Linflexd_Uart_Ip_GetTransmitStatus' [-Werror=implicit-function-declaration]&lt;BR /&gt;175 | while(Linflexd_Uart_Ip_GetTransmitStatus(0, &amp;amp;varRemainingBytes) == LINFLEXD_UART_IP_STATUS_BUSY);&lt;BR /&gt;| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~&lt;BR /&gt;../src/main.c:175:69: error: 'LINFLEXD_UART_IP_STATUS_BUSY' undeclared (first use in this function)&lt;BR /&gt;175 | while(Linflexd_Uart_Ip_GetTransmitStatus(0, &amp;amp;varRemainingBytes) == LINFLEXD_UART_IP_STATUS_BUSY);&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;error 2:&amp;nbsp; This error is from toolchain or compiler -- which kind of toolchain or compiler need to use ???&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;file included from ../src/main.c:52:&lt;BR /&gt;c:\nxp\s32ds.3.4\s32ds\build_tools\gcc_v9.2\gcc-9.2-arm32-eabi\arm-none-eabi\include\string.h:41:17: note: expected 'const char *' but argument is of type 'uint8 *' {aka 'unsigned char *'}&lt;BR /&gt;41 | size_t strlen (const char *);&lt;BR /&gt;| ^~~~~~~~~~~~&lt;BR /&gt;../src/main.c:262:70: error: 'LINFLEXD_UART_IP_STATUS_BUSY' undeclared (first use in this function)&lt;BR /&gt;262 | while(Linflexd_Uart_Ip_GetTransmitStatus(0, &amp;amp;varRemainingBytes) == LINFLEXD_UART_IP_STATUS_BUSY);&lt;BR /&gt;| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Oduguru_Ramakrishna.&lt;/P&gt;</description>
    <pubDate>Fri, 14 Apr 2023 11:04:18 GMT</pubDate>
    <dc:creator>Ramakrishna_oduguru</dc:creator>
    <dc:date>2023-04-14T11:04:18Z</dc:date>
    <item>
      <title>Unable to Load and build the Project Integration LLCE_CAN/LIN  as per Im following NXP Doc</title>
      <link>https://community.nxp.com/t5/S32G/Unable-to-Load-and-build-the-Project-Integration-LLCE-CAN-LIN-as/m-p/1633209#M2860</link>
      <description>&lt;P&gt;When I follow the document “INTEGRATE LLCE_CAN/LIN(MCAL&amp;nbsp; DRIVER) TO S32DS 3.4”，I have some problems。&lt;/P&gt;&lt;P&gt;&amp;nbsp;when i build the project,It wasn't as successful as the documentation。&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; The error is shown below&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Description Resource Path Location Type&lt;/SPAN&gt;。&lt;/P&gt;&lt;P&gt;C:/NXP/S32DS.3.4/S32DS/software/PlatformSDK_S32XX_2022_03/SW32_RTD_4_4_3_0_2_D2203/Base_TS_T40D11M30I2R0/include/Rte_MemMap.h:12754:6: error: #error "MemMap.h, no valid memory mapping symbol defined."&lt;/P&gt;&lt;P&gt;C:/NXP/S32DS.3.4/S32DS/software/PlatformSDK_S32XX_2022_03/SW32_RTD_4_4_3_0_2_D2203/Base_TS_T40D11M30I2R0/include/Rte_MemMap.h:12754:6: error: #error "MemMap.h, no valid memory mapping symbol defined."&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&amp;nbsp;D:/FISKER/NXP/LLCE-files/LLCE-CAN-LIN-demo/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/Integrate LLCE_CAN_LIN(MCAL Driver)&amp;nbsp;&lt;/P&gt;&lt;P&gt;S32DS 3.4/source_code/llce/plugins/EcuM_TS_T40D11M10I0R0/include/EcuM_Externals.h:96,&lt;BR /&gt;from D:/FISKER/NXP/LLCE-files/LLCE-CAN-LIN-demo/Integrate LLCE_CAN_LIN(MCAL Driver)&lt;/P&gt;&lt;P&gt;&amp;nbsp;D:/FISKER/NXP/LLCE-files/LLCE-CAN-LIN-demo/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/Integrate LLCE_CAN_LIN(MCAL Driver)&amp;nbsp;&lt;/P&gt;&lt;P&gt;S32DS 3.4/source_code/llce/plugins/Lin_43_LLCE_TS_T40D11M10I0R0/include/Lin_43_LLCE.h:86,&lt;BR /&gt;from D:/FISKER/NXP/LLCE-files/LLCE-CAN-LIN-demo/Integrate LLCE_CAN_LIN(MCAL Driver)&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;C:/NXP/S32DS.3.4/S32DS/software/PlatformSDK_S32XX_2022_03/SW32_RTD_4_4_3_0_2_D2203/Base_TS_T40D11M30I2R0/include/Ecum_MemMap.h:12754:6: error: #error "MemMap.h, no valid memory mapping symbol defined."&lt;BR /&gt;12754 | #error "MemMap.h, no valid memory mapping symbol defined."&lt;BR /&gt;&lt;BR /&gt;ID:/FISKER/NXP/LLCE-files/LLCE-CAN-LIN-demo/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/source_code/llce/plugins/EcuM_TS_T40D11M10I0R0/include/EcuM_Externals.h:101,&lt;BR /&gt;from D:/FISKER/NXP/LLCE-files/LLCE-CAN-LIN-demo/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/source_code/llce/Tresos_output/include/Lin_43_LLCE_Cfg.h:70,&lt;BR /&gt;from D:/FISKER/NXP/LLCE-files/LLCE-CAN-LIN-demo/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/source_code/llce/plugins/Lin_43_LLCE_TS_T40D11M10I0R0/include/Lin_43_LLCE.h:86,&lt;BR /&gt;from D:/FISKER/NXP/LLCE-files/LLCE-CAN-LIN-demo/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/source_code/llce/can_lin_common/stubs.h:37,&lt;BR /&gt;from ../src/main.c:33:&lt;BR /&gt;C:/NXP/S32DS.3.4/S32DS/software/PlatformSDK_S32XX_2022_03/SW32_RTD_4_4_3_0_2_D2203/Base_TS_T40D11M30I2R0/include/Ecum_MemMap.h:12754:6: error: #error "MemMap.h, no valid memory mapping symbol defined."&lt;BR /&gt;12754 | #error "MemMap.h, no valid memory mapping symbol defined."&lt;BR /&gt;| ^~~~~&lt;BR /&gt;../src/main.c: In function 'Lin_Driver_Sample_Test':&lt;BR /&gt;../src/main.c:174:2: error: implicit declaration of function 'Linflexd_Uart_Ip_AsyncSend' [-Werror=implicit-function-declaration]&lt;BR /&gt;174 | Linflexd_Uart_Ip_AsyncSend(0, "\r\nLin master received data is : ", strlen("\r\nLin master received data is : "));&lt;BR /&gt;| ^~~~~~~~~~~~~~~~~~~~~~~~~~&lt;BR /&gt;../src/main.c:175:8: error: implicit declaration of function 'Linflexd_Uart_Ip_GetTransmitStatus' [-Werror=implicit-function-declaration]&lt;BR /&gt;175 | while(Linflexd_Uart_Ip_GetTransmitStatus(0, &amp;amp;varRemainingBytes) == LINFLEXD_UART_IP_STATUS_BUSY);&lt;BR /&gt;| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~&lt;BR /&gt;../src/main.c:175:69: error: 'LINFLEXD_UART_IP_STATUS_BUSY' undeclared (first use in this function)&lt;BR /&gt;175 | while(Linflexd_Uart_Ip_GetTransmitStatus(0, &amp;amp;varRemainingBytes) == LINFLEXD_UART_IP_STATUS_BUSY);&lt;BR /&gt;| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~&lt;BR /&gt;../src/main.c:175:69: note: each undeclared identifier is reported only once for each function it appears in&lt;BR /&gt;../src/main.c:178:11: warning: pointer targets in passing argument 1 of 'sprintf' differ in signedness [-Wpointer-sign]&lt;BR /&gt;178 | sprintf(str, "%x ", u8dataToReceivePtr[j]);&lt;BR /&gt;| ^~~&lt;BR /&gt;| |&lt;BR /&gt;| uint8 * {aka unsigned char *}&lt;BR /&gt;In file included from ../src/main.c:51:&lt;BR /&gt;c:\nxp\s32ds.3.4\s32ds\build_tools\gcc_v9.2\gcc-9.2-arm32-eabi\arm-none-eabi\include\stdio.h:244:14: note: expected 'char * restrict' but argument is of type 'uint8 *' {aka 'unsigned char *'}&lt;BR /&gt;244 | int sprintf (char *__restrict, const char *__restrict, ...)&lt;BR /&gt;| ^&lt;BR /&gt;../src/main.c:179:53: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign]&lt;BR /&gt;179 | Linflexd_Uart_Ip_AsyncSend(0, (uint8*)str, strlen(str));&lt;BR /&gt;| ^~~&lt;BR /&gt;| |&lt;BR /&gt;| uint8 * {aka unsigned char *}&lt;BR /&gt;In file included from ../src/main.c:52:&lt;BR /&gt;c:\nxp\s32ds.3.4\s32ds\build_tools\gcc_v9.2\gcc-9.2-arm32-eabi\arm-none-eabi\include\string.h:41:17: note: expected 'const char *' but argument is of type 'uint8 *' {aka 'unsigned char *'}&lt;BR /&gt;41 | size_t strlen (const char *);&lt;BR /&gt;| ^~~~~~~~~~~~&lt;BR /&gt;../src/main.c: In function 'Can_Lin_Task':&lt;BR /&gt;../src/main.c:258:11: warning: pointer targets in passing argument 1 of 'sprintf' differ in signedness [-Wpointer-sign]&lt;BR /&gt;258 | sprintf(str, "\n\rCan_ControllerId value = %d\tCan_Rx Data len value = %d\n\r", Can_ControllerId, Can_RxDlc);&lt;BR /&gt;| ^~~&lt;BR /&gt;| |&lt;BR /&gt;| uint8 * {aka unsigned char *}&lt;BR /&gt;In file included from ../src/main.c:51:&lt;BR /&gt;c:\nxp\s32ds.3.4\s32ds\build_tools\gcc_v9.2\gcc-9.2-arm32-eabi\arm-none-eabi\include\stdio.h:244:14: note: expected 'char * restrict' but argument is of type 'uint8 *' {aka 'unsigned char *'}&lt;BR /&gt;244 | int sprintf (char *__restrict, const char *__restrict, ...)&lt;BR /&gt;| ^&lt;BR /&gt;../src/main.c:260:53: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign]&lt;BR /&gt;260 | Linflexd_Uart_Ip_AsyncSend(0, (uint8*)str, strlen(str));&lt;BR /&gt;| ^~~&lt;BR /&gt;| |&lt;BR /&gt;| uint8 * {aka unsigned char *}&lt;BR /&gt;In file included from ../src/main.c:52:&lt;BR /&gt;c:\nxp\s32ds.3.4\s32ds\build_tools\gcc_v9.2\gcc-9.2-arm32-eabi\arm-none-eabi\include\string.h:41:17: note: expected 'const char *' but argument is of type 'uint8 *' {aka 'unsigned char *'}&lt;BR /&gt;41 | size_t strlen (const char *);&lt;BR /&gt;&lt;BR /&gt;../src/main.c:262:70: error: 'LINFLEXD_UART_IP_STATUS_BUSY' undeclared (first use in this function)&lt;BR /&gt;262 | while(Linflexd_Uart_Ip_GetTransmitStatus(0, &amp;amp;varRemainingBytes) == LINFLEXD_UART_IP_STATUS_BUSY);&lt;BR /&gt;| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~&lt;BR /&gt;../src/main.c:268:12: warning: pointer targets in passing argument 1 of 'sprintf' differ in signedness [-Wpointer-sign]&lt;BR /&gt;268 | sprintf(str, "%d ", Can_RxData[i]);&lt;BR /&gt;| ^~~&lt;BR /&gt;| |&lt;BR /&gt;| uint8 * {aka unsigned char *}&lt;BR /&gt;In file included from ../src/main.c:51:&lt;BR /&gt;c:\nxp\s32ds.3.4\s32ds\build_tools\gcc_v9.2\gcc-9.2-arm32-eabi\arm-none-eabi\include\stdio.h:244:14: note: expected 'char * restrict' but argument is of type 'uint8 *' {aka 'unsigned char *'}&lt;BR /&gt;244 | int sprintf (char *__restrict, const char *__restrict, ...)&lt;BR /&gt;| ^&lt;BR /&gt;../src/main.c:269:54: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign]&lt;BR /&gt;269 | Linflexd_Uart_Ip_AsyncSend(0, (uint8*)str, strlen(str));&lt;BR /&gt;| ^~~&lt;BR /&gt;| |&lt;BR /&gt;| uint8 * {aka unsigned char *}&lt;BR /&gt;In file included from ../src/main.c:52:&lt;BR /&gt;c:\nxp\s32ds.3.4\s32ds\build_tools\gcc_v9.2\gcc-9.2-arm32-eabi\arm-none-eabi\include\string.h:41:17: note: expected 'const char *' but argument is of type 'uint8 *' {aka 'unsigned char *'}&lt;BR /&gt;41 | size_t strlen (const char *);&lt;BR /&gt;| ^~~~~~~~~~~~&lt;BR /&gt;make: *** [llce/plugins/Rte_TS_T40D11M10I0R0/src/subdir.mk:20: llce/plugins/Rte_TS_T40D11M10I0R0/src/SchM_Can_43_LLCE.o] Error 1&lt;BR /&gt;make: *** Waiting for unfinished jobs....&lt;BR /&gt;../src/main.c: In function 'main':&lt;BR /&gt;../src/main.c:294:2: error: implicit declaration of function 'Linflexd_Uart_Ip_Init' [-Werror=implicit-function-declaration]&lt;BR /&gt;294 | Linflexd_Uart_Ip_Init(LINFLEXD_INSTANCE, &amp;amp;Linflexd_Uart_Ip_pHwConfigPB_0_BOARD_INITPERIPHERALS);&lt;BR /&gt;| ^~~~~~~~~~~~~~~~~~~~~&lt;BR /&gt;../src/main.c:294:44: error: 'Linflexd_Uart_Ip_pHwConfigPB_0_BOARD_INITPERIPHERALS' undeclared (first use in this function)&lt;BR /&gt;294 | Linflexd_Uart_Ip_Init(LINFLEXD_INSTANCE, &amp;amp;Linflexd_Uart_Ip_pHwConfigPB_0_BOARD_INITPERIPHERALS);&lt;BR /&gt;| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~&lt;BR /&gt;cc1.exe: some warnings being treated as errors&lt;BR /&gt;&amp;lt;command-line&amp;gt;: warning: ISO C99 requires whitespace after the macro name&lt;BR /&gt;Invoking: Standard S32DS C Compiler&lt;BR /&gt;arm-none-eabi-gcc "@llce/plugins/Os_TS_T40D11M10I0R0/src/Os_counter_api.args" -MMD -MP -MF"llce/plugins/Os_TS_T40D11M10I0R0/src/Os_multicore.d" -MT"llce/plugins/Os_TS_T40D11M10I0R0/src/Os_multicore.o" -o "llce/plugins/Os_TS_T40D11M10I0R0/src/Os_multicore.o" "../llce/plugins/Os_TS_T40D11M10I0R0/src/Os_multicore.c"&lt;BR /&gt;Invoking: Standard S32DS C Compiler&lt;BR /&gt;Invoking: Standard S32DS C Compiler&lt;BR /&gt;arm-none-eabi-gcc "@llce/plugins/Lin_43_LLCE_TS_T40D11M10I0R0/src/Lin_43_LLCE.args" -MMD -MP -MF"llce/plugins/Lin_43_LLCE_TS_T40D11M10I0R0/src/Lin_43_LLCE.d" -MT"llce/plugins/Lin_43_LLCE_TS_T40D11M10I0R0/src/Lin_43_LLCE.o" -o "llce/plugins/Lin_43_LLCE_TS_T40D11M10I0R0/src/Lin_43_LLCE.o" "../llce/plugins/Lin_43_LLCE_TS_T40D11M10I0R0/src/Lin_43_LLCE.c"&lt;BR /&gt;Building file: ../llce/plugins/Lin_43_LLCE_TS_T40D11M10I0R0/src/Lin_Llce_Irq.c&lt;BR /&gt;Building file: ../llce/plugins/EcuM_TS_T40D11M10I0R0/src/EcuM.c&lt;BR /&gt;make: *** [src/subdir.mk:20: src/main.o] Error 1&lt;BR /&gt;arm-none-eabi-gcc "@llce/plugins/Lin_43_LLCE_TS_T40D11M10I0R0/src/Lin_43_LLCE.args" -MMD -MP -MF"llce/plugins/Lin_43_LLCE_TS_T40D11M10I0R0/src/Lin_Llce.d" -MT"llce/plugins/Lin_43_LLCE_TS_T40D11M10I0R0/src/Lin_Llce.o" -o "llce/plugins/Lin_43_LLCE_TS_T40D11M10I0R0/src/Lin_Llce.o" "../llce/plugins/Lin_43_LLCE_TS_T40D11M10I0R0/src/Lin_Llce.c"&lt;BR /&gt;Invoking: Standard S32DS C Compiler&lt;BR /&gt;arm-none-eabi-gcc "@llce/plugins/Lin_43_LLCE_TS_T40D11M10I0R0/src/Lin_43_LLCE.args" -MMD -MP -MF"llce/plugins/Lin_43_LLCE_TS_T40D11M10I0R0/src/Lin_Llce_Irq.d" -MT"llce/plugins/Lin_43_LLCE_TS_T40D11M10I0R0/src/Lin_Llce_Irq.o" -o "llce/plugins/Lin_43_LLCE_TS_T40D11M10I0R0/src/Lin_Llce_Irq.o" "../llce/plugins/Lin_43_LLCE_TS_T40D11M10I0R0/src/Lin_Llce_Irq.c"&lt;BR /&gt;Invoking: Standard S32DS C Compiler&lt;BR /&gt;arm-none-eabi-gcc "@llce/plugins/EcuM_TS_T40D11M10I0R0/src/EcuM.args" -MMD -MP -MF"llce/plugins/EcuM_TS_T40D11M10I0R0/src/EcuM.d" -MT"llce/plugins/EcuM_TS_T40D11M10I0R0/src/EcuM.o" -o "llce/plugins/EcuM_TS_T40D11M10I0R0/src/EcuM.o" "../llce/plugins/EcuM_TS_T40D11M10I0R0/src/EcuM.c"&lt;BR /&gt;&amp;lt;command-line&amp;gt;: warning: ISO C99 requires whitespace after the macro name&lt;BR /&gt;Finished building: ../llce/plugins/Os_TS_T40D11M10I0R0/src/Os_counter_api.c&lt;BR /&gt;&amp;lt;command-line&amp;gt;: warning: ISO C99 requires whitespace after the macro name&lt;BR /&gt;&amp;lt;command-line&amp;gt;: warning: ISO C99 requires whitespace after the macro name&lt;BR /&gt;In file included from D:/FISKER/NXP/LLCE-files/LLCE-CAN-LIN-demo/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/source_code/llce/plugins/EcuM_TS_T40D11M10I0R0/include/EcuM_Externals.h:96,&lt;BR /&gt;from D:/FISKER/NXP/LLCE-files/LLCE-CAN-LIN-demo/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/source_code/llce/Tresos_output/include/Lin_43_LLCE_Cfg.h:70,&lt;BR /&gt;from D:/FISKER/NXP/LLCE-files/LLCE-CAN-LIN-demo/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/source_code/llce/plugins/Lin_43_LLCE_TS_T40D11M10I0R0/include/Lin_43_LLCE.h:86,&lt;BR /&gt;&lt;BR /&gt;from ../llce/plugins/Lin_43_LLCE_TS_T40D11M10I0R0/src/Lin_43_LLCE.c:95:&lt;BR /&gt;C:/NXP/S32DS.3.4/S32DS/software/PlatformSDK_S32XX_2022_03/SW32_RTD_4_4_3_0_2_D2203/Base_TS_T40D11M30I2R0/include/Ecum_MemMap.h:12754:6: error: #error "MemMap.h, no valid memory mapping symbol defined."&lt;BR /&gt;12754 | #error "MemMap.h, no valid memory mapping symbol defined."&lt;BR /&gt;| ^~~~~&lt;BR /&gt;In file included from D:/FISKER/NXP/LLCE-files/LLCE-CAN-LIN-demo/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/source_code/llce/plugins/EcuM_TS_T40D11M10I0R0/include/EcuM_Externals.h:96,&lt;BR /&gt;from D:/FISKER/NXP/LLCE-files/LLCE-CAN-LIN-demo/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/source_code/llce/Tresos_output/include/Lin_43_LLCE_Cfg.h:70,&lt;BR /&gt;from D:/FISKER/NXP/LLCE-files/LLCE-CAN-LIN-demo/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/source_code/llce/plugins/Lin_43_LLCE_TS_T40D11M10I0R0/include/Lin_43_LLCE.h:86,&lt;BR /&gt;from ../llce/plugins/Lin_43_LLCE_TS_T40D11M10I0R0/src/Lin_Llce.c:93:&lt;BR /&gt;C:/NXP/S32DS.3.4/S32DS/software/PlatformSDK_S32XX_2022_03/SW32_RTD_4_4_3_0_2_D2203/Base_TS_T40D11M30I2R0/include/Ecum_MemMap.h:12754:6: error: #error "MemMap.h, no valid memory mapping symbol defined."&lt;BR /&gt;12754 | #error "MemMap.h, no valid memory mapping symbol defined."&lt;BR /&gt;| ^~~~~&lt;BR /&gt;In file included from D:/FISKER/NXP/LLCE-files/LLCE-CAN-LIN-demo/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/source_code/llce/plugins/EcuM_TS_T40D11M10I0R0/include/EcuM_Externals.h:101,&lt;BR /&gt;from D:/FISKER/NXP/LLCE-files/LLCE-CAN-LIN-demo/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/source_code/llce/Tresos_output/include/Lin_43_LLCE_Cfg.h:70,&lt;BR /&gt;from D:/FISKER/NXP/LLCE-files/LLCE-CAN-LIN-demo/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/source_code/llce/plugins/Lin_43_LLCE_TS_T40D11M10I0R0/include/Lin_43_LLCE.h:86,&lt;BR /&gt;from ../llce/plugins/Lin_43_LLCE_TS_T40D11M10I0R0/src/Lin_Llce.c:93:&lt;BR /&gt;C:/NXP/S32DS.3.4/S32DS/software/PlatformSDK_S32XX_2022_03/SW32_RTD_4_4_3_0_2_D2203/Base_TS_T40D11M30I2R0/include/Ecum_MemMap.h:12754:6: error: #error "MemMap.h, no valid memory mapping symbol defined."&lt;BR /&gt;12754 | #error "MemMap.h, no valid memory mapping symbol defined."&lt;BR /&gt;| ^~~~~&lt;BR /&gt;In file included from D:/FISKER/NXP/LLCE-files/LLCE-CAN-LIN-demo/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/source_code/llce/plugins/EcuM_TS_T40D11M10I0R0/include/EcuM_Externals.h:101,&lt;BR /&gt;from D:/FISKER/NXP/LLCE-files/LLCE-CAN-LIN-demo/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/source_code/llce/Tresos_output/include/Lin_43_LLCE_Cfg.h:70,&lt;BR /&gt;from D:/FISKER/NXP/LLCE-files/LLCE-CAN-LIN-demo/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/source_code/llce/plugins/Lin_43_LLCE_TS_T40D11M10I0R0/include/Lin_43_LLCE.h:86,&lt;BR /&gt;from ../llce/plugins/Lin_43_LLCE_TS_T40D11M10I0R0/src/Lin_43_LLCE.c:95:&lt;BR /&gt;C:/NXP/S32DS.3.4/S32DS/software/PlatformSDK_S32XX_2022_03/SW32_RTD_4_4_3_0_2_D2203/Base_TS_T40D11M30I2R0/include/Ecum_MemMap.h:12754:6: error: #error "MemMap.h, no valid memory mapping symbol defined."&lt;BR /&gt;12754 | #error "MemMap.h, no valid memory mapping symbol defined."&lt;BR /&gt;| ^~~~~&lt;BR /&gt;In file included from D:/FISKER/NXP/LLCE-files/LLCE-CAN-LIN-demo/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/source_code/llce/platform_common/firmware_loading/Llce_InterfaceLinTypes.h:56,&lt;BR /&gt;from D:/FISKER/NXP/LLCE-files/LLCE-CAN-LIN-demo/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/source_code/llce/Tresos_output/include/Lin_43_LLCE_Cfg.h:77,&lt;BR /&gt;from D:/FISKER/NXP/LLCE-files/LLCE-CAN-LIN-demo/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/source_code/llce/plugins/Lin_43_LLCE_TS_T40D11M10I0R0/include/Lin_43_LLCE.h:86,&lt;BR /&gt;from ../llce/plugins/Lin_43_LLCE_TS_T40D11M10I0R0/src/Lin_43_LLCE.c:95:&lt;BR /&gt;D:/FISKER/NXP/LLCE-files/LLCE-CAN-LIN-demo/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/source_code/llce/platform_common/firmware_loading/StdRegMacros.h:70: warning: "REG_WRITE32" redefined&lt;BR /&gt;70 | #define REG_WRITE32 Reg_Write32&lt;BR /&gt;|&lt;BR /&gt;In file included from D:/FISKER/NXP/LLCE-files/LLCE-CAN-LIN-demo/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/source_code/llce/platform_common/firmware_loading/Llce_InterfaceLinTypes.h:56,&lt;BR /&gt;from D:/FISKER/NXP/LLCE-files/LLCE-CAN-LIN-demo/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/source_code/llce/Tresos_output/include/Lin_43_LLCE_Cfg.h:77,&lt;BR /&gt;from D:/FISKER/NXP/LLCE-files/LLCE-CAN-LIN-demo/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/source_code/llce/plugins/Lin_43_LLCE_TS_T40D11M10I0R0/include/Lin_43_LLCE.h:86,&lt;BR /&gt;from ../llce/plugins/Lin_43_LLCE_TS_T40D11M10I0R0/src/Lin_Llce.c:93:&lt;BR /&gt;D:/FISKER/NXP/LLCE-files/LLCE-CAN-LIN-demo/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/source_code/llce/platform_common/firmware_loading/StdRegMacros.h:70: warning: "REG_WRITE32" redefined&lt;BR /&gt;70 | #define REG_WRITE32 Reg_Write32&lt;BR /&gt;|&lt;BR /&gt;In file included from C:/NXP/S32DS.3.4/S32DS/software/PlatformSDK_S32XX_2022_03/SW32_RTD_4_4_3_0_2_D2203/Base_TS_T40D11M30I2R0/header/S32G274A_SYSTICK.h:81,&lt;BR /&gt;from C:/Users/or00828752/workspaceS32DS.3.4/LLCE_CAN_LIN/LLCE_CAN_LIN_M7_0/generate/include/OsIf_Cfg.h:49,&lt;BR /&gt;from C:/NXP/S32DS.3.4/S32DS/software/PlatformSDK_S32XX_2022_03/SW32_RTD_4_4_3_0_2_D2203/Base_TS_T40D11M30I2R0/include/OsIf_Internal.h:46,&lt;BR /&gt;from C:/NXP/S32DS.3.4/S32DS/software/PlatformSDK_S32XX_2022_03/SW32_RTD_4_4_3_0_2_D2203/Base_TS_T40D11M30I2R0/include/Mcal.h:66,&lt;BR /&gt;from D:/FISKER/NXP/LLCE-files/LLCE-CAN-LIN-demo/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/source_code/llce/plugins/Lin_43_LLCE_TS_T40D11M10I0R0/include/Lin_43_LLCE.h:83,&lt;BR /&gt;from ../llce/plugins/Lin_43_LLCE_TS_T40D11M10I0R0/src/Lin_43_LLCE.c:95:&lt;BR /&gt;C:/NXP/S32DS.3.4/S32DS/software/PlatformSDK_S32XX_2022_03/SW32_RTD_4_4_3_0_2_D2203/Base_TS_T40D11M30I2R0/header/S32G274A_COMMON.h:133: note: this is the location of the previous definition&lt;BR /&gt;133 | #define REG_WRITE32(address, value) ((*(volatile uint32_t*)(address))= (uint32_t)(value))&lt;BR /&gt;|&lt;BR /&gt;In file included from C:/NXP/S32DS.3.4/S32DS/software/PlatformSDK_S32XX_2022_03/SW32_RTD_4_4_3_0_2_D2203/Base_TS_T40D11M30I2R0/header/S32G274A_SYSTICK.h:81,&lt;BR /&gt;from C:/Users/or00828752/workspaceS32DS.3.4/LLCE_CAN_LIN/LLCE_CAN_LIN_M7_0/generate/include/OsIf_Cfg.h:49,&lt;BR /&gt;from C:/NXP/S32DS.3.4/S32DS/software/PlatformSDK_S32XX_2022_03/SW32_RTD_4_4_3_0_2_D2203/Base_TS_T40D11M30I2R0/include/OsIf_Internal.h:46,&lt;BR /&gt;from C:/NXP/S32DS.3.4/S32DS/software/PlatformSDK_S32XX_2022_03/SW32_RTD_4_4_3_0_2_D2203/Base_TS_T40D11M30I2R0/include/Mcal.h:66,&lt;BR /&gt;from D:/FISKER/NXP/LLCE-files/LLCE-CAN-LIN-demo/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/source_code/llce/plugins/Lin_43_LLCE_TS_T40D11M10I0R0/include/Lin_43_LLCE.h:83,&lt;BR /&gt;from ../llce/plugins/Lin_43_LLCE_TS_T40D11M10I0R0/src/Lin_Llce.c:93:&lt;BR /&gt;C:/NXP/S32DS.3.4/S32DS/software/PlatformSDK_S32XX_2022_03/SW32_RTD_4_4_3_0_2_D2203/Base_TS_T40D11M30I2R0/header/S32G274A_COMMON.h:133: note: this is the location of the previous definition&lt;BR /&gt;133 | #define REG_WRITE32(address, value) ((*(volatile uint32_t*)(address))= (uint32_t)(value))&lt;BR /&gt;|&lt;BR /&gt;In file included from D:/FISKER/NXP/LLCE-files/LLCE-CAN-LIN-demo/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/source_code/llce/platform_common/firmware_loading/Llce_InterfaceLinTypes.h:56,&lt;BR /&gt;from D:/FISKER/NXP/LLCE-files/LLCE-CAN-LIN-demo/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/source_code/llce/Tresos_output/include/Lin_43_LLCE_Cfg.h:77,&lt;BR /&gt;from D:/FISKER/NXP/LLCE-files/LLCE-CAN-LIN-demo/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/source_code/llce/plugins/Lin_43_LLCE_TS_T40D11M10I0R0/include/Lin_43_LLCE.h:86,&lt;BR /&gt;from ../llce/plugins/Lin_43_LLCE_TS_T40D11M10I0R0/src/Lin_43_LLCE.c:95:&lt;BR /&gt;D:/FISKER/NXP/LLCE-files/LLCE-CAN-LIN-demo/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/source_code/llce/platform_common/firmware_loading/StdRegMacros.h:73: warning: "REG_READ32" redefined&lt;BR /&gt;73 | #define REG_READ32 Reg_Read32&lt;BR /&gt;|&lt;BR /&gt;In file included from D:/FISKER/NXP/LLCE-files/LLCE-CAN-LIN-demo/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/source_code/llce/platform_common/firmware_loading/Llce_InterfaceLinTypes.h:56,&lt;BR /&gt;from D:/FISKER/NXP/LLCE-files/LLCE-CAN-LIN-demo/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/source_code/llce/Tresos_output/include/Lin_43_LLCE_Cfg.h:77,&lt;BR /&gt;from D:/FISKER/NXP/LLCE-files/LLCE-CAN-LIN-demo/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/source_code/llce/plugins/Lin_43_LLCE_TS_T40D11M10I0R0/include/Lin_43_LLCE.h:86,&lt;BR /&gt;from ../llce/plugins/Lin_43_LLCE_TS_T40D11M10I0R0/src/Lin_Llce.c:93:&lt;BR /&gt;D:/FISKER/NXP/LLCE-files/LLCE-CAN-LIN-demo/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/source_code/llce/platform_common/firmware_loading/StdRegMacros.h:73: warning: "REG_READ32" redefined&lt;BR /&gt;73 | #define REG_READ32 Reg_Read32&lt;BR /&gt;|&lt;BR /&gt;In file included from C:/NXP/S32DS.3.4/S32DS/software/PlatformSDK_S32XX_2022_03/SW32_RTD_4_4_3_0_2_D2203/Base_TS_T40D11M30I2R0/header/S32G274A_SYSTICK.h:81,&lt;BR /&gt;from C:/Users/or00828752/workspaceS32DS.3.4/LLCE_CAN_LIN/LLCE_CAN_LIN_M7_0/generate/include/OsIf_Cfg.h:49,&lt;BR /&gt;from C:/NXP/S32DS.3.4/S32DS/software/PlatformSDK_S32XX_2022_03/SW32_RTD_4_4_3_0_2_D2203/Base_TS_T40D11M30I2R0/include/OsIf_Internal.h:46,&lt;BR /&gt;from C:/NXP/S32DS.3.4/S32DS/software/PlatformSDK_S32XX_2022_03/SW32_RTD_4_4_3_0_2_D2203/Base_TS_T40D11M30I2R0/include/Mcal.h:66,&lt;BR /&gt;from D:/FISKER/NXP/LLCE-files/LLCE-CAN-LIN-demo/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/source_code/llce/plugins/Lin_43_LLCE_TS_T40D11M10I0R0/include/Lin_43_LLCE.h:83,&lt;BR /&gt;from ../llce/plugins/Lin_43_LLCE_TS_T40D11M10I0R0/src/Lin_43_LLCE.c:95:&lt;BR /&gt;C:/NXP/S32DS.3.4/S32DS/software/PlatformSDK_S32XX_2022_03/SW32_RTD_4_4_3_0_2_D2203/Base_TS_T40D11M30I2R0/header/S32G274A_COMMON.h:126: note: this is the location of the previous definition&lt;BR /&gt;126 | #define REG_READ32(address) (*(volatile uint32_t*)(address))&lt;BR /&gt;|&lt;BR /&gt;In file included from C:/NXP/S32DS.3.4/S32DS/software/PlatformSDK_S32XX_2022_03/SW32_RTD_4_4_3_0_2_D2203/Base_TS_T40D11M30I2R0/header/S32G274A_SYSTICK.h:81,&lt;BR /&gt;from C:/Users/or00828752/workspaceS32DS.3.4/LLCE_CAN_LIN/LLCE_CAN_LIN_M7_0/generate/include/OsIf_Cfg.h:49,&lt;BR /&gt;from C:/NXP/S32DS.3.4/S32DS/software/PlatformSDK_S32XX_2022_03/SW32_RTD_4_4_3_0_2_D2203/Base_TS_T40D11M30I2R0/include/OsIf_Internal.h:46,&lt;BR /&gt;from C:/NXP/S32DS.3.4/S32DS/software/PlatformSDK_S32XX_2022_03/SW32_RTD_4_4_3_0_2_D2203/Base_TS_T40D11M30I2R0/include/Mcal.h:66,&lt;BR /&gt;from D:/FISKER/NXP/LLCE-files/LLCE-CAN-LIN-demo/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/source_code/llce/plugins/Lin_43_LLCE_TS_T40D11M10I0R0/include/Lin_43_LLCE.h:83,&lt;BR /&gt;from ../llce/plugins/Lin_43_LLCE_TS_T40D11M10I0R0/src/Lin_Llce.c:93:&lt;BR /&gt;C:/NXP/S32DS.3.4/S32DS/software/PlatformSDK_S32XX_2022_03/SW32_RTD_4_4_3_0_2_D2203/Base_TS_T40D11M30I2R0/header/S32G274A_COMMON.h:126: note: this is the location of the previous definition&lt;BR /&gt;126 | #define REG_READ32(address) (*(volatile uint32_t*)(address))&lt;BR /&gt;|&lt;BR /&gt;In file included from D:/FISKER/NXP/LLCE-files/LLCE-CAN-LIN-demo/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/source_code/llce/platform_common/firmware_loading/Llce_InterfaceLinTypes.h:56,&lt;BR /&gt;from D:/FISKER/NXP/LLCE-files/LLCE-CAN-LIN-demo/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/source_code/llce/Tresos_output/include/Lin_43_LLCE_Cfg.h:77,&lt;BR /&gt;from D:/FISKER/NXP/LLCE-files/LLCE-CAN-LIN-demo/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/source_code/llce/plugins/Lin_43_LLCE_TS_T40D11M10I0R0/include/Lin_43_LLCE.h:86,&lt;BR /&gt;from ../llce/plugins/Lin_43_LLCE_TS_T40D11M10I0R0/src/Lin_43_LLCE.c:95:&lt;BR /&gt;D:/FISKER/NXP/LLCE-files/LLCE-CAN-LIN-demo/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/source_code/llce/platform_common/firmware_loading/StdRegMacros.h:82: warning: "REG_BIT_CLEAR32" redefined&lt;BR /&gt;82 | #define REG_BIT_CLEAR32 Reg_Bit_Clear32&lt;BR /&gt;|&lt;BR /&gt;In file included from D:/FISKER/NXP/LLCE-files/LLCE-CAN-LIN-demo/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/source_code/llce/platform_common/firmware_loading/Llce_InterfaceLinTypes.h:56,&lt;BR /&gt;from D:/FISKER/NXP/LLCE-files/LLCE-CAN-LIN-demo/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/source_code/llce/Tresos_output/include/Lin_43_LLCE_Cfg.h:77,&lt;BR /&gt;from D:/FISKER/NXP/LLCE-files/LLCE-CAN-LIN-demo/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/source_code/llce/plugins/Lin_43_LLCE_TS_T40D11M10I0R0/include/Lin_43_LLCE.h:86,&lt;BR /&gt;from ../llce/plugins/Lin_43_LLCE_TS_T40D11M10I0R0/src/Lin_Llce.c:93:&lt;BR /&gt;D:/FISKER/NXP/LLCE-files/LLCE-CAN-LIN-demo/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/source_code/llce/platform_common/firmware_loading/StdRegMacros.h:82: warning: "REG_BIT_CLEAR32" redefined&lt;BR /&gt;82 | #define REG_BIT_CLEAR32 Reg_Bit_Clear32&lt;BR /&gt;|&lt;BR /&gt;In file included from C:/NXP/S32DS.3.4/S32DS/software/PlatformSDK_S32XX_2022_03/SW32_RTD_4_4_3_0_2_D2203/Base_TS_T40D11M30I2R0/header/S32G274A_SYSTICK.h:81,&lt;BR /&gt;from C:/Users/or00828752/workspaceS32DS.3.4/LLCE_CAN_LIN/LLCE_CAN_LIN_M7_0/generate/include/OsIf_Cfg.h:49,&lt;BR /&gt;from C:/NXP/S32DS.3.4/S32DS/software/PlatformSDK_S32XX_2022_03/SW32_RTD_4_4_3_0_2_D2203/Base_TS_T40D11M30I2R0/include/OsIf_Internal.h:46,&lt;BR /&gt;from C:/NXP/S32DS.3.4/S32DS/software/PlatformSDK_S32XX_2022_03/SW32_RTD_4_4_3_0_2_D2203/Base_TS_T40D11M30I2R0/include/Mcal.h:66,&lt;BR /&gt;from D:/FISKER/NXP/LLCE-files/LLCE-CAN-LIN-demo/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/source_code/llce/plugins/Lin_43_LLCE_TS_T40D11M10I0R0/include/Lin_43_LLCE.h:83,&lt;BR /&gt;from ../llce/plugins/Lin_43_LLCE_TS_T40D11M10I0R0/src/Lin_43_LLCE.c:95:&lt;BR /&gt;C:/NXP/S32DS.3.4/S32DS/software/PlatformSDK_S32XX_2022_03/SW32_RTD_4_4_3_0_2_D2203/Base_TS_T40D11M30I2R0/header/S32G274A_COMMON.h:147: note: this is the location of the previous definition&lt;BR /&gt;147 | #define REG_BIT_CLEAR32(address, mask) ((*(volatile uint32_t*)(address))&amp;amp;= ((uint32_t)~((uint32_t)(mask))))&lt;BR /&gt;|&lt;BR /&gt;In file included from C:/NXP/S32DS.3.4/S32DS/software/PlatformSDK_S32XX_2022_03/SW32_RTD_4_4_3_0_2_D2203/Base_TS_T40D11M30I2R0/header/S32G274A_SYSTICK.h:81,&lt;BR /&gt;from C:/Users/or00828752/workspaceS32DS.3.4/LLCE_CAN_LIN/LLCE_CAN_LIN_M7_0/generate/include/OsIf_Cfg.h:49,&lt;BR /&gt;from C:/NXP/S32DS.3.4/S32DS/software/PlatformSDK_S32XX_2022_03/SW32_RTD_4_4_3_0_2_D2203/Base_TS_T40D11M30I2R0/include/OsIf_Internal.h:46,&lt;BR /&gt;from C:/NXP/S32DS.3.4/S32DS/software/PlatformSDK_S32XX_2022_03/SW32_RTD_4_4_3_0_2_D2203/Base_TS_T40D11M30I2R0/include/Mcal.h:66,&lt;BR /&gt;from D:/FISKER/NXP/LLCE-files/LLCE-CAN-LIN-demo/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/source_code/llce/plugins/Lin_43_LLCE_TS_T40D11M10I0R0/include/Lin_43_LLCE.h:83,&lt;BR /&gt;from ../llce/plugins/Lin_43_LLCE_TS_T40D11M10I0R0/src/Lin_Llce.c:93:&lt;BR /&gt;C:/NXP/S32DS.3.4/S32DS/software/PlatformSDK_S32XX_2022_03/SW32_RTD_4_4_3_0_2_D2203/Base_TS_T40D11M30I2R0/header/S32G274A_COMMON.h:147: note: this is the location of the previous definition&lt;BR /&gt;147 | #define REG_BIT_CLEAR32(address, mask) ((*(volatile uint32_t*)(address))&amp;amp;= ((uint32_t)~((uint32_t)(mask))))&lt;BR /&gt;|&lt;BR /&gt;In file included from D:/FISKER/NXP/LLCE-files/LLCE-CAN-LIN-demo/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/source_code/llce/platform_common/firmware_loading/Llce_InterfaceLinTypes.h:56,&lt;BR /&gt;from D:/FISKER/NXP/LLCE-files/LLCE-CAN-LIN-demo/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/source_code/llce/Tresos_output/include/Lin_43_LLCE_Cfg.h:77,&lt;BR /&gt;from D:/FISKER/NXP/LLCE-files/LLCE-CAN-LIN-demo/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/source_code/llce/plugins/Lin_43_LLCE_TS_T40D11M10I0R0/include/Lin_43_LLCE.h:86,&lt;BR /&gt;from ../llce/plugins/Lin_43_LLCE_TS_T40D11M10I0R0/src/Lin_43_LLCE.c:95:&lt;BR /&gt;D:/FISKER/NXP/LLCE-files/LLCE-CAN-LIN-demo/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/source_code/llce/platform_common/firmware_loading/StdRegMacros.h:88: warning: "REG_BIT_SET32" redefined&lt;BR /&gt;88 | #define REG_BIT_SET32 Reg_Bit_Set32&lt;BR /&gt;|&lt;BR /&gt;&amp;lt;command-line&amp;gt;: warning: ISO C99 requires whitespace after the macro name&lt;BR /&gt;&amp;lt;command-line&amp;gt;: warning: ISO C99 requires whitespace after the macro name&lt;BR /&gt;In file included from D:/FISKER/NXP/LLCE-files/LLCE-CAN-LIN-demo/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/source_code/llce/platform_common/firmware_loading/Llce_InterfaceLinTypes.h:56,&lt;BR /&gt;from D:/FISKER/NXP/LLCE-files/LLCE-CAN-LIN-demo/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/source_code/llce/Tresos_output/include/Lin_43_LLCE_Cfg.h:77,&lt;BR /&gt;from D:/FISKER/NXP/LLCE-files/LLCE-CAN-LIN-demo/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/source_code/llce/plugins/Lin_43_LLCE_TS_T40D11M10I0R0/include/Lin_43_LLCE.h:86,&lt;BR /&gt;from ../llce/plugins/Lin_43_LLCE_TS_T40D11M10I0R0/src/Lin_Llce.c:93:&lt;BR /&gt;D:/FISKER/NXP/LLCE-files/LLCE-CAN-LIN-demo/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/source_code/llce/platform_common/firmware_loading/StdRegMacros.h:88: warning: "REG_BIT_SET32" redefined&lt;BR /&gt;88 | #define REG_BIT_SET32 Reg_Bit_Set32&lt;BR /&gt;|&lt;BR /&gt;In file included from C:/NXP/S32DS.3.4/S32DS/software/PlatformSDK_S32XX_2022_03/SW32_RTD_4_4_3_0_2_D2203/Base_TS_T40D11M30I2R0/header/S32G274A_SYSTICK.h:81,&lt;BR /&gt;from C:/Users/or00828752/workspaceS32DS.3.4/LLCE_CAN_LIN/LLCE_CAN_LIN_M7_0/generate/include/OsIf_Cfg.h:49,&lt;BR /&gt;from C:/NXP/S32DS.3.4/S32DS/software/PlatformSDK_S32XX_2022_03/SW32_RTD_4_4_3_0_2_D2203/Base_TS_T40D11M30I2R0/include/OsIf_Internal.h:46,&lt;BR /&gt;from C:/NXP/S32DS.3.4/S32DS/software/PlatformSDK_S32XX_2022_03/SW32_RTD_4_4_3_0_2_D2203/Base_TS_T40D11M30I2R0/include/Mcal.h:66,&lt;BR /&gt;from D:/FISKER/NXP/LLCE-files/LLCE-CAN-LIN-demo/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/source_code/llce/plugins/Lin_43_LLCE_TS_T40D11M10I0R0/include/Lin_43_LLCE.h:83,&lt;BR /&gt;from ../llce/plugins/Lin_43_LLCE_TS_T40D11M10I0R0/src/Lin_43_LLCE.c:95:&lt;BR /&gt;C:/NXP/S32DS.3.4/S32DS/software/PlatformSDK_S32XX_2022_03/SW32_RTD_4_4_3_0_2_D2203/Base_TS_T40D11M30I2R0/header/S32G274A_COMMON.h:140: note: this is the location of the previous definition&lt;BR /&gt;140 | #define REG_BIT_SET32(address, mask) ((*(volatile uint32_t*)(address))|= (uint32_t)(mask))&lt;BR /&gt;|&lt;BR /&gt;In file included from D:/FISKER/NXP/LLCE-files/LLCE-CAN-LIN-demo/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/source_code/llce/plugins/EcuM_TS_T40D11M10I0R0/include/EcuM_Externals.h:96,&lt;BR /&gt;from D:/FISKER/NXP/LLCE-files/LLCE-CAN-LIN-demo/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/source_code/llce/plugins/EcuM_TS_T40D11M10I0R0/include/EcuM.h:44,&lt;BR /&gt;from ../llce/plugins/EcuM_TS_T40D11M10I0R0/src/EcuM.c:47:&lt;BR /&gt;C:/NXP/S32DS.3.4/S32DS/software/PlatformSDK_S32XX_2022_03/SW32_RTD_4_4_3_0_2_D2203/Base_TS_T40D11M30I2R0/include/Ecum_MemMap.h:12754:6: error: #error "MemMap.h, no valid memory mapping symbol defined."&lt;BR /&gt;12754 | #error "MemMap.h, no valid memory mapping symbol defined."&lt;BR /&gt;| ^~~~~&lt;BR /&gt;In file included from C:/NXP/S32DS.3.4/S32DS/software/PlatformSDK_S32XX_2022_03/SW32_RTD_4_4_3_0_2_D2203/Base_TS_T40D11M30I2R0/header/S32G274A_SYSTICK.h:81,&lt;BR /&gt;from C:/Users/or00828752/workspaceS32DS.3.4/LLCE_CAN_LIN/LLCE_CAN_LIN_M7_0/generate/include/OsIf_Cfg.h:49,&lt;BR /&gt;from C:/NXP/S32DS.3.4/S32DS/software/PlatformSDK_S32XX_2022_03/SW32_RTD_4_4_3_0_2_D2203/Base_TS_T40D11M30I2R0/include/OsIf_Internal.h:46,&lt;BR /&gt;from C:/NXP/S32DS.3.4/S32DS/software/PlatformSDK_S32XX_2022_03/SW32_RTD_4_4_3_0_2_D2203/Base_TS_T40D11M30I2R0/include/Mcal.h:66,&lt;BR /&gt;from D:/FISKER/NXP/LLCE-files/LLCE-CAN-LIN-demo/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/source_code/llce/plugins/Lin_43_LLCE_TS_T40D11M10I0R0/include/Lin_43_LLCE.h:83,&lt;BR /&gt;from ../llce/plugins/Lin_43_LLCE_TS_T40D11M10I0R0/src/Lin_Llce.c:93:&lt;BR /&gt;C:/NXP/S32DS.3.4/S32DS/software/PlatformSDK_S32XX_2022_03/SW32_RTD_4_4_3_0_2_D2203/Base_TS_T40D11M30I2R0/header/S32G274A_COMMON.h:140: note: this is the location of the previous definition&lt;BR /&gt;140 | #define REG_BIT_SET32(address, mask) ((*(volatile uint32_t*)(address))|= (uint32_t)(mask))&lt;BR /&gt;|&lt;BR /&gt;In file included from D:/FISKER/NXP/LLCE-files/LLCE-CAN-LIN-demo/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/source_code/llce/platform_common/firmware_loading/Llce_InterfaceLinTypes.h:56,&lt;BR /&gt;from D:/FISKER/NXP/LLCE-files/LLCE-CAN-LIN-demo/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/source_code/llce/Tresos_output/include/Lin_43_LLCE_Cfg.h:77,&lt;BR /&gt;from D:/FISKER/NXP/LLCE-files/LLCE-CAN-LIN-demo/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/source_code/llce/plugins/Lin_43_LLCE_TS_T40D11M10I0R0/include/Lin_43_LLCE.h:86,&lt;BR /&gt;from ../llce/plugins/Lin_43_LLCE_TS_T40D11M10I0R0/src/Lin_43_LLCE.c:95:&lt;BR /&gt;D:/FISKER/NXP/LLCE-files/LLCE-CAN-LIN-demo/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/source_code/llce/platform_common/firmware_loading/StdRegMacros.h:91: warning: "REG_RMW32" redefined&lt;BR /&gt;91 | #define REG_RMW32 Reg_Rmw32&lt;BR /&gt;|&lt;BR /&gt;In file included from D:/FISKER/NXP/LLCE-files/LLCE-CAN-LIN-demo/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/source_code/llce/plugins/EcuM_TS_T40D11M10I0R0/include/EcuM_Externals.h:101,&lt;BR /&gt;from D:/FISKER/NXP/LLCE-files/LLCE-CAN-LIN-demo/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/source_code/llce/plugins/EcuM_TS_T40D11M10I0R0/include/EcuM.h:44,&lt;BR /&gt;from ../llce/plugins/EcuM_TS_T40D11M10I0R0/src/EcuM.c:47:&lt;BR /&gt;C:/NXP/S32DS.3.4/S32DS/software/PlatformSDK_S32XX_2022_03/SW32_RTD_4_4_3_0_2_D2203/Base_TS_T40D11M30I2R0/include/Ecum_MemMap.h:12754:6: error: #error "MemMap.h, no valid memory mapping symbol defined."&lt;BR /&gt;12754 | #error "MemMap.h, no valid memory mapping symbol defined."&lt;BR /&gt;| ^~~~~&lt;BR /&gt;In file included from D:/FISKER/NXP/LLCE-files/LLCE-CAN-LIN-demo/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/source_code/llce/plugins/EcuM_TS_T40D11M10I0R0/include/EcuM_Externals.h:96,&lt;BR /&gt;from D:/FISKER/NXP/LLCE-files/LLCE-CAN-LIN-demo/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/source_code/llce/Tresos_output/include/Lin_43_LLCE_Cfg.h:70,&lt;BR /&gt;from D:/FISKER/NXP/LLCE-files/LLCE-CAN-LIN-demo/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/source_code/llce/plugins/Lin_43_LLCE_TS_T40D11M10I0R0/include/Lin_43_LLCE.h:86,&lt;BR /&gt;from ../llce/plugins/Lin_43_LLCE_TS_T40D11M10I0R0/src/Lin_Llce_Irq.c:87:&lt;BR /&gt;C:/NXP/S32DS.3.4/S32DS/software/PlatformSDK_S32XX_2022_03/SW32_RTD_4_4_3_0_2_D2203/Base_TS_T40D11M30I2R0/include/Ecum_MemMap.h:12754:6: error: #error "MemMap.h, no valid memory mapping symbol defined."&lt;BR /&gt;12754 | #error "MemMap.h, no valid memory mapping symbol defined."&lt;BR /&gt;| ^~~~~&lt;BR /&gt;In file included from D:/FISKER/NXP/LLCE-files/LLCE-CAN-LIN-demo/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/source_code/llce/platform_common/firmware_loading/Llce_InterfaceLinTypes.h:56,&lt;BR /&gt;from D:/FISKER/NXP/LLCE-files/LLCE-CAN-LIN-demo/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/source_code/llce/Tresos_output/include/Lin_43_LLCE_Cfg.h:77,&lt;BR /&gt;from D:/FISKER/NXP/LLCE-files/LLCE-CAN-LIN-demo/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/source_code/llce/plugins/Lin_43_LLCE_TS_T40D11M10I0R0/include/Lin_43_LLCE.h:86,&lt;BR /&gt;from ../llce/plugins/Lin_43_LLCE_TS_T40D11M10I0R0/src/Lin_Llce.c:93:&lt;BR /&gt;D:/FISKER/NXP/LLCE-files/LLCE-CAN-LIN-demo/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/source_code/llce/platform_common/firmware_loading/StdRegMacros.h:91: warning: "REG_RMW32" redefined&lt;BR /&gt;91 | #define REG_RMW32 Reg_Rmw32&lt;BR /&gt;|&lt;BR /&gt;In file included from C:/NXP/S32DS.3.4/S32DS/software/PlatformSDK_S32XX_2022_03/SW32_RTD_4_4_3_0_2_D2203/Base_TS_T40D11M30I2R0/header/S32G274A_SYSTICK.h:81,&lt;BR /&gt;from C:/Users/or00828752/workspaceS32DS.3.4/LLCE_CAN_LIN/LLCE_CAN_LIN_M7_0/generate/include/OsIf_Cfg.h:49,&lt;BR /&gt;from C:/NXP/S32DS.3.4/S32DS/software/PlatformSDK_S32XX_2022_03/SW32_RTD_4_4_3_0_2_D2203/Base_TS_T40D11M30I2R0/include/OsIf_Internal.h:46,&lt;BR /&gt;from C:/NXP/S32DS.3.4/S32DS/software/PlatformSDK_S32XX_2022_03/SW32_RTD_4_4_3_0_2_D2203/Base_TS_T40D11M30I2R0/include/Mcal.h:66,&lt;BR /&gt;from D:/FISKER/NXP/LLCE-files/LLCE-CAN-LIN-demo/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/source_code/llce/plugins/Lin_43_LLCE_TS_T40D11M10I0R0/include/Lin_43_LLCE.h:83,&lt;BR /&gt;from ../llce/plugins/Lin_43_LLCE_TS_T40D11M10I0R0/src/Lin_43_LLCE.c:95:&lt;BR /&gt;C:/NXP/S32DS.3.4/S32DS/software/PlatformSDK_S32XX_2022_03/SW32_RTD_4_4_3_0_2_D2203/Base_TS_T40D11M30I2R0/header/S32G274A_COMMON.h:155: note: this is the location of the previous definition&lt;BR /&gt;155 | #define REG_RMW32(address, mask, value) (REG_WRITE32((address), ((REG_READ32(address)&amp;amp; ((uint32_t)~((uint32_t)(mask))))| ((uint32_t)(value)))))&lt;BR /&gt;|&lt;BR /&gt;In file included from ../llce/plugins/EcuM_TS_T40D11M10I0R0/src/EcuM.c:154:&lt;BR /&gt;C:/NXP/S32DS.3.4/S32DS/software/PlatformSDK_S32XX_2022_03/SW32_RTD_4_4_3_0_2_D2203/Base_TS_T40D11M30I2R0/include/Ecum_MemMap.h:12754:6: error: #error "MemMap.h, no valid memory mapping symbol defined."&lt;BR /&gt;12754 | #error "MemMap.h, no valid memory mapping symbol defined."&lt;BR /&gt;| ^~~~~&lt;BR /&gt;In file included from C:/NXP/S32DS.3.4/S32DS/software/PlatformSDK_S32XX_2022_03/SW32_RTD_4_4_3_0_2_D2203/Base_TS_T40D11M30I2R0/header/S32G274A_SYSTICK.h:81,&lt;BR /&gt;from C:/Users/or00828752/workspaceS32DS.3.4/LLCE_CAN_LIN/LLCE_CAN_LIN_M7_0/generate/include/OsIf_Cfg.h:49,&lt;BR /&gt;from C:/NXP/S32DS.3.4/S32DS/software/PlatformSDK_S32XX_2022_03/SW32_RTD_4_4_3_0_2_D2203/Base_TS_T40D11M30I2R0/include/OsIf_Internal.h:46,&lt;BR /&gt;from C:/NXP/S32DS.3.4/S32DS/software/PlatformSDK_S32XX_2022_03/SW32_RTD_4_4_3_0_2_D2203/Base_TS_T40D11M30I2R0/include/Mcal.h:66,&lt;BR /&gt;from D:/FISKER/NXP/LLCE-files/LLCE-CAN-LIN-demo/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/source_code/llce/plugins/Lin_43_LLCE_TS_T40D11M10I0R0/include/Lin_43_LLCE.h:83,&lt;BR /&gt;from ../llce/plugins/Lin_43_LLCE_TS_T40D11M10I0R0/src/Lin_Llce.c:93:&lt;BR /&gt;C:/NXP/S32DS.3.4/S32DS/software/PlatformSDK_S32XX_2022_03/SW32_RTD_4_4_3_0_2_D2203/Base_TS_T40D11M30I2R0/header/S32G274A_COMMON.h:155: note: this is the location of the previous definition&lt;BR /&gt;155 | #define REG_RMW32(address, mask, value) (REG_WRITE32((address), ((REG_READ32(address)&amp;amp; ((uint32_t)~((uint32_t)(mask))))| ((uint32_t)(value)))))&lt;BR /&gt;|&lt;BR /&gt;Finished building: ../llce/plugins/Os_TS_T40D11M10I0R0/src/Os_multicore.c&lt;BR /&gt;In file included from ../llce/plugins/EcuM_TS_T40D11M10I0R0/src/EcuM.c:159:&lt;BR /&gt;C:/NXP/S32DS.3.4/S32DS/software/PlatformSDK_S32XX_2022_03/SW32_RTD_4_4_3_0_2_D2203/Base_TS_T40D11M30I2R0/include/Ecum_MemMap.h:12754:6: error: #error "MemMap.h, no valid memory mapping symbol defined."&lt;BR /&gt;12754 | #error "MemMap.h, no valid memory mapping symbol defined."&lt;BR /&gt;| ^~~~~&lt;BR /&gt;In file included from D:/FISKER/NXP/LLCE-files/LLCE-CAN-LIN-demo/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/source_code/llce/plugins/EcuM_TS_T40D11M10I0R0/include/EcuM_Externals.h:101,&lt;BR /&gt;from D:/FISKER/NXP/LLCE-files/LLCE-CAN-LIN-demo/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/source_code/llce/Tresos_output/include/Lin_43_LLCE_Cfg.h:70,&lt;BR /&gt;from D:/FISKER/NXP/LLCE-files/LLCE-CAN-LIN-demo/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/source_code/llce/plugins/Lin_43_LLCE_TS_T40D11M10I0R0/include/Lin_43_LLCE.h:86,&lt;BR /&gt;from ../llce/plugins/Lin_43_LLCE_TS_T40D11M10I0R0/src/Lin_Llce_Irq.c:87:&lt;BR /&gt;C:/NXP/S32DS.3.4/S32DS/software/PlatformSDK_S32XX_2022_03/SW32_RTD_4_4_3_0_2_D2203/Base_TS_T40D11M30I2R0/include/Ecum_MemMap.h:12754:6: error: #error "MemMap.h, no valid memory mapping symbol defined."&lt;BR /&gt;12754 | #error "MemMap.h, no valid memory mapping symbol defined."&lt;BR /&gt;| ^~~~~&lt;BR /&gt;../llce/plugins/EcuM_TS_T40D11M10I0R0/src/EcuM.c: In function 'EcuM_ValidateWakeupEvent':&lt;BR /&gt;In file included from D:/FISKER/NXP/LLCE-files/LLCE-CAN-LIN-demo/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/source_code/llce/plugins/Lin_43_LLCE_TS_T40D11M10I0R0/include/Lin_Llce.h:148,&lt;BR /&gt;from D:/FISKER/NXP/LLCE-files/LLCE-CAN-LIN-demo/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/source_code/llce/plugins/Lin_43_LLCE_TS_T40D11M10I0R0/include/Lin_43_LLCE_IPW.h:77,&lt;BR /&gt;from ../llce/plugins/Lin_43_LLCE_TS_T40D11M10I0R0/src/Lin_43_LLCE.c:96:&lt;BR /&gt;C:/NXP/S32DS.3.4/S32DS/software/PlatformSDK_S32XX_2022_03/SW32_RTD_4_4_3_0_2_D2203/Base_TS_T40D11M30I2R0/include/Lin_43_LLCE_MemMap.h:12910:6: error: #error "MemMap.h, no valid memory mapping symbol defined."&lt;BR /&gt;12910 | #error "MemMap.h, no valid memory mapping symbol defined."&lt;BR /&gt;| ^~~~~&lt;BR /&gt;In file included from D:/FISKER/NXP/LLCE-files/LLCE-CAN-LIN-demo/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/source_code/llce/plugins/Lin_43_LLCE_TS_T40D11M10I0R0/include/Lin_Llce.h:148,&lt;BR /&gt;from ../llce/plugins/Lin_43_LLCE_TS_T40D11M10I0R0/src/Lin_Llce.c:94:&lt;BR /&gt;C:/NXP/S32DS.3.4/S32DS/software/PlatformSDK_S32XX_2022_03/SW32_RTD_4_4_3_0_2_D2203/Base_TS_T40D11M30I2R0/include/Lin_43_LLCE_MemMap.h:12910:6: error: #error "MemMap.h, no valid memory mapping symbol defined."&lt;BR /&gt;12910 | #error "MemMap.h, no valid memory mapping symbol defined."&lt;BR /&gt;| ^~~~~&lt;BR /&gt;../llce/plugins/EcuM_TS_T40D11M10I0R0/src/EcuM.c:195:53: warning: unused parameter 'events' [-Wunused-parameter]&lt;BR /&gt;195 | void EcuM_ValidateWakeupEvent(EcuM_WakeupSourceType events)&lt;BR /&gt;| ~~~~~~~~~~~~~~~~~~~~~~^~~~~~&lt;BR /&gt;In file included from D:/FISKER/NXP/LLCE-files/LLCE-CAN-LIN-demo/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/source_code/llce/plugins/Lin_43_LLCE_TS_T40D11M10I0R0/include/Lin_Llce.h:159,&lt;BR /&gt;&lt;BR /&gt;from D:/FISKER/NXP/LLCE-files/LLCE-CAN-LIN-demo/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/source_code/llce/plugins/Lin_43_LLCE_TS_T40D11M10I0R0/include/Lin_43_LLCE_IPW.h:77,&lt;BR /&gt;from ../llce/plugins/Lin_43_LLCE_TS_T40D11M10I0R0/src/Lin_43_LLCE.c:96:&lt;BR /&gt;C:/NXP/S32DS.3.4/S32DS/software/PlatformSDK_S32XX_2022_03/SW32_RTD_4_4_3_0_2_D2203/Base_TS_T40D11M30I2R0/include/Lin_43_LLCE_MemMap.h:12910:6: error: #error "MemMap.h, no valid memory mapping symbol defined."&lt;BR /&gt;12910 | #error "MemMap.h, no valid memory mapping symbol defined."&lt;BR /&gt;| ^~~~~&lt;BR /&gt;In file included from D:/FISKER/NXP/LLCE-files/LLCE-CAN-LIN-demo/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/source_code/llce/platform_common/firmware_loading/Llce_InterfaceLinTypes.h:56,&lt;BR /&gt;from D:/FISKER/NXP/LLCE-files/LLCE-CAN-LIN-demo/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/source_code/llce/Tresos_output/include/Lin_43_LLCE_Cfg.h:77,&lt;BR /&gt;from D:/FISKER/NXP/LLCE-files/LLCE-CAN-LIN-demo/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/source_code/llce/plugins/Lin_43_LLCE_TS_T40D11M10I0R0/include/Lin_43_LLCE.h:86,&lt;BR /&gt;from ../llce/plugins/Lin_43_LLCE_TS_T40D11M10I0R0/src/Lin_Llce_Irq.c:87:&lt;BR /&gt;D:/FISKER/NXP/LLCE-files/LLCE-CAN-LIN-demo/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/source_code/llce/platform_common/firmware_loading/StdRegMacros.h:70: warning: "REG_WRITE32" redefined&lt;BR /&gt;70 | #define REG_WRITE32 Reg_Write32&lt;BR /&gt;|&lt;BR /&gt;../llce/plugins/EcuM_TS_T40D11M10I0R0/src/EcuM.c: In function 'EcuM_CheckWakeup':&lt;BR /&gt;In file included from D:/FISKER/NXP/LLCE-files/LLCE-CAN-LIN-demo/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/source_code/llce/plugins/Lin_43_LLCE_TS_T40D11M10I0R0/include/Lin_Llce.h:159,&lt;BR /&gt;from ../llce/plugins/Lin_43_LLCE_TS_T40D11M10I0R0/src/Lin_Llce.c:94:&lt;BR /&gt;C:/NXP/S32DS.3.4/S32DS/software/PlatformSDK_S32XX_2022_03/SW32_RTD_4_4_3_0_2_D2203/Base_TS_T40D11M30I2R0/include/Lin_43_LLCE_MemMap.h:12910:6: error: #error "MemMap.h, no valid memory mapping symbol defined."&lt;BR /&gt;12910 | #error "MemMap.h, no valid memory mapping symbol defined."&lt;BR /&gt;| ^~~~~&lt;BR /&gt;../llce/plugins/EcuM_TS_T40D11M10I0R0/src/EcuM.c:208:45: warning: unused parameter 'wakeupSource' [-Wunused-parameter]&lt;BR /&gt;208 | void EcuM_CheckWakeup(EcuM_WakeupSourceType wakeupSource)&lt;BR /&gt;| ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~&lt;BR /&gt;In file included from C:/NXP/S32DS.3.4/S32DS/software/PlatformSDK_S32XX_2022_03/SW32_RTD_4_4_3_0_2_D2203/Base_TS_T40D11M30I2R0/header/S32G274A_SYSTICK.h:81,&lt;BR /&gt;from C:/Users/or00828752/workspaceS32DS.3.4/LLCE_CAN_LIN/LLCE_CAN_LIN_M7_0/generate/include/OsIf_Cfg.h:49,&lt;BR /&gt;from C:/NXP/S32DS.3.4/S32DS/software/PlatformSDK_S32XX_2022_03/SW32_RTD_4_4_3_0_2_D2203/Base_TS_T40D11M30I2R0/include/OsIf_Internal.h:46,&lt;BR /&gt;from C:/NXP/S32DS.3.4/S32DS/software/PlatformSDK_S32XX_2022_03/SW32_RTD_4_4_3_0_2_D2203/Base_TS_T40D11M30I2R0/include/Mcal.h:66,&lt;BR /&gt;from D:/FISKER/NXP/LLCE-files/LLCE-CAN-LIN-demo/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/source_code/llce/plugins/Lin_43_LLCE_TS_T40D11M10I0R0/include/Lin_43_LLCE.h:83,&lt;BR /&gt;from ../llce/plugins/Lin_43_LLCE_TS_T40D11M10I0R0/src/Lin_Llce_Irq.c:87:&lt;BR /&gt;C:/NXP/S32DS.3.4/S32DS/software/PlatformSDK_S32XX_2022_03/SW32_RTD_4_4_3_0_2_D2203/Base_TS_T40D11M30I2R0/header/S32G274A_COMMON.h:133: note: this is the location of the previous definition&lt;BR /&gt;133 | #define REG_WRITE32(address, value) ((*(volatile uint32_t*)(address))= (uint32_t)(value))&lt;BR /&gt;|&lt;BR /&gt;In file included from ../llce/plugins/Lin_43_LLCE_TS_T40D11M10I0R0/src/Lin_Llce.c:196:&lt;BR /&gt;C:/NXP/S32DS.3.4/S32DS/software/PlatformSDK_S32XX_2022_03/SW32_RTD_4_4_3_0_2_D2203/Base_TS_T40D11M30I2R0/include/Lin_43_LLCE_MemMap.h:12910:6: error: #error "MemMap.h, no valid memory mapping symbol defined."&lt;BR /&gt;12910 | #error "MemMap.h, no valid memory mapping symbol defined."&lt;BR /&gt;| ^~~~~&lt;BR /&gt;In file included from ../llce/plugins/Lin_43_LLCE_TS_T40D11M10I0R0/src/Lin_43_LLCE.c:250:&lt;BR /&gt;C:/NXP/S32DS.3.4/S32DS/software/PlatformSDK_S32XX_2022_03/SW32_RTD_4_4_3_0_2_D2203/Base_TS_T40D11M30I2R0/include/Lin_43_LLCE_MemMap.h:12910:6: error: #error "MemMap.h, no valid memory mapping symbol defined."&lt;BR /&gt;12910 | #error "MemMap.h, no valid memory mapping symbol defined."&lt;BR /&gt;| ^~~~~&lt;BR /&gt;In file included from D:/FISKER/NXP/LLCE-files/LLCE-CAN-LIN-demo/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/source_code/llce/platform_common/firmware_loading/Llce_InterfaceLinTypes.h:56,&lt;BR /&gt;from D:/FISKER/NXP/LLCE-files/LLCE-CAN-LIN-demo/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/source_code/llce/Tresos_output/include/Lin_43_LLCE_Cfg.h:77,&lt;BR /&gt;from D:/FISKER/NXP/LLCE-files/LLCE-CAN-LIN-demo/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/source_code/llce/plugins/Lin_43_LLCE_TS_T40D11M10I0R0/include/Lin_43_LLCE.h:86,&lt;BR /&gt;from ../llce/plugins/Lin_43_LLCE_TS_T40D11M10I0R0/src/Lin_Llce_Irq.c:87:&lt;BR /&gt;D:/FISKER/NXP/LLCE-files/LLCE-CAN-LIN-demo/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/source_code/llce/platform_common/firmware_loading/StdRegMacros.h:73: warning: "REG_READ32" redefined&lt;BR /&gt;73 | #define REG_READ32 Reg_Read32&lt;BR /&gt;|&lt;BR /&gt;In file included from ../llce/plugins/Lin_43_LLCE_TS_T40D11M10I0R0/src/Lin_Llce.c:214:&lt;BR /&gt;C:/NXP/S32DS.3.4/S32DS/software/PlatformSDK_S32XX_2022_03/SW32_RTD_4_4_3_0_2_D2203/Base_TS_T40D11M30I2R0/include/Lin_43_LLCE_MemMap.h:12910:6: error: #error "MemMap.h, no valid memory mapping symbol defined."&lt;BR /&gt;12910 | #error "MemMap.h, no valid memory mapping symbol defined."&lt;BR /&gt;| ^~~~~&lt;BR /&gt;In file included from ../llce/plugins/Lin_43_LLCE_TS_T40D11M10I0R0/src/Lin_43_LLCE.c:267:&lt;BR /&gt;C:/NXP/S32DS.3.4/S32DS/software/PlatformSDK_S32XX_2022_03/SW32_RTD_4_4_3_0_2_D2203/Base_TS_T40D11M30I2R0/include/Lin_43_LLCE_MemMap.h:12910:6: error: #error "MemMap.h, no valid memory mapping symbol defined."&lt;BR /&gt;12910 | #error "MemMap.h, no valid memory mapping symbol defined."&lt;BR /&gt;| ^~~~~&lt;BR /&gt;In file included from C:/NXP/S32DS.3.4/S32DS/software/PlatformSDK_S32XX_2022_03/SW32_RTD_4_4_3_0_2_D2203/Base_TS_T40D11M30I2R0/header/S32G274A_SYSTICK.h:81,&lt;BR /&gt;from C:/Users/or00828752/workspaceS32DS.3.4/LLCE_CAN_LIN/LLCE_CAN_LIN_M7_0/generate/include/OsIf_Cfg.h:49,&lt;BR /&gt;from C:/NXP/S32DS.3.4/S32DS/software/PlatformSDK_S32XX_2022_03/SW32_RTD_4_4_3_0_2_D2203/Base_TS_T40D11M30I2R0/include/OsIf_Internal.h:46,&lt;BR /&gt;from C:/NXP/S32DS.3.4/S32DS/software/PlatformSDK_S32XX_2022_03/SW32_RTD_4_4_3_0_2_D2203/Base_TS_T40D11M30I2R0/include/Mcal.h:66,&lt;BR /&gt;from D:/FISKER/NXP/LLCE-files/LLCE-CAN-LIN-demo/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/source_code/llce/plugins/Lin_43_LLCE_TS_T40D11M10I0R0/include/Lin_43_LLCE.h:83,&lt;BR /&gt;from ../llce/plugins/Lin_43_LLCE_TS_T40D11M10I0R0/src/Lin_Llce_Irq.c:87:&lt;BR /&gt;C:/NXP/S32DS.3.4/S32DS/software/PlatformSDK_S32XX_2022_03/SW32_RTD_4_4_3_0_2_D2203/Base_TS_T40D11M30I2R0/header/S32G274A_COMMON.h:126: note: this is the location of the previous definition&lt;BR /&gt;126 | #define REG_READ32(address) (*(volatile uint32_t*)(address))&lt;BR /&gt;|&lt;BR /&gt;In file included from ../llce/plugins/Lin_43_LLCE_TS_T40D11M10I0R0/src/Lin_Llce.c:224:&lt;BR /&gt;C:/NXP/S32DS.3.4/S32DS/software/PlatformSDK_S32XX_2022_03/SW32_RTD_4_4_3_0_2_D2203/Base_TS_T40D11M30I2R0/include/Lin_43_LLCE_MemMap.h:12910:6: error: #error "MemMap.h, no valid memory mapping symbol defined."&lt;BR /&gt;12910 | #error "MemMap.h, no valid memory mapping symbol defined."&lt;BR /&gt;| ^~~~~&lt;BR /&gt;In file included from D:/FISKER/NXP/LLCE-files/LLCE-CAN-LIN-demo/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/source_code/llce/platform_common/firmware_loading/Llce_InterfaceLinTypes.h:56,&lt;BR /&gt;from D:/FISKER/NXP/LLCE-files/LLCE-CAN-LIN-demo/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/source_code/llce/Tresos_output/include/Lin_43_LLCE_Cfg.h:77,&lt;BR /&gt;from D:/FISKER/NXP/LLCE-files/LLCE-CAN-LIN-demo/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/source_code/llce/plugins/Lin_43_LLCE_TS_T40D11M10I0R0/include/Lin_43_LLCE.h:86,&lt;BR /&gt;from ../llce/plugins/Lin_43_LLCE_TS_T40D11M10I0R0/src/Lin_Llce_Irq.c:87:&lt;BR /&gt;D:/FISKER/NXP/LLCE-files/LLCE-CAN-LIN-demo/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/source_code/llce/platform_common/firmware_loading/StdRegMacros.h:82: warning: "REG_BIT_CLEAR32" redefined&lt;BR /&gt;82 | #define REG_BIT_CLEAR32 Reg_Bit_Clear32&lt;BR /&gt;|&lt;BR /&gt;In file included from ../llce/plugins/Lin_43_LLCE_TS_T40D11M10I0R0/src/Lin_Llce.c:236:&lt;BR /&gt;C:/NXP/S32DS.3.4/S32DS/software/PlatformSDK_S32XX_2022_03/SW32_RTD_4_4_3_0_2_D2203/Base_TS_T40D11M30I2R0/include/Lin_43_LLCE_MemMap.h:12910:6: error: #error "MemMap.h, no valid memory mapping symbol defined."&lt;BR /&gt;12910 | #error "MemMap.h, no valid memory mapping symbol defined."&lt;BR /&gt;| ^~~~~&lt;BR /&gt;In file included from C:/NXP/S32DS.3.4/S32DS/software/PlatformSDK_S32XX_2022_03/SW32_RTD_4_4_3_0_2_D2203/Base_TS_T40D11M30I2R0/header/S32G274A_SYSTICK.h:81,&lt;BR /&gt;from C:/Users/or00828752/workspaceS32DS.3.4/LLCE_CAN_LIN/LLCE_CAN_LIN_M7_0/generate/include/OsIf_Cfg.h:49,&lt;BR /&gt;from C:/NXP/S32DS.3.4/S32DS/software/PlatformSDK_S32XX_2022_03/SW32_RTD_4_4_3_0_2_D2203/Base_TS_T40D11M30I2R0/include/OsIf_Internal.h:46,&lt;BR /&gt;from C:/NXP/S32DS.3.4/S32DS/software/PlatformSDK_S32XX_2022_03/SW32_RTD_4_4_3_0_2_D2203/Base_TS_T40D11M30I2R0/include/Mcal.h:66,&lt;BR /&gt;from D:/FISKER/NXP/LLCE-files/LLCE-CAN-LIN-demo/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/source_code/llce/plugins/Lin_43_LLCE_TS_T40D11M10I0R0/include/Lin_43_LLCE.h:83,&lt;BR /&gt;from ../llce/plugins/Lin_43_LLCE_TS_T40D11M10I0R0/src/Lin_Llce_Irq.c:87:&lt;BR /&gt;C:/NXP/S32DS.3.4/S32DS/software/PlatformSDK_S32XX_2022_03/SW32_RTD_4_4_3_0_2_D2203/Base_TS_T40D11M30I2R0/header/S32G274A_COMMON.h:147: note: this is the location of the previous definition&lt;BR /&gt;147 | #define REG_BIT_CLEAR32(address, mask) ((*(volatile uint32_t*)(address))&amp;amp;= ((uint32_t)~((uint32_t)(mask))))&lt;BR /&gt;|&lt;BR /&gt;In file included from D:/FISKER/NXP/LLCE-files/LLCE-CAN-LIN-demo/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/source_code/llce/platform_common/firmware_loading/Llce_InterfaceLinTypes.h:56,&lt;BR /&gt;from D:/FISKER/NXP/LLCE-files/LLCE-CAN-LIN-demo/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/source_code/llce/Tresos_output/include/Lin_43_LLCE_Cfg.h:77,&lt;BR /&gt;from D:/FISKER/NXP/LLCE-files/LLCE-CAN-LIN-demo/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/source_code/llce/plugins/Lin_43_LLCE_TS_T40D11M10I0R0/include/Lin_43_LLCE.h:86,&lt;BR /&gt;from ../llce/plugins/Lin_43_LLCE_TS_T40D11M10I0R0/src/Lin_Llce_Irq.c:87:&lt;BR /&gt;D:/FISKER/NXP/LLCE-files/LLCE-CAN-LIN-demo/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/source_code/llce/platform_common/firmware_loading/StdRegMacros.h:88: warning: "REG_BIT_SET32" redefined&lt;BR /&gt;88 | #define REG_BIT_SET32 Reg_Bit_Set32&lt;BR /&gt;|&lt;BR /&gt;In file included from C:/NXP/S32DS.3.4/S32DS/software/PlatformSDK_S32XX_2022_03/SW32_RTD_4_4_3_0_2_D2203/Base_TS_T40D11M30I2R0/header/S32G274A_SYSTICK.h:81,&lt;BR /&gt;from C:/Users/or00828752/workspaceS32DS.3.4/LLCE_CAN_LIN/LLCE_CAN_LIN_M7_0/generate/include/OsIf_Cfg.h:49,&lt;BR /&gt;from C:/NXP/S32DS.3.4/S32DS/software/PlatformSDK_S32XX_2022_03/SW32_RTD_4_4_3_0_2_D2203/Base_TS_T40D11M30I2R0/include/OsIf_Internal.h:46,&lt;BR /&gt;from C:/NXP/S32DS.3.4/S32DS/software/PlatformSDK_S32XX_2022_03/SW32_RTD_4_4_3_0_2_D2203/Base_TS_T40D11M30I2R0/include/Mcal.h:66,&lt;BR /&gt;from D:/FISKER/NXP/LLCE-files/LLCE-CAN-LIN-demo/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/source_code/llce/plugins/Lin_43_LLCE_TS_T40D11M10I0R0/include/Lin_43_LLCE.h:83,&lt;BR /&gt;from ../llce/plugins/Lin_43_LLCE_TS_T40D11M10I0R0/src/Lin_Llce_Irq.c:87:&lt;BR /&gt;C:/NXP/S32DS.3.4/S32DS/software/PlatformSDK_S32XX_2022_03/SW32_RTD_4_4_3_0_2_D2203/Base_TS_T40D11M30I2R0/header/S32G274A_COMMON.h:140: note: this is the location of the previous definition&lt;BR /&gt;140 | #define REG_BIT_SET32(address, mask) ((*(volatile uint32_t*)(address))|= (uint32_t)(mask))&lt;BR /&gt;|&lt;BR /&gt;In file included from D:/FISKER/NXP/LLCE-files/LLCE-CAN-LIN-demo/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/source_code/llce/platform_common/firmware_loading/Llce_InterfaceLinTypes.h:56,&lt;BR /&gt;from D:/FISKER/NXP/LLCE-files/LLCE-CAN-LIN-demo/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/source_code/llce/Tresos_output/include/Lin_43_LLCE_Cfg.h:77,&lt;BR /&gt;from D:/FISKER/NXP/LLCE-files/LLCE-CAN-LIN-demo/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/source_code/llce/plugins/Lin_43_LLCE_TS_T40D11M10I0R0/include/Lin_43_LLCE.h:86,&lt;BR /&gt;from ../llce/plugins/Lin_43_LLCE_TS_T40D11M10I0R0/src/Lin_Llce_Irq.c:87:&lt;BR /&gt;D:/FISKER/NXP/LLCE-files/LLCE-CAN-LIN-demo/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/source_code/llce/platform_common/firmware_loading/StdRegMacros.h:91: warning:&lt;/P&gt;&lt;P&gt;&amp;nbsp;C:/NXP/S32DS.3.4/S32DS/software/PlatformSDK_S32XX_2022_03/SW32_RTD_4_4_3_0_2_D2203/Base_TS_T40D11M30I2R0/header/S32G274A_SYSTICK.h:81,&lt;/P&gt;&lt;P&gt;&amp;nbsp;C:/Users/or00828752/workspaceS32DS.3.4/LLCE_CAN_LIN/LLCE_CAN_LIN_M7_0/generate/include/OsIf_Cfg.h:49,&lt;/P&gt;&lt;P&gt;&amp;nbsp;C:/NXP/S32DS.3.4/S32DS/software/PlatformSDK_S32XX_2022_03/SW32_RTD_4_4_3_0_2_D2203/Base_TS_T40D11M30I2R0/include/OsIf_Internal.h:46,&lt;BR /&gt;from C:/NXP/S32DS.3.4/S32DS/software/PlatformSDK_S32XX_2022_03/SW32_RTD_4_4_3_0_2_D2203/Base_TS_T40D11M30I2R0/include/Mcal.h:66,&lt;BR /&gt;from D:/FISKER/NXP/LLCE-files/LLCE-CAN-LIN-demo/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/source_code/llce/plugins/Lin_43_LLCE_TS_T40D11M10I0R0/include/Lin_43_LLCE.h:83,&lt;BR /&gt;from ../llce/plugins/Lin_43_LLCE_TS_T40D11M10I0R0/src/Lin_Llce_Irq.c:87:&lt;BR /&gt;C:/NXP/S32DS.3.4/S32DS/software/PlatformSDK_S32XX_2022_03/SW32_RTD_4_4_3_0_2_D2203/Base_TS_T40D11M30I2R0/header/S32G274A_COMMON.h:155: note: this is the location of the previous definition&lt;BR /&gt;&lt;BR /&gt;make: *** [llce/plugins/EcuM_TS_T40D11M10I0R0/src/subdir.mk:20: llce/plugins/EcuM_TS_T40D11M10I0R0/src/EcuM.o] Error 1&lt;BR /&gt;In file included from D:/FISKER/NXP/LLCE-files/LLCE-CAN-LIN-demo/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/source_code/llce/plugins/Lin_43_LLCE_TS_T40D11M10I0R0/include/Lin_Llce.h:148,&lt;BR /&gt;from ../llce/plugins/Lin_43_LLCE_TS_T40D11M10I0R0/src/Lin_Llce_Irq.c:88:&lt;BR /&gt;C:/NXP/S32DS.3.4/S32DS/software/PlatformSDK_S32XX_2022_03/SW32_RTD_4_4_3_0_2_D2203/Base_TS_T40D11M30I2R0/include/Lin_43_LLCE_MemMap.h:12910:6: error: #error "MemMap.h, no valid memory mapping symbol defined."&lt;BR /&gt;&lt;BR /&gt;In file included from D:/FISKER/NXP/LLCE-files/LLCE-CAN-LIN-demo/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/Integrate LLCE_CAN_LIN(MCAL Driver) to S32DS 3.4/source_code/llce/plugins/Lin_43_LLCE_TS_T40D11M10I0R0/include/Lin_Llce.h:159,&lt;BR /&gt;from ../llce/plugins/Lin_43_LLCE_TS_T40D11M10I0R0/src/Lin_Llce_Irq.c:88:&lt;BR /&gt;C:/NXP/S32DS.3.4/S32DS/software/PlatformSDK_S32XX_2022_03/SW32_RTD_4_4_3_0_2_D2203/Base_TS_T40D11M30I2R0/include/Lin_43_LLCE_MemMap.h:12910:6: error: #error "MemMap.h, no valid memory mapping symbol defined."&lt;BR /&gt;&lt;BR /&gt;make: *** [llce/plugins/Lin_43_LLCE_TS_T40D11M10I0R0/src/subdir.mk:26: llce/plugins/Lin_43_LLCE_TS_T40D11M10I0R0/src/Lin_43_LLCE.o] Error 1&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Can you give me some advice?&lt;/SPAN&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Oduguru_Ramakrishna.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Apr 2023 14:00:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/Unable-to-Load-and-build-the-Project-Integration-LLCE-CAN-LIN-as/m-p/1633209#M2860</guid>
      <dc:creator>Ramakrishna_oduguru</dc:creator>
      <dc:date>2023-04-13T14:00:22Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to Load and build the Project Integration LLCE_CAN/LIN  as per Im following NXP Doc</title>
      <link>https://community.nxp.com/t5/S32G/Unable-to-Load-and-build-the-Project-Integration-LLCE-CAN-LIN-as/m-p/1633365#M2864</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Could you help us providing which versions are you using from the following packages?&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;S32 Design Studio (we assume 3.4, but we would like confirmation)&lt;/LI&gt;
&lt;LI&gt;RTD (we assume v3.0.2 HF01, but we would like confirmation)&lt;/LI&gt;
&lt;LI&gt;LLCE (we assume v1.0.0, bur we would like confirmation)&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;If the above is true, LLCE v1.0.0 is not compatible with RTD v3.0.2 HF01. The LLCE version compatible with this RTD version is LLCE v1.0.4 which already has examples available to be used as out-of-the-box on S32 Design Studio, there is no integration required.&lt;/P&gt;
&lt;P&gt;Please, let us know.&lt;/P&gt;</description>
      <pubDate>Thu, 13 Apr 2023 18:47:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/Unable-to-Load-and-build-the-Project-Integration-LLCE-CAN-LIN-as/m-p/1633365#M2864</guid>
      <dc:creator>Daniel-Aguirre</dc:creator>
      <dc:date>2023-04-13T18:47:14Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to Load and build the Project Integration LLCE_CAN/LIN  as per Im following NXP Doc</title>
      <link>https://community.nxp.com/t5/S32G/Unable-to-Load-and-build-the-Project-Integration-LLCE-CAN-LIN-as/m-p/1633841#M2873</link>
      <description>&lt;P&gt;Hi Daniel,&lt;/P&gt;&lt;P&gt;My problem concern is NXP examples are not working as per the NXP document.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Eample 1# this is macro in S32 Design studio : RTD plugins folder :&amp;nbsp;&lt;/P&gt;&lt;P&gt;C:/NXP/S32DS.3.4/S32DS/software/PlatformSDK_S32XX_2022_03/SW32_RTD_4_4_3_0_2_D2203/Base_TS_T40D11M30I2R0/include/Rte_MemMap.h:12754:6: error: #error "MemMap.h, no valid memory mapping symbol defined."&lt;/P&gt;&lt;P&gt;C:/NXP/S32DS.3.4/S32DS/software/PlatformSDK_S32XX_2022_03/SW32_RTD_4_4_3_0_2_D2203/Base_TS_T40D11M30I2R0/include/Rte_MemMap.h:12754:6: error: #error "MemMap.h, no valid memory mapping symbol defined."&lt;/P&gt;&lt;P&gt;#undef MEMMAP_ERROR --- This is fix we given.&amp;nbsp;&lt;BR /&gt;#ifdef MEMMAP_ERROR&amp;nbsp; &amp;nbsp;--- because of this macro error is; i copied this fix from same file in other module.&lt;BR /&gt;#error "MemMap.h, no valid memory mapping symbol defined."&lt;BR /&gt;#endif&lt;/P&gt;&lt;P&gt;once we fixed then other errors are coming.&lt;/P&gt;&lt;P&gt;error 1:&amp;nbsp; implicit declaration of function 'Linflexd_Uart_Ip_AsyncSend' [-Werror=implicit-function-declaration] -- how to fix this issue from plugins.&lt;/P&gt;&lt;P&gt;none-eabi-gcc "@llce/plugins/Os_TS_T40D11M10I0R0/src/Os_counter_api.args" -MMD -MP -MF"llce/plugins/Os_TS_T40D11M10I0R0/src/Os_multicore.d" -MT"llce/plugins/Os_TS_T40D11M10I0R0/src/Os_multicore.o" -o "llce/plugins/Os_TS_T40D11M10I0R0/src/Os_multicore.o" "../llce/plugins/Os_TS_T40D11M10I0R0/src/Os_multicore.c"&lt;BR /&gt;arm-none-eabi-gcc "@llce/plugins/Lin_43_LLCE_TS_T40D11M10I0R0/src/Lin_43_LLCE.args" -MMD -MP -MF"llce/plugins/Lin_43_LLCE_TS_T40D11M10I0R0/src/Lin_43_LLCE.d" -MT"llce/plugins/Lin_43_LLCE_TS_T40D11M10I0R0/src/Lin_43_LLCE.o" -o "llce/plugins/Lin_43_LLCE_TS_T40D11M10I0R0/src/Lin_43_LLCE.o" "../llce/plugins/Lin_43_LLCE_TS_T40D11M10I0R0/src/Lin_43_LLCE.c"&lt;BR /&gt;../src/main.c: In function 'Lin_Driver_Sample_Test':&lt;BR /&gt;../src/main.c:174:2: error: implicit declaration of function 'Linflexd_Uart_Ip_AsyncSend' [-Werror=implicit-function-declaration]&lt;BR /&gt;174 | Linflexd_Uart_Ip_AsyncSend(0, "\r\nLin master received data is : ", strlen("\r\nLin master received data is : "));&lt;BR /&gt;| ^~~~~~~~~~~~~~~~~~~~~~~~~~&lt;BR /&gt;../src/main.c:175:8: error: implicit declaration of function 'Linflexd_Uart_Ip_GetTransmitStatus' [-Werror=implicit-function-declaration]&lt;BR /&gt;175 | while(Linflexd_Uart_Ip_GetTransmitStatus(0, &amp;amp;varRemainingBytes) == LINFLEXD_UART_IP_STATUS_BUSY);&lt;BR /&gt;| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~&lt;BR /&gt;../src/main.c:175:69: error: 'LINFLEXD_UART_IP_STATUS_BUSY' undeclared (first use in this function)&lt;BR /&gt;175 | while(Linflexd_Uart_Ip_GetTransmitStatus(0, &amp;amp;varRemainingBytes) == LINFLEXD_UART_IP_STATUS_BUSY);&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;error 2:&amp;nbsp; This error is from toolchain or compiler -- which kind of toolchain or compiler need to use ???&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;file included from ../src/main.c:52:&lt;BR /&gt;c:\nxp\s32ds.3.4\s32ds\build_tools\gcc_v9.2\gcc-9.2-arm32-eabi\arm-none-eabi\include\string.h:41:17: note: expected 'const char *' but argument is of type 'uint8 *' {aka 'unsigned char *'}&lt;BR /&gt;41 | size_t strlen (const char *);&lt;BR /&gt;| ^~~~~~~~~~~~&lt;BR /&gt;../src/main.c:262:70: error: 'LINFLEXD_UART_IP_STATUS_BUSY' undeclared (first use in this function)&lt;BR /&gt;262 | while(Linflexd_Uart_Ip_GetTransmitStatus(0, &amp;amp;varRemainingBytes) == LINFLEXD_UART_IP_STATUS_BUSY);&lt;BR /&gt;| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Oduguru_Ramakrishna.&lt;/P&gt;</description>
      <pubDate>Fri, 14 Apr 2023 11:04:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/Unable-to-Load-and-build-the-Project-Integration-LLCE-CAN-LIN-as/m-p/1633841#M2873</guid>
      <dc:creator>Ramakrishna_oduguru</dc:creator>
      <dc:date>2023-04-14T11:04:18Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to Load and build the Project Integration LLCE_CAN/LIN  as per Im following NXP Doc</title>
      <link>https://community.nxp.com/t5/S32G/Unable-to-Load-and-build-the-Project-Integration-LLCE-CAN-LIN-as/m-p/1634075#M2889</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Thanks for your feedback.&lt;/P&gt;
&lt;P&gt;The document you are referring to is related to an old version of LLCE. This LLCE version needs to be bundled with the needed RTD version compatible with it.&lt;/P&gt;
&lt;P&gt;What you are seeing could be a situation where RTD v3.0.2 is not compatible with LLCE v1.0.0, for which the compilation fails.&lt;/P&gt;
&lt;P&gt;We can recommend looking into LLCE v1.0.4 (which is available either on the Automotive Software Package Manager or Flexera/Flexnet) which already has out-of-the-box examples (with some minor tweaks needed due to a bug related to the linked path, explained in &lt;A href="https://community.nxp.com/t5/S32G/S32G2-LLCE-CAN-driver-run-in-freertos/td-p/1633566" target="_blank"&gt;S32G2 LLCE CAN driver run in freertos - NXP Community&lt;/A&gt;) that can be used to evaluate LLCE under S32DS.&lt;/P&gt;
&lt;P&gt;Also, can you successfully compile an example for RTD v3.0.2? Or does it also fail on the compilation step?&lt;/P&gt;
&lt;P&gt;Please, let us know.&lt;/P&gt;</description>
      <pubDate>Fri, 14 Apr 2023 19:36:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/Unable-to-Load-and-build-the-Project-Integration-LLCE-CAN-LIN-as/m-p/1634075#M2889</guid>
      <dc:creator>Daniel-Aguirre</dc:creator>
      <dc:date>2023-04-14T19:36:59Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to Load and build the Project Integration LLCE_CAN/LIN  as per Im following NXP Doc</title>
      <link>https://community.nxp.com/t5/S32G/Unable-to-Load-and-build-the-Project-Integration-LLCE-CAN-LIN-as/m-p/1635179#M2906</link>
      <description>&lt;P&gt;Hi Daniel,&lt;/P&gt;&lt;P&gt;Thanks for you response&amp;nbsp;&lt;/P&gt;&lt;P&gt;we are using for RTD Version 3.0.2 and LLCE version 1.04 and we got the above errors trying to sort it out but we are fetching multiple error like include files as we changing again we getting some more other errors&amp;nbsp;&lt;/P&gt;&lt;P&gt;please give the suggestion to sort out the above Errors&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ramakrishna_Oduguru.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Apr 2023 07:49:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/Unable-to-Load-and-build-the-Project-Integration-LLCE-CAN-LIN-as/m-p/1635179#M2906</guid>
      <dc:creator>Ramakrishna_oduguru</dc:creator>
      <dc:date>2023-04-18T07:49:57Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to Load and build the Project Integration LLCE_CAN/LIN  as per Im following NXP Doc</title>
      <link>https://community.nxp.com/t5/S32G/Unable-to-Load-and-build-the-Project-Integration-LLCE-CAN-LIN-as/m-p/1635621#M2916</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Are you saying that you are getting the above errors with your current setup? Since you say that you are using LLCE v1.0.4, the errors you are showing are not referring to this package version:&lt;/P&gt;
&lt;P&gt;"&lt;SPAN&gt;llce/plugins/Lin_43_LLCE_TS_T40D11M10I0R0/src/Lin_43_LLCE.o&lt;/SPAN&gt;", this is showing that the LLCE version that you are using is the v1.0.0.&lt;/P&gt;
&lt;P&gt;Also, as said above, if you are importing an LLCE project under v1.0.4, there is a bug due to a linked resource being mapped incorrectly that needs to be patched before proceeding, this is told under the following thread:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.nxp.com/t5/S32G/S32G2-LLCE-CAN-driver-run-in-freertos/td-p/1633566" target="_blank"&gt;S32G2 LLCE CAN driver run in freertos - NXP Community&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Are these errors appearing under the provided NXP examples? Have you generated the needed code for the example under Config Tools? Since we have a working setup with these conditions, we do not expect for the example to run into compilation problems, unless modifications were made.&lt;/P&gt;
&lt;P&gt;Please, let us know.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Apr 2023 19:41:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/Unable-to-Load-and-build-the-Project-Integration-LLCE-CAN-LIN-as/m-p/1635621#M2916</guid>
      <dc:creator>Daniel-Aguirre</dc:creator>
      <dc:date>2023-04-18T19:41:30Z</dc:date>
    </item>
  </channel>
</rss>

