<?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 resolve the problem &amp;quot;L1128&amp;quot; in CodeWarrior Development Tools</title>
    <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/How-to-resolve-the-problem-quot-L1128-quot/m-p/415013#M2737</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When I build my project in Codewarriar, a warning " L1128: Cutting value _Range beg data member from 0xF01000 to 0x1000" is appeared.&lt;/P&gt;&lt;P&gt;The compiler treat it as a warning, but I think it is a error. Does someone tell me how to resolve the problem? (My MCU is mc9s12xet256)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 01 Sep 2015 06:57:39 GMT</pubDate>
    <dc:creator>jasoncui</dc:creator>
    <dc:date>2015-09-01T06:57:39Z</dc:date>
    <item>
      <title>How to resolve the problem "L1128"</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/How-to-resolve-the-problem-quot-L1128-quot/m-p/415013#M2737</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When I build my project in Codewarriar, a warning " L1128: Cutting value _Range beg data member from 0xF01000 to 0x1000" is appeared.&lt;/P&gt;&lt;P&gt;The compiler treat it as a warning, but I think it is a error. Does someone tell me how to resolve the problem? (My MCU is mc9s12xet256)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Sep 2015 06:57:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/How-to-resolve-the-problem-quot-L1128-quot/m-p/415013#M2737</guid>
      <dc:creator>jasoncui</dc:creator>
      <dc:date>2015-09-01T06:57:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to resolve the problem "L1128"</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/How-to-resolve-the-problem-quot-L1128-quot/m-p/415014#M2738</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That L message is coming from the linker. It seems that the value 0f 0xf01000 gets truncated to 0x1000.&lt;/P&gt;&lt;P&gt;Can you check where in your application you are using the variable _Range?&lt;/P&gt;&lt;P&gt;I guess you initialize an address/pointer with an address which does not fit the 16bit range.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps,&lt;/P&gt;&lt;P&gt;Erich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Sep 2015 18:44:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/How-to-resolve-the-problem-quot-L1128-quot/m-p/415014#M2738</guid>
      <dc:creator>BlackNight</dc:creator>
      <dc:date>2015-09-01T18:44:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to resolve the problem "L1128"</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/How-to-resolve-the-problem-quot-L1128-quot/m-p/415015#M2739</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Erich&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for answer me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It has been resolved already.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The reason is some global variables in banked memory. We should let&amp;nbsp; the startup code know this.&lt;/P&gt;&lt;P&gt;In order to do that add option -D__FAR_DATA to compiler command line or add &lt;EM&gt;#define __FAR_DATA&lt;/EM&gt; in head of start12.c file.&lt;/P&gt;&lt;P&gt;Make sure to rebuild the start12.c file with that option activated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Sep 2015 01:56:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/How-to-resolve-the-problem-quot-L1128-quot/m-p/415015#M2739</guid>
      <dc:creator>jasoncui</dc:creator>
      <dc:date>2015-09-02T01:56:31Z</dc:date>
    </item>
  </channel>
</rss>

