<?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: S32DS Command line configuration tool errors in S32 Design Studio</title>
    <link>https://community.nxp.com/t5/S32-Design-Studio/S32DS-Command-line-configuration-tool-errors/m-p/1475441#M8728</link>
    <description>&lt;P&gt;What is 'eclipse.ini'? Is it same as s32ds.ini, just renamed? Did you modify the contents as well as the name?&lt;/P&gt;</description>
    <pubDate>Thu, 16 Jun 2022 16:27:57 GMT</pubDate>
    <dc:creator>mikedoidge</dc:creator>
    <dc:date>2022-06-16T16:27:57Z</dc:date>
    <item>
      <title>S32DS Command line configuration tool errors</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/S32DS-Command-line-configuration-tool-errors/m-p/1473860#M8726</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hi, I am having trouble generating code with S32 Configuration Tools based on a .mex file per the command line instructions in S32DS help. I’m assuming this takes the place of using the “update” function found in the pin and peripheral update “ConfigTool” in the S32DS IDE, correct?&lt;/P&gt;&lt;P&gt;So, for testing, I created a simple S32K344 “MyProject” project configured with two GPIO pins and three peripherals (osif_1, Siul2_Dio and Siul2_Port) and with clocks configured with default parameters. The mex file was generated through the S32DS IDE using the “ConfigTool” and “update” function prior to running the command so I could test the Eclipse configuration command line execution.&lt;/P&gt;&lt;P&gt;Following the S32DS help command line example, running in a Windows 11 command window with administrative privileges, I used:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;C:\NXP\S32DS.3.4\eclipse\eclipsec.exe -nosplash -application com.nxp.swtools.framework.application --launcher.ini C:\NXP\S32DS.3.4\eclipse\eclipse.ini -HeadlessTool Clocks -Load C:\workspace\MyProject.mex -ExportSrc C:\workspace\OutputFiles&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;But when I run the command, I receive the following output:&lt;/P&gt;&lt;P&gt;Jun 14, 2022 12:30:35 PM com.nxp.swtools.framework.Application unzipDefaultData&lt;/P&gt;&lt;P&gt;INFO: Zip file with default offline data does not exist. Trying to unzip:'C:\NXP\S32DS.3.4\eclipse\mcu_data\offline_data.zip'&lt;/P&gt;&lt;P&gt;Jun 14, 2022 12:30:36 PM com.nxp.swtools.utils.ConfigurationUtils logAndShowError&lt;/P&gt;&lt;P&gt;SEVERE: Corrupted file or not MEX format C:\workspace\MyProject.mex&lt;/P&gt;&lt;P&gt;java.io.FileNotFoundException: C:\workspace\MyProject.mex (The system cannot find the file specified)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at java.io.FileInputStream.open0(Native Method)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at java.io.FileInputStream.open(FileInputStream.java:195)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at java.io.FileInputStream.&amp;lt;init&amp;gt;(FileInputStream.java:138)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at java.io.FileInputStream.&amp;lt;init&amp;gt;(FileInputStream.java:93)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at com.nxp.swtools.utils.ConfigurationUtils.lambda$4(ConfigurationUtils.java:357)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at com.nxp.swtools.utils.ConfigurationUtils.openConfiguration(ConfigurationUtils.java:467)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at com.nxp.swtools.framework.Application.loadConfigFromCMD(Application.java:1057)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at com.nxp.swtools.framework.Application.start(Application.java:524)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at com.nxp.swtools.framework.Application.start(Application.java:441)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at java.lang.reflect.Method.invoke(Method.java:498)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:657)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.eclipse.equinox.launcher.Main.basicRun(Main.java:594)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.eclipse.equinox.launcher.Main.run(Main.java:1465)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Jun 14, 2022 12:30:36 PM com.nxp.swtools.framework.Application verifyToolEnabled&lt;/P&gt;&lt;P&gt;WARNING: Trying to run headless Clocks tool that is not present in the current configuration.&lt;/P&gt;&lt;P&gt;Jun 14, 2022 12:30:36 PM com.nxp.swtools.clocks.wizards.exportWizard.ExportClocksSourcesWizard getGeneratedSources&lt;/P&gt;&lt;P&gt;WARNING: Source generation not possible for empty profile:MCU is not selected&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can I not use an already generated mex file from a S32DS IDE project? If not, does the mex file need to be generated from the command line tool only? Note that I would eventually like to use this in a Continuously Integrated (CI) environment.&lt;/P&gt;&lt;P&gt;Any help would be appreciated. Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jun 2022 20:06:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/S32DS-Command-line-configuration-tool-errors/m-p/1473860#M8726</guid>
      <dc:creator>tony-atlismv</dc:creator>
      <dc:date>2022-06-14T20:06:26Z</dc:date>
    </item>
    <item>
      <title>Re: S32DS Command line configuration tool errors</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/S32DS-Command-line-configuration-tool-errors/m-p/1473901#M8727</link>
      <description>&lt;P&gt;Actually, I noticed that my error above in the -Load command, it should be&amp;nbsp;-Load C:\workspace\MyProject\MyProject.mex.&lt;/P&gt;&lt;P&gt;Although, when I tried the correction in the command line, I still receive the error:&lt;/P&gt;&lt;P&gt;Jun 14, 2022 3:19:21 PM com.nxp.swtools.framework.Application unzipDefaultData&lt;BR /&gt;INFO: Zip file with default offline data does not exist. Trying to unzip:'C:\NXP\S32DS.3.4\eclipse\mcu_data\offline_data.zip'&lt;BR /&gt;Jun 14, 2022 3:19:24 PM com.nxp.swtools.framework.Application verifyToolEnabled&lt;BR /&gt;WARNING: Trying to run headless Clocks tool that is not present in the current configuration.&lt;BR /&gt;Jun 14, 2022 3:19:24 PM com.nxp.swtools.clocks.wizards.exportWizard.ExportClocksSourcesWizard getGeneratedSources&lt;BR /&gt;WARNING: Source generation not possible for empty profile:MCU is not selected&lt;/P&gt;&lt;P&gt;Still no output source files are generated.&lt;/P&gt;&lt;P&gt;I believe I am missing the&amp;nbsp;C:\NXP\S32DS.3.4\eclipse\mcu_data\offline_data.zip file, but not sure where to get this? Although, I have looked for the SDK zip file on the NXP website DocStore and couldn't find anything. Although, I would of assumed that the mex file would have the MCU info?&lt;/P&gt;&lt;P&gt;Thanks again for any help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jun 2022 23:05:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/S32DS-Command-line-configuration-tool-errors/m-p/1473901#M8727</guid>
      <dc:creator>tony-atlismv</dc:creator>
      <dc:date>2022-06-14T23:05:21Z</dc:date>
    </item>
    <item>
      <title>Re: S32DS Command line configuration tool errors</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/S32DS-Command-line-configuration-tool-errors/m-p/1475441#M8728</link>
      <description>&lt;P&gt;What is 'eclipse.ini'? Is it same as s32ds.ini, just renamed? Did you modify the contents as well as the name?&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jun 2022 16:27:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/S32DS-Command-line-configuration-tool-errors/m-p/1475441#M8728</guid>
      <dc:creator>mikedoidge</dc:creator>
      <dc:date>2022-06-16T16:27:57Z</dc:date>
    </item>
    <item>
      <title>Re: S32DS Command line configuration tool errors</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/S32DS-Command-line-configuration-tool-errors/m-p/1478415#M8752</link>
      <description>&lt;P&gt;Thanks, yes, I didn't realize that I was using the wrong ini file. That corrected the problem.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;tony-atlismv&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jun 2022 18:55:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/S32DS-Command-line-configuration-tool-errors/m-p/1478415#M8752</guid>
      <dc:creator>tony-atlismv</dc:creator>
      <dc:date>2022-06-22T18:55:10Z</dc:date>
    </item>
    <item>
      <title>Re: S32DS Command line configuration tool errors</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/S32DS-Command-line-configuration-tool-errors/m-p/1552982#M9408</link>
      <description>&lt;P&gt;Nov 14, 2022 10:34:20 AM com.nxp.swtools.framework.Application unzipDefaultData&lt;BR /&gt;INFO: Zip file with default offline data does not exist. Trying to unzip:'/home/nxf91656/NXP/S32DS.3.4/mcu_data/offline_data.zip'&lt;/P&gt;&lt;P&gt;Hello.. I am facing the same issue.. I wanted to know how you resolved this issue..&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Nov 2022 05:44:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/S32DS-Command-line-configuration-tool-errors/m-p/1552982#M9408</guid>
      <dc:creator>Sabiha</dc:creator>
      <dc:date>2022-11-14T05:44:59Z</dc:date>
    </item>
    <item>
      <title>Re: S32DS Command line configuration tool errors</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/S32DS-Command-line-configuration-tool-errors/m-p/1553490#M9413</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/208720"&gt;@Sabiha&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Is this error only occurring when executing from command line, or also when running from the Eclipse GUI?&lt;/P&gt;
&lt;P&gt;What is the command you are executing?&lt;/P&gt;
&lt;P&gt;Perhaps you are missing something in the command.&lt;/P&gt;
&lt;P&gt;Here is step by step procedure on my machine (project and workspace is in my home folder, S32DS installed into default path)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1. Import into workspace&lt;/P&gt;
&lt;P&gt;First of all, you need to import existing project into workspace (if it is not already there) - testing project is in attachment:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;C:\NXP\S32DS.3.4\eclipse\eclipsec.exe -noSplash -application org.eclipse.cdt.managedbuilder.core.headlessbuild --launcher.ini c:\NXP\S32DS.3.4\eclipse\s32ds.ini -data c:\Users\public\workspaceS32DS.3.4 -import c:\users\public\Dio_Example_S32K344&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2. Code update&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;the project files can be generated by this command - started from my home directory:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;C:\NXP\S32DS.3.4\eclipse\eclipsec.exe -noSplash -application com.nxp.swtools.framework.application --launcher.ini c:\NXP\S32DS.3.4\eclipse\s32ds.ini -HeadlessTool Clocks -importProject c:\Users\public\Dio_Example_S32K344 -sdkPath c:/NXP/S32DS.3.4/S32DS/software/PlatformSDK_S32K3_2022_03 -data c:\Users\public\workspaceS32DS.3.4&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;3. Build&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This project is based on MCAL and in the .args file&amp;nbsp; generated from command line is missing part of path for mcal.h and related stuff. I already logged it as a bug. As a workaround you need to add include path manually (by the -I option):&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;C:\NXP\S32DS.3.4\eclipse\eclipsec.exe -noSplash -application org.eclipse.cdt.managedbuilder.core.headlessbuild --launcher.ini c:\NXP\S32DS.3.4\eclipse\s32ds.ini -data c:\Users\public\workspaceS32DS.3.4 -cleanBuild Dio_Example_S32K344/Debug_FLASH -I C:/NXP/S32DS.3.4/S32DS/software/PlatformSDK_S32K3_2022_03/SW32K3_RTD_4_4_2_0_0_D2203/Base_TS_T40D34M20I0R0/header -I C:/NXP/S32DS.3.4/S32DS/software/PlatformSDK_S32K3_2022_03/SW32K3_RTD_4_4_2_0_0_D2203/Base_TS_T40D34M20I0R0/include -I C:/NXP/S32DS.3.4/S32DS/software/PlatformSDK_S32K3_2022_03/SW32K3_RTD_4_4_2_0_0_D2203/Base_TS_T40D34M20I0R0/include -I C:/NXP/S32DS.3.4/S32DS/software/PlatformSDK_S32K3_2022_03/SW32K3_RTD_4_4_2_0_0_D2203/Platform_TS_T40D34M20I0R0/startup/include&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Mike&lt;/P&gt;</description>
      <pubDate>Mon, 14 Nov 2022 20:22:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/S32DS-Command-line-configuration-tool-errors/m-p/1553490#M9413</guid>
      <dc:creator>mikedoidge</dc:creator>
      <dc:date>2022-11-14T20:22:55Z</dc:date>
    </item>
    <item>
      <title>Re: S32DS Command line configuration tool errors</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/S32DS-Command-line-configuration-tool-errors/m-p/1553681#M9416</link>
      <description>&lt;P&gt;Hello Mike.. thank you for your response.. I am using linux terminal&lt;/P&gt;</description>
      <pubDate>Tue, 15 Nov 2022 05:09:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/S32DS-Command-line-configuration-tool-errors/m-p/1553681#M9416</guid>
      <dc:creator>Sabiha</dc:creator>
      <dc:date>2022-11-15T05:09:36Z</dc:date>
    </item>
    <item>
      <title>Re: S32DS Command line configuration tool errors</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/S32DS-Command-line-configuration-tool-errors/m-p/1554138#M9419</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/208720"&gt;@Sabiha&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Is this issue now solved?&lt;/P&gt;
&lt;P&gt;You didn't answer my other questions or indicate if the instructions I provided were helpful. I'm not sure how to help you further without more details from your end.&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Mike&lt;/P&gt;</description>
      <pubDate>Tue, 15 Nov 2022 14:44:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/S32DS-Command-line-configuration-tool-errors/m-p/1554138#M9419</guid>
      <dc:creator>mikedoidge</dc:creator>
      <dc:date>2022-11-15T14:44:11Z</dc:date>
    </item>
    <item>
      <title>Re: S32DS Command line configuration tool errors</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/S32DS-Command-line-configuration-tool-errors/m-p/1555496#M9429</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/83694"&gt;@mikedoidge&lt;/a&gt;, it is not working..&lt;/P&gt;
&lt;P&gt;I am working on Linux and I need to generate a blob image... I am running s32ds from the terminal.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And I am facing that mcu_data/offline_data.zip not found issue.. also it tells Unsupported package SAF8544_621bga&lt;/P&gt;
&lt;P&gt;I understood that we need to install RTD package for this..&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Nov 2022 05:12:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/S32DS-Command-line-configuration-tool-errors/m-p/1555496#M9429</guid>
      <dc:creator>Sabiha</dc:creator>
      <dc:date>2022-11-17T05:12:27Z</dc:date>
    </item>
    <item>
      <title>Re: S32DS Command line configuration tool errors</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/S32DS-Command-line-configuration-tool-errors/m-p/1555870#M9432</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/208720"&gt;@Sabiha&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;As for now, the RTD does not officially support Linux host OS installation. Perhaps this is the cause of the issue. If you have further questions regarding the RTD support, please contact&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/83222"&gt;@namnguyenviet&lt;/a&gt;.&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Mike&lt;/P&gt;</description>
      <pubDate>Thu, 17 Nov 2022 14:45:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/S32DS-Command-line-configuration-tool-errors/m-p/1555870#M9432</guid>
      <dc:creator>mikedoidge</dc:creator>
      <dc:date>2022-11-17T14:45:16Z</dc:date>
    </item>
    <item>
      <title>Re: S32DS Command line configuration tool errors</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/S32DS-Command-line-configuration-tool-errors/m-p/1993501#M12791</link>
      <description>&lt;P&gt;Hello ⁠Mike&amp;nbsp;Doidge!&lt;/P&gt;
&lt;P&gt;I'm trying to use CMD to generate code. It works with some examples, but it doesn't work with others. This is my log file. Can you help me check!&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Best Regards,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Hoa&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Nov 2024 08:41:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/S32DS-Command-line-configuration-tool-errors/m-p/1993501#M12791</guid>
      <dc:creator>HoaMaiXuan</dc:creator>
      <dc:date>2024-11-13T08:41:30Z</dc:date>
    </item>
  </channel>
</rss>

