<?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: sumo4.14-toolchain problem in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/sumo4-14-toolchain-problem/m-p/935685#M140129</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vecio&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What "environment-setup" did you use?&lt;/P&gt;&lt;P&gt;The scripts are prepared for 4.14-sumo as follows.&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;source /opt/fsl-imx-xwayland/4.14-sumo/environment-setup-aarch64-poky-linux&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And Is --sysroot set ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;example:&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;$ aarch64-poky-linux-gcc helloworld.c &lt;STRONG&gt;--sysroot=$SDKTARGETSYSROOT&lt;/STRONG&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you do not set --sysroot, compilation stops as follows:&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;$ aarch64-poky-linux-gcc helloworld.c &lt;BR /&gt;helloworld.c:1:10: fatal error: stdio.h: No such file or directory&lt;BR /&gt; #include &amp;lt;stdio.h&amp;gt;&lt;BR /&gt; ^~~~~~~~~&lt;BR /&gt;compilation terminated.&lt;/P&gt;&lt;P&gt;$&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;T.Kashiwagi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 03 Jun 2019 12:41:49 GMT</pubDate>
    <dc:creator>Takashi_Kashiwagi</dc:creator>
    <dc:date>2019-06-03T12:41:49Z</dc:date>
    <item>
      <title>sumo4.14-toolchain problem</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/sumo4-14-toolchain-problem/m-p/935684#M140128</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear nxp community,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;Recently we are upgrading the kernel version from 3.10 to 4.14.78.&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;and the tool chain of sumo4.14&amp;nbsp;is different from before.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;Therefore, when i try to compile the wlan modules( TI WL18xx firmware) with the new tool chain,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; I have encountered the following problem：&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;arm-poky-linux-gnueabi-gcc -I. -I.. -I../include -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -Wall -c -o cryptlib.o cryptlib.c&lt;BR /&gt;In file included from cryptlib.c:117:0:&lt;BR /&gt;cryptlib.h:62:11: fatal error: stdlib.h: No such file or directory&lt;BR /&gt; # include &amp;lt;stdlib.h&amp;gt;&lt;BR /&gt; ^~~~~~~~~~&lt;BR /&gt;compilation terminated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;the compile with the old tool chain is okay,but the new one can`t successed.&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;how can i deal with this problem, can you give me some advise, i have no idea about it now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 02 Jun 2019 02:49:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/sumo4-14-toolchain-problem/m-p/935684#M140128</guid>
      <dc:creator>vecio_lin</dc:creator>
      <dc:date>2019-06-02T02:49:25Z</dc:date>
    </item>
    <item>
      <title>Re: sumo4.14-toolchain problem</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/sumo4-14-toolchain-problem/m-p/935685#M140129</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vecio&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What "environment-setup" did you use?&lt;/P&gt;&lt;P&gt;The scripts are prepared for 4.14-sumo as follows.&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;source /opt/fsl-imx-xwayland/4.14-sumo/environment-setup-aarch64-poky-linux&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And Is --sysroot set ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;example:&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;$ aarch64-poky-linux-gcc helloworld.c &lt;STRONG&gt;--sysroot=$SDKTARGETSYSROOT&lt;/STRONG&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you do not set --sysroot, compilation stops as follows:&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;$ aarch64-poky-linux-gcc helloworld.c &lt;BR /&gt;helloworld.c:1:10: fatal error: stdio.h: No such file or directory&lt;BR /&gt; #include &amp;lt;stdio.h&amp;gt;&lt;BR /&gt; ^~~~~~~~~&lt;BR /&gt;compilation terminated.&lt;/P&gt;&lt;P&gt;$&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;T.Kashiwagi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Jun 2019 12:41:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/sumo4-14-toolchain-problem/m-p/935685#M140129</guid>
      <dc:creator>Takashi_Kashiwagi</dc:creator>
      <dc:date>2019-06-03T12:41:49Z</dc:date>
    </item>
    <item>
      <title>Re: sumo4.14-toolchain problem</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/sumo4-14-toolchain-problem/m-p/935686#M140130</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Takashi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="" lang="en"&gt;&lt;SPAN class="" title=""&gt;Thank you for your answer&lt;/SPAN&gt;&lt;/SPAN&gt;~&lt;/P&gt;&lt;P&gt;I already solve the problem, and the solution &lt;SPAN class="" lang="en"&gt;&lt;SPAN title=""&gt;as you said.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="" lang="en"&gt;&lt;SPAN title=""&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="" lang="en"&gt;&lt;SPAN title=""&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Jun 2019 00:31:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/sumo4-14-toolchain-problem/m-p/935686#M140130</guid>
      <dc:creator>vecio_lin</dc:creator>
      <dc:date>2019-06-04T00:31:04Z</dc:date>
    </item>
  </channel>
</rss>

