<?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>S32KのトピックRe: S32DS3.6.2 build gPTP Example Code error</title>
    <link>https://community.nxp.com/t5/S32K/S32DS3-6-2-build-gPTP-Example-Code-error/m-p/2367260#M58688</link>
    <description>&lt;P&gt;你好，实际我不太关注这个错误，这些错误肯定可以修订，主要再S32DS3.5+RTD5.0.0直接导入IDE提供的标准例程没有出现编译出错问题，但是在S32DS3.6.2+RTD6.0.0同样的操作出现该现象，是不是插件安装不匹配导致，最担心是：&lt;/P&gt;&lt;P&gt;涉及的source code file都是SDK提供的，基本上不会修改，就是修改也是通过IDE界面配置修改，后面随着功能增加，会不断update Code，已经修改的文件再次覆盖，每次都需要修改一边，这样是不是不太方便！&lt;/P&gt;</description>
    <pubDate>Tue, 19 May 2026 04:38:05 GMT</pubDate>
    <dc:creator>Ryan_xjl</dc:creator>
    <dc:date>2026-05-19T04:38:05Z</dc:date>
    <item>
      <title>S32DS3.6.2 build gPTP Example Code error</title>
      <link>https://community.nxp.com/t5/S32K/S32DS3-6-2-build-gPTP-Example-Code-error/m-p/2367042#M58673</link>
      <description>&lt;P&gt;原来一直在S32DS3.5+RTD5..0.0开发，介于新的需求要开发gPTP相关功能，所以重新搭建新的开发环境：&lt;/P&gt;&lt;P&gt;S32DS_3.6.2_RFP_win32.x86_64.exe&lt;/P&gt;&lt;P&gt;SW32K3_S32M27x_RTD_R21-11_6.0.0_D2506_DesignStudio_updatesite.zip&lt;/P&gt;&lt;P&gt;SW32K3_FreeRTOS_11.1.0_6.0.0_CD1_D2506_DesignStudio_updatesite.zip&lt;/P&gt;&lt;P&gt;SW32K3xx_M7_gPTP_1.0.0_D2507_DesignStudio_updatesite.zip&lt;/P&gt;&lt;P&gt;SW32K3_TCPIP_STACK_3.0.0_D2507_DesignStudio_updatesite.zip&lt;/P&gt;&lt;P&gt;搭建完成后创建S32K388_gptp_free_rtos_ds工程，更新code直接编译发现下面错误：&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Ryan_xjl_0-1779122975440.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/385774i94A3BDCCDE9ECC1A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Ryan_xjl_0-1779122975440.png" alt="Ryan_xjl_0-1779122975440.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;我的理解是不是环境搭建过程中是不是缺少插件的安装？&lt;/P&gt;&lt;P&gt;实际同样的情况lwip_FreeRTOS_s32k388也出现：&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Ryan_xjl_1-1779123146816.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/385775iED5F1B750015AFFB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Ryan_xjl_1-1779123146816.png" alt="Ryan_xjl_1-1779123146816.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;但是对应的插件我都安装了，附件是S32K388_gptp_free_rtos_ds导出例程，刚开始搭建麻烦指点一下，谢谢！&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 18 May 2026 16:56:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32DS3-6-2-build-gPTP-Example-Code-error/m-p/2367042#M58673</guid>
      <dc:creator>Ryan_xjl</dc:creator>
      <dc:date>2026-05-18T16:56:11Z</dc:date>
    </item>
    <item>
      <title>Re: S32DS3.6.2 build gPTP Example Code error</title>
      <link>https://community.nxp.com/t5/S32K/S32DS3-6-2-build-gPTP-Example-Code-error/m-p/2367143#M58678</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/232421"&gt;@Ryan_xjl&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I was able to replicate the issue. The following changes were required to build the project without errors:&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;FreeRTOSConfig.h&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;LI-CODE lang="c"&gt;Add the following definition:
#define configKERNEL_PROVIDED_STATIC_MEMORY 1&lt;/LI-CODE&gt;
&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;port.c&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;LI-CODE lang="c"&gt;Add the declaration:
void xPortSysTickHandler( void ) __attribute__( ( naked ) );&lt;/LI-CODE&gt;
&lt;P&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt;Vector_Table.s&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;LI-CODE lang="c"&gt;Change .globl vPortSVCHandler
to     .globl SVC_Handler
Change .long vPortSVCHandler
to     .long SVC_Handler+1&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR, VaneB&lt;/P&gt;</description>
      <pubDate>Mon, 18 May 2026 21:49:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32DS3-6-2-build-gPTP-Example-Code-error/m-p/2367143#M58678</guid>
      <dc:creator>VaneB</dc:creator>
      <dc:date>2026-05-18T21:49:50Z</dc:date>
    </item>
    <item>
      <title>Re: S32DS3.6.2 build gPTP Example Code error</title>
      <link>https://community.nxp.com/t5/S32K/S32DS3-6-2-build-gPTP-Example-Code-error/m-p/2367260#M58688</link>
      <description>&lt;P&gt;你好，实际我不太关注这个错误，这些错误肯定可以修订，主要再S32DS3.5+RTD5.0.0直接导入IDE提供的标准例程没有出现编译出错问题，但是在S32DS3.6.2+RTD6.0.0同样的操作出现该现象，是不是插件安装不匹配导致，最担心是：&lt;/P&gt;&lt;P&gt;涉及的source code file都是SDK提供的，基本上不会修改，就是修改也是通过IDE界面配置修改，后面随着功能增加，会不断update Code，已经修改的文件再次覆盖，每次都需要修改一边，这样是不是不太方便！&lt;/P&gt;</description>
      <pubDate>Tue, 19 May 2026 04:38:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32DS3-6-2-build-gPTP-Example-Code-error/m-p/2367260#M58688</guid>
      <dc:creator>Ryan_xjl</dc:creator>
      <dc:date>2026-05-19T04:38:05Z</dc:date>
    </item>
    <item>
      <title>Re: S32DS3.6.2 build gPTP Example Code error</title>
      <link>https://community.nxp.com/t5/S32K/S32DS3-6-2-build-gPTP-Example-Code-error/m-p/2367813#M58708</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/232421"&gt;@Ryan_xjl&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regarding software compatibility, the current versions you are working with should operate without issues, as they all depend on RTD version 6.0.0.&lt;/P&gt;
&lt;P&gt;Concerning the migration from RTD 5.0.0 to RTD 6.0.0, and from S32DS 3.5 to S32DS 3.6.2, several changes have been introduced in both the software and the IDE. Therefore, full backward compatibility cannot be guaranteed, although the overall functionality remains largely similar.&lt;/P&gt;
&lt;P&gt;Finally, regarding the loss of modifications in generated files, this is expected behavior when using ConfigTools. Each time a new configuration is applied, the tool regenerates the files and restores them to their default state. Any manual changes made directly in these files are not preserved. Therefore, it is important to manage custom modifications carefully when working with generated code.&lt;/P&gt;</description>
      <pubDate>Tue, 19 May 2026 16:51:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32DS3-6-2-build-gPTP-Example-Code-error/m-p/2367813#M58708</guid>
      <dc:creator>VaneB</dc:creator>
      <dc:date>2026-05-19T16:51:35Z</dc:date>
    </item>
    <item>
      <title>Re: S32DS3.6.2 build gPTP Example Code error</title>
      <link>https://community.nxp.com/t5/S32K/S32DS3-6-2-build-gPTP-Example-Code-error/m-p/2368499#M58741</link>
      <description>&lt;P&gt;非常感谢你如此耐心的帮助我解决困惑，可能是我表达的不够明白，或者我刚开始学习，方便明确表达我的意思，我提供了整个操作流程的视频，可以更好表达我的诉求，再次感谢你如此耐心的帮助我&lt;/P&gt;&lt;P&gt;PS：过程中有个现象，不知道是不是该情况导致&lt;/P&gt;&lt;P&gt;附件是操作流程视频&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Ryan_xjl_0-1779283989505.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/386190i3F9E718065F5ED63/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Ryan_xjl_0-1779283989505.png" alt="Ryan_xjl_0-1779283989505.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 20 May 2026 13:37:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32DS3-6-2-build-gPTP-Example-Code-error/m-p/2368499#M58741</guid>
      <dc:creator>Ryan_xjl</dc:creator>
      <dc:date>2026-05-20T13:37:56Z</dc:date>
    </item>
    <item>
      <title>Re: S32DS3.6.2 build gPTP Example Code error</title>
      <link>https://community.nxp.com/t5/S32K/S32DS3-6-2-build-gPTP-Example-Code-error/m-p/2368726#M58750</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/232421"&gt;@Ryan_xjl&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV&gt;
&lt;P&gt;No worries, the language difference can sometimes cause misunderstandings, and I really appreciate that you shared a video showing the issue.&lt;/P&gt;
&lt;P&gt;The window displayed when opening ConfigTools is simply a warning indicating that the project was created using an older version of the tool than the one you are currently using. This only becomes relevant if you try to open the &lt;EM&gt;.mex&lt;/EM&gt; file again with the original (older) version. In your case, it should not cause any problem. Also, when creating a project from scratch, this warning does not appear.&lt;/P&gt;
&lt;P&gt;Finally, the build error you encountered when compiling the example can be resolved by applying the changes I mentioned in my first reply.&lt;/P&gt;
&lt;P&gt;I hope this helps clarify your questions.&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Wed, 20 May 2026 18:58:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32DS3-6-2-build-gPTP-Example-Code-error/m-p/2368726#M58750</guid>
      <dc:creator>VaneB</dc:creator>
      <dc:date>2026-05-20T18:58:35Z</dc:date>
    </item>
    <item>
      <title>Re: S32DS3.6.2 build gPTP Example Code error</title>
      <link>https://community.nxp.com/t5/S32K/S32DS3-6-2-build-gPTP-Example-Code-error/m-p/2369699#M58787</link>
      <description>&lt;P&gt;非常感谢，这个问题目前就按照当前的思路进行&lt;/P&gt;&lt;P&gt;附件的这个工程操作流程与gPTP工程一样，是否可以协助看看(发现stack没有生成)&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Ryan_xjl_0-1779381372816.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/386411i40188E4898476D13/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Ryan_xjl_0-1779381372816.png" alt="Ryan_xjl_0-1779381372816.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Ryan_xjl_1-1779381514711.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/386412iA39F8C8A13557182/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Ryan_xjl_1-1779381514711.png" alt="Ryan_xjl_1-1779381514711.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Ryan_xjl_2-1779381531505.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/386413iEDF25666D03EAA54/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Ryan_xjl_2-1779381531505.png" alt="Ryan_xjl_2-1779381531505.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 21 May 2026 16:40:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32DS3-6-2-build-gPTP-Example-Code-error/m-p/2369699#M58787</guid>
      <dc:creator>Ryan_xjl</dc:creator>
      <dc:date>2026-05-21T16:40:41Z</dc:date>
    </item>
    <item>
      <title>Re: S32DS3.6.2 build gPTP Example Code error</title>
      <link>https://community.nxp.com/t5/S32K/S32DS3-6-2-build-gPTP-Example-Code-error/m-p/2369765#M58789</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/232421"&gt;@Ryan_xjl&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have imported the lwip_FreeRTOS_s32k388 example on my side, and it appears that the stacks folder is missing, which is causing the errors.&lt;/P&gt;
&lt;P&gt;As a workaround, you can modify the &lt;EM&gt;&lt;STRONG&gt;tcpip_itm_manifest.xml&lt;/STRONG&gt;&lt;/EM&gt; file and add S32K388 to the three device lists. This file can be found, for example, at: &lt;STRONG&gt;&lt;EM&gt;C:\NXP\S32DS.3.6.4\S32DS\software\PlatformSDK_S32K3\tcpip_itm_manifest.xml&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Additionally, please refer to the thread &lt;A href="https://community.nxp.com/t5/S32K/S32K388-tcpip-stack-4-0-0-missing-lwip-folder-while-compiling/td-p/2318823" target="_blank" rel="noopener"&gt;S32K388 tcpip stack 4.0.0 missing lwip folder while compiling&lt;/A&gt;, where this issue has already been discussed. The thread also points to an example project that may be helpful for your case.&lt;/P&gt;</description>
      <pubDate>Thu, 21 May 2026 18:31:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32DS3-6-2-build-gPTP-Example-Code-error/m-p/2369765#M58789</guid>
      <dc:creator>VaneB</dc:creator>
      <dc:date>2026-05-21T18:31:38Z</dc:date>
    </item>
  </channel>
</rss>

