<?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: using hardfloat : arm-poky-linux-gnueabihf in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/using-hardfloat-arm-poky-linux-gnueabihf/m-p/653515#M100052</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Carlos,&lt;/P&gt;&lt;P&gt;My Linux kernel version is&amp;nbsp;3.14.28. i checked the CC flags and saw&amp;nbsp;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;-mfloat-abi=hard flag.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 26 Oct 2016 02:55:17 GMT</pubDate>
    <dc:creator>anjojohn</dc:creator>
    <dc:date>2016-10-26T02:55:17Z</dc:date>
    <item>
      <title>using hardfloat : arm-poky-linux-gnueabihf</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/using-hardfloat-arm-poky-linux-gnueabihf/m-p/653513#M100050</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;i want to use the hard-float compiler arm-poky-linux-gnueabihf instead of the soft-float. how to setup the tool chain for this. So far i was able to use soft float and there isn't any examples for setting up hard-float compiler. below is my current build configuration&lt;/P&gt;&lt;P&gt;Build Configuration:&lt;BR /&gt;BB_VERSION&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = "1.26.0"&lt;BR /&gt;BUILD_SYS&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = "x86_64-linux"&lt;BR /&gt;NATIVELSBSTRING&amp;nbsp;&amp;nbsp; = "Ubuntu-14.04"&lt;BR /&gt;TARGET_SYS&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = "arm-poky-linux-gnueabi"&lt;BR /&gt;MACHINE&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = "wandboard-dual"&lt;BR /&gt;DISTRO&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = "poky"&lt;BR /&gt;DISTRO_VERSION&amp;nbsp;&amp;nbsp;&amp;nbsp; = "1.8.1"&lt;BR /&gt;TUNE_FEATURES&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = "arm armv7a vfp thumb neon callconvention-hard cortexa9"&lt;BR /&gt;TARGET_FPU&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = "vfp-neon"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could any one please tell me how to setup hard-float compiler, in my build directory i am only seeing arm-poky-linux-gnueabi which is the soft float compiler. Is there any specific instruction or configuration ? I am using wandboard-dual setup for testing.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Oct 2016 06:39:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/using-hardfloat-arm-poky-linux-gnueabihf/m-p/653513#M100050</guid>
      <dc:creator>anjojohn</dc:creator>
      <dc:date>2016-10-20T06:39:25Z</dc:date>
    </item>
    <item>
      <title>Re: using hardfloat : arm-poky-linux-gnueabihf</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/using-hardfloat-arm-poky-linux-gnueabihf/m-p/653514#M100051</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anjo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what kernel are you using? Latest kernels use hard fp as default.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;of you want to build an application please follow this syntax:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;arm-poky-linux-gnueabi-gcc Test.c -mfloat-abi=hard -o test&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Carlos&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, 25 Oct 2016 22:16:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/using-hardfloat-arm-poky-linux-gnueabihf/m-p/653514#M100051</guid>
      <dc:creator>Carlos_Musich</dc:creator>
      <dc:date>2016-10-25T22:16:57Z</dc:date>
    </item>
    <item>
      <title>Re: using hardfloat : arm-poky-linux-gnueabihf</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/using-hardfloat-arm-poky-linux-gnueabihf/m-p/653515#M100052</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Carlos,&lt;/P&gt;&lt;P&gt;My Linux kernel version is&amp;nbsp;3.14.28. i checked the CC flags and saw&amp;nbsp;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;-mfloat-abi=hard flag.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Oct 2016 02:55:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/using-hardfloat-arm-poky-linux-gnueabihf/m-p/653515#M100052</guid>
      <dc:creator>anjojohn</dc:creator>
      <dc:date>2016-10-26T02:55:17Z</dc:date>
    </item>
  </channel>
</rss>

