<?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>Processor Expert SoftwareのトピックCan I generate Processor expert code from a makefile?</title>
    <link>https://community.nxp.com/t5/Processor-Expert-Software/Can-I-generate-Processor-expert-code-from-a-makefile/m-p/396913#M3129</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need to build on a server that would do automated builds, checking and run unit tests.&lt;/P&gt;&lt;P&gt;is there anyway to get Pex to play nicely?&lt;/P&gt;&lt;P&gt;Or do I have to check in my generated code?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;environment;&lt;/P&gt;&lt;P&gt;KDS&lt;/P&gt;&lt;P&gt;K20&lt;/P&gt;&lt;P&gt;GCC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 12 Jun 2015 19:12:19 GMT</pubDate>
    <dc:creator>Vasilakes</dc:creator>
    <dc:date>2015-06-12T19:12:19Z</dc:date>
    <item>
      <title>Can I generate Processor expert code from a makefile?</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/Can-I-generate-Processor-expert-code-from-a-makefile/m-p/396913#M3129</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need to build on a server that would do automated builds, checking and run unit tests.&lt;/P&gt;&lt;P&gt;is there anyway to get Pex to play nicely?&lt;/P&gt;&lt;P&gt;Or do I have to check in my generated code?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;environment;&lt;/P&gt;&lt;P&gt;KDS&lt;/P&gt;&lt;P&gt;K20&lt;/P&gt;&lt;P&gt;GCC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jun 2015 19:12:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/Can-I-generate-Processor-expert-code-from-a-makefile/m-p/396913#M3129</guid>
      <dc:creator>Vasilakes</dc:creator>
      <dc:date>2015-06-12T19:12:19Z</dc:date>
    </item>
    <item>
      <title>Re: Can I generate Processor expert code from a makefile?</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/Can-I-generate-Processor-expert-code-from-a-makefile/m-p/396914#M3130</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Keith,&lt;/P&gt;&lt;P&gt;there is a command line mode you can use to generate the Processor Expert code:&lt;/P&gt;&lt;P&gt;&lt;A href="http://mcuoneclipse.com/2013/10/26/eclipse-command-line-code-generation-with-processor-expert/" title="http://mcuoneclipse.com/2013/10/26/eclipse-command-line-code-generation-with-processor-expert/"&gt;Eclipse Command Line Code Generation with Processor Expert | MCU on Eclipse&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps,&lt;/P&gt;&lt;P&gt;Erich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 13 Jun 2015 04:44:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/Can-I-generate-Processor-expert-code-from-a-makefile/m-p/396914#M3130</guid>
      <dc:creator>BlackNight</dc:creator>
      <dc:date>2015-06-13T04:44:55Z</dc:date>
    </item>
    <item>
      <title>Re: Can I generate Processor expert code from a makefile?</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/Can-I-generate-Processor-expert-code-from-a-makefile/m-p/396915#M3131</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Keith,&lt;/P&gt;&lt;P&gt;The PEx in eclipse (KDS) support the following Command Line Interface (it is also described in the Help, see &lt;EM&gt;Processor Expert Software &amp;gt; Kinetis Design Studio &amp;gt; Processor Expert User Guide &amp;gt; User Interface &amp;gt; Command Line Interface&lt;/EM&gt;).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;H1 class="topictitle1" id="toc-hId-1878222926"&gt;&lt;SPAN class="resultofText"&gt;Command &lt;SPAN class="resultofText"&gt;Line Interface&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/H1&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Processor Expert provides a simple &lt;SPAN class="resultofText"&gt;command &lt;SPAN class="resultofText"&gt;line interface which can be used to generate output of PEx projects in an Eclipse workspace.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;The CLI is implemented using a headless (without GUI) Processor Expert application. The headless application ID is:&lt;/P&gt;&lt;PRE class="codeblock"&gt;Headless PEx application ID: com.freescale.processorexpert.core.PExApplication&lt;/PRE&gt;&lt;P&gt;&amp;nbsp; The headless application can be run with these parameters:&lt;/P&gt;&lt;PRE class="codeblock"&gt; - Generate code of all Processor Expert projects in a workspace: -generateAll - Generate code of a particular Processor Expert project in a workspace: -generate &amp;lt;projec name&amp;gt;&lt;/PRE&gt;&lt;P&gt;Examples:&lt;/P&gt;&lt;P&gt;eclipsec.exe -noSplash -data c:\Users\XYZ\workspace -application com.freescale.processorexpert.core.PExApplication -generate projectABC&lt;/P&gt;&lt;P&gt;eclipsec.exe -noSplash -data c:\Users\XYZ\workspace -application com.freescale.processorexpert.core.PExApplication –generateAll&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Marek Neuzil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jun 2015 07:12:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/Can-I-generate-Processor-expert-code-from-a-makefile/m-p/396915#M3131</guid>
      <dc:creator>marek_neuzil</dc:creator>
      <dc:date>2015-06-19T07:12:55Z</dc:date>
    </item>
  </channel>
</rss>

