<?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: HCS12 L1822 Linker errors FDEC, FCMP and FINC in S12 / MagniV Microcontrollers</title>
    <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/HCS12-L1822-Linker-errors-FDEC-FCMP-and-FINC/m-p/207501#M8488</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Thanks for the help.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I had stupidly declared one of my variables as a double which makes no sense in a 16 bit processor. All fixed now.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Sinky&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 28 Mar 2008 23:08:56 GMT</pubDate>
    <dc:creator>Sinky</dc:creator>
    <dc:date>2008-03-28T23:08:56Z</dc:date>
    <item>
      <title>HCS12 L1822 Linker errors FDEC, FCMP and FINC</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/HCS12-L1822-Linker-errors-FDEC-FCMP-and-FINC/m-p/207499#M8486</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Hello.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I have written a program that uses the SCI but when i put for loops of while loops into my code i get the following errors:&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;"Link Error: L1822: Symbol_FDEC in file ...main.c.o is undefined"&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;"Link Error: L1822: Symbol_FCMP in file ...main.c.o is undefined"&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;"Link Error: L1822: Symbol_FINC in file ...main.c.o is undefined"&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Does anyone know what may be causing this?&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I am using an MC9S12C32 (HCS12) &amp;nbsp;with codewarrior.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Thanks, Sinky&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Mar 2008 20:12:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/HCS12-L1822-Linker-errors-FDEC-FCMP-and-FINC/m-p/207499#M8486</guid>
      <dc:creator>Sinky</dc:creator>
      <dc:date>2008-03-28T20:12:32Z</dc:date>
    </item>
    <item>
      <title>Re: HCS12 L1822 Linker errors FDEC, FCMP and FINC</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/HCS12-L1822-Linker-errors-FDEC-FCMP-and-FINC/m-p/207500#M8487</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&amp;nbsp;This means that you are using floats while linking against the integral only library. If you are only using increments, decrements and compares I would suggest to use int's or long's instead of floats.&lt;BR /&gt;Otherwise link against a library supporting floating point.&lt;BR /&gt;&lt;BR /&gt;Daniel&lt;BR /&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Mar 2008 21:34:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/HCS12-L1822-Linker-errors-FDEC-FCMP-and-FINC/m-p/207500#M8487</guid>
      <dc:creator>CompilerGuru</dc:creator>
      <dc:date>2008-03-28T21:34:24Z</dc:date>
    </item>
    <item>
      <title>Re: HCS12 L1822 Linker errors FDEC, FCMP and FINC</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/HCS12-L1822-Linker-errors-FDEC-FCMP-and-FINC/m-p/207501#M8488</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Thanks for the help.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I had stupidly declared one of my variables as a double which makes no sense in a 16 bit processor. All fixed now.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Sinky&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Mar 2008 23:08:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/HCS12-L1822-Linker-errors-FDEC-FCMP-and-FINC/m-p/207501#M8488</guid>
      <dc:creator>Sinky</dc:creator>
      <dc:date>2008-03-28T23:08:56Z</dc:date>
    </item>
  </channel>
</rss>

