<?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: mcuxpresso sdk lpc54114 floating point soft abi in MCUXpresso SDK</title>
    <link>https://community.nxp.com/t5/MCUXpresso-SDK/mcuxpresso-sdk-lpc54114-floating-point-soft-abi/m-p/665743#M122</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi klausrschambeck,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The SDK team didn't provide a soft ABI version library for the LPC54114 MCU but you can use the version with FPU disabled:&lt;/P&gt;&lt;P&gt;&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/20518i0B96202DFA4728E1/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;&lt;/P&gt;&lt;P&gt;link it with floating point set to none:&lt;/P&gt;&lt;P&gt;&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/20565iD390A69DE2B6690F/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;&lt;/P&gt;&lt;P&gt;And you can compile your application with soft-ABI:&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/20601i180B64B412AC2633/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;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_4.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/20629i1B4560F40CB967E5/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_4.png" alt="pastedImage_4.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Hope it helps!&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>Tue, 15 Aug 2017 15:24:56 GMT</pubDate>
    <dc:creator>Carlos_Mendoza</dc:creator>
    <dc:date>2017-08-15T15:24:56Z</dc:date>
    <item>
      <title>mcuxpresso sdk lpc54114 floating point soft abi</title>
      <link>https://community.nxp.com/t5/MCUXpresso-SDK/mcuxpresso-sdk-lpc54114-floating-point-soft-abi/m-p/665742#M121</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;C++ project :&lt;/STRONG&gt; i tried to select in the C, C++ compiler, assembler and linker -&amp;gt; architecture setting either &lt;STRONG&gt;FPv4-SP (SOFT-ABI)&lt;/STRONG&gt; or &lt;STRONG&gt;NONE&lt;/STRONG&gt;, but the linker throws&amp;nbsp;errors&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/usr/mcuxpresso/mcuxpressoide-10.0.2_411/ide/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/bin/ld: error: /usr/local/e_drive/Baja/code-arm/cortex_54114/lpc54114_sdk_main/libs/libfsl_power_cm4_hard.a(fsl_power_lib.o) uses VFP register arguments, lpc54114_sdk_main.axf does not&lt;BR /&gt;/usr/mcuxpresso/mcuxpressoide-10.0.2_411/ide/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/bin/ld: failed to merge target specific data of file /usr/local/e_drive/Baja/code-arm/cortex_54114/lpc54114_sdk_main/libs/libfsl_power_cm4_hard.a(fsl_power_lib.o)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;selecting&amp;nbsp;&lt;SPAN&gt;&lt;STRONG&gt;FPv4-SP (HARD-ABI)&lt;/STRONG&gt; works ... but what if i don't want the hard-abi for compatibility reasons with other soft-abi based interface libraries&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;the issue seems to be the &lt;STRONG&gt;libfsl_power_cm4_hard.a&lt;/STRONG&gt; library&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;is there a&amp;nbsp;&lt;SPAN&gt;libfsl_power_cm4_&lt;STRONG&gt;soft&lt;/STRONG&gt;.a or&amp;nbsp;&lt;SPAN&gt;libfsl_power_cm4_&lt;STRONG&gt;none&lt;/STRONG&gt;.a version or similar available, or do i need to download a different sdk from nxp&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;or simply put how can this be resolved if i do not want the hard-abi support in my C++ project&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;an answer would be highly appreciated :smileywink:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 05 Aug 2017 04:08:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-SDK/mcuxpresso-sdk-lpc54114-floating-point-soft-abi/m-p/665742#M121</guid>
      <dc:creator>klausrschambeck</dc:creator>
      <dc:date>2017-08-05T04:08:34Z</dc:date>
    </item>
    <item>
      <title>Re: mcuxpresso sdk lpc54114 floating point soft abi</title>
      <link>https://community.nxp.com/t5/MCUXpresso-SDK/mcuxpresso-sdk-lpc54114-floating-point-soft-abi/m-p/665743#M122</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi klausrschambeck,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The SDK team didn't provide a soft ABI version library for the LPC54114 MCU but you can use the version with FPU disabled:&lt;/P&gt;&lt;P&gt;&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/20518i0B96202DFA4728E1/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;&lt;/P&gt;&lt;P&gt;link it with floating point set to none:&lt;/P&gt;&lt;P&gt;&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/20565iD390A69DE2B6690F/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;&lt;/P&gt;&lt;P&gt;And you can compile your application with soft-ABI:&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/20601i180B64B412AC2633/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;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_4.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/20629i1B4560F40CB967E5/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_4.png" alt="pastedImage_4.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Hope it helps!&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>Tue, 15 Aug 2017 15:24:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-SDK/mcuxpresso-sdk-lpc54114-floating-point-soft-abi/m-p/665743#M122</guid>
      <dc:creator>Carlos_Mendoza</dc:creator>
      <dc:date>2017-08-15T15:24:56Z</dc:date>
    </item>
  </channel>
</rss>

