<?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 Building projects from the command line. in S32 Design Studio</title>
    <link>https://community.nxp.com/t5/S32-Design-Studio/Building-projects-from-the-command-line/m-p/690102#M1547</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How to Build project using command line make in windows? Does any tool chain of s32 Design studio support this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 19 Jun 2017 05:38:05 GMT</pubDate>
    <dc:creator>axb</dc:creator>
    <dc:date>2017-06-19T05:38:05Z</dc:date>
    <item>
      <title>Building projects from the command line.</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/Building-projects-from-the-command-line/m-p/690102#M1547</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How to Build project using command line make in windows? Does any tool chain of s32 Design studio support this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jun 2017 05:38:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/Building-projects-from-the-command-line/m-p/690102#M1547</guid>
      <dc:creator>axb</dc:creator>
      <dc:date>2017-06-19T05:38:05Z</dc:date>
    </item>
    <item>
      <title>Re: Building projects from the command line.</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/Building-projects-from-the-command-line/m-p/690103#M1548</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;there are two possibilities. The easiest way is let the S32DS generate for you all makefiles. In this case you can use command line GNU tools for build. Disadvantage is that S32DS overwrite makefiles when project is build from S32DS and also you have to maintain makefiles manually for any change in project.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Second way is write your own makefiles for GNU tools.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jun 2017 07:25:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/Building-projects-from-the-command-line/m-p/690103#M1548</guid>
      <dc:creator>jiri_kral</dc:creator>
      <dc:date>2017-06-19T07:25:35Z</dc:date>
    </item>
    <item>
      <title>Re: Building projects from the command line.</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/Building-projects-from-the-command-line/m-p/690104#M1549</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jun 2017 11:56:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/Building-projects-from-the-command-line/m-p/690104#M1549</guid>
      <dc:creator>axb</dc:creator>
      <dc:date>2017-06-19T11:56:59Z</dc:date>
    </item>
    <item>
      <title>Re: Building projects from the command line.</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/Building-projects-from-the-command-line/m-p/690105#M1550</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is a standard feature in Eclipse to use it in command line mode (e.g. to import and build projects) which should apply to the S32DS too. Have a read at&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://mcuoneclipse.com/2014/09/12/building-projects-with-eclipse-from-the-command-line/" title="https://mcuoneclipse.com/2014/09/12/building-projects-with-eclipse-from-the-command-line/"&gt;Building Projects with Eclipse from the Command Line | MCU on Eclipse&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This extends to extra Eclipse plugins like Processor Expert too: &lt;A class="link-titled" href="https://mcuoneclipse.com/2013/10/26/eclipse-command-line-code-generation-with-processor-expert/" title="https://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;&amp;nbsp;&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>Tue, 20 Jun 2017 05:26:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/Building-projects-from-the-command-line/m-p/690105#M1550</guid>
      <dc:creator>BlackNight</dc:creator>
      <dc:date>2017-06-20T05:26:04Z</dc:date>
    </item>
    <item>
      <title>Re: Building projects from the command line.</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/Building-projects-from-the-command-line/m-p/690106#M1551</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN class=""&gt;Hi Erich,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; I meet the same problem. I want to &lt;SPAN class=""&gt;build&lt;/SPAN&gt; the MPC5748g project under command line. This project can &lt;SPAN class=""&gt;build&lt;/SPAN&gt; in S32 studio IED(linux version), and create a DEBUD/ folder, and in command line(linux version) the project can build. But if I don't have the DEBUG/ folder, how to generate the DEBUG/ or RELEASE/ under command line in linux, but not windows?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Thanks a lot.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Nov 2017 05:52:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/Building-projects-from-the-command-line/m-p/690106#M1551</guid>
      <dc:creator>ningwang</dc:creator>
      <dc:date>2017-11-14T05:52:50Z</dc:date>
    </item>
    <item>
      <title>Re: Building projects from the command line.</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/Building-projects-from-the-command-line/m-p/690107#M1552</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or how to use linux command line to create a makefile project for the existing projects?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Nov 2017 06:03:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/Building-projects-from-the-command-line/m-p/690107#M1552</guid>
      <dc:creator>ningwang</dc:creator>
      <dc:date>2017-11-14T06:03:30Z</dc:date>
    </item>
  </channel>
</rss>

