<?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>Classic/Legacy CodeWarriorのトピックRe: Can I use Codewarrior compiler with standard make (without IDE)?</title>
    <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Can-I-use-Codewarrior-compiler-with-standard-make-without-IDE/m-p/139552#M1233</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;It does. Thanks very much Cat!&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 14 Jun 2006 19:36:38 GMT</pubDate>
    <dc:creator>DragonSlayer</dc:creator>
    <dc:date>2006-06-14T19:36:38Z</dc:date>
    <item>
      <title>Can I use Codewarrior compiler with standard make (without IDE)?</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Can-I-use-Codewarrior-compiler-with-standard-make-without-IDE/m-p/139548#M1229</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I would like to set up a build environment that is more familiar to the rest of our team. I would like to create standard makefiles and use make, but run the codewarrior compiler and linker.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is this possible? Is there any documentation on this?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Jun 2006 09:57:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Can-I-use-Codewarrior-compiler-with-standard-make-without-IDE/m-p/139548#M1229</guid>
      <dc:creator>DragonSlayer</dc:creator>
      <dc:date>2006-06-14T09:57:42Z</dc:date>
    </item>
    <item>
      <title>Re: Can I use Codewarrior compiler with standard make (without IDE)?</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Can-I-use-Codewarrior-compiler-with-standard-make-without-IDE/m-p/139549#M1230</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;Which CPU are you targeting.&lt;/P&gt;&lt;P&gt;Basically we have command line version for the build tools available. The way to set it&amp;nbsp;up depends on the CPU you are using.&amp;nbsp;&lt;/P&gt;&lt;P&gt;CrasyCat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Jun 2006 14:18:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Can-I-use-Codewarrior-compiler-with-standard-make-without-IDE/m-p/139549#M1230</guid>
      <dc:creator>CrasyCat</dc:creator>
      <dc:date>2006-06-14T14:18:13Z</dc:date>
    </item>
    <item>
      <title>Re: Can I use Codewarrior compiler with standard make (without IDE)?</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Can-I-use-Codewarrior-compiler-with-standard-make-without-IDE/m-p/139550#M1231</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;The requirements read StarCore SC140V3. I only know it is starcore.&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Jun 2006 17:20:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Can-I-use-Codewarrior-compiler-with-standard-make-without-IDE/m-p/139550#M1231</guid>
      <dc:creator>DragonSlayer</dc:creator>
      <dc:date>2006-06-14T17:20:46Z</dc:date>
    </item>
    <item>
      <title>Re: Can I use Codewarrior compiler with standard make (without IDE)?</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Can-I-use-Codewarrior-compiler-with-standard-make-without-IDE/m-p/139551#M1232</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;StarCore build tools executable are located in&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; {Install}\StarCore_Support\compiler\bin&lt;/P&gt;&lt;P&gt;Compiler can can started through scc.exe. Assembler is started through asmsc100.exe and linker through sc100-ld.exe.&lt;/P&gt;&lt;P&gt;CodeWarrior is not delivered with amake utility, so you have to use an external make utilits (for example GNU make or nmake).&lt;/P&gt;&lt;P&gt;You then have to create your make file with your rules for the application.&lt;/P&gt;&lt;P&gt;There are some example of make files&amp;nbsp;for example&amp;nbsp;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; {Install}\StarCore_Support\compiler\src\rtlib\makefile&lt;BR /&gt;or&lt;BR /&gt;&amp;nbsp;&amp;nbsp; {Install}\(CodeWarrior_Examples)\StarCore_Examples\Drivers\Msc8101Drivers\Q001\demos\SerDemos\makefile.scc&lt;/P&gt;&lt;P&gt;The compiler provides an option to generate dependeny information in make file syntax. This option is -M [Filename] and is pretty useful when you are building from a make file.&lt;/P&gt;&lt;P&gt;I hope this helps.&lt;/P&gt;&lt;P&gt;CrasyCat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Jun 2006 18:24:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Can-I-use-Codewarrior-compiler-with-standard-make-without-IDE/m-p/139551#M1232</guid>
      <dc:creator>CrasyCat</dc:creator>
      <dc:date>2006-06-14T18:24:52Z</dc:date>
    </item>
    <item>
      <title>Re: Can I use Codewarrior compiler with standard make (without IDE)?</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Can-I-use-Codewarrior-compiler-with-standard-make-without-IDE/m-p/139552#M1233</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;It does. Thanks very much Cat!&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Jun 2006 19:36:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Can-I-use-Codewarrior-compiler-with-standard-make-without-IDE/m-p/139552#M1233</guid>
      <dc:creator>DragonSlayer</dc:creator>
      <dc:date>2006-06-14T19:36:38Z</dc:date>
    </item>
  </channel>
</rss>

