<?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 Imx8qm acceleration problem in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Imx8qm-acceleration-problem/m-p/1052004#M154834</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The chip used is I.M.X8 QM.The operating system is Linux。The cross-compilation tool chain is aarch64-tdx-linux-g++ 。I tried to use accelerated compilation, but got an error。The added parameter is -mfloat-abi= hard-mfpu = vFPv3-mfpu =neon。&lt;/P&gt;&lt;P&gt;Does I.X8QM not support these parameters?&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;IMG /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 17 Jun 2020 01:46:05 GMT</pubDate>
    <dc:creator>zhiyuan_song</dc:creator>
    <dc:date>2020-06-17T01:46:05Z</dc:date>
    <item>
      <title>Imx8qm acceleration problem</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Imx8qm-acceleration-problem/m-p/1052004#M154834</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The chip used is I.M.X8 QM.The operating system is Linux。The cross-compilation tool chain is aarch64-tdx-linux-g++ 。I tried to use accelerated compilation, but got an error。The added parameter is -mfloat-abi= hard-mfpu = vFPv3-mfpu =neon。&lt;/P&gt;&lt;P&gt;Does I.X8QM not support these parameters?&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;IMG /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jun 2020 01:46:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Imx8qm-acceleration-problem/m-p/1052004#M154834</guid>
      <dc:creator>zhiyuan_song</dc:creator>
      <dc:date>2020-06-17T01:46:05Z</dc:date>
    </item>
    <item>
      <title>Re: Imx8qm acceleration problem</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Imx8qm-acceleration-problem/m-p/1052005#M154835</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Song,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Apparently, you need to export some flags on your makefile:&lt;/P&gt;&lt;PRE style="color: #24292e; background-color: #f6f8fa; margin-bottom: 16px; padding: 16px;"&gt;&lt;CODE style="background: transparent; border: 0px;"&gt;export CFLAGS="-mcpu=cortex-a53 -mfloat-abi=hard -mfpu=neon-fp-armv8 -mneon-for-64bits"&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;You can find more information on the below web page:&lt;/P&gt;&lt;P&gt;&lt;A class="" data-content-finding="Community" href="https://community.nxp.com/external-link.jspa?url=https%3A%2F%2Fgist.github.com%2Ffm4dd%2Fc663217935dc17f0fc73c9c81b0aa845" rel="nofollow noopener noreferrer" target="_blank"&gt;https://gist.github.com/fm4dd/c663217935dc17f0fc73c9c81b0aa845&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jun 2020 14:13:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Imx8qm-acceleration-problem/m-p/1052005#M154835</guid>
      <dc:creator>Bio_TICFSL</dc:creator>
      <dc:date>2020-06-17T14:13:59Z</dc:date>
    </item>
    <item>
      <title>Re: Imx8qm acceleration problem</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Imx8qm-acceleration-problem/m-p/1052006#M154836</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, error again。&lt;/P&gt;&lt;P&gt;Environment variable added export CXXFLAGS=" -mcPU = Cortex-a53-mfloat -abi= hard-MFPU = NEON - FP-ARMV8-mneon -for-64bits"&lt;/P&gt;&lt;P&gt;But when I make, still report an error。&lt;/P&gt;&lt;P&gt;aarch64-tdx-linux-gcc: error: unrecognized command line option ‘-mfloat-abi=hard’&lt;BR /&gt;aarch64-tdx-linux-gcc: error: unrecognized command line option ‘-mfpu=neon-fp-armv8’&lt;BR /&gt;aarch64-tdx-linux-gcc: error: unrecognized command line option ‘-mneon-for-64bits’&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jun 2020 01:29:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Imx8qm-acceleration-problem/m-p/1052006#M154836</guid>
      <dc:creator>zhiyuan_song</dc:creator>
      <dc:date>2020-06-18T01:29:15Z</dc:date>
    </item>
  </channel>
</rss>

