<?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>i.MX ProcessorsのトピックRe: Setup iMX7 the development tool chain? Document req</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Setup-iMX7-the-development-tool-chain-Document-req/m-p/665826#M102421</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Baskaran,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you want to cross compile an application you must use Metatoolchain in Yocto. In the following link you can find a complete Yocto training and Task 7 is about this.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/docs/DOC-94849"&gt;Yocto Training - HOME&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In summary these are the steps to add metatoolchain and cross compile a simple hello world application:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;$ bitbake meta-toolchain&lt;BR /&gt;$ sh tmp/deploy/sdk/poky-eglibc-x86_64-arm-toolchain-1.4.1.sh&lt;BR /&gt;$ source /opt/poky/1.4.1/environment-setup-armv7a-vfp-neon-poky-linux-gnueabi&lt;BR /&gt;$ arm-poky-linux-gnueabi-gcc -v&lt;BR /&gt;$ arm-poky-linux-gnueabi-gcc hello.c -o hello&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On the other hand, if you want to build an application natively in the iMX7 you need to add the sdk packages to the image, the simplest way may be to add to the end of your build/conf/local.conf file:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;IMAGE_INSTALL-append += "\&lt;BR /&gt;packagegroup-sdk-target \&lt;BR /&gt;"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Carlos&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 04 Aug 2017 22:45:37 GMT</pubDate>
    <dc:creator>Carlos_Musich</dc:creator>
    <dc:date>2017-08-04T22:45:37Z</dc:date>
    <item>
      <title>Setup iMX7 the development tool chain? Document req</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Setup-iMX7-the-development-tool-chain-Document-req/m-p/665825#M102420</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG style="font-size: xx-small;"&gt;Booting Linux on in physical CPU seems okay,Attached u boot message file for the reference&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: xx-small;"&gt;Pls share me a document&amp;nbsp; ""about how to setup the development tool chain?""&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: xx-small;"&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: xx-small;"&gt;K.Baskaran&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Original Attachment has been moved to: &lt;A _jive_internal="true" href="https://community.nxp.com/docs/DOC-335922"&gt;booting-message.txt.zip&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Aug 2017 12:24:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Setup-iMX7-the-development-tool-chain-Document-req/m-p/665825#M102420</guid>
      <dc:creator>baskarankrishna</dc:creator>
      <dc:date>2017-08-04T12:24:08Z</dc:date>
    </item>
    <item>
      <title>Re: Setup iMX7 the development tool chain? Document req</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Setup-iMX7-the-development-tool-chain-Document-req/m-p/665826#M102421</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Baskaran,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you want to cross compile an application you must use Metatoolchain in Yocto. In the following link you can find a complete Yocto training and Task 7 is about this.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/docs/DOC-94849"&gt;Yocto Training - HOME&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In summary these are the steps to add metatoolchain and cross compile a simple hello world application:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;$ bitbake meta-toolchain&lt;BR /&gt;$ sh tmp/deploy/sdk/poky-eglibc-x86_64-arm-toolchain-1.4.1.sh&lt;BR /&gt;$ source /opt/poky/1.4.1/environment-setup-armv7a-vfp-neon-poky-linux-gnueabi&lt;BR /&gt;$ arm-poky-linux-gnueabi-gcc -v&lt;BR /&gt;$ arm-poky-linux-gnueabi-gcc hello.c -o hello&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On the other hand, if you want to build an application natively in the iMX7 you need to add the sdk packages to the image, the simplest way may be to add to the end of your build/conf/local.conf file:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;IMAGE_INSTALL-append += "\&lt;BR /&gt;packagegroup-sdk-target \&lt;BR /&gt;"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Carlos&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Aug 2017 22:45:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Setup-iMX7-the-development-tool-chain-Document-req/m-p/665826#M102421</guid>
      <dc:creator>Carlos_Musich</dc:creator>
      <dc:date>2017-08-04T22:45:37Z</dc:date>
    </item>
  </channel>
</rss>

