<?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 10.x Rebuild problems in CodeWarrior for MCU</title>
    <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/CodeWarrior-10-x-Rebuild-problems/m-p/291943#M10643</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Yogendra,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By default when I've several projects in a workspace, to avoid problem (not use right project) and to have only errors associated to the project I'm using, I close all other project and keep open only the project I'm using.&lt;/P&gt;&lt;P&gt;Keep open only the project you wanted to work on it, could solve several problems just avoiding confusing and wrong action ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Pascal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 14 Jun 2013 08:05:17 GMT</pubDate>
    <dc:creator>trytohelp</dc:creator>
    <dc:date>2013-06-14T08:05:17Z</dc:date>
    <item>
      <title>CodeWarrior 10.x Rebuild problems</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/CodeWarrior-10-x-Rebuild-problems/m-p/291940#M10640</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; font-family: calibri, verdana, arial, sans-serif;"&gt;Hello All,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; font-family: calibri, verdana, arial, sans-serif;"&gt;Has anyone come across Build problems in Eclipse based CodeWarrior 10.x. This has been seen for Kinetis CW 10.4 Evaluation Version. &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; font-family: calibri, verdana, arial, sans-serif;"&gt;1. . A macro was defined as &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE class="c#" name="code"&gt;#define PRINT_ARG(x) printf(x) &lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif; font-size: 12pt;"&gt;which was removed later i.e.. &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE class="c++" name="code"&gt;#define PRINT_ARG(x) &lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; font-family: calibri, verdana, arial, sans-serif;"&gt;Even after ‘Clean-Build’ and ‘Re-build’ the tool-tip against that micro used to display the same function; and also the executable had that debug prints. After changing PRINT_ARG(x) to wrong function i.e.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE class="c++" name="code"&gt;#define PRINT_ARG(x) sdsdsdsd&lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif; font-size: 12pt;"&gt;it showed up compilation error and then going back to removing the printf(x) worked, the tool-tip too cleared up that old macro.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif; font-size: 12pt;"&gt;2. A two dimensional array was allocated at address well inside the range of our microcontroller. The LCF was used was of Tower Board K60x512… however I was unable to change the values in the array. Previous to this all other memory variables worked fine on my target microcontroller. After encountering this problem I found my mistake and replaced the LCF file, which worked thereafter...&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif; font-size: 12pt;"&gt;3. I was creating an example project for Freescale employee to try and reproduce above problems removing lot of confidential part from the code. This also removed some definition of macros, functions and extern variables that were used in the example main.c. However, at first it compiled, downloaded and ran successfully with debugger. It did second time as well, however the third time it gave me plethora of errors claiming missing definitions, which was obviously expected the first time. I handled it and it worked fine... &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif; font-size: 12pt;"&gt;Please share your experiences and if there is any setting that can help, please let me know.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif; font-size: 12pt;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif; font-size: 12pt;"&gt;Yogendra&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Jun 2013 03:59:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/CodeWarrior-10-x-Rebuild-problems/m-p/291940#M10640</guid>
      <dc:creator>yanam</dc:creator>
      <dc:date>2013-06-14T03:59:45Z</dc:date>
    </item>
    <item>
      <title>Re: CodeWarrior 10.x Rebuild problems</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/CodeWarrior-10-x-Rebuild-problems/m-p/291941#M10641</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Yogendra,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've created an example to reproduce the problem described at point 1.&lt;/P&gt;&lt;P&gt;I've checked the 2 build tool chains GCC and Freescale.&lt;/P&gt;&lt;P&gt;this example includes the 3 macros:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3f7f5f; font-size: 10pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;//#define PRINT_ARG(x) &lt;SPAN style="text-decoration: underline;"&gt;printf&lt;/SPAN&gt;(x) // step 01&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #7f0055; font-size: 10pt;"&gt;&lt;STRONG style="color: #7f0055; font-size: 10pt;"&gt;&lt;STRONG&gt;//&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;#define&lt;SPAN style="font-size: 10pt;"&gt; PRINT_ARG(x) &lt;/SPAN&gt;&lt;SPAN style="color: #3f7f5f; font-size: 10pt;"&gt;// step 02 &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//#define PRINT_ARG(x) &lt;SPAN style="text-decoration: underline;"&gt;sdsdsdsd&lt;/SPAN&gt; // step 03&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;SPAN class="mce_paste_marker"&gt;On my side the 2 projects are working fine.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;SPAN class="mce_paste_marker"&gt;I'm using MCU V10.4.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;SPAN class="mce_paste_marker"&gt;Attached you will find my example.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;SPAN class="mce_paste_marker"&gt;for the 2 other points, I've never heart similar problem.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;SPAN class="mce_paste_marker"&gt;Pascal&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Jun 2013 07:03:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/CodeWarrior-10-x-Rebuild-problems/m-p/291941#M10641</guid>
      <dc:creator>trytohelp</dc:creator>
      <dc:date>2013-06-14T07:03:44Z</dc:date>
    </item>
    <item>
      <title>Re: CodeWarrior 10.x Rebuild problems</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/CodeWarrior-10-x-Rebuild-problems/m-p/291942#M10642</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif; font-size: 12pt;"&gt;Hello Pascal,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif; font-size: 12pt;"&gt;Yeah, the problem is not always reproducible. I came across that once. Also in parallel inside the same workspace there were other subsets/supersets of the project. All of them been closed. Is that something to be tried out?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif; font-size: 12pt;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif; font-size: 12pt;"&gt;Yogendra&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Jun 2013 07:25:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/CodeWarrior-10-x-Rebuild-problems/m-p/291942#M10642</guid>
      <dc:creator>yanam</dc:creator>
      <dc:date>2013-06-14T07:25:11Z</dc:date>
    </item>
    <item>
      <title>Re: CodeWarrior 10.x Rebuild problems</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/CodeWarrior-10-x-Rebuild-problems/m-p/291943#M10643</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Yogendra,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By default when I've several projects in a workspace, to avoid problem (not use right project) and to have only errors associated to the project I'm using, I close all other project and keep open only the project I'm using.&lt;/P&gt;&lt;P&gt;Keep open only the project you wanted to work on it, could solve several problems just avoiding confusing and wrong action ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Pascal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Jun 2013 08:05:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/CodeWarrior-10-x-Rebuild-problems/m-p/291943#M10643</guid>
      <dc:creator>trytohelp</dc:creator>
      <dc:date>2013-06-14T08:05:17Z</dc:date>
    </item>
    <item>
      <title>Re: CodeWarrior 10.x Rebuild problems</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/CodeWarrior-10-x-Rebuild-problems/m-p/291944#M10644</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is the possibility to limit/filter what is shown in the Problems view.&lt;/P&gt;&lt;P&gt;See&lt;/P&gt;&lt;P&gt;&lt;A href="http://mcuoneclipse.com/2013/06/14/eclipse-problems-view-only-show-problems-for-project/" title="http://mcuoneclipse.com/2013/06/14/eclipse-problems-view-only-show-problems-for-project/"&gt;Eclipse Problems View: Only Show Problems for Project | MCU on Eclipse&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Jun 2013 08:43:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/CodeWarrior-10-x-Rebuild-problems/m-p/291944#M10644</guid>
      <dc:creator>BlackNight</dc:creator>
      <dc:date>2013-06-14T08:43:49Z</dc:date>
    </item>
    <item>
      <title>Re: CodeWarrior 10.x Rebuild problems</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/CodeWarrior-10-x-Rebuild-problems/m-p/291945#M10645</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif; font-size: 12pt;"&gt;All other projects were closed, when I encountered this problem. However if I remember right, such issues happen during transition from one project to other project - i.e. closing one and building other (not clean build, may be!)... Nevertheless, I expect it to not happen&lt;/SPAN&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Jun 2013 09:34:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/CodeWarrior-10-x-Rebuild-problems/m-p/291945#M10645</guid>
      <dc:creator>yanam</dc:creator>
      <dc:date>2013-06-14T09:34:11Z</dc:date>
    </item>
    <item>
      <title>Re: CodeWarrior 10.x Rebuild problems</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/CodeWarrior-10-x-Rebuild-problems/m-p/291946#M10646</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's difficult to investigate a problem when we cannot reproduce the problem on our side.&lt;/P&gt;&lt;P&gt;If only the working project is opened, you should not met similar problem.&lt;/P&gt;&lt;P&gt;I don't know if a clean project before a build or debug could have an impact.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pascal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Jun 2013 10:37:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/CodeWarrior-10-x-Rebuild-problems/m-p/291946#M10646</guid>
      <dc:creator>trytohelp</dc:creator>
      <dc:date>2013-06-14T10:37:11Z</dc:date>
    </item>
  </channel>
</rss>

