<?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: lwip_freeRTOS_s32k344 : Build Configuration Issue Report: FreeRTOS Example Projects in S32 Design Studio</title>
    <link>https://community.nxp.com/t5/S32-Design-Studio/lwip-freeRTOS-s32k344-Build-Configuration-Issue-Report-FreeRTOS/m-p/2250619#M13932</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/255899"&gt;@Sachin05&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could you please provide the RTD version and the FreeRTOS package version you have installed? Additionally, could you share the steps you followed to import the example? This will help me better understand your setup and verify if anything might be missing.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR, VaneB&lt;/P&gt;</description>
    <pubDate>Thu, 27 Nov 2025 22:28:59 GMT</pubDate>
    <dc:creator>VaneB</dc:creator>
    <dc:date>2025-11-27T22:28:59Z</dc:date>
    <item>
      <title>lwip_freeRTOS_s32k344 : Build Configuration Issue Report: FreeRTOS Example Projects</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/lwip-freeRTOS-s32k344-Build-Configuration-Issue-Report-FreeRTOS/m-p/2250465#M13931</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Problem&lt;/STRONG&gt;&lt;SPAN&gt;: FreeRTOS and lwIP example projects fail to compile with "fatal error: FreeRTOS.h: No such file or directory"&lt;/SPAN&gt;&lt;BR /&gt;&lt;STRONG&gt;Platform&lt;/STRONG&gt;&lt;SPAN&gt;: S32 Design Studio 3.6.2&lt;/SPAN&gt;&lt;BR /&gt;&lt;STRONG&gt;Target&lt;/STRONG&gt;&lt;SPAN&gt;: S32K344 (S32K3 Platform)&lt;/SPAN&gt;&lt;BR /&gt;&lt;STRONG&gt;Affected Projects&lt;/STRONG&gt;&lt;SPAN&gt;:&amp;nbsp;&lt;/SPAN&gt;free_rtos&lt;SPAN&gt;,&amp;nbsp;&lt;/SPAN&gt;lwip_freertos&lt;SPAN&gt;&amp;nbsp;example applications&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;H2&gt;Environment Verification&lt;/H2&gt;&lt;H3&gt;Components Installed (Confirmed):&lt;/H3&gt;&lt;UL&gt;&lt;LI&gt;&lt;LI-EMOJI id="lia_white-heavy-check-mark" title=":white_heavy_check_mark:"&gt;&lt;/LI-EMOJI&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;S32 Design Studio&lt;/STRONG&gt;: Version 3.6.2&lt;/LI&gt;&lt;LI&gt;&lt;LI-EMOJI id="lia_white-heavy-check-mark" title=":white_heavy_check_mark:"&gt;&lt;/LI-EMOJI&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Platform SDK S32K3&lt;/STRONG&gt;: Includes FreeRTOS and lwIP TCP/IP stack&lt;/LI&gt;&lt;LI&gt;&lt;LI-EMOJI id="lia_white-heavy-check-mark" title=":white_heavy_check_mark:"&gt;&lt;/LI-EMOJI&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;FreeRTOS Source Location&lt;/STRONG&gt;:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A title="" href="vscode-file://vscode-app/c:/Users/SSachin/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/code/electron-browser/workbench/workbench.html" target="_blank" rel="noopener"&gt;&lt;SPAN class=""&gt;Source&lt;/SPAN&gt;&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;H3&gt;Build Error Observed:&lt;/H3&gt;&lt;P&gt;../src/main.c:19:10: fatal error: FreeRTOS.h: No such file or directory&lt;BR /&gt;19 | #include "FreeRTOS.h"&lt;BR /&gt;| ^~~~~~~~~~~~&lt;BR /&gt;compilation terminated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;H3&gt;&lt;STRONG&gt;Cascade of Errors When Path Added Manually&lt;/STRONG&gt;&lt;/H3&gt;&lt;P&gt;When the FreeRTOS include path is manually added to build settings:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Initial&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;FreeRTOS.h&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;header is found&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;New errors appear&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;for missing secondary dependencies:&lt;UL&gt;&lt;LI&gt;portmacro.h&amp;nbsp;(ARM Cortex-M7 port-specific definitions)&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;What is the correct project import procedure for FreeRTOS examples?&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Nov 2025 15:14:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/lwip-freeRTOS-s32k344-Build-Configuration-Issue-Report-FreeRTOS/m-p/2250465#M13931</guid>
      <dc:creator>Sachin05</dc:creator>
      <dc:date>2025-11-27T15:14:28Z</dc:date>
    </item>
    <item>
      <title>Re: lwip_freeRTOS_s32k344 : Build Configuration Issue Report: FreeRTOS Example Projects</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/lwip-freeRTOS-s32k344-Build-Configuration-Issue-Report-FreeRTOS/m-p/2250619#M13932</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/255899"&gt;@Sachin05&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could you please provide the RTD version and the FreeRTOS package version you have installed? Additionally, could you share the steps you followed to import the example? This will help me better understand your setup and verify if anything might be missing.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR, VaneB&lt;/P&gt;</description>
      <pubDate>Thu, 27 Nov 2025 22:28:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/lwip-freeRTOS-s32k344-Build-Configuration-Issue-Report-FreeRTOS/m-p/2250619#M13932</guid>
      <dc:creator>VaneB</dc:creator>
      <dc:date>2025-11-27T22:28:59Z</dc:date>
    </item>
    <item>
      <title>Re: lwip_freeRTOS_s32k344 : Build Configuration Issue Report: FreeRTOS Example Projects</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/lwip-freeRTOS-s32k344-Build-Configuration-Issue-Report-FreeRTOS/m-p/2250653#M13933</link>
      <description>&lt;P&gt;Hello &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/201913"&gt;@VaneB&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;RTS version&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Sachin05_2-1764290104019.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/367646i2AC5DEB698DF9B30/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Sachin05_2-1764290104019.png" alt="Sachin05_2-1764290104019.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;FreeRTOS package version&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Sachin05_3-1764290143496.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/367647i5E653C7ED8D98512/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Sachin05_3-1764290143496.png" alt="Sachin05_3-1764290143496.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;followed the standard NXP example import procedure from the S32 Design Studio 3.6.2 IDE:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;STRONG&gt;Opened S32 Design Studio 3.6.2&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;IDE&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Navigated to Dashboard&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;→ "Create or import project"&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Selected&lt;/STRONG&gt;: "S32DS Project from Example"&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Filter/Search Parameters&lt;/STRONG&gt;:&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;Category&lt;/STRONG&gt;: TCP/IP Stack (or Middleware)&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Device Family&lt;/STRONG&gt;: S32K3X4&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Example Name&lt;/STRONG&gt;:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;lwip_freertos&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;(or similar variant like&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;free_rtos_tcpip)&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Selected the example&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;from the list&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Clicked "Finish"&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;to import into workspace&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;STRONG&gt;No custom modifications were made&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;to the imported project before the initial build attempt.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Sachin05_4-1764290275325.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/367648i85B311D79EF4EB08/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Sachin05_4-1764290275325.png" alt="Sachin05_4-1764290275325.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Regards, Sachin&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Nov 2025 00:44:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/lwip-freeRTOS-s32k344-Build-Configuration-Issue-Report-FreeRTOS/m-p/2250653#M13933</guid>
      <dc:creator>Sachin05</dc:creator>
      <dc:date>2025-11-28T00:44:13Z</dc:date>
    </item>
  </channel>
</rss>

