<?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 Link Errors L1822 in CodeWarrior for MCU</title>
    <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Link-Errors-L1822/m-p/908169#M15080</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does anyone know why exactly I am getting these errors?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="link error.JPG"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/83830iB3B6B15F4A1E3E95/image-size/large?v=v2&amp;amp;px=999" role="button" title="link error.JPG" alt="link error.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;I have already changed the standard settings -&amp;gt; Compiler for HC12 -&amp;gt; enabled floating points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would really appreciate if anyone could help me with that.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="float.JPG"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/83828i4D2CA807E4C66FEB/image-size/large?v=v2&amp;amp;px=999" role="button" title="float.JPG" alt="float.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 25 May 2019 09:49:23 GMT</pubDate>
    <dc:creator>ayoansalim</dc:creator>
    <dc:date>2019-05-25T09:49:23Z</dc:date>
    <item>
      <title>Link Errors L1822</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Link-Errors-L1822/m-p/908169#M15080</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does anyone know why exactly I am getting these errors?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="link error.JPG"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/83830iB3B6B15F4A1E3E95/image-size/large?v=v2&amp;amp;px=999" role="button" title="link error.JPG" alt="link error.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;I have already changed the standard settings -&amp;gt; Compiler for HC12 -&amp;gt; enabled floating points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would really appreciate if anyone could help me with that.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="float.JPG"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/83828i4D2CA807E4C66FEB/image-size/large?v=v2&amp;amp;px=999" role="button" title="float.JPG" alt="float.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 25 May 2019 09:49:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/Link-Errors-L1822/m-p/908169#M15080</guid>
      <dc:creator>ayoansalim</dc:creator>
      <dc:date>2019-05-25T09:49:23Z</dc:date>
    </item>
    <item>
      <title>Re: Link Errors L1822</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Link-Errors-L1822/m-p/908170#M15081</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Creating new project you told project wizard you do not want&amp;nbsp;floating point. &lt;/P&gt;&lt;P&gt;Linker complains because library included in your project doesn't contain _FADD, cos and other floating point routines. See \CWS12v5.1\lib\hc12c\readme.txt on your drive for, then delete reference to bad *.lib and re-add the&amp;nbsp;right one.&lt;/P&gt;&lt;P&gt;Looks like you have ansisi.lib included while you&amp;nbsp;want ansisf.lib.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 May 2019 13:35:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/Link-Errors-L1822/m-p/908170#M15081</guid>
      <dc:creator>kef2</dc:creator>
      <dc:date>2019-05-27T13:35:11Z</dc:date>
    </item>
    <item>
      <title>Re: Link Errors L1822</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Link-Errors-L1822/m-p/908171#M15082</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Besides, please refer discussion of this thread:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/thread/325582"&gt;Enabling floating point&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Jun Zhang&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- We are following threads for 7 weeks after the last post, later replies are ignored&lt;BR /&gt; Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt;-------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 May 2019 04:09:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/Link-Errors-L1822/m-p/908171#M15082</guid>
      <dc:creator>ZhangJennie</dc:creator>
      <dc:date>2019-05-28T04:09:16Z</dc:date>
    </item>
  </channel>
</rss>

