<?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: Load Config and Building in CLI failed</title>
    <link>https://community.nxp.com/t5/S32K/Load-Config-and-Building-in-CLI-failed/m-p/2263051#M55424</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/257549"&gt;@nairaca04&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Based on the steps you shared, it appears that you have not generated code using S32 Configuration Tools from a .mex file or updated the code along with all component dependencies. For detailed instructions and specific commands, navigate to the top menu bar and select Help → Help Contents, then search for "Command-line execution – Working With Projects".&lt;/P&gt;</description>
    <pubDate>Mon, 15 Dec 2025 20:14:25 GMT</pubDate>
    <dc:creator>VaneB</dc:creator>
    <dc:date>2025-12-15T20:14:25Z</dc:date>
    <item>
      <title>Load Config and Building in CLI failed</title>
      <link>https://community.nxp.com/t5/S32K/Load-Config-and-Building-in-CLI-failed/m-p/2259002#M55274</link>
      <description>&lt;P&gt;Hi everyone, its me again,&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Im having an issue in loading configurations and building the project using command line. My PC is Windows 11.&lt;BR /&gt;&lt;BR /&gt;here is my command:&lt;/P&gt;&lt;P&gt;load config:&lt;BR /&gt;$env:BASE_PLATFORMSDK_S32K3 = 'C:\NXP\S32DS.3.6.4\S32DS\software\PlatformSDK_S32K3'&lt;BR /&gt;.\s32dsc.exe -noSplash -application com.nxp.swtools.framework.application --launcher.ini .\s32ds.ini -data 'C:\Users\guest\Desktop\tmp' -sdkPath 'C:\NXP\S32DS.3.6.4\S32DS\software\PlatformSDK_S32K3' -Load 'C:\Users\guest\Desktop\tmp\my_project\my_project.mex' -ExportAll 'C:\Users\guest\Desktop\tmp\my_project'&lt;BR /&gt;&lt;BR /&gt;build package:&lt;BR /&gt;.\s32dsc.exe -noSplash -application org.eclipse.cdt.managedbuilder.core.headlessbuild --launcher.ini .\s32ds.ini -data 'C:\Users\guest\Desktop\tmp' -cleanBuild my_project&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Im having error in building process,&amp;nbsp;&lt;STRONG&gt;fatal error: Stm_Ip.h: No such file or directory.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/STRONG&gt;Upon checking the load config process, Im having this warning, &lt;STRONG&gt;SEVERE: Wrong preference for SDK Install location: . Using shared location!&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/STRONG&gt;Now Im assuming that this has to do with the Path of my SDK but as you can see I already use -sdkPath command and still got the error.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Is there something Im missing? Thank you&lt;/P&gt;</description>
      <pubDate>Wed, 10 Dec 2025 10:23:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Load-Config-and-Building-in-CLI-failed/m-p/2259002#M55274</guid>
      <dc:creator>nairaca04</dc:creator>
      <dc:date>2025-12-10T10:23:56Z</dc:date>
    </item>
    <item>
      <title>Re: Load Config and Building in CLI failed</title>
      <link>https://community.nxp.com/t5/S32K/Load-Config-and-Building-in-CLI-failed/m-p/2259490#M55289</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/257549"&gt;@nairaca04&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could you please share all the steps you followed, including any commands executed and configurations applied? This will help us better understand the process and identify where the issue might be occurring.&lt;/P&gt;
&lt;P&gt;Additionally, we recommend referring to the official documentation for the S32 Design Studio Command Line Interface, as it provides detailed instructions and best practices for loading configurations and building projects via the command line.&amp;nbsp;You can find this resource in locations such as:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;C:\NXP\S32DS.3.6.4\S32DS\help\resources\howto\HOWTO_S32_Design_Studio_Command_Line_Interface.pdf&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR, VaneB&lt;/P&gt;</description>
      <pubDate>Wed, 10 Dec 2025 21:40:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Load-Config-and-Building-in-CLI-failed/m-p/2259490#M55289</guid>
      <dc:creator>VaneB</dc:creator>
      <dc:date>2025-12-10T21:40:49Z</dc:date>
    </item>
    <item>
      <title>Re: Load Config and Building in CLI failed</title>
      <link>https://community.nxp.com/t5/S32K/Load-Config-and-Building-in-CLI-failed/m-p/2262119#M55365</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&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;Thanks for the response, sorry for taking way too long to reply.&lt;BR /&gt;&lt;BR /&gt;I checked the pdf file, and most of the instructions there are for creating a project or building the project. I would like to check the loading of mex file further.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Also, here are the commands I use sequentially:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Import project:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;.\s32dsc.exe -noSplash -application org.eclipse.cdt.managedbuilder.core.headlessbuild --launcher.ini .\s32ds.ini -data '&lt;SPAN&gt;C:\Users\guest\Desktop\tmp&lt;/SPAN&gt;' -import '&lt;SPAN&gt;C:\Users\guest\Desktop\tmp\my_project'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Load Config (.mex) file:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;.\s32dsc.exe -noSplash -application com.nxp.swtools.framework.application --launcher.ini .\s32ds.ini -data 'C:\Users\guest\Desktop\tmp'&amp;nbsp;-MCU S32K358 -SDKVersion PlatformSDK_S32K3 -Load 'C:\Users\guest\Desktop\tmp\my_project\my_project.mex' -ExportAll 'C:\Users\guest\Desktop\tmp\my_project'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Build Project:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;.\s32dsc.exe -noSplash -application org.eclipse.cdt.managedbuilder.core.headlessbuild --launcher.ini .\s32ds.ini -data 'C:\Users\guest\Desktop\tmp' -cleanBuild my_project/Debug_FLASH&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I updated the &lt;EM&gt;Load Config,&amp;nbsp;&lt;/EM&gt;with this, I managed to remove the warning message:&amp;nbsp;&lt;BR /&gt;&lt;STRONG&gt;SEVERE: Could not find any SDK&lt;BR /&gt;SEVERE: Wrong preference for SDK Install location: . Using shared location!&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;But still, I got the same error in &lt;EM&gt;Build Project:&amp;nbsp;&lt;STRONG&gt;fatal error: Stm_Ip.h: No such file or directory.&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;One thing I noticed is, i&lt;SPAN&gt;n the CLI, it doesn’t generate the RTD and stacks folders, whereas in the GUI these folders are created automatically.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Dec 2025 01:54:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Load-Config-and-Building-in-CLI-failed/m-p/2262119#M55365</guid>
      <dc:creator>nairaca04</dc:creator>
      <dc:date>2025-12-15T01:54:03Z</dc:date>
    </item>
    <item>
      <title>Re: Load Config and Building in CLI failed</title>
      <link>https://community.nxp.com/t5/S32K/Load-Config-and-Building-in-CLI-failed/m-p/2263051#M55424</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/257549"&gt;@nairaca04&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Based on the steps you shared, it appears that you have not generated code using S32 Configuration Tools from a .mex file or updated the code along with all component dependencies. For detailed instructions and specific commands, navigate to the top menu bar and select Help → Help Contents, then search for "Command-line execution – Working With Projects".&lt;/P&gt;</description>
      <pubDate>Mon, 15 Dec 2025 20:14:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Load-Config-and-Building-in-CLI-failed/m-p/2263051#M55424</guid>
      <dc:creator>VaneB</dc:creator>
      <dc:date>2025-12-15T20:14:25Z</dc:date>
    </item>
    <item>
      <title>Re: Load Config and Building in CLI failed</title>
      <link>https://community.nxp.com/t5/S32K/Load-Config-and-Building-in-CLI-failed/m-p/2263437#M55449</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&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;&lt;SPAN&gt;Thank you for your earlier suggestion, I’ve updated my flow based on the Help Contents.&lt;BR /&gt;Now I’m facing a new issue: the &lt;STRONG&gt;&lt;EM&gt;RTD&lt;/EM&gt; &lt;/STRONG&gt;can be imported successfully, but the &lt;STRONG&gt;&lt;EM&gt;stacks&lt;/EM&gt; &lt;/STRONG&gt;are not imported, and the process gets stuck at the command line without progress.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;INFO: Peripherals: The source files are updated: generate\include\Port_PBcfg.h, generate\include\Gmac_Ip_Cfg.h, generate\include\Gmac_Ip_Device_Registers.h, generate\include\Power_Ip_PBcfg.h, generate\include\Power_Ip_Cfg_Defines.h, generate\include\modules.h, generate\src\FlexCAN_Ip_Sa_PBcfg.c, generate\src\Stm_Ip_SA_PBcfg.c, generate\include\Gmac_Ip_Features.h, board\Siul2_Port_Ip_Cfg.h, generate\include\Mpu_M7_Ip_Cfg.h, generate\include\Platform_CfgDefines.h, generate\include\FreeRTOSConfig.h, generate\include\DeviceDefinition.h, board\Siul2_Port_Ip_Cfg.c, generate\src\Port_PBcfg.c, generate\include\FlexCAN_Ip_CfgDefines.h, generate\include\Ram_Ip_Cfg_Defines.h, generate\include\Stm_Ip_Cfg_Defines.h, generate\include\Gmac_Ip_PBcfg.h, generate\include\Tspc_Port_Ip_PBcfg.h, generate\src\Mcu_Cfg.c, generate\include\System_Ip_Cfg.h, generate\include\Platform_Cfg.h, generate\src\Platform_Ipw_Cfg.c, generate\include\Power_Ip_Cfg.h, generate\src\Eth_43_GMAC_Ipw_PBcfg.c, generate\include\Clock_Ip_PBcfg.h, generate &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;Dec 16, 2025 3:14:55 PM com.nxp.swtools.utils.scripting.ScriptDependencyHelper addDependency &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;WARNING: [DATA] Dependency source (from javascript) contains . as separator instead of : Pins.PortContainer_0_BOARD_InitPeripherals &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;Dec 16, 2025 3:14:56 PM com.nxp.swtools.utils.scripting.ScriptDependencyHelper addDependency &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;WARNING: [DATA] Dependency source (from javascript) contains . as separator instead of : Pins.PortContainer_0_BOARD_InitPeripherals &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;Dec 16, 2025 3:14:57 PM com.nxp.swtools.utils.scripting.internal.ScriptApi logWarning &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;WARNING: [Lcom.nxp.swtools.resourcetables.model.config.IComponentInstanceConfig;@aae360c &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;Dec 16, 2025 3:14:57 PM com.nxp.swtools.utils.scripting.internal.ScriptApi logInfo &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;INFO: Constructor undefined &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;Dec 16, 2025 3:14:57 PM com.nxp.swtools.utils.scripting.internal.ScriptApi logInfo &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;INFO: Class name BaseToolchainSettings &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;Dec 16, 2025 3:14:57 PM com.nxp.swtools.utils.scripting.internal.ScriptApi logInfo &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;INFO: Constructor ConfigSet: [Id: BaseNXP] &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;Dec 16, 2025 3:14:57 PM com.nxp.swtools.utils.scripting.internal.ScriptApi logInfo &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;INFO: TypeError: settingsClass.applyToolchainSettings is not a function &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;Dec 16, 2025 3:14:57 PM com.nxp.swtools.utils.scripting.internal.ScriptApi logInfo &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;INFO: Constructor undefined &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;Dec 16, 2025 3:14:57 PM com.nxp.swtools.utils.scripting.internal.ScriptApi logInfo &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;INFO: Class name FreeRtosToolchainSettings &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;Dec 16, 2025 3:14:57 PM com.nxp.swtools.utils.scripting.internal.ScriptApi logInfo &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;INFO: Constructor ConfigSet: [Id: freertos_driver] &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;Dec 16, 2025 3:14:57 PM com.nxp.swtools.utils.scripting.internal.ScriptApi logInfo &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;INFO: applyToolchainSettings &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;Dec 16, 2025 3:14:57 PM com.nxp.swtools.utils.scripting.internal.ScriptApi logInfo &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;INFO: Constructor undefined &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;Dec 16, 2025 3:14:57 PM com.nxp.swtools.utils.scripting.internal.ScriptApi logInfo &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;INFO: Class name TcpipToolchainSettings &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;Dec 16, 2025 3:14:57 PM com.nxp.swtools.utils.scripting.internal.ScriptApi logInfo &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;INFO: Constructor ConfigSet: [Id: tcpip_cfg] &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;Dec 16, 2025 3:14:57 PM com.nxp.swtools.utils.scripting.internal.ScriptApi logInfo &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;INFO: applyToolchainSettings&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;This is my updated sequence:&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;P&gt;&lt;STRONG&gt;Import project:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;.\s32dsc.exe -noSplash -application org.eclipse.cdt.managedbuilder.core.headlessbuild --launcher.ini .\s32ds.ini -data '&lt;SPAN&gt;C:\Users\guest\Desktop\tmp&lt;/SPAN&gt;' -import '&lt;SPAN&gt;C:\Users\guest\Desktop\tmp\my_project'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Load Config (.mex) file:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;.\s32dsc.exe -noSplash -application com.nxp.swtools.framework.application --launcher.ini .\s32ds.ini -data 'C:\Users\guest\Desktop\tmp'&amp;nbsp;-MCU S32K358 -SDKVersion PlatformSDK_S32K3 -Load 'C:\Users\guest\Desktop\tmp\my_project\my_project.mex' -ExportAll 'C:\Users\guest\Desktop\tmp\my_project'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Update Code:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;.\s32dsc.exe -noSplash -application com.nxp.swtools.framework.application --launcher.ini .\s32ds.ini -HeadlessTool Peripherals -importProject C:\Users\guest\Desktop\tmp\my_project -sdkPath C:\NXP\S32DS.3.6.4\S32DS\software\PlatformSDK_S32K3&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;-data 'C:\Users\guest\Desktop\tmp&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Build Project:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;.\s32dsc.exe -noSplash -application org.eclipse.cdt.managedbuilder.core.headlessbuild --launcher.ini .\s32ds.ini -data 'C:\Users\guest\Desktop\tmp' -cleanBuild my_project/Debug_FLASH&lt;/SPAN&gt;&lt;/P&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 16 Dec 2025 08:20:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Load-Config-and-Building-in-CLI-failed/m-p/2263437#M55449</guid>
      <dc:creator>nairaca04</dc:creator>
      <dc:date>2025-12-16T08:20:18Z</dc:date>
    </item>
    <item>
      <title>Re: Load Config and Building in CLI failed</title>
      <link>https://community.nxp.com/t5/S32K/Load-Config-and-Building-in-CLI-failed/m-p/2265434#M55557</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/257549"&gt;@nairaca04&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could you please share the software package you are using along with the version details? Additionally, could you provide your .mex file? I would like to rule out any issues related to your setup or configuration.&lt;/P&gt;
&lt;P&gt;If you prefer not to share this information in the community, please submit a support ticket instead.&lt;/P&gt;
&lt;P&gt;Lastly, how long did you wait when building the project? Sometimes the build process can take a while.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Dec 2025 22:03:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Load-Config-and-Building-in-CLI-failed/m-p/2265434#M55557</guid>
      <dc:creator>VaneB</dc:creator>
      <dc:date>2025-12-17T22:03:08Z</dc:date>
    </item>
  </channel>
</rss>

