<?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: Problems when building from command line in CodeWarrior for MCU</title>
    <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Problems-when-building-from-command-line/m-p/699846#M14112</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bengt,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I recommend you refer this article which includes -cleanBuild usage with example.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/docs/DOC-332594"&gt;CodeWarrior 10 Command Line Interface – usage and examples&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Jennie Zhang&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 12 Oct 2017 06:05:28 GMT</pubDate>
    <dc:creator>ZhangJennie</dc:creator>
    <dc:date>2017-10-12T06:05:28Z</dc:date>
    <item>
      <title>Problems when building from command line</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Problems-when-building-from-command-line/m-p/699845#M14111</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a Project that&amp;nbsp;builds perfectly in CW 10.7&amp;nbsp;but when trying to build from&amp;nbsp;batch file&amp;nbsp;with the&amp;nbsp;ecd.exe the following problem&amp;nbsp;happens:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"C:\Freescale\CW MCU v10.7\eclipse\ecd.exe" -build -project "%WORKSPACE%\Develop\Source\Applic" -cleanBuild&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;Builds binaries&lt;BR /&gt;java.lang.reflect.InvocationTargetException&lt;BR /&gt; at com.freescale.core.ide.util.WorkspaceUtil.createExistingProject(WorkspaceUtil.java:269)&lt;BR /&gt; at com.freescale.core.ide.autobuild.BuildProject.resolve(BuildProject.java:62)&lt;BR /&gt; at com.freescale.core.ide.autobuild.Arguments.resolveProjects(Arguments.java:106)&lt;BR /&gt; at com.freescale.core.ide.autobuild.BuildAdvisor.execute(BuildAdvisor.java:25)&lt;BR /&gt; at com.freescale.core.ide.autobuild.AutoBuildApp.start(AutoBuildApp.java:23)&lt;BR /&gt; at com.freescale.core.ide.commandLineDriver.Application.start(Application.java:59)&lt;BR /&gt; at com.freescale.core.ide.commandLineDriver.Application.start(Application.java:26)&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:110)&lt;BR /&gt; at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)&lt;BR /&gt; at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)&lt;BR /&gt; at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)&lt;BR /&gt; at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)&lt;BR /&gt; at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)&lt;BR /&gt; at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)&lt;BR /&gt; at java.lang.reflect.Method.invoke(Unknown Source)&lt;BR /&gt; at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:630)&lt;BR /&gt; at org.eclipse.equinox.launcher.Main.basicRun(Main.java:585)&lt;BR /&gt; at org.eclipse.equinox.launcher.Main.run(Main.java:1439)&lt;BR /&gt;&lt;SPAN style="color: #ff0000;"&gt;Caused by: org.eclipse.core.internal.resources.ResourceException: Invalid project description&lt;/SPAN&gt;.&lt;BR /&gt; at org.eclipse.core.internal.resources.Project.checkDescription(Project.java:193)&lt;BR /&gt; at org.eclipse.core.internal.resources.Project.assertCreateRequirements(Project.java:54)&lt;BR /&gt; at org.eclipse.core.internal.resources.Project.create(Project.java:305)&lt;BR /&gt; at org.eclipse.core.internal.resources.Project.create(Project.java:287)&lt;BR /&gt; at com.freescale.core.ide.util.WorkspaceUtil.createExistingProject(WorkspaceUtil.java:246)&lt;BR /&gt; ... 18 more&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There seems to be some problems in the description of the Project.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Oct 2017 12:14:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/Problems-when-building-from-command-line/m-p/699845#M14111</guid>
      <dc:creator>bengtandersson</dc:creator>
      <dc:date>2017-10-06T12:14:31Z</dc:date>
    </item>
    <item>
      <title>Re: Problems when building from command line</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Problems-when-building-from-command-line/m-p/699846#M14112</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bengt,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I recommend you refer this article which includes -cleanBuild usage with example.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/docs/DOC-332594"&gt;CodeWarrior 10 Command Line Interface – usage and examples&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Jennie Zhang&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Oct 2017 06:05:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/Problems-when-building-from-command-line/m-p/699846#M14112</guid>
      <dc:creator>ZhangJennie</dc:creator>
      <dc:date>2017-10-12T06:05:28Z</dc:date>
    </item>
  </channel>
</rss>

