<?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: S8KEAZ128 aeabi_idiv in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/S8KEAZ128-aeabi-idiv/m-p/498751#M31071</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #222426; font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;"&gt;Make sure the &lt;/SPAN&gt;&lt;CODE style="padding: 1px 5px; font-size: 13px; font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, sans-serif; color: #222426; background-color: #eeeeee;"&gt;libgcc.a&lt;/CODE&gt;&lt;SPAN style="color: #222426; font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;"&gt; archive is in the path you specify in your Makefile.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222426; font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;"&gt;If still have issue add -lm to the linker to scan the math library.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222426; font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;"&gt;Do not install gcc in a path that has spaces.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 13 Apr 2016 17:13:48 GMT</pubDate>
    <dc:creator>bobpaddock</dc:creator>
    <dc:date>2016-04-13T17:13:48Z</dc:date>
    <item>
      <title>S8KEAZ128 aeabi_idiv</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/S8KEAZ128-aeabi-idiv/m-p/498749#M31069</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm working with S8KEAZ128 MCU and CodeWarrior tools with GCC. When i try to divide two integer I have errors about __aeabi_idiv() function missing. I suppose that I have to link some floating point libraries, but I don't know how to do this. Someone can help me ? Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Enrico Serretti&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Apr 2016 14:12:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/S8KEAZ128-aeabi-idiv/m-p/498749#M31069</guid>
      <dc:creator>enricoserretti</dc:creator>
      <dc:date>2016-04-12T14:12:32Z</dc:date>
    </item>
    <item>
      <title>Re: S8KEAZ128 aeabi_idiv</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/S8KEAZ128-aeabi-idiv/m-p/498750#M31070</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Enrico,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you tell us which CodeWarrior version are you using? Also, can you attach a sample project so we can reproduce the issue?&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;/P&gt;&lt;P&gt;Carlos Mendoza&lt;/P&gt;&lt;P&gt;Technical Support Engineer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Apr 2016 16:48:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/S8KEAZ128-aeabi-idiv/m-p/498750#M31070</guid>
      <dc:creator>Carlos_Mendoza</dc:creator>
      <dc:date>2016-04-13T16:48:39Z</dc:date>
    </item>
    <item>
      <title>Re: S8KEAZ128 aeabi_idiv</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/S8KEAZ128-aeabi-idiv/m-p/498751#M31071</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #222426; font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;"&gt;Make sure the &lt;/SPAN&gt;&lt;CODE style="padding: 1px 5px; font-size: 13px; font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, sans-serif; color: #222426; background-color: #eeeeee;"&gt;libgcc.a&lt;/CODE&gt;&lt;SPAN style="color: #222426; font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;"&gt; archive is in the path you specify in your Makefile.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222426; font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;"&gt;If still have issue add -lm to the linker to scan the math library.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222426; font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;"&gt;Do not install gcc in a path that has spaces.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Apr 2016 17:13:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/S8KEAZ128-aeabi-idiv/m-p/498751#M31071</guid>
      <dc:creator>bobpaddock</dc:creator>
      <dc:date>2016-04-13T17:13:48Z</dc:date>
    </item>
    <item>
      <title>Re: S8KEAZ128 aeabi_idiv</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/S8KEAZ128-aeabi-idiv/m-p/498752#M31072</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sorry for delay in my reply. Something had gone wrong during CodeWarrior installation. I have reinstalled CodeWarrior and everything went ok.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards,&lt;/P&gt;&lt;P&gt;Enrico.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 May 2016 13:48:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/S8KEAZ128-aeabi-idiv/m-p/498752#M31072</guid>
      <dc:creator>enricoserretti</dc:creator>
      <dc:date>2016-05-02T13:48:12Z</dc:date>
    </item>
  </channel>
</rss>

