<?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: RE: S32G2: IPCF_Example_multi_instance_S32G274_M7_0  - header files missing in S32G</title>
    <link>https://community.nxp.com/t5/S32G/RE-S32G2-IPCF-Example-multi-instance-S32G274-M7-0-header-files/m-p/1842722#M6599</link>
    <description>&lt;P&gt;Hello, Daniel.&lt;/P&gt;&lt;P&gt;I meet the same problem as you mentioned above:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="chaoping_0-1712620320882.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/272589i31ECB3F942FE4C51/image-size/medium?v=v2&amp;amp;px=400" role="button" title="chaoping_0-1712620320882.png" alt="chaoping_0-1712620320882.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;But I'm sure that I have performed to generate the code,&lt;/P&gt;&lt;P&gt;(There has some warnings and error, but not selected as default)&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="chaoping_1-1712620389530.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/272590iBD0F6C53B55E2736/image-size/medium?v=v2&amp;amp;px=400" role="button" title="chaoping_1-1712620389530.png" alt="chaoping_1-1712620389530.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;From the "c/c++ view" I could see these generated files:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="chaoping_2-1712620487227.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/272591i06853A8D969EEA3A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="chaoping_2-1712620487227.png" alt="chaoping_2-1712620487227.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Do you know why I still have this compile error even though I have generated the codes?&lt;/P&gt;&lt;P&gt;I'm using following versions regarding to "S32DS/RTD/IPCF":&lt;/P&gt;&lt;P&gt;&amp;gt;&lt;SPAN&gt;S32DS==3.4&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;gt;SW32G_RTD_4.4_3.0.2_HF01_DS_updatesite_D2204.zip&lt;/P&gt;&lt;P&gt;&amp;gt;SW32G_IPCF_4.6.0_D2205_updatesite.zip&lt;/P&gt;</description>
    <pubDate>Tue, 09 Apr 2024 00:06:29 GMT</pubDate>
    <dc:creator>chaoping</dc:creator>
    <dc:date>2024-04-09T00:06:29Z</dc:date>
    <item>
      <title>RE: S32G2: IPCF_Example_multi_instance_S32G274_M7_0  - header files missing</title>
      <link>https://community.nxp.com/t5/S32G/RE-S32G2-IPCF-Example-multi-instance-S32G274-M7-0-header-files/m-p/1639399#M2979</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'm working on a&amp;nbsp;&lt;STRONG&gt;IPCF_Example_multi_instance_S32G274_M7_0.&amp;nbsp;&lt;/STRONG&gt;This example was not compiling, getting errors - header files are missing. My work is stuck because of these errors.&lt;/P&gt;&lt;P&gt;Can&amp;nbsp; plz help??&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;10:08:31 **** Build of configuration Debug_RAM for project IPCF_Example_multi_instance_S32G274_M7_0 ****&lt;BR /&gt;make -j8 all&lt;BR /&gt;Building file: ../src/main.c&lt;BR /&gt;Building file: ../src/sample.c&lt;BR /&gt;Building file: ../Project_Settings/Startup_Code/Vector_Table.s&lt;BR /&gt;Invoking: Standard S32DS C Compiler&lt;BR /&gt;arm-none-eabi-gcc "@src/main.args" -MMD -MP -MF"src/main.d" -MT"src/main.o" -o "src/main.o" "../src/main.c"&lt;BR /&gt;Invoking: Standard S32DS C Compiler&lt;BR /&gt;Invoking: Standard S32DS Assembler&lt;BR /&gt;arm-none-eabi-gcc "@src/main.args" -MMD -MP -MF"src/sample.d" -MT"src/sample.o" -o "src/sample.o" "../src/sample.c"&lt;BR /&gt;arm-none-eabi-gcc "@Project_Settings/Startup_Code/Vector_Table.args" -o "Project_Settings/Startup_Code/Vector_Table.o" "../Project_Settings/Startup_Code/Vector_Table.s"&lt;BR /&gt;Building file: ../Project_Settings/Startup_Code/exceptions.c&lt;BR /&gt;Building file: ../Project_Settings/Startup_Code/nvic.c&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/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 ../src/main.c:19:&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/OsIf_Cfg.h:47:1: error: expected identifier or '(' before '[' token&lt;BR /&gt;47 | [!NOCODE!][!// Include specific header file&lt;BR /&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/OsIf_Cfg.h:50:19: error: stray '#' in program&lt;BR /&gt;Invoking: Standard S32DS C Compiler&lt;BR /&gt;50 | [!CODE!][!WS "0"!]#include "S32K312_SYSTICK.h"[!CR!][!ENDCODE!][!//&lt;BR /&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/OsIf_Cfg.h:52:19: error: stray '#' in program&lt;BR /&gt;52 | [!CODE!][!WS "0"!]#include "S32K314_SYSTICK.h"[!CR!][!ENDCODE!][!//&lt;BR /&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/OsIf_Cfg.h:54:19: error: stray '#' in program&lt;BR /&gt;Invoking: Standard S32DS C Compiler&lt;BR /&gt;54 | [!CODE!][!WS "0"!]#include "S32K324_SYSTICK.h"[!CR!][!ENDCODE!][!//&lt;BR /&gt;arm-none-eabi-gcc "@Project_Settings/Startup_Code/exceptions.args" -MMD -MP -MF"Project_Settings/Startup_Code/exceptions.d" -MT"Project_Settings/Startup_Code/exceptions.o" -o "Project_Settings/Startup_Code/exceptions.o" "../Project_Settings/Startup_Code/exceptions.c"&lt;BR /&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/OsIf_Cfg.h:56:19: error: stray '#' in program&lt;BR /&gt;Building file: ../Project_Settings/Startup_Code/startup.c&lt;BR /&gt;56 | [!CODE!][!WS "0"!]#include "S32K342_SYSTICK.h"[!CR!][!ENDCODE!][!//&lt;BR /&gt;arm-none-eabi-gcc "@Project_Settings/Startup_Code/exceptions.args" -MMD -MP -MF"Project_Settings/Startup_Code/nvic.d" -MT"Project_Settings/Startup_Code/nvic.o" -o "Project_Settings/Startup_Code/nvic.o" "../Project_Settings/Startup_Code/nvic.c"&lt;BR /&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/OsIf_Cfg.h:58:19: error: stray '#' in program&lt;BR /&gt;58 | [!CODE!][!WS "0"!]#include "S32K344_SYSTICK.h"[!CR!][!ENDCODE!][!//&lt;BR /&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/OsIf_Cfg.h:60:19: error: stray '#' in program&lt;BR /&gt;60 | [!CODE!][!WS "0"!]#include "S32G274A_SYSTICK.h"[!CR!][!ENDCODE!][!//&lt;BR /&gt;| ^&lt;BR /&gt;../src/sample.c:24:10: fatal error: ipcf_Ip_Cfg.h: No such file or directory&lt;BR /&gt;24 | #include "ipcf_Ip_Cfg.h"&lt;BR /&gt;| ^~~~~~~~~~~~~~~&lt;BR /&gt;Invoking: Standard S32DS C Compiler&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/OsIf_Cfg.h:62:19: error: stray '#' in program&lt;BR /&gt;62 | [!CODE!][!WS "0"!]#include "S32G399A_SYSTICK.h"[!CR!][!ENDCODE!][!//&lt;BR /&gt;arm-none-eabi-gcc "@Project_Settings/Startup_Code/exceptions.args" -MMD -MP -MF"Project_Settings/Startup_Code/startup.d" -MT"Project_Settings/Startup_Code/startup.o" -o "Project_Settings/Startup_Code/startup.o" "../Project_Settings/Startup_Code/startup.c"&lt;BR /&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/OsIf_Cfg.h:64:19: error: stray '#' in program&lt;BR /&gt;64 | [!CODE!][!WS "0"!]#include "S32R45_SYSTICK.h"[!CR!][!ENDCODE!][!//&lt;BR /&gt;| ^&lt;BR /&gt;compilation terminated.&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/OsIf_Cfg.h:66:19: error: stray '#' in program&lt;BR /&gt;Building file: ../Project_Settings/Startup_Code/startup_cm7.s&lt;BR /&gt;66 | [!CODE!][!WS "0"!]#include "S32R41_SYSTICK.h"[!CR!][!ENDCODE!][!//&lt;BR /&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/OsIf_Cfg.h:68:19: error: stray '#' in program&lt;BR /&gt;68 | [!CODE!][!WS "0"!]#include "S32K116_SYSTICK.h"[!CR!][!ENDCODE!][!//&lt;BR /&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/OsIf_Cfg.h:70:19: error: stray '#' in program&lt;BR /&gt;70 | [!CODE!][!WS "0"!]#include "S32K118_SYSTICK.h"[!CR!][!ENDCODE!][!//&lt;BR /&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/OsIf_Cfg.h:72:19: error: stray '#' in program&lt;BR /&gt;72 | [!CODE!][!WS "0"!]#include "S32K142W_SYSTICK.h"[!CR!][!ENDCODE!][!//&lt;BR /&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/OsIf_Cfg.h:74:19: error: stray '#' in program&lt;BR /&gt;74 | [!CODE!][!WS "0"!]#include "S32K142_SYSTICK.h"[!CR!][!ENDCODE!][!//&lt;BR /&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/OsIf_Cfg.h:76:19: error: stray '#' in program&lt;BR /&gt;Building file: ../Project_Settings/Startup_Code/system.c&lt;BR /&gt;76 | [!CODE!][!WS "0"!]#include "S32K144W_SYSTICK.h"[!CR!][!ENDCODE!][!//&lt;BR /&gt;| ^&lt;BR /&gt;make: *** [src/subdir.mk:23: src/sample.o] Error 1&lt;BR /&gt;make: *** Waiting for unfinished jobs....&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/OsIf_Cfg.h:78:19: error: stray '#' in program&lt;BR /&gt;78 | [!CODE!][!WS "0"!]#include "S32K144_SYSTICK.h"[!CR!][!ENDCODE!][!//&lt;BR /&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/OsIf_Cfg.h:80:19: error: stray '#' in program&lt;BR /&gt;80 | [!CODE!][!WS "0"!]#include "S32K146_SYSTICK.h"[!CR!][!ENDCODE!][!//&lt;BR /&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/OsIf_Cfg.h:82:19: error: stray '#' in program&lt;BR /&gt;82 | [!CODE!][!WS "0"!]#include "S32K148_SYSTICK.h"[!CR!][!ENDCODE!][!//&lt;BR /&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/OsIf_Cfg.h:84:19: error: stray '#' in program&lt;BR /&gt;84 | [!CODE!][!WS "0"!]#include "S32E27_SYSTICK.h"[!CR!][!ENDCODE!][!//&lt;BR /&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/OsIf_Cfg.h:86:19: error: stray '#' in program&lt;BR /&gt;86 | [!CODE!][!WS "0"!]#include "S32Z27_SYSTICK.h"[!CR!][!ENDCODE!][!//&lt;BR /&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/OsIf_Cfg.h:88:19: error: stray '#' in program&lt;BR /&gt;88 | [!CODE!][!WS "0"!]#include "SJA1110.h"[!CR!][!ENDCODE!][!//&lt;BR /&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/OsIf_Cfg.h:144:43: error: token "[" is not valid in preprocessor expressions&lt;BR /&gt;144 | #define OSIF_ENABLE_USER_MODE_SUPPORT ([!IF "OsIfGeneral/OsIfEnableUserModeSupport"!]STD_ON[!ELSE!]STD_OFF[!ENDIF!])&lt;BR /&gt;| ^&lt;BR /&gt;Invoking: Standard S32DS Assembler&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/OsIf_Cfg.h:147:20: note: in expansion of macro 'OSIF_ENABLE_USER_MODE_SUPPORT'&lt;BR /&gt;147 | #if (STD_ON == OSIF_ENABLE_USER_MODE_SUPPORT)&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/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 ../Project_Settings/Startup_Code/exceptions.c:30:&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/OsIf_Cfg.h:47:1: error: expected identifier or '(' before '[' token&lt;BR /&gt;47 | [!NOCODE!][!// Include specific header file&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/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 ../src/main.c:19:&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/OsIf_Cfg.h:161:9: error: stray '#' in program&lt;BR /&gt;161 | [!CODE!]#define USING_OS_AUTOSAROS[!ENDCODE!]&lt;BR /&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/OsIf_Cfg.h:165:9: error: stray '#' in program&lt;BR /&gt;arm-none-eabi-gcc "@Project_Settings/Startup_Code/Vector_Table.args" -o "Project_Settings/Startup_Code/startup_cm7.o" "../Project_Settings/Startup_Code/startup_cm7.s"&lt;BR /&gt;165 | [!CODE!]#define USING_OS_BAREMETAL[!ENDCODE!]&lt;BR /&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/OsIf_Cfg.h:169:9: error: stray '#' in program&lt;BR /&gt;169 | [!CODE!]#define USING_OS_FREERTOS[!ENDCODE!]&lt;BR /&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/OsIf_Cfg.h:173:9: error: stray '#' in program&lt;BR /&gt;173 | [!CODE!]#define USING_OS_ZEPHYR[!ENDCODE!]&lt;BR /&gt;| ^&lt;BR /&gt;../src/main.c:20:10: fatal error: Clock_Ip.h: No such file or directory&lt;BR /&gt;20 | #include "Clock_Ip.h"&lt;BR /&gt;| ^~~~~~~~~~~~&lt;BR /&gt;compilation terminated.&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/OsIf_Cfg.h:50:19: error: stray '#' in program&lt;BR /&gt;50 | [!CODE!][!WS "0"!]#include "S32K312_SYSTICK.h"[!CR!][!ENDCODE!][!//&lt;BR /&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/OsIf_Cfg.h:52:19: error: stray '#' in program&lt;BR /&gt;52 | [!CODE!][!WS "0"!]#include "S32K314_SYSTICK.h"[!CR!][!ENDCODE!][!//&lt;BR /&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/OsIf_Cfg.h:54:19: error: stray '#' in program&lt;BR /&gt;54 | [!CODE!][!WS "0"!]#include "S32K324_SYSTICK.h"[!CR!][!ENDCODE!][!//&lt;BR /&gt;Invoking: Standard S32DS C Compiler&lt;BR /&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/OsIf_Cfg.h:56:19: error: stray '#' in program&lt;BR /&gt;56 | [!CODE!][!WS "0"!]#include "S32K342_SYSTICK.h"[!CR!][!ENDCODE!][!//&lt;BR /&gt;| ^&lt;BR /&gt;arm-none-eabi-gcc "@Project_Settings/Startup_Code/exceptions.args" -MMD -MP -MF"Project_Settings/Startup_Code/system.d" -MT"Project_Settings/Startup_Code/system.o" -o "Project_Settings/Startup_Code/system.o" "../Project_Settings/Startup_Code/system.c"&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/OsIf_Cfg.h:58:19: error: stray '#' in program&lt;BR /&gt;58 | [!CODE!][!WS "0"!]#include "S32K344_SYSTICK.h"[!CR!][!ENDCODE!][!//&lt;BR /&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/OsIf_Cfg.h:60:19: error: stray '#' in program&lt;BR /&gt;60 | [!CODE!][!WS "0"!]#include "S32G274A_SYSTICK.h"[!CR!][!ENDCODE!][!//&lt;BR /&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/OsIf_Cfg.h:62:19: error: stray '#' in program&lt;BR /&gt;62 | [!CODE!][!WS "0"!]#include "S32G399A_SYSTICK.h"[!CR!][!ENDCODE!][!//&lt;BR /&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/OsIf_Cfg.h:64:19: error: stray '#' in program&lt;BR /&gt;64 | [!CODE!][!WS "0"!]#include "S32R45_SYSTICK.h"[!CR!][!ENDCODE!][!//&lt;BR /&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/OsIf_Cfg.h:66:19: error: stray '#' in program&lt;BR /&gt;66 | [!CODE!][!WS "0"!]#include "S32R41_SYSTICK.h"[!CR!][!ENDCODE!][!//&lt;BR /&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/OsIf_Cfg.h:68:19: error: stray '#' in program&lt;BR /&gt;68 | [!CODE!][!WS "0"!]#include "S32K116_SYSTICK.h"[!CR!][!ENDCODE!][!//&lt;BR /&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/OsIf_Cfg.h:70:19: error: stray '#' in program&lt;BR /&gt;70 | [!CODE!][!WS "0"!]#include "S32K118_SYSTICK.h"[!CR!][!ENDCODE!][!//&lt;BR /&gt;| ^&lt;BR /&gt;make: *** [src/subdir.mk:23: src/main.o] Error 1&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/OsIf_Cfg.h:72:19: error: stray '#' in program&lt;BR /&gt;72 | [!CODE!][!WS "0"!]#include "S32K142W_SYSTICK.h"[!CR!][!ENDCODE!][!//&lt;BR /&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/OsIf_Cfg.h:74:19: error: stray '#' in program&lt;BR /&gt;74 | [!CODE!][!WS "0"!]#include "S32K142_SYSTICK.h"[!CR!][!ENDCODE!][!//&lt;BR /&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/OsIf_Cfg.h:76:19: error: stray '#' in program&lt;BR /&gt;76 | [!CODE!][!WS "0"!]#include "S32K144W_SYSTICK.h"[!CR!][!ENDCODE!][!//&lt;BR /&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/OsIf_Cfg.h:78:19: error: stray '#' in program&lt;BR /&gt;78 | [!CODE!][!WS "0"!]#include "S32K144_SYSTICK.h"[!CR!][!ENDCODE!][!//&lt;BR /&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/OsIf_Cfg.h:80:19: error: stray '#' in program&lt;BR /&gt;80 | [!CODE!][!WS "0"!]#include "S32K146_SYSTICK.h"[!CR!][!ENDCODE!][!//&lt;BR /&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/OsIf_Cfg.h:82:19: error: stray '#' in program&lt;BR /&gt;82 | [!CODE!][!WS "0"!]#include "S32K148_SYSTICK.h"[!CR!][!ENDCODE!][!//&lt;BR /&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/OsIf_Cfg.h:84:19: error: stray '#' in program&lt;BR /&gt;84 | [!CODE!][!WS "0"!]#include "S32E27_SYSTICK.h"[!CR!][!ENDCODE!][!//&lt;BR /&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/OsIf_Cfg.h:86:19: error: stray '#' in program&lt;BR /&gt;86 | [!CODE!][!WS "0"!]#include "S32Z27_SYSTICK.h"[!CR!][!ENDCODE!][!//&lt;BR /&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/OsIf_Cfg.h:88:19: error: stray '#' in program&lt;BR /&gt;88 | [!CODE!][!WS "0"!]#include "SJA1110.h"[!CR!][!ENDCODE!][!//&lt;BR /&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/OsIf_Cfg.h:144:43: error: token "[" is not valid in preprocessor expressions&lt;BR /&gt;144 | #define OSIF_ENABLE_USER_MODE_SUPPORT ([!IF "OsIfGeneral/OsIfEnableUserModeSupport"!]STD_ON[!ELSE!]STD_OFF[!ENDIF!])&lt;BR /&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/OsIf_Cfg.h:147:20: note: in expansion of macro 'OSIF_ENABLE_USER_MODE_SUPPORT'&lt;BR /&gt;147 | #if (STD_ON == OSIF_ENABLE_USER_MODE_SUPPORT)&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/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 ../Project_Settings/Startup_Code/exceptions.c:30:&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/OsIf_Cfg.h:161:9: error: stray '#' in program&lt;BR /&gt;161 | [!CODE!]#define USING_OS_AUTOSAROS[!ENDCODE!]&lt;BR /&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/OsIf_Cfg.h:165:9: error: stray '#' in program&lt;BR /&gt;165 | [!CODE!]#define USING_OS_BAREMETAL[!ENDCODE!]&lt;BR /&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/OsIf_Cfg.h:169:9: error: stray '#' in program&lt;BR /&gt;169 | [!CODE!]#define USING_OS_FREERTOS[!ENDCODE!]&lt;BR /&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/OsIf_Cfg.h:173:9: error: stray '#' in program&lt;BR /&gt;173 | [!CODE!]#define USING_OS_ZEPHYR[!ENDCODE!]&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/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 ../Project_Settings/Startup_Code/system.c:73:&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/OsIf_Cfg.h:47:1: error: expected identifier or '(' before '[' token&lt;BR /&gt;47 | [!NOCODE!][!// Include specific header file&lt;BR /&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/OsIf_Cfg.h:50:19: error: stray '#' in program&lt;BR /&gt;50 | [!CODE!][!WS "0"!]#include "S32K312_SYSTICK.h"[!CR!][!ENDCODE!][!//&lt;BR /&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/OsIf_Cfg.h:52:19: error: stray '#' in program&lt;BR /&gt;52 | [!CODE!][!WS "0"!]#include "S32K314_SYSTICK.h"[!CR!][!ENDCODE!][!//&lt;BR /&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/OsIf_Cfg.h:54:19: error: stray '#' in program&lt;BR /&gt;54 | [!CODE!][!WS "0"!]#include "S32K324_SYSTICK.h"[!CR!][!ENDCODE!][!//&lt;BR /&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/OsIf_Cfg.h:56:19: error: stray '#' in program&lt;BR /&gt;56 | [!CODE!][!WS "0"!]#include "S32K342_SYSTICK.h"[!CR!][!ENDCODE!][!//&lt;BR /&gt;| ^&lt;BR /&gt;make: *** [Project_Settings/Startup_Code/subdir.mk:42: Project_Settings/Startup_Code/exceptions.o] Error 1&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/OsIf_Cfg.h:58:19: error: stray '#' in program&lt;BR /&gt;58 | [!CODE!][!WS "0"!]#include "S32K344_SYSTICK.h"[!CR!][!ENDCODE!][!//&lt;BR /&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/OsIf_Cfg.h:60:19: error: stray '#' in program&lt;BR /&gt;60 | [!CODE!][!WS "0"!]#include "S32G274A_SYSTICK.h"[!CR!][!ENDCODE!][!//&lt;BR /&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/OsIf_Cfg.h:62:19: error: stray '#' in program&lt;BR /&gt;62 | [!CODE!][!WS "0"!]#include "S32G399A_SYSTICK.h"[!CR!][!ENDCODE!][!//&lt;BR /&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/OsIf_Cfg.h:64:19: error: stray '#' in program&lt;BR /&gt;64 | [!CODE!][!WS "0"!]#include "S32R45_SYSTICK.h"[!CR!][!ENDCODE!][!//&lt;BR /&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/OsIf_Cfg.h:66:19: error: stray '#' in program&lt;BR /&gt;66 | [!CODE!][!WS "0"!]#include "S32R41_SYSTICK.h"[!CR!][!ENDCODE!][!//&lt;BR /&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/OsIf_Cfg.h:68:19: error: stray '#' in program&lt;BR /&gt;68 | [!CODE!][!WS "0"!]#include "S32K116_SYSTICK.h"[!CR!][!ENDCODE!][!//&lt;BR /&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/OsIf_Cfg.h:70:19: error: stray '#' in program&lt;BR /&gt;70 | [!CODE!][!WS "0"!]#include "S32K118_SYSTICK.h"[!CR!][!ENDCODE!][!//&lt;BR /&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/OsIf_Cfg.h:72:19: error: stray '#' in program&lt;BR /&gt;Finished building: ../Project_Settings/Startup_Code/Vector_Table.s&lt;BR /&gt;72 | [!CODE!][!WS "0"!]#include "S32K142W_SYSTICK.h"[!CR!][!ENDCODE!][!//&lt;BR /&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/OsIf_Cfg.h:74:19: error: stray '#' in program&lt;BR /&gt;74 | [!CODE!][!WS "0"!]#include "S32K142_SYSTICK.h"[!CR!][!ENDCODE!][!//&lt;BR /&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/OsIf_Cfg.h:76:19: error: stray '#' in program&lt;BR /&gt;Finished building: ../Project_Settings/Startup_Code/nvic.c&lt;BR /&gt;76 | [!CODE!][!WS "0"!]#include "S32K144W_SYSTICK.h"[!CR!][!ENDCODE!][!//&lt;BR /&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/OsIf_Cfg.h:78:19: error: stray '#' in program&lt;BR /&gt;78 | [!CODE!][!WS "0"!]#include "S32K144_SYSTICK.h"[!CR!][!ENDCODE!][!//&lt;BR /&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/OsIf_Cfg.h:80:19: error: stray '#' in program&lt;BR /&gt;80 | [!CODE!][!WS "0"!]#include "S32K146_SYSTICK.h"[!CR!][!ENDCODE!][!//&lt;BR /&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/OsIf_Cfg.h:82:19: error: stray '#' in program&lt;BR /&gt;82 | [!CODE!][!WS "0"!]#include "S32K148_SYSTICK.h"[!CR!][!ENDCODE!][!//&lt;BR /&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/OsIf_Cfg.h:84:19: error: stray '#' in program&lt;BR /&gt;84 | [!CODE!][!WS "0"!]#include "S32E27_SYSTICK.h"[!CR!][!ENDCODE!][!//&lt;BR /&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/OsIf_Cfg.h:86:19: error: stray '#' in program&lt;BR /&gt;86 | [!CODE!][!WS "0"!]#include "S32Z27_SYSTICK.h"[!CR!][!ENDCODE!][!//&lt;BR /&gt;Finished building: ../Project_Settings/Startup_Code/startup_cm7.s&lt;BR /&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/OsIf_Cfg.h:88:19: error: stray '#' in program&lt;BR /&gt;&lt;BR /&gt;88 | [!CODE!][!WS "0"!]#include "SJA1110.h"[!CR!][!ENDCODE!][!//&lt;BR /&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/OsIf_Cfg.h:144:43: error: token "[" is not valid in preprocessor expressions&lt;BR /&gt;&lt;BR /&gt;144 | #define OSIF_ENABLE_USER_MODE_SUPPORT ([!IF "OsIfGeneral/OsIfEnableUserModeSupport"!]STD_ON[!ELSE!]STD_OFF[!ENDIF!])&lt;BR /&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/OsIf_Cfg.h:147:20: note: in expansion of macro 'OSIF_ENABLE_USER_MODE_SUPPORT'&lt;BR /&gt;147 | #if (STD_ON == OSIF_ENABLE_USER_MODE_SUPPORT)&lt;BR /&gt;Finished building: ../Project_Settings/Startup_Code/startup.c&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/include/OsIf_Internal.h:46,&lt;BR /&gt;&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 ../Project_Settings/Startup_Code/system.c:73:&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/OsIf_Cfg.h:161:9: error: stray '#' in program&lt;BR /&gt;161 | [!CODE!]#define USING_OS_AUTOSAROS[!ENDCODE!]&lt;BR /&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/OsIf_Cfg.h:165:9: error: stray '#' in program&lt;BR /&gt;165 | [!CODE!]#define USING_OS_BAREMETAL[!ENDCODE!]&lt;BR /&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/OsIf_Cfg.h:169:9: error: stray '#' in program&lt;BR /&gt;169 | [!CODE!]#define USING_OS_FREERTOS[!ENDCODE!]&lt;BR /&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/OsIf_Cfg.h:173:9: error: stray '#' in program&lt;BR /&gt;173 | [!CODE!]#define USING_OS_ZEPHYR[!ENDCODE!]&lt;BR /&gt;| ^&lt;BR /&gt;&lt;BR /&gt;make: *** [Project_Settings/Startup_Code/subdir.mk:40: Project_Settings/Startup_Code/system.o] Error 1&lt;BR /&gt;"make -j8 all" terminated with exit code 2. Build might be incomplete.&lt;/P&gt;&lt;P&gt;10:08:34 Build Failed. 85 errors, 0 warnings. (took 3s.332ms)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Apr 2023 04:54:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/RE-S32G2-IPCF-Example-multi-instance-S32G274-M7-0-header-files/m-p/1639399#M2979</guid>
      <dc:creator>Jitender1203</dc:creator>
      <dc:date>2023-04-25T04:54:35Z</dc:date>
    </item>
    <item>
      <title>Re: RE: S32G2: IPCF_Example_multi_instance_S32G274_M7_0  - header files missing</title>
      <link>https://community.nxp.com/t5/S32G/RE-S32G2-IPCF-Example-multi-instance-S32G274-M7-0-header-files/m-p/1639972#M2994</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Could you help us providing which S32DS/RTD/IPCF version are you using? We see that S32DS==3.4 and RTD==3.0.2 (possibly HF01) but we are seeing anything regarding IPCF.&lt;/P&gt;
&lt;P&gt;This seems related to not generating the code with Config Tools. Below the errors without generating the code from Config Tools:&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/OsIf_Internal.h:46:10: fatal error: OsIf_Cfg.h: No such file or directory&lt;BR /&gt;Invoking: Standard S32DS C Compiler&lt;BR /&gt;46 | #include "OsIf_Cfg.h"&lt;BR /&gt;| ^~~~~~~~~~~~&lt;BR /&gt;compilation terminated.&lt;BR /&gt;Invoking: Standard S32DS C Compiler&lt;BR /&gt;../src/sample.c:24:10: fatal error: ipcf_Ip_Cfg.h: No such file or directory&lt;BR /&gt;24 | #include "ipcf_Ip_Cfg.h"&lt;BR /&gt;| ^~~~~~~~~~~~~~~"&lt;/P&gt;
&lt;P&gt;Once we the code is generated, the project can successfully compile:&lt;/P&gt;
&lt;P&gt;"Invoking: Standard S32DS Print Size&lt;BR /&gt;arm-none-eabi-size --format=berkeley IPCF_Example_multi_instance_S32G274_M7_0.elf&lt;BR /&gt;text data bss dec hex filename&lt;BR /&gt;297512 0 4097 301609 49a29 IPCF_Example_multi_instance_S32G274_M7_0.elf&lt;BR /&gt;Finished building: IPCF_Example_multi_instance_S32G274_M7_0.siz&lt;/P&gt;
&lt;P&gt;13:14:11 Build Finished. 0 errors, 0 warnings. (took 10s.84ms)"&lt;/P&gt;
&lt;P&gt;To generate the code, you need to click on your project, then right click on it and select:&lt;/P&gt;
&lt;P&gt;"S32 Configuration Tools &amp;gt; Open Pins"&lt;/P&gt;
&lt;P&gt;Then, an "Update Code" is presented below the tool bar, with a green icon. Click on it to generate the code for the application. Image below shows the location of the button on our setup:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DanielAguirre_0-1682446903787.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/220813iAAA0F58E956297EE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="DanielAguirre_0-1682446903787.png" alt="DanielAguirre_0-1682446903787.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Once generated, you can try an compile the project, it should let you now. If not, we recommend deleting the project then importing it again, to prevent any misconfigurations that the project could have taken.&lt;/P&gt;
&lt;P&gt;Please, let us know.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Apr 2023 18:24:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/RE-S32G2-IPCF-Example-multi-instance-S32G274-M7-0-header-files/m-p/1639972#M2994</guid>
      <dc:creator>Daniel-Aguirre</dc:creator>
      <dc:date>2023-04-25T18:24:23Z</dc:date>
    </item>
    <item>
      <title>Re: RE: S32G2: IPCF_Example_multi_instance_S32G274_M7_0  - header files missing</title>
      <link>https://community.nxp.com/t5/S32G/RE-S32G2-IPCF-Example-multi-instance-S32G274-M7-0-header-files/m-p/1842722#M6599</link>
      <description>&lt;P&gt;Hello, Daniel.&lt;/P&gt;&lt;P&gt;I meet the same problem as you mentioned above:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="chaoping_0-1712620320882.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/272589i31ECB3F942FE4C51/image-size/medium?v=v2&amp;amp;px=400" role="button" title="chaoping_0-1712620320882.png" alt="chaoping_0-1712620320882.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;But I'm sure that I have performed to generate the code,&lt;/P&gt;&lt;P&gt;(There has some warnings and error, but not selected as default)&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="chaoping_1-1712620389530.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/272590iBD0F6C53B55E2736/image-size/medium?v=v2&amp;amp;px=400" role="button" title="chaoping_1-1712620389530.png" alt="chaoping_1-1712620389530.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;From the "c/c++ view" I could see these generated files:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="chaoping_2-1712620487227.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/272591i06853A8D969EEA3A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="chaoping_2-1712620487227.png" alt="chaoping_2-1712620487227.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Do you know why I still have this compile error even though I have generated the codes?&lt;/P&gt;&lt;P&gt;I'm using following versions regarding to "S32DS/RTD/IPCF":&lt;/P&gt;&lt;P&gt;&amp;gt;&lt;SPAN&gt;S32DS==3.4&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;gt;SW32G_RTD_4.4_3.0.2_HF01_DS_updatesite_D2204.zip&lt;/P&gt;&lt;P&gt;&amp;gt;SW32G_IPCF_4.6.0_D2205_updatesite.zip&lt;/P&gt;</description>
      <pubDate>Tue, 09 Apr 2024 00:06:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/RE-S32G2-IPCF-Example-multi-instance-S32G274-M7-0-header-files/m-p/1842722#M6599</guid>
      <dc:creator>chaoping</dc:creator>
      <dc:date>2024-04-09T00:06:29Z</dc:date>
    </item>
  </channel>
</rss>

