<?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: How to Remap... in CodeWarrior for MCU</title>
    <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/How-to-Remap/m-p/164152#M4686</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;you have several options:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;a) disable linker message&lt;/P&gt;&lt;P&gt;add -WmsgSd1100 to your linker options&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;b) use defines like this&lt;/P&gt;&lt;PRE&gt;#define VAR_ADDRESS 0x1880unsigned char var @VAR_ADDRESS;#define v1 (*((unsigned char*)VAR_ADDRESS))#define v2 (*((unsigned char*)VAR_ADDRESS))&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;hope this helps,&lt;/P&gt;&lt;P&gt;BK&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 29 Oct 2020 09:10:44 GMT</pubDate>
    <dc:creator>BlackNight</dc:creator>
    <dc:date>2020-10-29T09:10:44Z</dc:date>
    <item>
      <title>How to Remap...</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/How-to-Remap/m-p/164150#M4684</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;MCU:mc9s08jm16&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;in bootlaoder code I define:&amp;nbsp;&amp;nbsp;&lt;SPAN style="color: #ff0000;"&gt;unsigned char v1 @0x1880&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;SPAN style="color: #808080;"&gt;in other source code file I define:&lt;/SPAN&gt; unsigned char V2 @0x1880&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;SPAN style="color: #808080;"&gt;when i buld the poject, there are errors:&lt;/SPAN&gt; Segments .absSeg11(0x1880) and .absSeg22(0x1880) overlap.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;How to fix this error?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;I have to define two different name point to 0x1880.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 May 2012 13:40:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/How-to-Remap/m-p/164150#M4684</guid>
      <dc:creator>balckmamba</dc:creator>
      <dc:date>2012-05-17T13:40:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to Remap...</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/How-to-Remap/m-p/164151#M4685</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using CW10.0&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 May 2012 14:18:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/How-to-Remap/m-p/164151#M4685</guid>
      <dc:creator>balckmamba</dc:creator>
      <dc:date>2012-05-17T14:18:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to Remap...</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/How-to-Remap/m-p/164152#M4686</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;you have several options:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;a) disable linker message&lt;/P&gt;&lt;P&gt;add -WmsgSd1100 to your linker options&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;b) use defines like this&lt;/P&gt;&lt;PRE&gt;#define VAR_ADDRESS 0x1880unsigned char var @VAR_ADDRESS;#define v1 (*((unsigned char*)VAR_ADDRESS))#define v2 (*((unsigned char*)VAR_ADDRESS))&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;hope this helps,&lt;/P&gt;&lt;P&gt;BK&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Oct 2020 09:10:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/How-to-Remap/m-p/164152#M4686</guid>
      <dc:creator>BlackNight</dc:creator>
      <dc:date>2020-10-29T09:10:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to Remap...</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/How-to-Remap/m-p/164153#M4687</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am so appreciate your repay. Thank you very much.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;could you please kindle provide more information about :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;"a) disable linker message&lt;BR /&gt;&lt;BR /&gt;add -WmsgSd1100 to your linker options"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am a new hand in using CW. I don't know how to&amp;nbsp; "disable linker message" .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;is it a option in the CW setting? or I have to add -WmsgSd1100 into my source?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please please tell me the detail steps to disable the linker message. Thanks a lot.&amp;nbsp;&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, 17 May 2012 21:02:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/How-to-Remap/m-p/164153#M4687</guid>
      <dc:creator>balckmamba</dc:creator>
      <dc:date>2012-05-17T21:02:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to Remap...</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/How-to-Remap/m-p/164154#M4688</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;sure thing.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Select the project, then use the menu Project &amp;gt; Properties.&lt;/P&gt;&lt;P&gt;Then see attached screenshot.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;BK&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PS: Screenshot is from MCU10.2. MCU10.0 is really old, I suggest that you are using 10.2 instead. But options should be the same.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 May 2012 21:07:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/How-to-Remap/m-p/164154#M4688</guid>
      <dc:creator>BlackNight</dc:creator>
      <dc:date>2012-05-17T21:07:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to Remap...</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/How-to-Remap/m-p/164155#M4689</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;Another possibility may be to define v2 as an alias for v1, within the file that uses v2.&amp;nbsp; Personally, I do not like to disable error messages that may hide an important coding error elsewhere in the code.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;#define v2&amp;nbsp; v1&amp;nbsp; // v2 is an alias for v1&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mac&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 May 2012 23:01:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/How-to-Remap/m-p/164155#M4689</guid>
      <dc:creator>bigmac</dc:creator>
      <dc:date>2012-05-17T23:01:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to Remap...</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/How-to-Remap/m-p/164156#M4690</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;Thanks for your patient reply.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using CW10.0. And my setting interface is different from yours.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please help to check if the setting is correct. (see the attached pic)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I check the" disable user message" and add the "WmsgSd1100" into the rectangle.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Another question: I click "check update" and&amp;nbsp; a pop dialoge said:' There are no update sites to search. Do you wish to open the "Available Software Sites" preferences.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 May 2012 09:19:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/How-to-Remap/m-p/164156#M4690</guid>
      <dc:creator>balckmamba</dc:creator>
      <dc:date>2012-05-18T09:19:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to Remap...</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/How-to-Remap/m-p/164157#M4691</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;on upgrading to 10.2:&lt;/P&gt;&lt;P&gt;You cannot upgrade from 10.0 to 10.x from within eclipse/CodeWarrior.&lt;/P&gt;&lt;P&gt;The update you tried only applies for service packs and fixes.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To get MCU10.2 you need to download it from here:&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.freescale.com/cwmcu10" rel="nofollow" target="_blank"&gt;http://www.freescale.com/cwmcu10&lt;/A&gt;&lt;/P&gt;&lt;P&gt;You still can keep your current installation (no need to uninstall).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;BK&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 May 2012 12:07:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/How-to-Remap/m-p/164157#M4691</guid>
      <dc:creator>BlackNight</dc:creator>
      <dc:date>2012-05-18T12:07:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to Remap...</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/How-to-Remap/m-p/164158#M4692</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;about the linker option: add it to the 'other flags' in MCU10 prior 10.2 (see attached screenshot).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;BK&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 May 2012 12:16:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/How-to-Remap/m-p/164158#M4692</guid>
      <dc:creator>BlackNight</dc:creator>
      <dc:date>2012-05-18T12:16:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to Remap...</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/How-to-Remap/m-p/164159#M4693</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;Does it mean I have to add -WmsgSD1100 to two places?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;(1) Poject -&amp;gt; Properties -&amp;gt; C/C++Build -&amp;gt;Setting -&amp;gt; Message: check Disable user message, add &amp;nbsp;-WmsgSD1100 into other falg rectangle.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;(2) &amp;nbsp;Poject -&amp;gt; Properties -&amp;gt; C/C++Build -&amp;gt;Setting -&amp;gt; Linker -&amp;gt; General -&amp;gt; add &amp;nbsp;-WmsgSD1100 into other falg rectangle.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;more question: I found there is a "-WmsgFob"%f%e:%l:%k..."exist the "other falg rectangle"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;what's that ? Can&amp;nbsp; i delete it ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 May 2012 12:35:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/How-to-Remap/m-p/164159#M4693</guid>
      <dc:creator>balckmamba</dc:creator>
      <dc:date>2012-05-18T12:35:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to Remap...</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/How-to-Remap/m-p/164160#M4694</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;add it only once, into the linker settings.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And keep the other options like "-WmsgFob"%f%e:%l:%k..." (this one formats the error messages, see the description in the manual).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;BK&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 May 2012 13:06:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/How-to-Remap/m-p/164160#M4694</guid>
      <dc:creator>BlackNight</dc:creator>
      <dc:date>2012-05-18T13:06:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to Remap...</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/How-to-Remap/m-p/164161#M4695</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok. Got it....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I can't thank you more.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Have a nice weekend...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 May 2012 14:37:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/How-to-Remap/m-p/164161#M4695</guid>
      <dc:creator>balckmamba</dc:creator>
      <dc:date>2012-05-18T14:37:53Z</dc:date>
    </item>
  </channel>
</rss>

