<?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>MCUXpresso IDEのトピックRe: MCUXpresso BUG: Wrong arm mathlib for K64F</title>
    <link>https://community.nxp.com/t5/MCUXpresso-IDE/MCUXpresso-BUG-Wrong-arm-mathlib-for-K64F/m-p/1090786#M6002</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="288164" data-username="davenadler" href="https://community.nxp.com/people/davenadler"&gt;Dave Nadler&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Which&amp;nbsp; SDK version are you using? I tested the issue on my side and the CMSIS libraries were located at &lt;EM&gt;SDK_2.7.0_FRDM-K64F.zip\CMSIS\DSP\Lib\GCC&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&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/115919i0B0535A69171B75F/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;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The project was created with no issues.&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/115920iF2D0107B26911140/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;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I suggest you use the latest release of the IDE that is 11.1.1 as well the latest SDK which is v2.7.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Let me know if this is helpful, if you have more questions do not hesitate to ask me.&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Omar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jul 2020 18:16:44 GMT</pubDate>
    <dc:creator>Omar_Anguiano</dc:creator>
    <dc:date>2020-07-15T18:16:44Z</dc:date>
    <item>
      <title>MCUXpresso BUG: Wrong arm mathlib for K64F</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/MCUXpresso-BUG-Wrong-arm-mathlib-for-K64F/m-p/1090785#M6001</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;MCUXpresso 11.1 on Windows 10, Kinetis K64F, using CMSIS DSP.&lt;BR /&gt;With MCUXpresso, I created a new FreeRTOS project.&lt;/P&gt;&lt;P&gt;Project generated contains a copy of math library libs\&lt;STRONG&gt;libarm_cortexM7l_math.a&lt;/STRONG&gt; (and includes this library in .cproject).&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Bug: K64F is not an M7, its an M4.&lt;/STRONG&gt;&lt;BR /&gt;Consequently project fails to link with errors like:&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;.axf uses VFP register arguments, libarm_cortexM7l_math.a(arm_rfft_fast_init_f32.o) does not.&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;The required library file is &lt;STRONG&gt;arm_cortexM4lf_math.a&lt;/STRONG&gt; !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 22px;"&gt;&lt;STRONG&gt;NXP, can you please:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Tell me where you have hidden the arm CMSIS libraries!&lt;BR /&gt; In prior MCUXpresso releases, they were installed under C:\NXP\CMSIS, for example: &lt;BR /&gt;"C:\nxp\CMSIS\Lib\GCC\libarm_cortexM4lf_math.a"&lt;BR /&gt;Prior MCUXpresso releases generated project with build variable CMSIS_LOC pointing to above directory, and did not place a copy within each project.&lt;BR /&gt;&lt;STRONG&gt;Where is the correct library so I can add it to my project?&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;Confirm you have reproduced this bug placed it in your bug tracker&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;BR /&gt;Best Regards, Dave&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Jul 2020 19:56:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/MCUXpresso-BUG-Wrong-arm-mathlib-for-K64F/m-p/1090785#M6001</guid>
      <dc:creator>davenadler</dc:creator>
      <dc:date>2020-07-12T19:56:37Z</dc:date>
    </item>
    <item>
      <title>Re: MCUXpresso BUG: Wrong arm mathlib for K64F</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/MCUXpresso-BUG-Wrong-arm-mathlib-for-K64F/m-p/1090786#M6002</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="288164" data-username="davenadler" href="https://community.nxp.com/people/davenadler"&gt;Dave Nadler&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Which&amp;nbsp; SDK version are you using? I tested the issue on my side and the CMSIS libraries were located at &lt;EM&gt;SDK_2.7.0_FRDM-K64F.zip\CMSIS\DSP\Lib\GCC&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&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/115919i0B0535A69171B75F/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;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The project was created with no issues.&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/115920iF2D0107B26911140/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;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I suggest you use the latest release of the IDE that is 11.1.1 as well the latest SDK which is v2.7.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Let me know if this is helpful, if you have more questions do not hesitate to ask me.&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Omar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jul 2020 18:16:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/MCUXpresso-BUG-Wrong-arm-mathlib-for-K64F/m-p/1090786#M6002</guid>
      <dc:creator>Omar_Anguiano</dc:creator>
      <dc:date>2020-07-15T18:16:44Z</dc:date>
    </item>
    <item>
      <title>Re: MCUXpresso BUG: Wrong arm mathlib for K64F</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/MCUXpresso-BUG-Wrong-arm-mathlib-for-K64F/m-p/1090787#M6003</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/nxf54944"&gt;nxf54944&lt;/A&gt;‌ - I am using 11.1.1 and SDK 2.7. The project was created incorrectly by the 'new project wizard'.&lt;BR /&gt;When I manually updated the project's SDK options, I got the correct library.&lt;BR /&gt;I then had to manually correct the erroneous .cproject as the SDK update process mucked it up.&lt;BR /&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;EM&gt;&lt;STRONG&gt;The cortex M7 math library should never be offered as an option for K64&lt;/STRONG&gt;&lt;/EM&gt;&lt;/SPAN&gt; as in your picture above!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jul 2020 00:55:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/MCUXpresso-BUG-Wrong-arm-mathlib-for-K64F/m-p/1090787#M6003</guid>
      <dc:creator>davenadler</dc:creator>
      <dc:date>2020-07-16T00:55:52Z</dc:date>
    </item>
    <item>
      <title>Re: MCUXpresso BUG: Wrong arm mathlib for K64F</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/MCUXpresso-BUG-Wrong-arm-mathlib-for-K64F/m-p/1090788#M6004</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for reporting this. I confirm that we might end-up with M7-specific library even for K64. It's because of the SDK manifest -&amp;nbsp;open SDK_2.7.0_FRDM-K64F.zip/FRDM-K64F_manifest_v3_6.xml and search for the M7 library to confirm this assumption.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'd say you can locally address the problem yourself, given the fact that it'll take some time to get a fix for this. So, simply uninstall the SDK from MCUXpresso, patch the manifest, import the SDK again and recreate any projects you might have previously created.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also logged a ticket to track this issue internally,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greetings,&lt;BR /&gt;MCUXpresso IDE Support&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jul 2020 14:41:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/MCUXpresso-BUG-Wrong-arm-mathlib-for-K64F/m-p/1090788#M6004</guid>
      <dc:creator>lpcxpresso_supp</dc:creator>
      <dc:date>2020-07-23T14:41:35Z</dc:date>
    </item>
    <item>
      <title>Re: MCUXpresso BUG: Wrong arm mathlib for K64F</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/MCUXpresso-BUG-Wrong-arm-mathlib-for-K64F/m-p/1090789#M6005</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As I noted above, I was able to manually correct the project, though oddly I did not correct the manifest (just reselected the SDK components and edited .cproject). Thanks for logging the bug,&lt;BR /&gt;Best Regards, Dave&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jul 2020 16:46:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/MCUXpresso-BUG-Wrong-arm-mathlib-for-K64F/m-p/1090789#M6005</guid>
      <dc:creator>davenadler</dc:creator>
      <dc:date>2020-07-23T16:46:34Z</dc:date>
    </item>
  </channel>
</rss>

