<?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 Undefined: _d_mul in Classic/Legacy CodeWarrior</title>
    <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Undefined-d-mul/m-p/777611#M7490</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I have a problem, because when I try to put a multiplication or other arithmetich function in my algorithm, and when I built it is shown an error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;C:/Freescale/CW MCU v10.5/MCU/ColdFire_Tools/Command_Line_Tools/mwldmcf|Linker|Error&lt;BR /&gt;&amp;gt;Undefined : "_d_fgt"&lt;BR /&gt;&amp;gt;Referenced from "tHard_MesuraCapacitat" in &lt;BR /&gt;C:/Freescale/CW MCU v10.5/MCU/ColdFire_Tools/Command_Line_Tools/mwldmcf|Linker|Error&lt;BR /&gt;&amp;gt;Undefined : "_d_mul"&lt;BR /&gt;&amp;gt;Referenced from "tHard_MesuraCapacitat" in &lt;BR /&gt;C:/Freescale/CW MCU v10.5/MCU/ColdFire_Tools/Command_Line_Tools/mwldmcf|Linker|Error&lt;BR /&gt;&amp;gt;Undefined : "_d_utod"&lt;BR /&gt;&amp;gt;Referenced from "tHard_MesuraCapacitat" in &lt;BR /&gt;C:/Freescale/CW MCU v10.5/MCU/ColdFire_Tools/Command_Line_Tools/mwldmcf|Linker|Error&lt;BR /&gt;&amp;gt;Link failed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm using a CodeWarrior for MCU 10.5.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 13 Jun 2018 07:25:18 GMT</pubDate>
    <dc:creator>xuuurraa</dc:creator>
    <dc:date>2018-06-13T07:25:18Z</dc:date>
    <item>
      <title>Undefined: _d_mul</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Undefined-d-mul/m-p/777611#M7490</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I have a problem, because when I try to put a multiplication or other arithmetich function in my algorithm, and when I built it is shown an error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;C:/Freescale/CW MCU v10.5/MCU/ColdFire_Tools/Command_Line_Tools/mwldmcf|Linker|Error&lt;BR /&gt;&amp;gt;Undefined : "_d_fgt"&lt;BR /&gt;&amp;gt;Referenced from "tHard_MesuraCapacitat" in &lt;BR /&gt;C:/Freescale/CW MCU v10.5/MCU/ColdFire_Tools/Command_Line_Tools/mwldmcf|Linker|Error&lt;BR /&gt;&amp;gt;Undefined : "_d_mul"&lt;BR /&gt;&amp;gt;Referenced from "tHard_MesuraCapacitat" in &lt;BR /&gt;C:/Freescale/CW MCU v10.5/MCU/ColdFire_Tools/Command_Line_Tools/mwldmcf|Linker|Error&lt;BR /&gt;&amp;gt;Undefined : "_d_utod"&lt;BR /&gt;&amp;gt;Referenced from "tHard_MesuraCapacitat" in &lt;BR /&gt;C:/Freescale/CW MCU v10.5/MCU/ColdFire_Tools/Command_Line_Tools/mwldmcf|Linker|Error&lt;BR /&gt;&amp;gt;Link failed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm using a CodeWarrior for MCU 10.5.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jun 2018 07:25:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Undefined-d-mul/m-p/777611#M7490</guid>
      <dc:creator>xuuurraa</dc:creator>
      <dc:date>2018-06-13T07:25:18Z</dc:date>
    </item>
    <item>
      <title>Re: Undefined: _d_mul</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Undefined-d-mul/m-p/777612#M7491</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Xuuu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you tell us which MCU are you using? Those seem to be floating point routines, make sure that Floing point was selected in the wizard when creating the project.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;BR /&gt;Carlos Mendoza&lt;BR /&gt;Technical Support Engineer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jun 2018 20:51:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Undefined-d-mul/m-p/777612#M7491</guid>
      <dc:creator>Carlos_Mendoza</dc:creator>
      <dc:date>2018-06-18T20:51:10Z</dc:date>
    </item>
    <item>
      <title>Re: Undefined: _d_mul</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Undefined-d-mul/m-p/777613#M7492</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My MCU is MCF52258, I guess the same as you, the problem is floating points, can I changed after be created the project?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jun 2018 09:19:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Undefined-d-mul/m-p/777613#M7492</guid>
      <dc:creator>xuuurraa</dc:creator>
      <dc:date>2018-06-19T09:19:44Z</dc:date>
    </item>
    <item>
      <title>Re: Undefined: _d_mul</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Undefined-d-mul/m-p/777614#M7493</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Finally I can fixed changing in configurations this selection.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/61975i5F1DE6A0CD716624/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;from software to hardware.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jun 2018 09:43:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Undefined-d-mul/m-p/777614#M7493</guid>
      <dc:creator>xuuurraa</dc:creator>
      <dc:date>2018-06-19T09:43:50Z</dc:date>
    </item>
  </channel>
</rss>

