<?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: Questions about CROSS_COMPILE path</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Questions-about-CROSS-COMPILE-path/m-p/743606#M115698</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't know why you couldn't install the meta-toolchain refer to your information, but if you use apt-get install arm-*, you can get the toolchain under /usr/bin, which maybe is difference between yocto own toolchain, so if you need to use external toolchain, you can install the any toolchian you like.&lt;/P&gt;&lt;P&gt;for how to change the uboot under yocto, you can refer to the link as below&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/thread/308722"&gt;https://community.nxp.com/thread/308722&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 03 Jan 2018 06:58:32 GMT</pubDate>
    <dc:creator>joanxie</dc:creator>
    <dc:date>2018-01-03T06:58:32Z</dc:date>
    <item>
      <title>Questions about CROSS_COMPILE path</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Questions-about-CROSS-COMPILE-path/m-p/743603#M115695</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, i am a new guy and I have a problem when I try to understand about configuring u-boot in imx6soloqsabresd.&lt;/P&gt;&lt;P&gt;"Create a shell script under &amp;lt;UBOOT_DIR&amp;gt; named build_u-boot.sh.&lt;BR /&gt;The file contents are as follows:&lt;BR /&gt;#!/bin/bash&lt;BR /&gt;export ARCH=arm&lt;BR /&gt;export CROSS_COMPILE=&amp;lt;path to cross compiler prefix&amp;gt; (e.g.,&lt;BR /&gt;/opt/poky/1.4.1/sysroots/i686-pokysdk-linux/usr/bin/cortexa9hf-vfp-neon-poky-linuxgnueabi/&lt;BR /&gt;arm-poky-linux-gnueabimake-&lt;BR /&gt;make distclean;&lt;BR /&gt;make mx&amp;lt;custom board name&amp;gt;_config&lt;BR /&gt;make"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I know the exact&amp;nbsp;&lt;SPAN&gt;&amp;lt;path to cross compiler prefix&amp;gt;&amp;nbsp; is?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;What does 1.4.1 means? In another document, I found that number were&amp;nbsp;changed to 2.0.1 or 1.8.9,...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;Thank you.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Dec 2017 01:20:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Questions-about-CROSS-COMPILE-path/m-p/743603#M115695</guid>
      <dc:creator>thanh</dc:creator>
      <dc:date>2017-12-25T01:20:43Z</dc:date>
    </item>
    <item>
      <title>Re: Questions about CROSS_COMPILE path</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Questions-about-CROSS-COMPILE-path/m-p/743604#M115696</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this should be the version, 1.4.1 is just for example for you, you need to choose your own version, this is path for complier.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Dec 2017 09:12:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Questions-about-CROSS-COMPILE-path/m-p/743604#M115696</guid>
      <dc:creator>joanxie</dc:creator>
      <dc:date>2017-12-27T09:12:37Z</dc:date>
    </item>
    <item>
      <title>Re: Questions about CROSS_COMPILE path</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Questions-about-CROSS-COMPILE-path/m-p/743605#M115697</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Joan Xie, Thanks for answering me.&lt;/P&gt;&lt;P&gt;I built a tool-chain (cross-compiler) by "bitbake meta-toolchain" and found out the path. &lt;BR /&gt;/opt/fsl-imx-fb/4.1.15-2.1.0/sysroots/x86_64-pokysdk-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I got a new problem. The result shows that it can't find the -lgcc library. I tried some way, change to new tool-chain and many things but can't fix that problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then I installed new toolchain by this code: sudo apt-get install gcc-arm-linux-gnueabihf. So my compile path was "export CROSS_COMPILE=arm-linux-gnueabihf-" and it ran fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It doesn't a cross-compiler, right? I wonder if there is any problem. If not, why did we don't necessarily need the cross-compiler in this situation? and what does the cross-compiler stand for?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And I am researching how to configure u-boot for running on the customized board. Can you give me some advice? What does the thing that I need to change first on u-boot or need to note?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Dec 2017 06:02:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Questions-about-CROSS-COMPILE-path/m-p/743605#M115697</guid>
      <dc:creator>thanh</dc:creator>
      <dc:date>2017-12-28T06:02:15Z</dc:date>
    </item>
    <item>
      <title>Re: Questions about CROSS_COMPILE path</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Questions-about-CROSS-COMPILE-path/m-p/743606#M115698</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't know why you couldn't install the meta-toolchain refer to your information, but if you use apt-get install arm-*, you can get the toolchain under /usr/bin, which maybe is difference between yocto own toolchain, so if you need to use external toolchain, you can install the any toolchian you like.&lt;/P&gt;&lt;P&gt;for how to change the uboot under yocto, you can refer to the link as below&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/thread/308722"&gt;https://community.nxp.com/thread/308722&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jan 2018 06:58:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Questions-about-CROSS-COMPILE-path/m-p/743606#M115698</guid>
      <dc:creator>joanxie</dc:creator>
      <dc:date>2018-01-03T06:58:32Z</dc:date>
    </item>
    <item>
      <title>Re: Questions about CROSS_COMPILE path</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Questions-about-CROSS-COMPILE-path/m-p/743607#M115699</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Joan Xie, thank you so much for your help.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jan 2018 05:52:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Questions-about-CROSS-COMPILE-path/m-p/743607#M115699</guid>
      <dc:creator>thanh</dc:creator>
      <dc:date>2018-01-09T05:52:39Z</dc:date>
    </item>
  </channel>
</rss>

