<?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 How to compile a project with custom environment and custom tool-chain? in CodeWarrior Development Tools</title>
    <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/How-to-compile-a-project-with-custom-environment-and-custom-tool/m-p/664004#M5900</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1st of all Happy New Year!&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm having a project for LS1021ATWR with custom environment setup using MINGW and custom ARM tool-chain.&lt;BR /&gt;Basically I have an&amp;nbsp;environment setup script which sets all required paths and does setups and then I'm able to do make, which compiles my project and I have binaries to flash on the&amp;nbsp;board.&lt;BR /&gt;&lt;BR /&gt;The same process I want to do from CW setup.&amp;nbsp;I was going through couple of documents, attached&amp;nbsp;below.&lt;/P&gt;&lt;P&gt;But still not clear how to setup such project a with existing code so that I can compile it with CodeWarrior?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Need guidance. Thanks you in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Jan 2017 11:09:46 GMT</pubDate>
    <dc:creator>janmejayjoshi</dc:creator>
    <dc:date>2017-01-05T11:09:46Z</dc:date>
    <item>
      <title>How to compile a project with custom environment and custom tool-chain?</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/How-to-compile-a-project-with-custom-environment-and-custom-tool/m-p/664004#M5900</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1st of all Happy New Year!&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm having a project for LS1021ATWR with custom environment setup using MINGW and custom ARM tool-chain.&lt;BR /&gt;Basically I have an&amp;nbsp;environment setup script which sets all required paths and does setups and then I'm able to do make, which compiles my project and I have binaries to flash on the&amp;nbsp;board.&lt;BR /&gt;&lt;BR /&gt;The same process I want to do from CW setup.&amp;nbsp;I was going through couple of documents, attached&amp;nbsp;below.&lt;/P&gt;&lt;P&gt;But still not clear how to setup such project a with existing code so that I can compile it with CodeWarrior?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Need guidance. Thanks you in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jan 2017 11:09:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/How-to-compile-a-project-with-custom-environment-and-custom-tool/m-p/664004#M5900</guid>
      <dc:creator>janmejayjoshi</dc:creator>
      <dc:date>2017-01-05T11:09:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to compile a project with custom environment and custom tool-chain?</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/How-to-compile-a-project-with-custom-environment-and-custom-tool/m-p/664005#M5901</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please refer to&amp;nbsp;&lt;A href="https://community.nxp.com/docs/DOC-103291"&gt;https://community.nxp.com/docs/DOC-103291&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Adrian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jan 2017 12:10:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/How-to-compile-a-project-with-custom-environment-and-custom-tool/m-p/664005#M5901</guid>
      <dc:creator>addiyi</dc:creator>
      <dc:date>2017-01-05T12:10:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to compile a project with custom environment and custom tool-chain?</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/How-to-compile-a-project-with-custom-environment-and-custom-tool/m-p/664006#M5902</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/addiyi"&gt;addiyi&lt;/A&gt;, I'm referring the same manual. and I've added the same&amp;nbsp;as a part of question also.&lt;BR /&gt;That manual does not fulfill my aim.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So the C project which I need to be build has it's own ENV SETUP file, that needs to be executed 1st.&lt;BR /&gt;I&amp;nbsp;know that it needs to be&amp;nbsp;added somewhere as a Build Variable, but what variable can hold that value that is a question for me, Can you guide me here?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jan 2017 10:40:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/How-to-compile-a-project-with-custom-environment-and-custom-tool/m-p/664006#M5902</guid>
      <dc:creator>janmejayjoshi</dc:creator>
      <dc:date>2017-01-06T10:40:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to compile a project with custom environment and custom tool-chain?</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/How-to-compile-a-project-with-custom-environment-and-custom-tool/m-p/664007#M5903</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In&amp;nbsp;Project &amp;gt; Properties &amp;gt; C/C++ build &amp;gt; Environment you can set all the necessary variables for building your project.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Adrian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jan 2017 10:51:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/How-to-compile-a-project-with-custom-environment-and-custom-tool/m-p/664007#M5903</guid>
      <dc:creator>addiyi</dc:creator>
      <dc:date>2017-01-06T10:51:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to compile a project with custom environment and custom tool-chain?</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/How-to-compile-a-project-with-custom-environment-and-custom-tool/m-p/664008#M5904</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yeah I know, there I'm finding N number of variables, for different purposes.&lt;/P&gt;&lt;P&gt;Which Build Variable will hold a custom environment setup file, that is my question?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jan 2017 11:00:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/How-to-compile-a-project-with-custom-environment-and-custom-tool/m-p/664008#M5904</guid>
      <dc:creator>janmejayjoshi</dc:creator>
      <dc:date>2017-01-06T11:00:14Z</dc:date>
    </item>
  </channel>
</rss>

