<?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: Managing builds with S32DS? in S32 Design Studio</title>
    <link>https://community.nxp.com/t5/S32-Design-Studio/Managing-builds-with-S32DS/m-p/742147#M2469</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/raresvasile"&gt;raresvasile&lt;/A&gt;‌, I implemented your suggestion of backup/ remove the .pe files from each dependent project, and created a linked .pe file to the master project. Unfortunately, when building components it will update the master project (even though I'm in the dependent project), and not the dependent projects' files.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My brilliant (ha) idea was to link in the "SDK" and "Generated_Code" paths from the master project, and delete the .pe file from each dependent project. Unfortunately since&amp;nbsp;&lt;A _jive_internal="true" href="https://community.nxp.com/thread/470127"&gt;linked folders still need to be manually added to the include path&lt;/A&gt;&amp;nbsp;it turns out every time I make a change to the master config, I have to add the proper include path each and every time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The next thing I'm going to try is leaving all 3 as PE projects, and just importing a board configuration when generated by the master. Way more manual of a process than I wanted, but is easier than manually adding paths.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a better way that I'm missing?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 22 Feb 2018 17:03:19 GMT</pubDate>
    <dc:creator>gearhead1107</dc:creator>
    <dc:date>2018-02-22T17:03:19Z</dc:date>
    <item>
      <title>Managing builds with S32DS?</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/Managing-builds-with-S32DS/m-p/742142#M2464</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm at the point where I have 3 independent S32DS projects:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Boot Record&lt;/LI&gt;&lt;LI&gt;Boot-loader&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;Firmware&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Thanks to &lt;A _jive_internal="true" href="https://community.nxp.com/thread/460386"&gt;this thread&lt;/A&gt;, not to mention&amp;nbsp;&lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/stanish"&gt;stanish&lt;/A&gt; and &lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/BlackNight"&gt;BlackNight&lt;/A&gt;'s&amp;nbsp;help, I can build "Firmware" and have it pull in binaries for the other two projects.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, there are a great deal of things that are&amp;nbsp;duplicated among the 3 projects (Transport Layer code, for example), and when I go from a 100 pin dev board to a 64 pin production part, I have to change Processor Expert settings on 3 projects, etc. etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I would love is to have a "master" project where it has a build setting for "DEV", "Production", "Firmware Only", etc.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What's the best way to do that? Create an S32DS project with the shared stuff, and link those files in the 3 other projects? How can I get to where things like changing GPIO mapping, etc. is as simple as going into *one* project, applying a board configuration, and building it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you!! Looking forward to see what others are doing&amp;nbsp;for this scenario&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Feb 2018 23:18:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/Managing-builds-with-S32DS/m-p/742142#M2464</guid>
      <dc:creator>gearhead1107</dc:creator>
      <dc:date>2018-02-13T23:18:57Z</dc:date>
    </item>
    <item>
      <title>Re: Managing builds with S32DS?</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/Managing-builds-with-S32DS/m-p/742143#M2465</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Andrew,&lt;/P&gt;&lt;P&gt;there are many, many different ways to organize sources and projects.&lt;/P&gt;&lt;P&gt;What I usually do for such a scenario:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Having an eclipse project for each project (boot, firmware, ...)&lt;/LI&gt;&lt;LI&gt;Organizing the 'common' files inside a folder (not inside the project, outside the project)&lt;/LI&gt;&lt;LI&gt;using linked files and folders (see &lt;A class="link-titled" href="https://mcuoneclipse.com/2014/08/15/link-to-files-and-folders-in-eclipse/" title="https://mcuoneclipse.com/2014/08/15/link-to-files-and-folders-in-eclipse/"&gt;Link to Files and Folders in Eclipse | MCU on Eclipse&lt;/A&gt;&amp;nbsp;) using relative paths to the files in 2)&lt;/LI&gt;&lt;LI&gt;Having in each project a 'Platform.h' with configuration macros which are used to configure the common parts as necessary&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;That approach served me very well for many small and as well complex projects.&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>Thu, 15 Feb 2018 07:06:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/Managing-builds-with-S32DS/m-p/742143#M2465</guid>
      <dc:creator>BlackNight</dc:creator>
      <dc:date>2018-02-15T07:06:31Z</dc:date>
    </item>
    <item>
      <title>Re: Managing builds with S32DS?</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/Managing-builds-with-S32DS/m-p/742144#M2466</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, Erich - that's the route I started going down.. with &lt;A _jive_internal="true" href="https://community.nxp.com/thread/470127"&gt;some issues&lt;/A&gt;.. but I think the biggest question I had was how to keep component configurations in Processor Expert consistent.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One thought that came to mind&amp;nbsp;after sleeping on it would be to have 1 "master" Processor Expert project, and 3 basic projects (no SDK, etc.) for Boot, firmware, etc. I could then link in the generated code (as well as common code files) from the master project, while the sub projects only actually have a handful of critical c files for that program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does that sound logical? I figure that's the best way to apply board configuration -&amp;gt; compile -&amp;gt; upload all from one place.. but you guys have done this more than I have&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS, when you say "outside the project", are we talking about just a folder in the file system?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Feb 2018 15:53:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/Managing-builds-with-S32DS/m-p/742144#M2466</guid>
      <dc:creator>gearhead1107</dc:creator>
      <dc:date>2018-02-15T15:53:26Z</dc:date>
    </item>
    <item>
      <title>Re: Managing builds with S32DS?</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/Managing-builds-with-S32DS/m-p/742145#M2467</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Andrew,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is the option to use a common ProcessorExpert file between all the three projects.&lt;/P&gt;&lt;P&gt;First you need to backup the ProcessorExpert.pe files from the two of the three projects and create a link in the projects to the ProcessorExpert.pe from the third one(See link above on how). Afterwards you can modify the PE settings and all three project component configurations will be synchronized.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In order to achieve the 'build settings' which you described in the original post, you can add Generator Configurations(see&amp;nbsp;&lt;A class="link-titled" href="https://mcuoneclipse.com/2012/03/07/configurations-with-processor-expert/" title="https://mcuoneclipse.com/2012/03/07/configurations-with-processor-expert/"&gt;Configurations with Processor Expert | MCU on Eclipse&lt;/A&gt;).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Rares&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Feb 2018 15:28:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/Managing-builds-with-S32DS/m-p/742145#M2467</guid>
      <dc:creator>raresvasile</dc:creator>
      <dc:date>2018-02-16T15:28:28Z</dc:date>
    </item>
    <item>
      <title>Re: Managing builds with S32DS?</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/Managing-builds-with-S32DS/m-p/742146#M2468</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, Rares - sounds like I'm on the right path.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I just need to figure out why my linked files aren't compiling and I should be off to the races&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Feb 2018 16:13:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/Managing-builds-with-S32DS/m-p/742146#M2468</guid>
      <dc:creator>gearhead1107</dc:creator>
      <dc:date>2018-02-16T16:13:33Z</dc:date>
    </item>
    <item>
      <title>Re: Managing builds with S32DS?</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/Managing-builds-with-S32DS/m-p/742147#M2469</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/raresvasile"&gt;raresvasile&lt;/A&gt;‌, I implemented your suggestion of backup/ remove the .pe files from each dependent project, and created a linked .pe file to the master project. Unfortunately, when building components it will update the master project (even though I'm in the dependent project), and not the dependent projects' files.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My brilliant (ha) idea was to link in the "SDK" and "Generated_Code" paths from the master project, and delete the .pe file from each dependent project. Unfortunately since&amp;nbsp;&lt;A _jive_internal="true" href="https://community.nxp.com/thread/470127"&gt;linked folders still need to be manually added to the include path&lt;/A&gt;&amp;nbsp;it turns out every time I make a change to the master config, I have to add the proper include path each and every time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The next thing I'm going to try is leaving all 3 as PE projects, and just importing a board configuration when generated by the master. Way more manual of a process than I wanted, but is easier than manually adding paths.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a better way that I'm missing?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Feb 2018 17:03:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/Managing-builds-with-S32DS/m-p/742147#M2469</guid>
      <dc:creator>gearhead1107</dc:creator>
      <dc:date>2018-02-22T17:03:19Z</dc:date>
    </item>
  </channel>
</rss>

