<?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中的主题 Compiling Error</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Compiling-Error/m-p/413500#M61941</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hy!&lt;/P&gt;&lt;P&gt;I'm working with the phyFLEX-i.MX6 SoM and their latest Yocto BSP.&lt;/P&gt;&lt;P&gt;Im currently trying to Compile some C-Files direktly on the Target device.&lt;/P&gt;&lt;P&gt;A simple printf hello world was succesfull but some gstreamer pipelines give me the following error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;hello.c:2:21: fatal error: gst/gst.h: No such file or directory&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; #include &amp;lt;gst/gst.h&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ^&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; compilation terminated.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;after changing the include to #include &amp;lt;gstreamer-1.0/gst/gst.h&amp;gt; i got another error. something like glib.h no such file or directory.&lt;/P&gt;&lt;P&gt;seams like some header files are not at the places they should be. what went wrong? any suggestions how to fix this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 20 Oct 2015 12:14:46 GMT</pubDate>
    <dc:creator>christophertele</dc:creator>
    <dc:date>2015-10-20T12:14:46Z</dc:date>
    <item>
      <title>Compiling Error</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Compiling-Error/m-p/413500#M61941</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hy!&lt;/P&gt;&lt;P&gt;I'm working with the phyFLEX-i.MX6 SoM and their latest Yocto BSP.&lt;/P&gt;&lt;P&gt;Im currently trying to Compile some C-Files direktly on the Target device.&lt;/P&gt;&lt;P&gt;A simple printf hello world was succesfull but some gstreamer pipelines give me the following error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;hello.c:2:21: fatal error: gst/gst.h: No such file or directory&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; #include &amp;lt;gst/gst.h&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ^&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; compilation terminated.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;after changing the include to #include &amp;lt;gstreamer-1.0/gst/gst.h&amp;gt; i got another error. something like glib.h no such file or directory.&lt;/P&gt;&lt;P&gt;seams like some header files are not at the places they should be. what went wrong? any suggestions how to fix this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Oct 2015 12:14:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Compiling-Error/m-p/413500#M61941</guid>
      <dc:creator>christophertele</dc:creator>
      <dc:date>2015-10-20T12:14:46Z</dc:date>
    </item>
    <item>
      <title>Re: Compiling Error</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Compiling-Error/m-p/413501#M61942</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;Try use "devshell"&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;Ex:&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;step 1: $ bitbake gst-hellowork -c devshell&amp;nbsp;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;[you need to install some package to use devshell]&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;step 2: After step 1 successful, window of terminal will remote to yocto environment:&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;Ex:&amp;nbsp;/build/tmp/work/cortexa15hf-neon-poky-linux-gnueabi/gst-helloworld/1.0-r0/gst-helloworld&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&lt;/P&gt;&lt;DIV style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&lt;DIV class="" style="border: 0px; font-weight: inherit;"&gt;&lt;DIV class="" style="border: 0px; font-weight: inherit;"&gt;&lt;P style="border: 0px; font-weight: inherit;"&gt;$ make&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jul 2018 04:56:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Compiling-Error/m-p/413501#M61942</guid>
      <dc:creator>traht94</dc:creator>
      <dc:date>2018-07-18T04:56:30Z</dc:date>
    </item>
  </channel>
</rss>

