<?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: Processor Export Command Line build issue in S32 Design Studio</title>
    <link>https://community.nxp.com/t5/S32-Design-Studio/Processor-Export-Command-Line-build-issue/m-p/1235085#M7269</link>
    <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;well, I'm afraid that some kind of sleep in batch script may help. As far as I know, there is no option like "wait till code is done".&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Jiri&lt;/P&gt;</description>
    <pubDate>Tue, 23 Feb 2021 15:56:17 GMT</pubDate>
    <dc:creator>jiri_kral</dc:creator>
    <dc:date>2021-02-23T15:56:17Z</dc:date>
    <item>
      <title>Processor Export Command Line build issue</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/Processor-Export-Command-Line-build-issue/m-p/1232187#M7258</link>
      <description>&lt;P&gt;I am seeing issues when I run processor export from the command line.&amp;nbsp; Here is what I have done&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;I have installed S32 design studio for ARM 2.2 and the first update.&lt;/LI&gt;&lt;LI&gt;I created a new workspace and a project from example.&amp;nbsp; S32K118 RTM 3.0.0 hello world&lt;/LI&gt;&lt;LI&gt;I clean in S32DS and build in S32DS and everything seems ok.&lt;/LI&gt;&lt;LI&gt;I close down S32 DS&lt;/LI&gt;&lt;LI&gt;I run my processor expert command from the workspace path&lt;/LI&gt;&lt;/UL&gt;&lt;P class="lia-indent-padding-left-60px"&gt;&lt;FONT color="#00CCFF"&gt;"c:\NXP\S32DS_ARM_v2.2\eclipse\eclipsec.exe -nosplash -application com.freescale.processorexpert.core.PExApplication -data ..\ -generate hello_world_s32k118"&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;And I see the following&lt;/P&gt;&lt;P&gt;C:\Projects\NXP_Test\CmdLineBuild&amp;gt;c:\NXP\S32DS_ARM_v2.2\eclipse\eclipsec.exe -nosplash -application com.freescale.processorexpert.core.PExApplication -data .\ -generate hello_world_s32k118&lt;BR /&gt;Opening project hello_world_s32k118 ...&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;Managed Build system manifest file error:&lt;/FONT&gt; Unable to resolve the superClass identifier ghs.managedmake.arm.executable.toolchain in the toolChain com.nxp.s32ds.cle.arm.mbs.ghs.toolchain.debug.&lt;/P&gt;&lt;P&gt;Managed Build system manifest file error: Unable to resolve the superClass identifier ghs.managedmake.arm.executable.toolchain in the toolChain com.nxp.s32ds.cle.arm.mbs.ghs.toolchain.release.&lt;/P&gt;&lt;P&gt;Managed Build system manifest file error: Unable to resolve the superClass identifier ghs.managedmake.arm.executable.toolchain in the toolChain com.nxp.s32ds.cle.arm.mbs.ghs.toolchain.debug.ram.&lt;/P&gt;&lt;P&gt;Managed Build system manifest file error: Unable to resolve the superClass identifier ghs.managedmake.arm.executable.toolchain in the toolChain com.nxp.s32ds.cle.arm.mbs.ghs.toolchain.release.ram.&lt;/P&gt;&lt;P&gt;Managed Build system manifest file error: Unable to resolve the superClass identifier ghs.managedmake.arm.static_library.toolchain in the toolChain com.nxp.s32ds.cle.arm.mbs.ghs.toolchain.debug.lib.&lt;/P&gt;&lt;P&gt;Managed Build system manifest file error: Unable to resolve the superClass identifier ghs.managedmake.arm.static_library.toolchain in the toolChain com.nxp.s32ds.cle.arm.mbs.ghs.toolchain.release.lib.&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF0000"&gt;java.lang.IllegalArgumentException: Wrong format: SDK_S32K1xx_15, expected: (\d*\.)*-(GA|RC)?\d*(-.*)?&lt;/FONT&gt;&lt;BR /&gt;at com.processorexpert.core.kpsdk.preferences.descriptors.SdkManifestDescriptor$SdkVersion.&amp;lt;init&amp;gt;(SdkManifestDescriptor.java:1339)&lt;BR /&gt;at com.processorexpert.core.kpsdk.preferences.descriptors.SdkManifestDescriptor.setSdkVersionNumber(SdkManifestDescriptor.java:350)&lt;BR /&gt;at com.processorexpert.core.kpsdk.preferences.descriptors.SdkManifestDescriptor$Builder.build(SdkManifestDescriptor.java:875)&lt;BR /&gt;at com.processorexpert.core.kpsdk.preferences.PEProjectExtenderSDK.manifestLoad(PEProjectExtenderSDK.java:716)&lt;BR /&gt;at com.processorexpert.core.kpsdk.preferences.PEProjectExtenderSDK.manifestLazyLoad(PEProjectExtenderSDK.java:807)&lt;BR /&gt;at com.processorexpert.core.kpsdk.preferences.PEProjectExtenderSDK.manifestLazyLoad(PEProjectExtenderSDK.java:580)&lt;BR /&gt;at com.processorexpert.core.kpsdk.preferences.PEProjectExtenderSDK.loadProjectOption(PEProjectExtenderSDK.java:448)&lt;BR /&gt;at com.processorexpert.core.ProjectPE.loadProject(ProjectPE.java:1740)&lt;BR /&gt;at com.processorexpert.core.client.ProjectPEclient.loadProject(ProjectPEclient.java:2039)&lt;BR /&gt;at com.processorexpert.core.ProjectPE.loadProject(ProjectPE.java:1614)&lt;BR /&gt;at com.processorexpert.core.client.ProjectPEclient.loadProject(ProjectPEclient.java:2144)&lt;BR /&gt;at com.processorexpert.core.client.PEApplicationClient.openProject(PEApplicationClient.java:162)&lt;BR /&gt;at com.processorexpert.core.ProjectManager.getProject(ProjectManager.java:241)&lt;BR /&gt;at com.processorexpert.core.application.PExApplication.generateProject(PExApplication.java:144)&lt;BR /&gt;at com.processorexpert.core.application.PExApplication.run(PExApplication.java:83)&lt;BR /&gt;at com.processorexpert.core.application.PExApplication.start(PExApplication.java:55)&lt;BR /&gt;at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)&lt;BR /&gt;at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)&lt;BR /&gt;at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)&lt;BR /&gt;at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:388)&lt;BR /&gt;at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:243)&lt;BR /&gt;at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)&lt;BR /&gt;at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)&lt;BR /&gt;at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)&lt;BR /&gt;at java.lang.reflect.Method.invoke(Method.java:498)&lt;BR /&gt;at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:673)&lt;BR /&gt;at org.eclipse.equinox.launcher.Main.basicRun(Main.java:610)&lt;BR /&gt;at org.eclipse.equinox.launcher.Main.run(Main.java:1519)&lt;BR /&gt;generating&lt;BR /&gt;com.freescale.processorexpert.core: {{DEVELOPMENT}} &lt;FONT color="#FF0000"&gt;Duplicated symbol found during saving&lt;/FONT&gt; component state - invalid component: clock_manager, symbol: PeripheralInterfaceClocksGrp0&lt;BR /&gt;com.freescale.processorexpert.core: {{DEVELOPMENT}} Duplicated symbol found during saving component state - invalid component: clock_manager, symbol: ModuleName_I2C&lt;BR /&gt;com.freescale.processorexpert.core: {{DEVELOPMENT}} Duplicated symbol found during saving component state - invalid component: clock_manager, symbol: ModuleName_SPI generation finished&lt;BR /&gt;project closed&lt;/P&gt;&lt;P&gt;C:\Projects\NXP_Test\CmdLineBuild&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now, if I actually go and update say an GPIO from input to output in S32 DS and then close and rerun the command I get all of the same errors but a new pin_mux.c with the change to the pin as expected.&lt;/P&gt;&lt;P&gt;I have tried this same thing on our own projects with the same results. I have tried this on a VM that has never had any version of S32 DS installed with the same results.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How do I clean up these errors.&amp;nbsp; I suspect is it some configuration that is incorrect.&amp;nbsp; I have found some posts about this saying the SDK version is wrong but it is not wrong from what I can tell and I also have no idea what version is being compared to.&amp;nbsp; I also don't know why I'm getting duplicate component warnings.&lt;/P&gt;&lt;P&gt;Thanks! Howie.&lt;/P&gt;</description>
      <pubDate>Wed, 17 Feb 2021 16:56:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/Processor-Export-Command-Line-build-issue/m-p/1232187#M7258</guid>
      <dc:creator>hsmith</dc:creator>
      <dc:date>2021-02-17T16:56:57Z</dc:date>
    </item>
    <item>
      <title>Re: Processor Export Command Line build issue</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/Processor-Export-Command-Line-build-issue/m-p/1233736#M7264</link>
      <description>&lt;P&gt;&lt;SPAN&gt;java.lang.IllegalArgumentException: Wrong format: SDK_S32K1xx_15, expected: (\d*\.)*-(GA|RC)?\d*(-.*)?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;From what I can tell, NXP isn't following the correct format for its SDK API version.&amp;nbsp; If I change SDK_S32K1xx_15 to 3.0.0 this issue goes away.&amp;nbsp; I'm not sure who controls the reg expression though nor do I know why this only appears on command line builds and not in S32 Design studio.&amp;nbsp; But it would be nice get NXPs perspective on this exception.&amp;nbsp; Where does&amp;nbsp;(\d*\.)*-(GA|RC)?\d*(-.*)? come from and who owns this.&amp;nbsp; The GA|RC seems odd to me.&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Feb 2021 15:46:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/Processor-Export-Command-Line-build-issue/m-p/1233736#M7264</guid>
      <dc:creator>hsmith</dc:creator>
      <dc:date>2021-02-19T15:46:46Z</dc:date>
    </item>
    <item>
      <title>Re: Processor Export Command Line build issue</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/Processor-Export-Command-Line-build-issue/m-p/1234951#M7267</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;please use s32ds.exe executable instead of eclipsec.exe. The correct command in this case is:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;"c:\NXP\S32DS_ARM_v2.2\eclipse\s32ds.exe -nosplash -application com.freescale.processorexpert.core.PExApplication -data .\ -generate hello_world_s32k118"&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Hope it helps.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Jiri&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Feb 2021 12:01:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/Processor-Export-Command-Line-build-issue/m-p/1234951#M7267</guid>
      <dc:creator>jiri_kral</dc:creator>
      <dc:date>2021-02-23T12:01:44Z</dc:date>
    </item>
    <item>
      <title>Re: Processor Export Command Line build issue</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/Processor-Export-Command-Line-build-issue/m-p/1235009#M7268</link>
      <description>&lt;P&gt;I no longer see the same issues using s32ds but now the below command exits back to the prompt before the code is generated.&amp;nbsp; Is there a way to fix this?&amp;nbsp; I do not want an automated build happening prior to code gen completion.&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000FF"&gt;C:\Projects\NXP_Test\CmdLineBuild&amp;gt;c:\NXP\S32DS_ARM_v2.2\eclipse\s32ds.exe -nosplash -application com.freescale.processorexpert.core.PExApplication -data ..\ -generate hello_world_s32k118&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000FF"&gt;C:\Projects\NXP_Test\CmdLineBuild&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Feb 2021 13:10:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/Processor-Export-Command-Line-build-issue/m-p/1235009#M7268</guid>
      <dc:creator>hsmith</dc:creator>
      <dc:date>2021-02-23T13:10:49Z</dc:date>
    </item>
    <item>
      <title>Re: Processor Export Command Line build issue</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/Processor-Export-Command-Line-build-issue/m-p/1235085#M7269</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;well, I'm afraid that some kind of sleep in batch script may help. As far as I know, there is no option like "wait till code is done".&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Jiri&lt;/P&gt;</description>
      <pubDate>Tue, 23 Feb 2021 15:56:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/Processor-Export-Command-Line-build-issue/m-p/1235085#M7269</guid>
      <dc:creator>jiri_kral</dc:creator>
      <dc:date>2021-02-23T15:56:17Z</dc:date>
    </item>
    <item>
      <title>Re: Processor Export Command Line build issue</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/Processor-Export-Command-Line-build-issue/m-p/1428978#M8337</link>
      <description>&lt;P&gt;Hi Jiri and friends,&lt;/P&gt;&lt;P&gt;I am facing the same issue with Design Studio for ARM v2.2. Is there any latest info for the issue. What is the correct way to build a project from the Windows command line ?&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Turgay&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Mar 2022 05:39:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/Processor-Export-Command-Line-build-issue/m-p/1428978#M8337</guid>
      <dc:creator>turgaykale</dc:creator>
      <dc:date>2022-03-16T05:39:20Z</dc:date>
    </item>
  </channel>
</rss>

