<?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>CodeWarrior for MCUのトピックHC12 Linking Error</title>
    <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/HC12-Linking-Error/m-p/143951#M3146</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;I am not sure if this error is the same as the sprintf error that needed to add the datapage.c file. I tried that but with no success and received other errors so I removed the file.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Things to know:&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;1.) My project is called Test&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;2.) I added a FreeCntr32 Bean as I need some timing functions&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;3.) I copied and pasted the example code from the typical usage code into the main function&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;4.) When I debug the code I get these linking errors&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Link Error : L1822: Symbol _DUFLOAT in file C:\. . . \Monitor\ObjectCode\Test.c.o is undefined&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Link Error : L1822: Symbol _DCMP_RC in file C:\. . .\Monitor\ObjectCode\Test.c.o is undefined&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;5.) I am very new to CodeWarrior so be&amp;nbsp;gentle&lt;/DIV&gt;&lt;P&gt;Message Edited by CrasyCat on &lt;SPAN class="date_text"&gt;2007-04-13&lt;/SPAN&gt; &lt;SPAN class="time_text"&gt;10:55 AM&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 31 Jan 2007 00:11:42 GMT</pubDate>
    <dc:creator>Joxer</dc:creator>
    <dc:date>2007-01-31T00:11:42Z</dc:date>
    <item>
      <title>HC12 Linking Error</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/HC12-Linking-Error/m-p/143951#M3146</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;I am not sure if this error is the same as the sprintf error that needed to add the datapage.c file. I tried that but with no success and received other errors so I removed the file.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Things to know:&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;1.) My project is called Test&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;2.) I added a FreeCntr32 Bean as I need some timing functions&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;3.) I copied and pasted the example code from the typical usage code into the main function&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;4.) When I debug the code I get these linking errors&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Link Error : L1822: Symbol _DUFLOAT in file C:\. . . \Monitor\ObjectCode\Test.c.o is undefined&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Link Error : L1822: Symbol _DCMP_RC in file C:\. . .\Monitor\ObjectCode\Test.c.o is undefined&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;5.) I am very new to CodeWarrior so be&amp;nbsp;gentle&lt;/DIV&gt;&lt;P&gt;Message Edited by CrasyCat on &lt;SPAN class="date_text"&gt;2007-04-13&lt;/SPAN&gt; &lt;SPAN class="time_text"&gt;10:55 AM&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Jan 2007 00:11:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/HC12-Linking-Error/m-p/143951#M3146</guid>
      <dc:creator>Joxer</dc:creator>
      <dc:date>2007-01-31T00:11:42Z</dc:date>
    </item>
    <item>
      <title>Re: Linking Error</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/HC12-Linking-Error/m-p/143952#M3147</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;These are integer to floating point conversion runtime routines,&lt;BR /&gt;you have to link against a ansi library which contains the floating point support. See lib\hc12c\readme.txt for the list.&lt;BR /&gt;Also as you seem to use only the integer to float conversion and the float compare, but no actual float operation, I wonder if the code could be written with integer arithmetic only.&lt;BR /&gt;&lt;BR /&gt;Daniel&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Jan 2007 05:45:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/HC12-Linking-Error/m-p/143952#M3147</guid>
      <dc:creator>CompilerGuru</dc:creator>
      <dc:date>2007-01-31T05:45:51Z</dc:date>
    </item>
    <item>
      <title>Re: Linking Error</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/HC12-Linking-Error/m-p/143953#M3148</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;I added the library ansis.lib and that seemed to clear up the problem. Thank you for pointing me to the Readme.txt file, I would have never found it or thought to look in there for the information.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I also took your advice and changed it to integer math rather than keeping it in floating point.&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Jan 2007 23:06:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/HC12-Linking-Error/m-p/143953#M3148</guid>
      <dc:creator>Joxer</dc:creator>
      <dc:date>2007-01-31T23:06:10Z</dc:date>
    </item>
    <item>
      <title>Re: Linking Error</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/HC12-Linking-Error/m-p/143954#M3149</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Ok, adding the library only allowed me to compile and debug once. After that initial time, it gives me the same error. I have tried all the libraries on the list in the Readme and none of them seem to clear up the linking error.&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Feb 2007 00:00:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/HC12-Linking-Error/m-p/143954#M3149</guid>
      <dc:creator>Joxer</dc:creator>
      <dc:date>2007-02-01T00:00:11Z</dc:date>
    </item>
    <item>
      <title>Re: Linking Error</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/HC12-Linking-Error/m-p/143955#M3150</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;There seem to be a problem in your project configuration.&lt;/DIV&gt;&lt;DIV&gt;This is not something we can debug on the forum.&lt;/DIV&gt;&lt;DIV&gt;You need to submit a service request&amp;nbsp; for that.&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;To log the issue with Freescale please go to following URL:&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;A href="http://www.freescale.com/webapp/sps/site/homepage.jsp?nodeId=054670&amp;amp;tid=FSH" rel="nofollow" target="_blank"&gt;http://www.freescale.com/webapp/sps/site/homepage.jsp?nodeId=054670&amp;amp;tid=FSH&lt;/A&gt;&lt;BR /&gt;and click on "Submit a service request"&lt;BR /&gt;&lt;/DIV&gt;&lt;DIV&gt;Make sure to attach the whole project reproducing the trouble to the SR.&lt;/DIV&gt;&lt;DIV&gt;To make sure you provide all relevant information:&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; - Start IDE&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; - Open the project&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; - Select Help -&amp;gt; Pack And Go&lt;/DIV&gt;&lt;DIV&gt;and follow the instructions on the screen.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;CrasyCat&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Feb 2007 16:39:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/HC12-Linking-Error/m-p/143955#M3150</guid>
      <dc:creator>CrasyCat</dc:creator>
      <dc:date>2007-02-01T16:39:52Z</dc:date>
    </item>
  </channel>
</rss>

