<?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>CodeWarrior Development ToolsのトピックRe: How to build a CodeWarrior v6.3 Project in command line?</title>
    <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/How-to-build-a-CodeWarrior-v6-3-Project-in-command-line/m-p/922115#M7690</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I solved this issue! Please see:&amp;nbsp;&lt;A class="link-titled" href="https://stackoverflow.com/questions/57040679/how-to-build-a-codewarrior-v6-3-project-in-command-line" title="https://stackoverflow.com/questions/57040679/how-to-build-a-codewarrior-v6-3-project-in-command-line"&gt;How to build a CodeWarrior v6.3 Project in command line? - Stack Overflow&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 18 Jul 2019 09:13:09 GMT</pubDate>
    <dc:creator>godlyblade</dc:creator>
    <dc:date>2019-07-18T09:13:09Z</dc:date>
    <item>
      <title>How to build a CodeWarrior v6.3 Project in command line?</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/How-to-build-a-CodeWarrior-v6-3-Project-in-command-line/m-p/922114#M7689</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="border: 0px; background-color: #ffffff; color: #242729; font-weight: bold;"&gt;&lt;STRONG&gt;MCU: MC9S08QE4&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #242729; background-color: #ffffff;"&gt;Refer to&lt;SPAN&gt;&amp;nbsp;&lt;A href="https://www.nxp.com/docs/en/user-guide/IDE_5.6_Automation_Guide.pdf" rel="nofollow noopener noreferrer noopener noreferrer" target="_blank"&gt;this&lt;/A&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #242729; background-color: #ffffff;"&gt;documentation, I try to build an old Code Warrior V6.3 Project (.mcp) via command line.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;PRE&gt;PS C:\Program Files (x86)\Freescale\CodeWarrior for Microcontrollers V6.3\bin&amp;gt; .\cmdide /b C:\Users\ps\Desktop\LadeHeiz_WORKON\LadeHeiz.mcp&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;PRE&gt;Freescale CodeWarrior IDE. Hit /? for help No Error. (Code 0)&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #242729; background-color: #ffffff;"&gt;So console output says&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #242729; background-color: #ffffff; border: 0px; font-weight: bold;"&gt;&lt;STRONG&gt;No Error&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #242729; background-color: #ffffff;"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;but the UI-IDE is opening and gives me this error message:&lt;/SPAN&gt;&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper" image-alt="sUOhm.png"&gt;&lt;IMG alt="sUOhm.png" src="https://community.nxp.com/t5/image/serverpage/image-id/64944i37D856310C1A3137/image-size/large?v=v2&amp;amp;px=999" title="sUOhm.png" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="color: #242729; background-color: #ffffff; border: 0px; margin: 0px 0px 1em;"&gt;A look to the bin folder of my project tells me, that the generated .s19 is not updated, so the build process didn't run.&lt;/P&gt;&lt;P style="color: #242729; background-color: #ffffff; border: 0px; margin: 0px 0px 1em;"&gt;&lt;SPAN style="border: 0px; font-weight: bold;"&gt;&lt;STRONG&gt;Question:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;Has anyone experiences with CW6.3 command line tool and can give me some hints how to build the old project? The GUI based IDE is not an option, because we have to automatically build the project in an CI-System.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Nov 2020 14:23:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/How-to-build-a-CodeWarrior-v6-3-Project-in-command-line/m-p/922114#M7689</guid>
      <dc:creator>godlyblade</dc:creator>
      <dc:date>2020-11-02T14:23:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to build a CodeWarrior v6.3 Project in command line?</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/How-to-build-a-CodeWarrior-v6-3-Project-in-command-line/m-p/922115#M7690</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I solved this issue! Please see:&amp;nbsp;&lt;A class="link-titled" href="https://stackoverflow.com/questions/57040679/how-to-build-a-codewarrior-v6-3-project-in-command-line" title="https://stackoverflow.com/questions/57040679/how-to-build-a-codewarrior-v6-3-project-in-command-line"&gt;How to build a CodeWarrior v6.3 Project in command line? - Stack Overflow&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jul 2019 09:13:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/How-to-build-a-CodeWarrior-v6-3-Project-in-command-line/m-p/922115#M7690</guid>
      <dc:creator>godlyblade</dc:creator>
      <dc:date>2019-07-18T09:13:09Z</dc:date>
    </item>
  </channel>
</rss>

