<?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 errors while  compiling s32k344 project in S32K</title>
    <link>https://community.nxp.com/t5/S32K/errors-while-compiling-s32k344-project/m-p/1412436#M13964</link>
    <description>&lt;P&gt;i tried compiling the adc_example&amp;nbsp; project&amp;nbsp; ,but got the following ,i&amp;nbsp; can not find the&amp;nbsp;OsIf_Cfg.h file in my computer .&lt;BR /&gt;Description Resource Path Location Type&lt;BR /&gt;fatal error: OsIf_Cfg.h: No such file or directory Adc_example_S32K344 line 46, external location: C:\NXP\S32DS.3.4\S32DS\software\PlatformSDK_S32K3_2021_10\SW32K3_RTD_4_4_1_0_0_D2110\Base_TS_T40D34M10I0R0\include\OsIf_Internal.h C/C++ Problem&lt;BR /&gt;Field 'Adc_UnitSelfTestStatus' could not be resolved main.c /Adc_example_S32K344/src line 130 Semantic Error&lt;BR /&gt;Field 'Adc_UnitSelfTestStatus' could not be resolved main.c /Adc_example_S32K344/src line 220 Semantic Error&lt;BR /&gt;make: *** [Project_Settings/Startup_Code/subdir.mk:42: Project_Settings/Startup_Code/exceptions.o] Error 1 Adc_example_S32K344 C/C++ Problem&lt;BR /&gt;make: *** [src/subdir.mk:20: src/main.o] Error 1 Adc_example_S32K344 C/C++ Problem&lt;BR /&gt;make: *** Waiting for unfinished jobs.... Adc_example_S32K344 C/C++ Problem&lt;BR /&gt;Symbol 'Adc_Config_VS_0' could not be resolved main.c /Adc_example_S32K344/src line 122 Semantic Error&lt;BR /&gt;Symbol 'AdcGroupSoftwareOneShot' could not be resolved main.c /Adc_example_S32K344/src line 146 Semantic Error&lt;BR /&gt;Symbol 'AdcGroupSoftwareOneShot' could not be resolved main.c /Adc_example_S32K344/src line 147 Semantic Error&lt;BR /&gt;Symbol 'AdcGroupSoftwareOneShot' could not be resolved main.c /Adc_example_S32K344/src line 152 Semantic Error&lt;BR /&gt;Symbol 'AdcGroupSoftwareOneShot' could not be resolved main.c /Adc_example_S32K344/src line 158 Semantic Error&lt;BR /&gt;Symbol 'AdcGroupSoftwareOneShotDma' could not be resolved main.c /Adc_example_S32K344/src line 233 Semantic Error&lt;BR /&gt;Symbol 'AdcGroupSoftwareOneShotDma' could not be resolved main.c /Adc_example_S32K344/src line 234 Semantic Error&lt;BR /&gt;Symbol 'AdcGroupSoftwareOneShotDma' could not be resolved main.c /Adc_example_S32K344/src line 239 Semantic Error&lt;BR /&gt;Symbol 'AdcGroupSoftwareOneShotDma' could not be resolved main.c /Adc_example_S32K344/src line 244 Semantic Error&lt;BR /&gt;Symbol 'AdcHwUnit_0' could not be resolved main.c /Adc_example_S32K344/src line 129 Semantic Error&lt;BR /&gt;Symbol 'AdcHwUnit_0' could not be resolved main.c /Adc_example_S32K344/src line 185 Semantic Error&lt;BR /&gt;Symbol 'AdcHwUnit_0' could not be resolved main.c /Adc_example_S32K344/src line 211 Semantic Error&lt;BR /&gt;Symbol 'AdcHwUnitDma' could not be resolved main.c /Adc_example_S32K344/src line 219 Semantic Error&lt;BR /&gt;Symbol 'BctulTriggerList' could not be resolved main.c /Adc_example_S32K344/src line 197 Semantic Error&lt;BR /&gt;Symbol 'BctuTriggerSingle' could not be resolved main.c /Adc_example_S32K344/src line 186 Semantic Error&lt;BR /&gt;Symbol 'Dma0_Ch1_IRQHandler' could not be resolved main.c /Adc_example_S32K344/src line 114 Semantic Error&lt;BR /&gt;Symbol 'Mcu_Config_VS_0' could not be resolved main.c /Adc_example_S32K344/src line 103 Semantic Error&lt;BR /&gt;Symbol 'McuClockSettingConfig_0' could not be resolved main.c /Adc_example_S32K344/src line 104 Semantic Error&lt;BR /&gt;Symbol 'McuModeSettingConf_0' could not be resolved main.c /Adc_example_S32K344/src line 105 Semantic Error&lt;BR /&gt;Type 'Adc_CalibrationStatusType' could not be resolved main.c /Adc_example_S32K344/src line 99 Semantic Error&lt;BR /&gt;"__ICCARM" is not defined, evaluates to 0 [-Wundef] TEST line 43, external location: C:\NXP\S32DS.3.4\S32DS\software\FreeMASTER_S32K3_v3.0\src\common\freemaster_private.h C/C++ Problem&lt;BR /&gt;"FMSTR_PLATFORM_CORTEX_M" is not defined, evaluates to 0 [-Wundef] TEST line 35, external location: C:\NXP\S32DS.3.4\S32DS\software\FreeMASTER_S32K3_v3.0\src\common\freemaster.h C/C++ Problem&lt;BR /&gt;"FMSTR_PLATFORM_S12Z" is not defined, evaluates to 0 [-Wundef] TEST line 39, external location: C:\NXP\S32DS.3.4\S32DS\software\FreeMASTER_S32K3_v3.0\src\common\freemaster.h C/C++ Problem&lt;BR /&gt;"FMSTR_SERIAL_ID" is not defined, evaluates to 0 [-Wundef] freemaster_cfg.h /TEST/include_freemaster line 34 C/C++ Problem&lt;BR /&gt;comparison of integer expressions of different signedness: 'FMSTR_INDEX' {aka 'int'} and 'unsigned int' [-Wsign-compare] freemaster_protocol.c /TEST/FreeMASTER/src/common line 386 C/C++ Problem&lt;BR /&gt;comparison of integer expressions of different signedness: 'int' and 'FMSTR_SIZE' {aka 'unsigned int'} [-Wsign-compare] freemaster_rec.c /TEST/FreeMASTER/src/common line 395 C/C++ Problem&lt;BR /&gt;comparison of integer expressions of different signedness: 'int' and 'FMSTR_SIZE' {aka 'unsigned int'} [-Wsign-compare] freemaster_rec.c /TEST/FreeMASTER/src/common line 592 C/C++ Problem&lt;BR /&gt;comparison of integer expressions of different signedness: 'int' and 'FMSTR_SIZE' {aka 'unsigned int'} [-Wsign-compare] freemaster_rec.c /TEST/FreeMASTER/src/common line 655 C/C++ Problem&lt;BR /&gt;comparison of integer expressions of different signedness: 'int' and 'FMSTR_SIZE' {aka 'unsigned int'} [-Wsign-compare] freemaster_scope.c /TEST/FreeMASTER/src/common line 187 C/C++ Problem&lt;BR /&gt;Invalid project path: Include path not found (C:\Users\86138\workspaceS32DS.3.4\Adc_example_S32K344\board). Adc_example_S32K344 pathentry Path Entry Problem&lt;BR /&gt;Invalid project path: Include path not found (C:\Users\86138\workspaceS32DS.3.4\Adc_example_S32K344\generate\include). Adc_example_S32K344 pathentry Path Entry Problem&lt;BR /&gt;Invalid project path: Include path not found (C:\Users\86138\workspaceS32DS.3.4\Adc_example_S32K344\RTD\include). Adc_example_S32K344 pathentry Path Entry Problem&lt;BR /&gt;Invalid project path: Missing project folder or file: \Adc_example_S32K344\board for Source path. Adc_example_S32K344 pathentry Path Entry Problem&lt;BR /&gt;Invalid project path: Missing project folder or file: \Adc_example_S32K344\generate for Source path. Adc_example_S32K344 pathentry Path Entry Problem&lt;BR /&gt;Invalid project path: Missing project folder or file: \Adc_example_S32K344\RTD for Source path. Adc_example_S32K344 pathentry Path Entry Problem&lt;BR /&gt;this statement may fall through [-Wimplicit-fallthrough=] freemaster_pipes.c /TEST/FreeMASTER/src/common line 900 C/C++ Problem&lt;BR /&gt;this statement may fall through [-Wimplicit-fallthrough=] freemaster_pipes.c /TEST/FreeMASTER/src/common line 921 C/C++ Problem&lt;BR /&gt;here freemaster_pipes.c /TEST/FreeMASTER/src/common line 904 C/C++ Problem&lt;BR /&gt;here freemaster_pipes.c /TEST/FreeMASTER/src/common line 925 C/C++ Problem&lt;BR /&gt;in definition of macro 'FMSTR_MK_IDSTR1' TEST line 261, external location: C:\NXP\S32DS.3.4\S32DS\software\FreeMASTER_S32K3_v3.0\src\common\freemaster_defcfg.h C/C++ Problem&lt;BR /&gt;in expansion of macro 'FMSTR_MK_IDSTR' freemaster_can.c /TEST/FreeMASTER/src/common line 28 C/C++ Problem&lt;BR /&gt;in expansion of macro 'FMSTR_MK_IDSTR' freemaster_pdbdm.c /TEST/FreeMASTER/src/common line 28 C/C++ Problem&lt;BR /&gt;in expansion of macro 'FMSTR_TRANSPORT' freemaster_can.c /TEST/FreeMASTER/src/common line 28 C/C++ Problem&lt;BR /&gt;in expansion of macro 'FMSTR_TRANSPORT' freemaster_pdbdm.c /TEST/FreeMASTER/src/common line 28 C/C++ Problem&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 11 Feb 2022 12:23:36 GMT</pubDate>
    <dc:creator>steven_zhang</dc:creator>
    <dc:date>2022-02-11T12:23:36Z</dc:date>
    <item>
      <title>errors while  compiling s32k344 project</title>
      <link>https://community.nxp.com/t5/S32K/errors-while-compiling-s32k344-project/m-p/1412436#M13964</link>
      <description>&lt;P&gt;i tried compiling the adc_example&amp;nbsp; project&amp;nbsp; ,but got the following ,i&amp;nbsp; can not find the&amp;nbsp;OsIf_Cfg.h file in my computer .&lt;BR /&gt;Description Resource Path Location Type&lt;BR /&gt;fatal error: OsIf_Cfg.h: No such file or directory Adc_example_S32K344 line 46, external location: C:\NXP\S32DS.3.4\S32DS\software\PlatformSDK_S32K3_2021_10\SW32K3_RTD_4_4_1_0_0_D2110\Base_TS_T40D34M10I0R0\include\OsIf_Internal.h C/C++ Problem&lt;BR /&gt;Field 'Adc_UnitSelfTestStatus' could not be resolved main.c /Adc_example_S32K344/src line 130 Semantic Error&lt;BR /&gt;Field 'Adc_UnitSelfTestStatus' could not be resolved main.c /Adc_example_S32K344/src line 220 Semantic Error&lt;BR /&gt;make: *** [Project_Settings/Startup_Code/subdir.mk:42: Project_Settings/Startup_Code/exceptions.o] Error 1 Adc_example_S32K344 C/C++ Problem&lt;BR /&gt;make: *** [src/subdir.mk:20: src/main.o] Error 1 Adc_example_S32K344 C/C++ Problem&lt;BR /&gt;make: *** Waiting for unfinished jobs.... Adc_example_S32K344 C/C++ Problem&lt;BR /&gt;Symbol 'Adc_Config_VS_0' could not be resolved main.c /Adc_example_S32K344/src line 122 Semantic Error&lt;BR /&gt;Symbol 'AdcGroupSoftwareOneShot' could not be resolved main.c /Adc_example_S32K344/src line 146 Semantic Error&lt;BR /&gt;Symbol 'AdcGroupSoftwareOneShot' could not be resolved main.c /Adc_example_S32K344/src line 147 Semantic Error&lt;BR /&gt;Symbol 'AdcGroupSoftwareOneShot' could not be resolved main.c /Adc_example_S32K344/src line 152 Semantic Error&lt;BR /&gt;Symbol 'AdcGroupSoftwareOneShot' could not be resolved main.c /Adc_example_S32K344/src line 158 Semantic Error&lt;BR /&gt;Symbol 'AdcGroupSoftwareOneShotDma' could not be resolved main.c /Adc_example_S32K344/src line 233 Semantic Error&lt;BR /&gt;Symbol 'AdcGroupSoftwareOneShotDma' could not be resolved main.c /Adc_example_S32K344/src line 234 Semantic Error&lt;BR /&gt;Symbol 'AdcGroupSoftwareOneShotDma' could not be resolved main.c /Adc_example_S32K344/src line 239 Semantic Error&lt;BR /&gt;Symbol 'AdcGroupSoftwareOneShotDma' could not be resolved main.c /Adc_example_S32K344/src line 244 Semantic Error&lt;BR /&gt;Symbol 'AdcHwUnit_0' could not be resolved main.c /Adc_example_S32K344/src line 129 Semantic Error&lt;BR /&gt;Symbol 'AdcHwUnit_0' could not be resolved main.c /Adc_example_S32K344/src line 185 Semantic Error&lt;BR /&gt;Symbol 'AdcHwUnit_0' could not be resolved main.c /Adc_example_S32K344/src line 211 Semantic Error&lt;BR /&gt;Symbol 'AdcHwUnitDma' could not be resolved main.c /Adc_example_S32K344/src line 219 Semantic Error&lt;BR /&gt;Symbol 'BctulTriggerList' could not be resolved main.c /Adc_example_S32K344/src line 197 Semantic Error&lt;BR /&gt;Symbol 'BctuTriggerSingle' could not be resolved main.c /Adc_example_S32K344/src line 186 Semantic Error&lt;BR /&gt;Symbol 'Dma0_Ch1_IRQHandler' could not be resolved main.c /Adc_example_S32K344/src line 114 Semantic Error&lt;BR /&gt;Symbol 'Mcu_Config_VS_0' could not be resolved main.c /Adc_example_S32K344/src line 103 Semantic Error&lt;BR /&gt;Symbol 'McuClockSettingConfig_0' could not be resolved main.c /Adc_example_S32K344/src line 104 Semantic Error&lt;BR /&gt;Symbol 'McuModeSettingConf_0' could not be resolved main.c /Adc_example_S32K344/src line 105 Semantic Error&lt;BR /&gt;Type 'Adc_CalibrationStatusType' could not be resolved main.c /Adc_example_S32K344/src line 99 Semantic Error&lt;BR /&gt;"__ICCARM" is not defined, evaluates to 0 [-Wundef] TEST line 43, external location: C:\NXP\S32DS.3.4\S32DS\software\FreeMASTER_S32K3_v3.0\src\common\freemaster_private.h C/C++ Problem&lt;BR /&gt;"FMSTR_PLATFORM_CORTEX_M" is not defined, evaluates to 0 [-Wundef] TEST line 35, external location: C:\NXP\S32DS.3.4\S32DS\software\FreeMASTER_S32K3_v3.0\src\common\freemaster.h C/C++ Problem&lt;BR /&gt;"FMSTR_PLATFORM_S12Z" is not defined, evaluates to 0 [-Wundef] TEST line 39, external location: C:\NXP\S32DS.3.4\S32DS\software\FreeMASTER_S32K3_v3.0\src\common\freemaster.h C/C++ Problem&lt;BR /&gt;"FMSTR_SERIAL_ID" is not defined, evaluates to 0 [-Wundef] freemaster_cfg.h /TEST/include_freemaster line 34 C/C++ Problem&lt;BR /&gt;comparison of integer expressions of different signedness: 'FMSTR_INDEX' {aka 'int'} and 'unsigned int' [-Wsign-compare] freemaster_protocol.c /TEST/FreeMASTER/src/common line 386 C/C++ Problem&lt;BR /&gt;comparison of integer expressions of different signedness: 'int' and 'FMSTR_SIZE' {aka 'unsigned int'} [-Wsign-compare] freemaster_rec.c /TEST/FreeMASTER/src/common line 395 C/C++ Problem&lt;BR /&gt;comparison of integer expressions of different signedness: 'int' and 'FMSTR_SIZE' {aka 'unsigned int'} [-Wsign-compare] freemaster_rec.c /TEST/FreeMASTER/src/common line 592 C/C++ Problem&lt;BR /&gt;comparison of integer expressions of different signedness: 'int' and 'FMSTR_SIZE' {aka 'unsigned int'} [-Wsign-compare] freemaster_rec.c /TEST/FreeMASTER/src/common line 655 C/C++ Problem&lt;BR /&gt;comparison of integer expressions of different signedness: 'int' and 'FMSTR_SIZE' {aka 'unsigned int'} [-Wsign-compare] freemaster_scope.c /TEST/FreeMASTER/src/common line 187 C/C++ Problem&lt;BR /&gt;Invalid project path: Include path not found (C:\Users\86138\workspaceS32DS.3.4\Adc_example_S32K344\board). Adc_example_S32K344 pathentry Path Entry Problem&lt;BR /&gt;Invalid project path: Include path not found (C:\Users\86138\workspaceS32DS.3.4\Adc_example_S32K344\generate\include). Adc_example_S32K344 pathentry Path Entry Problem&lt;BR /&gt;Invalid project path: Include path not found (C:\Users\86138\workspaceS32DS.3.4\Adc_example_S32K344\RTD\include). Adc_example_S32K344 pathentry Path Entry Problem&lt;BR /&gt;Invalid project path: Missing project folder or file: \Adc_example_S32K344\board for Source path. Adc_example_S32K344 pathentry Path Entry Problem&lt;BR /&gt;Invalid project path: Missing project folder or file: \Adc_example_S32K344\generate for Source path. Adc_example_S32K344 pathentry Path Entry Problem&lt;BR /&gt;Invalid project path: Missing project folder or file: \Adc_example_S32K344\RTD for Source path. Adc_example_S32K344 pathentry Path Entry Problem&lt;BR /&gt;this statement may fall through [-Wimplicit-fallthrough=] freemaster_pipes.c /TEST/FreeMASTER/src/common line 900 C/C++ Problem&lt;BR /&gt;this statement may fall through [-Wimplicit-fallthrough=] freemaster_pipes.c /TEST/FreeMASTER/src/common line 921 C/C++ Problem&lt;BR /&gt;here freemaster_pipes.c /TEST/FreeMASTER/src/common line 904 C/C++ Problem&lt;BR /&gt;here freemaster_pipes.c /TEST/FreeMASTER/src/common line 925 C/C++ Problem&lt;BR /&gt;in definition of macro 'FMSTR_MK_IDSTR1' TEST line 261, external location: C:\NXP\S32DS.3.4\S32DS\software\FreeMASTER_S32K3_v3.0\src\common\freemaster_defcfg.h C/C++ Problem&lt;BR /&gt;in expansion of macro 'FMSTR_MK_IDSTR' freemaster_can.c /TEST/FreeMASTER/src/common line 28 C/C++ Problem&lt;BR /&gt;in expansion of macro 'FMSTR_MK_IDSTR' freemaster_pdbdm.c /TEST/FreeMASTER/src/common line 28 C/C++ Problem&lt;BR /&gt;in expansion of macro 'FMSTR_TRANSPORT' freemaster_can.c /TEST/FreeMASTER/src/common line 28 C/C++ Problem&lt;BR /&gt;in expansion of macro 'FMSTR_TRANSPORT' freemaster_pdbdm.c /TEST/FreeMASTER/src/common line 28 C/C++ Problem&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Feb 2022 12:23:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/errors-while-compiling-s32k344-project/m-p/1412436#M13964</guid>
      <dc:creator>steven_zhang</dc:creator>
      <dc:date>2022-02-11T12:23:36Z</dc:date>
    </item>
    <item>
      <title>Re: errors while  compiling s32k344 project</title>
      <link>https://community.nxp.com/t5/S32K/errors-while-compiling-s32k344-project/m-p/1412761#M13973</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;SPAN&gt;steven,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Please &lt;STRONG&gt;Update Code&lt;/STRONG&gt; and then build the project again.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Update Code.png" style="width: 999px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/170396i445A4FD917B31E5B/image-size/large?v=v2&amp;amp;px=999" role="button" title="Update Code.png" alt="Update Code.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;BR /&gt;Robin&lt;BR /&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;/P&gt;
&lt;P&gt;- We are following threads for 7 weeks after the last post, later replies are ignored&lt;BR /&gt;Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt;-------------------------------------------------------------------------------&lt;/P&gt;</description>
      <pubDate>Mon, 14 Feb 2022 01:21:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/errors-while-compiling-s32k344-project/m-p/1412761#M13973</guid>
      <dc:creator>Robin_Shen</dc:creator>
      <dc:date>2022-02-14T01:21:45Z</dc:date>
    </item>
    <item>
      <title>Re: errors while  compiling s32k344 project</title>
      <link>https://community.nxp.com/t5/S32K/errors-while-compiling-s32k344-project/m-p/1412815#M13975</link>
      <description>&lt;P&gt;yes ，it works by using config tools，but i still got 7 errors while compling the project from the examples ：&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="steven_zhang_0-1644808026509.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/170405iFE9972BBE78FBC48/image-size/medium?v=v2&amp;amp;px=400" role="button" title="steven_zhang_0-1644808026509.png" alt="steven_zhang_0-1644808026509.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Description Resource Path Location Type&lt;BR /&gt;fatal error: Adc.h: No such file or directory main.c /Adc_example_S32K344/src line 26 C/C++ Problem&lt;BR /&gt;fatal error: OsIf_Cfg.h: No such file or directory Adc_example_S32K344 line 46, external location: C:\NXP\S32DS.3.4\S32DS\software\PlatformSDK_S32K3_2021_10\SW32K3_RTD_4_4_1_0_0_D2110\Base_TS_T40D34M10I0R0\include\OsIf_Internal.h C/C++ Problem&lt;BR /&gt;make: *** [Project_Settings/Startup_Code/subdir.mk:42: Project_Settings/Startup_Code/exceptions.o] Error 1 Adc_example_S32K344 C/C++ Problem&lt;BR /&gt;make: *** [Project_Settings/Startup_Code/subdir.mk:42: Project_Settings/Startup_Code/system.o] Error 1 Adc_example_S32K344 C/C++ Problem&lt;BR /&gt;make: *** [src/subdir.mk:20: src/main.o] Error 1 Adc_example_S32K344 C/C++ Problem&lt;BR /&gt;make: *** Waiting for unfinished jobs.... Adc_example_S32K344 C/C++ Problem&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i tried to add the including path of the missing *.h files，got much more errors&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="steven_zhang_1-1644808471847.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/170407i18487A3E40CF51CB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="steven_zhang_1-1644808471847.png" alt="steven_zhang_1-1644808471847.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Feb 2022 03:14:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/errors-while-compiling-s32k344-project/m-p/1412815#M13975</guid>
      <dc:creator>steven_zhang</dc:creator>
      <dc:date>2022-02-14T03:14:46Z</dc:date>
    </item>
  </channel>
</rss>

