<?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 How to add OpenMP library into LTIB? in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/How-to-add-OpenMP-library-into-LTIB/m-p/451301#M70010</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;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; One of our customers use freescale L3.0.35 release Linux, and the cross compile toolchain is "gcc-4.6.2-glibc-2.13-linaro-multilib-2011.12". We can add libgomp in Yocto by edit local.conf file in L3.10.17 or L3.14.28, but we are not familiar with LTIB environment which L3.0.35 used . Could anyone in our community knows how to add libgomp libgomp-dev libgomp-staticdev libraries into LTIB or how to use OpenMP in L3.0.35 Linux? Many thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Frank&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 30 Nov 2015 05:11:57 GMT</pubDate>
    <dc:creator>frank_zhang</dc:creator>
    <dc:date>2015-11-30T05:11:57Z</dc:date>
    <item>
      <title>How to add OpenMP library into LTIB?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-add-OpenMP-library-into-LTIB/m-p/451301#M70010</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;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; One of our customers use freescale L3.0.35 release Linux, and the cross compile toolchain is "gcc-4.6.2-glibc-2.13-linaro-multilib-2011.12". We can add libgomp in Yocto by edit local.conf file in L3.10.17 or L3.14.28, but we are not familiar with LTIB environment which L3.0.35 used . Could anyone in our community knows how to add libgomp libgomp-dev libgomp-staticdev libraries into LTIB or how to use OpenMP in L3.0.35 Linux? Many thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Frank&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Nov 2015 05:11:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-add-OpenMP-library-into-LTIB/m-p/451301#M70010</guid>
      <dc:creator>frank_zhang</dc:creator>
      <dc:date>2015-11-30T05:11:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to add OpenMP library into LTIB?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-add-OpenMP-library-into-LTIB/m-p/451302#M70011</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Yao&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;one can look at attached Hello World app note and examples&lt;/P&gt;&lt;P&gt;of *.spec files in ltib/dist/lfs-5.1/&amp;nbsp; Also useful to check&lt;/P&gt;&lt;P&gt;AN3875 Building a Linux Image and Downloading onto i.MX Processors&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;igor&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Nov 2015 06:41:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-add-OpenMP-library-into-LTIB/m-p/451302#M70011</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2015-11-30T06:41:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to add OpenMP library into LTIB?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-add-OpenMP-library-into-LTIB/m-p/451303#M70012</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi igor,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Thank you for your kindly help, and the document is really nice and helpful.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; OpenMP seems a plugin for gcc compiler, so I need to patch the configargs.h in /gcc-4.6.2-glibc-2.13-linaro-multilib-2011.12/fsl-linaro-toolchain/lib/gcc/arm-fsl-linux-gnueabi/4.6.2/plugin/include directory and remove "--disable-libgomp" option in the configargs.h file. But in pkg directory, I found this package is a RPM package(gcc-4.6.2-glibc-2.13-linaro-multilib-2011.12-1.i386.rpm), and when I list the package by ./ltib -m listpkgs, there is no this package, so I don't know how to patch the tool chain.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt; The problem is I just need a cross compiler that including OMP support. And do you know how can I compile the toolchain from source code and remove the "&lt;/SPAN&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;"--disable-libgomp" option&lt;/SPAN&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;" directly and not by LTIB? Many thanks!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Frank&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Dec 2015 11:27:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-add-OpenMP-library-into-LTIB/m-p/451303#M70012</guid>
      <dc:creator>frank_zhang</dc:creator>
      <dc:date>2015-12-01T11:27:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to add OpenMP library into LTIB?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-add-OpenMP-library-into-LTIB/m-p/451304#M70013</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;你好 ！我碰到和你一样的问题，请问最后解决了吗？&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Dec 2016 12:01:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-add-OpenMP-library-into-LTIB/m-p/451304#M70013</guid>
      <dc:creator>zhangdendzh</dc:creator>
      <dc:date>2016-12-08T12:01:00Z</dc:date>
    </item>
  </channel>
</rss>

