<?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>Kinetis Design StudioのトピックRe: assertion failure when linking with GCC floating point math library</title>
    <link>https://community.nxp.com/t5/Kinetis-Design-Studio/assertion-failure-when-linking-with-GCC-floating-point-math/m-p/802847#M9822</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alice,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the help. I can now be able to use FPU math library on ARM cortex M7 without any issue.&lt;/P&gt;&lt;P&gt;It definitely answers my question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TD&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 28 Sep 2018 13:04:27 GMT</pubDate>
    <dc:creator>tandinh</dc:creator>
    <dc:date>2018-09-28T13:04:27Z</dc:date>
    <item>
      <title>assertion failure when linking with GCC floating point math library</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/assertion-failure-when-linking-with-GCC-floating-point-math/m-p/802844#M9819</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I followed the example from CMSIS DSP KSDK 2.x Kinetis Design Studio.pdf. to compile the GCC version of the example "arm_fft_bin_example" under the SDK_2.0.0_K32H844P_ER3 toolchain.&lt;/P&gt;&lt;P&gt;I was able to link with libarm_cortexM74f_math.a, but cannot run, because my hardware is M7.&lt;/P&gt;&lt;P&gt;When I link with libarm_corextM7lfsp_math.a, I got the assertion below error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;c:/freescale/kds_v3/toolchain/bin/../lib/gcc/arm-none-eabi/4.8.4/../../../../arm-none-eabi/bin/ld.exe: BFD (GNU Tools for ARM Embedded Processors) 2.23.2.20140731 assertion fail /home/build/work/GCC-4-8-build/src/binutils/bfd/elf32-arm.c:11813&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I fix this error?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Aug 2018 21:19:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/assertion-failure-when-linking-with-GCC-floating-point-math/m-p/802844#M9819</guid>
      <dc:creator>tandinh</dc:creator>
      <dc:date>2018-08-20T21:19:41Z</dc:date>
    </item>
    <item>
      <title>Re: assertion failure when linking with GCC floating point math library</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/assertion-failure-when-linking-with-GCC-floating-point-math/m-p/802845#M9820</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello &lt;A _jive_internal="true" data-content-finding="Community" data-userid="324872" data-username="tandinh" href="https://community.nxp.com/people/tandinh"&gt;Tan Dinh&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;It is the same error on my side , I have asked KDS expert , it&lt;SPAN style="font-size: 11.0pt;"&gt; looks like a bug in the linker.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt;"&gt;I recommend you use&amp;nbsp; S32DS IDE &lt;A class="link-titled" href="https://www.nxp.com/support/developer-resources/run-time-software/s32-design-studio-ide/s32-design-studio-ide-for-arm-based-mcus:S32DS-ARM" title="https://www.nxp.com/support/developer-resources/run-time-software/s32-design-studio-ide/s32-design-studio-ide-for-arm-based-mcus:S32DS-ARM"&gt;S32 Design Studio IDE for Arm® based MCUs|NXP&lt;/A&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt;"&gt;then &lt;/SPAN&gt;you can download CMSIS official release from ARM web site&lt;/P&gt;&lt;P&gt;&lt;A data-content-finding="Community" href="https://community.nxp.com/external-link.jspa?url=https%3A%2F%2Fwww.arm.com%2Fproducts%2Fprocessors%2Fcortex-m%2Fcortex-microcontroller-software-interface-standard.php" rel="nofollow" target="_blank"&gt;CMSIS - Cortex Microcontroller Software Interface Standard - ARM&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can also use AMMCLIB SDK (included in S32DS). AMMCLIB has many DSP functions and have better performance than CMSIS DPS.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;TIC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Aug 2018 03:08:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/assertion-failure-when-linking-with-GCC-floating-point-math/m-p/802845#M9820</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2018-08-28T03:08:42Z</dc:date>
    </item>
    <item>
      <title>Re: assertion failure when linking with GCC floating point math library</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/assertion-failure-when-linking-with-GCC-floating-point-math/m-p/802846#M9821</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello &lt;A _jive_internal="true" data-content-finding="Community" data-userid="324872" data-username="tandinh" href="https://community.nxp.com/people/tandinh"&gt;Tan Dinh&lt;/A&gt; ,&lt;/P&gt;&lt;P&gt;Based on info from the software team, the library was compiled using a newer version of GCC than what is included in the KDS install. That is causing the compile errors. The version of GCC used by KDS can be updated though.&lt;/P&gt;&lt;P&gt;Please refer to the below steps updating GCC in KDS:&lt;/P&gt;&lt;P&gt;- Download the latest GNU GCC ARM:&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://developer.arm.com/open-source/gnu-toolchain/gnu-rm/downloads" title="https://developer.arm.com/open-source/gnu-toolchain/gnu-rm/downloads"&gt;GNU Arm Embedded Toolchain | Downloads – Arm Developer&lt;/A&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- Rename original "Toolchain" folder to other name "Toolchain.orig", then create a new folder named "Toolchain":&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_2.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/70868i0E50146A898A5901/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_2.png" alt="pastedImage_2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;-Unzip the GCC folder , copy and paste&amp;nbsp; all the folder and file into "Toolchain" :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_3.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/70919iE52BAB4CC924CC7E/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_3.png" alt="pastedImage_3.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;- Reopen KDS, clean your project , build again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it can helps,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;TIC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Sep 2018 09:01:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/assertion-failure-when-linking-with-GCC-floating-point-math/m-p/802846#M9821</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2018-09-26T09:01:22Z</dc:date>
    </item>
    <item>
      <title>Re: assertion failure when linking with GCC floating point math library</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/assertion-failure-when-linking-with-GCC-floating-point-math/m-p/802847#M9822</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alice,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the help. I can now be able to use FPU math library on ARM cortex M7 without any issue.&lt;/P&gt;&lt;P&gt;It definitely answers my question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TD&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Sep 2018 13:04:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/assertion-failure-when-linking-with-GCC-floating-point-math/m-p/802847#M9822</guid>
      <dc:creator>tandinh</dc:creator>
      <dc:date>2018-09-28T13:04:27Z</dc:date>
    </item>
    <item>
      <title>Re: assertion failure when linking with GCC floating point math library</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/assertion-failure-when-linking-with-GCC-floating-point-math/m-p/802848#M9823</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello &lt;STRONG class=""&gt;&lt;SPAN class=""&gt;TAN DINH&lt;/SPAN&gt;&lt;/STRONG&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OK, welcome.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;TIC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 29 Sep 2018 03:32:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/assertion-failure-when-linking-with-GCC-floating-point-math/m-p/802848#M9823</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2018-09-29T03:32:58Z</dc:date>
    </item>
  </channel>
</rss>

