<?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: Codewarrior alternative in Classic/Legacy CodeWarrior</title>
    <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Codewarrior-alternative/m-p/145938#M1745</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, I'm using the code warrior 2.8 and is relatively new, I renamed the excecutable file like you suggested and unfortunately, it's the same. Moreover, I tried to use the new name of the excecutable file in "Run" but Windows couldn't find the file and I used the old name and it worked.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks and greetings&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 22 Sep 2011 20:25:23 GMT</pubDate>
    <dc:creator>jaquense</dc:creator>
    <dc:date>2011-09-22T20:25:23Z</dc:date>
    <item>
      <title>Codewarrior alternative</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Codewarrior-alternative/m-p/145929#M1736</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi to all, I am using codewarrior with my DZ60 uC, i like freescale uC but i find codewarrior editor tool to "old school" sensation in my opinion... Is there any way to use another editor (like Visual Studio 2005) and when compiling, call the codewarrior debugger (hiwave)...&lt;/SPAN&gt;&lt;BR /&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;With all respect Codewarrior User interface is just not for me!!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm sure there are another ones like me who want to use an alternative...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you.&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Apr 2008 07:04:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Codewarrior-alternative/m-p/145929#M1736</guid>
      <dc:creator>Saga</dc:creator>
      <dc:date>2008-04-11T07:04:22Z</dc:date>
    </item>
    <item>
      <title>Re: Codewarrior alternative</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Codewarrior-alternative/m-p/145930#M1737</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Sure, I do that all the time. Or at least, I did.&lt;BR /&gt;&lt;BR /&gt;As long as the file you edit with 'outside' tools is in the dependency for the build, CodeWarrior should just give you a warning that the file was changed and then build.&lt;BR /&gt;&lt;BR /&gt;I did it not for use with external developement tools, but because I used an external program I wrote to embed serial number and configuration info into a file that was unique to each board I shipped out. (This was for a low production rate item, so I was using a tool I wrote to set up each configuration and track it.) Once I started doing it, I started seeing the warning in CodeWarrior.&lt;BR /&gt;&lt;BR /&gt;I don't think I did anything wild and crazy to make it work. But realize I was still 'managing' this from CodeWarrior, and runing the build from there. I wasn't trying to use another 'package' to do the build.&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Apr 2008 19:29:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Codewarrior-alternative/m-p/145930#M1737</guid>
      <dc:creator>mke_et</dc:creator>
      <dc:date>2008-04-11T19:29:06Z</dc:date>
    </item>
    <item>
      <title>Re: Codewarrior alternative</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Codewarrior-alternative/m-p/145931#M1738</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;/DIV&gt;In the CodeWarrior IDE, call up the IDE preferences panel (Edit &amp;gt; Preferences...). Now select IDE Extras. Check out the Use Third Party Editor section. HTH.&lt;BR /&gt;&lt;BR /&gt;---Tom&lt;BR /&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Apr 2008 21:13:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Codewarrior-alternative/m-p/145931#M1738</guid>
      <dc:creator>J2MEJediMaster</dc:creator>
      <dc:date>2008-04-11T21:13:10Z</dc:date>
    </item>
    <item>
      <title>Re: Codewarrior alternative</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Codewarrior-alternative/m-p/145932#M1739</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;It is just text files, so of course you can use another IDE. However, you can naturally not make the build from Visual Studio - it knows nada of microcontrollers. So Codewarrior still has to build the binaries. And if you aren't writing 100% ISO C-compatible code, you will have to compile from Codewarrior too.&lt;BR /&gt;&lt;BR /&gt;Once you have the binaries, Hiwave can be executed as a stand-alone program perfectly fine.&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Apr 2008 21:14:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Codewarrior-alternative/m-p/145932#M1739</guid>
      <dc:creator>Lundin</dc:creator>
      <dc:date>2008-04-11T21:14:43Z</dc:date>
    </item>
    <item>
      <title>Re: Codewarrior alternative</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Codewarrior-alternative/m-p/145933#M1740</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Hi mke_et, thanks for your answer.&lt;BR /&gt;&lt;BR /&gt;Yeah that's what i'm doing right now... what i wanted is to build from another tool using codewarrior compiler and debugger (calling them from a command line)...&lt;BR /&gt;&lt;BR /&gt;Because is a mess to keep both projects synchronized (both visual studio and codewarrior projects)...&lt;BR /&gt;&lt;BR /&gt;And my low end computer can't keep going smooth with both programs open (this is a very huge project)...&lt;BR /&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Apr 2008 21:30:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Codewarrior-alternative/m-p/145933#M1740</guid>
      <dc:creator>Saga</dc:creator>
      <dc:date>2008-04-11T21:30:45Z</dc:date>
    </item>
    <item>
      <title>Re: Codewarrior alternative</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Codewarrior-alternative/m-p/145934#M1741</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;The third party editor is a good one i didn't knew about that...&lt;BR /&gt;&lt;BR /&gt;Thanks for your help guys.&lt;BR /&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Apr 2008 21:59:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Codewarrior-alternative/m-p/145934#M1741</guid>
      <dc:creator>Saga</dc:creator>
      <dc:date>2008-04-11T21:59:36Z</dc:date>
    </item>
    <item>
      <title>Re: Codewarrior alternative</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Codewarrior-alternative/m-p/145935#M1742</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I tried to use the option "Use third party editor" in the preference--&amp;gt;IDE Extras in order to use notepad++ as my default editor, I configured in the following manner:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Launch Editor: runnotepad++ %file﻿&lt;/P&gt;&lt;P&gt;Launch editor w/line #:﻿&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And I get the following error:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Error starting external editor. Process Error Code 2(0x2)&lt;BR /&gt;&lt;BR /&gt;The system cannot find the file specified﻿&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What can I do?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Sep 2011 04:24:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Codewarrior-alternative/m-p/145935#M1742</guid>
      <dc:creator>jaquense</dc:creator>
      <dc:date>2011-09-22T04:24:42Z</dc:date>
    </item>
    <item>
      <title>Re: Codewarrior alternative</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Codewarrior-alternative/m-p/145936#M1743</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried to follow this guide unsuccessfully:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.dui0065d/I511237.html" rel="nofollow" target="_blank"&gt;http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.dui0065d/I511237.html&lt;/A&gt;﻿&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Sep 2011 09:12:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Codewarrior-alternative/m-p/145936#M1743</guid>
      <dc:creator>jaquense</dc:creator>
      <dc:date>2011-09-22T09:12:32Z</dc:date>
    </item>
    <item>
      <title>Re: Codewarrior alternative</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Codewarrior-alternative/m-p/145937#M1744</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My Guess is that you are using an old release of CodeWarrior and that it does not like the ++ in the name of the executable.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Character like ++ in file names have been allowed&amp;nbsp;only recently&amp;nbsp;on Windows. And your version of CodeWarrior was probably created before this was allowed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you eventually try to rename your executable notepad_pp.exe for instance.&lt;/P&gt;&lt;P&gt;Is this working better?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;CrasyCat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Sep 2011 13:09:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Codewarrior-alternative/m-p/145937#M1744</guid>
      <dc:creator>CrasyCat</dc:creator>
      <dc:date>2011-09-22T13:09:41Z</dc:date>
    </item>
    <item>
      <title>Re: Codewarrior alternative</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Codewarrior-alternative/m-p/145938#M1745</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, I'm using the code warrior 2.8 and is relatively new, I renamed the excecutable file like you suggested and unfortunately, it's the same. Moreover, I tried to use the new name of the excecutable file in "Run" but Windows couldn't find the file and I used the old name and it worked.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks and greetings&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Sep 2011 20:25:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Codewarrior-alternative/m-p/145938#M1745</guid>
      <dc:creator>jaquense</dc:creator>
      <dc:date>2011-09-22T20:25:23Z</dc:date>
    </item>
    <item>
      <title>Re: Codewarrior alternative</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Codewarrior-alternative/m-p/145939#M1746</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Discussion is a little old, but here's what works for me:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use the full extension like this: C:\Program Files (x86)\Notepadpp\notepadpp.exe %file&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This works for me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Oct 2016 12:55:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Codewarrior-alternative/m-p/145939#M1746</guid>
      <dc:creator>rmaier</dc:creator>
      <dc:date>2016-10-06T12:55:17Z</dc:date>
    </item>
  </channel>
</rss>

