<?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のトピック[S32K344] Build fail: Missing Include Paths (Std_Types.h) with RTD 7.0.0 (AUTOSAR R23-11)</title>
    <link>https://community.nxp.com/t5/S32K/S32K344-Build-fail-Missing-Include-Paths-Std-Types-h-with-RTD-7/m-p/2266262#M55594</link>
    <description>&lt;P&gt;Hello Community,&lt;/P&gt;&lt;P&gt;I am encountering a persistent issue with a fresh "Greenfield" project for the &lt;STRONG&gt;S32K344&lt;/STRONG&gt; where the standard include paths are not being added to the project settings automatically after code generation.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;My Environment:&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Chip:&lt;/STRONG&gt; S32K344 (BGA257)&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;IDE:&lt;/STRONG&gt; S32 Design Studio (latest version)&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;RTD Version:&lt;/STRONG&gt; AUTOSAR R23-11 V7.0.0&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Dev Package:&lt;/STRONG&gt; S32K344 development package&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;Steps to Reproduce:&lt;/STRONG&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;P&gt;I created a completely new &lt;STRONG&gt;Application Project&lt;/STRONG&gt; for the S32K344.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;I opened the Configuration Tool (.mex).&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;In the &lt;I&gt;Peripherals/Components&lt;/I&gt; view, I added the following components:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;BaseNXP (mandatory)&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Platform (for Interrupts/IntCtrl)&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Eth_43_GMAC (Ethernet Driver)&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;I configured the components (enabled basic settings) and saved the configuration.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;I clicked &lt;STRONG&gt;"Update Code"&lt;/STRONG&gt; to generate the source files. The generation finished successfully.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;I clicked the &lt;STRONG&gt;Build (Hammer)&lt;/STRONG&gt; button.&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;STRONG&gt;The Issue:&lt;/STRONG&gt; The build fails immediately with multiple "fatal errors" indicating that the basic AUTOSAR and RTD headers cannot be found. It seems the compiler does not know where the NXP RTD libraries are located.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Error Log (Console Output):&lt;/STRONG&gt;&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;Plaintext&lt;/SPAN&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;PRE&gt;fatal error: Std_Types.h: No such file or directory
fatal error: Eth_GeneralTypes.h: No such file or directory
fatal error: Mcal.h: No such file or directory
fatal error: S32K344_SIUL2.h: No such file or directory
...
make: *** [generate/src/subdir.mk:71: generate/src/OsIf_Cfg.o] Error 1&lt;/PRE&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&lt;STRONG&gt;Observation:&lt;/STRONG&gt; I manually verified the folder structure via the File Explorer. The missing files (like Std_Types.h inside the BaseNXP component folder) &lt;STRONG&gt;do physically exist&lt;/STRONG&gt; on the disk within the project/SDK structure. However, these paths are not automatically added to the Project.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;My Question:&lt;/STRONG&gt; Is there a specific step or checkbox I am missing to force the Configuration Tool to update the &lt;STRONG&gt;Project Include Paths&lt;/STRONG&gt;? Or is this a known issue with the RTD 7.0.0 integration?&lt;/P&gt;&lt;P&gt;Any help to fix the include paths automatically would be appreciated.&lt;/P&gt;&lt;P&gt;Best regards.&lt;/P&gt;</description>
    <pubDate>Thu, 18 Dec 2025 15:58:25 GMT</pubDate>
    <dc:creator>nikovntv</dc:creator>
    <dc:date>2025-12-18T15:58:25Z</dc:date>
    <item>
      <title>[S32K344] Build fail: Missing Include Paths (Std_Types.h) with RTD 7.0.0 (AUTOSAR R23-11)</title>
      <link>https://community.nxp.com/t5/S32K/S32K344-Build-fail-Missing-Include-Paths-Std-Types-h-with-RTD-7/m-p/2266262#M55594</link>
      <description>&lt;P&gt;Hello Community,&lt;/P&gt;&lt;P&gt;I am encountering a persistent issue with a fresh "Greenfield" project for the &lt;STRONG&gt;S32K344&lt;/STRONG&gt; where the standard include paths are not being added to the project settings automatically after code generation.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;My Environment:&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Chip:&lt;/STRONG&gt; S32K344 (BGA257)&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;IDE:&lt;/STRONG&gt; S32 Design Studio (latest version)&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;RTD Version:&lt;/STRONG&gt; AUTOSAR R23-11 V7.0.0&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Dev Package:&lt;/STRONG&gt; S32K344 development package&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;Steps to Reproduce:&lt;/STRONG&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;P&gt;I created a completely new &lt;STRONG&gt;Application Project&lt;/STRONG&gt; for the S32K344.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;I opened the Configuration Tool (.mex).&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;In the &lt;I&gt;Peripherals/Components&lt;/I&gt; view, I added the following components:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;BaseNXP (mandatory)&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Platform (for Interrupts/IntCtrl)&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Eth_43_GMAC (Ethernet Driver)&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;I configured the components (enabled basic settings) and saved the configuration.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;I clicked &lt;STRONG&gt;"Update Code"&lt;/STRONG&gt; to generate the source files. The generation finished successfully.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;I clicked the &lt;STRONG&gt;Build (Hammer)&lt;/STRONG&gt; button.&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;STRONG&gt;The Issue:&lt;/STRONG&gt; The build fails immediately with multiple "fatal errors" indicating that the basic AUTOSAR and RTD headers cannot be found. It seems the compiler does not know where the NXP RTD libraries are located.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Error Log (Console Output):&lt;/STRONG&gt;&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;Plaintext&lt;/SPAN&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;PRE&gt;fatal error: Std_Types.h: No such file or directory
fatal error: Eth_GeneralTypes.h: No such file or directory
fatal error: Mcal.h: No such file or directory
fatal error: S32K344_SIUL2.h: No such file or directory
...
make: *** [generate/src/subdir.mk:71: generate/src/OsIf_Cfg.o] Error 1&lt;/PRE&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&lt;STRONG&gt;Observation:&lt;/STRONG&gt; I manually verified the folder structure via the File Explorer. The missing files (like Std_Types.h inside the BaseNXP component folder) &lt;STRONG&gt;do physically exist&lt;/STRONG&gt; on the disk within the project/SDK structure. However, these paths are not automatically added to the Project.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;My Question:&lt;/STRONG&gt; Is there a specific step or checkbox I am missing to force the Configuration Tool to update the &lt;STRONG&gt;Project Include Paths&lt;/STRONG&gt;? Or is this a known issue with the RTD 7.0.0 integration?&lt;/P&gt;&lt;P&gt;Any help to fix the include paths automatically would be appreciated.&lt;/P&gt;&lt;P&gt;Best regards.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Dec 2025 15:58:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K344-Build-fail-Missing-Include-Paths-Std-Types-h-with-RTD-7/m-p/2266262#M55594</guid>
      <dc:creator>nikovntv</dc:creator>
      <dc:date>2025-12-18T15:58:25Z</dc:date>
    </item>
    <item>
      <title>Re: [S32K344] Build fail: Missing Include Paths (Std_Types.h) with RTD 7.0.0 (AUTOSAR R23-11)</title>
      <link>https://community.nxp.com/t5/S32K/S32K344-Build-fail-Missing-Include-Paths-Std-Types-h-with-RTD-7/m-p/2266325#M55598</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/258179"&gt;@nikovntv&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I created a project from scratch using the same device and RTD version. In the Peripheral Tool, I added the following components: BaseNXP, Platform, Port, Dem, EthTrcv, and Eth_43_GMAC, and I resolved all configuration issues reported by Config Tools.&lt;/P&gt;
&lt;P&gt;In the main.c file, I only added the following includes:&lt;/P&gt;
&lt;LI-CODE lang="c"&gt;#include "Mcal.h"
#include "Mcu.h"
#include "Port.h"
#include "Eth_43_GMAC.h"
#include "OsIf.h"&lt;/LI-CODE&gt;
&lt;P&gt;After building the project, no errors were reported.&lt;/P&gt;
&lt;P&gt;Could you please verify whether there are any errors in Config Tools, or if there are any missing drivers with dependencies that need to be added?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR, VaneB&lt;/P&gt;</description>
      <pubDate>Thu, 18 Dec 2025 18:22:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K344-Build-fail-Missing-Include-Paths-Std-Types-h-with-RTD-7/m-p/2266325#M55598</guid>
      <dc:creator>VaneB</dc:creator>
      <dc:date>2025-12-18T18:22:08Z</dc:date>
    </item>
    <item>
      <title>Re: [S32K344] Build fail: Missing Include Paths (Std_Types.h) with RTD 7.0.0 (AUTOSAR R23-11)</title>
      <link>https://community.nxp.com/t5/S32K/S32K344-Build-fail-Missing-Include-Paths-Std-Types-h-with-RTD-7/m-p/2266380#M55599</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/201913"&gt;@VaneB&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Thanks for looking into this.&lt;/P&gt;&lt;P&gt;I dug a bit deeper into the Project Properties and found a specific error message that seems to be the root cause of why the include paths are not being injected automatically.&lt;/P&gt;&lt;P&gt;Could you please check if you see the same behavior in your working project?&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;1. The SDK Error&lt;/STRONG&gt; Please go to &lt;STRONG&gt;Project Properties -&amp;gt; SDKs&lt;/STRONG&gt;. Make sure &lt;STRONG&gt;"Show all SDKs"&lt;/STRONG&gt; is checked. Then, hover your mouse cursor over the checked PlatformSDK_S32K3... entry.&lt;/P&gt;&lt;P&gt;On my side, the tooltip displays the following error:&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;&lt;STRONG&gt;Error: SDK can not be attached because does not support toolChain required by the project.&lt;/STRONG&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Do you see this error tooltip as well, or is it clean for you?&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;2. Your Setup Environment&lt;/STRONG&gt; To verify if I am missing a specific package or update, could you please confirm:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Extensions:&lt;/STRONG&gt; Which exact extensions/packages do you have installed? (A screenshot of "S32DS Extensions and Updates" or a list would be great).&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Project Creation:&lt;/STRONG&gt; How exactly did you set up the Application Project? Did you change any settings in the wizard (e.g., regarding the Toolchain or Library Support), or did you use the default settings?&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;3. File Check&lt;/STRONG&gt; Just to be 100% sure: Does the file Std_Types.h physically exist in your RTD include folder on the disk? (I assume yes, since your build works, but I want to rule out a broken installation on my side).&lt;/P&gt;&lt;P&gt;Thanks for your support!&lt;/P&gt;&lt;P&gt;Best regards.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Dec 2025 21:38:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K344-Build-fail-Missing-Include-Paths-Std-Types-h-with-RTD-7/m-p/2266380#M55599</guid>
      <dc:creator>nikovntv</dc:creator>
      <dc:date>2025-12-18T21:38:50Z</dc:date>
    </item>
    <item>
      <title>Re: [S32K344] Build fail: Missing Include Paths (Std_Types.h) with RTD 7.0.0 (AUTOSAR R23-11)</title>
      <link>https://community.nxp.com/t5/S32K/S32K344-Build-fail-Missing-Include-Paths-Std-Types-h-with-RTD-7/m-p/2267018#M55625</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/258179"&gt;@nikovntv&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This error is usually caused by incompatible software packages. Please ensure that you select the NXP GCC 10.2 for Arm 32-bit Bare-Metal toolchain and choose RTD 7.0.0 as the SDK when creating your project.&lt;/P&gt;</description>
      <pubDate>Fri, 19 Dec 2025 16:30:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K344-Build-fail-Missing-Include-Paths-Std-Types-h-with-RTD-7/m-p/2267018#M55625</guid>
      <dc:creator>VaneB</dc:creator>
      <dc:date>2025-12-19T16:30:37Z</dc:date>
    </item>
  </channel>
</rss>

