<?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 asm/linkage.h missing in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/asm-linkage-h-missing/m-p/367622#M52338</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm trying to use libvpu and libipu to display H264 video streams on my Nitrogen6x.&amp;nbsp; I had no issues with this in Dora, but when I updated to Dizzy, I came across a new error that I haven't been able to resolve when using linux/mxcfb.h.&amp;nbsp; The g++ command line and error are:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cd /home/rahimia/dizzy/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/mocu3/1.0-r0/build/MediaModules/VPUCodec &amp;amp;&amp;amp; /home/rahimia/dizzy/build/tmp/sysroots/x86_64-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-g++&amp;nbsp;&amp;nbsp; -DBOOST_ALL_NO_LIB -DBUILD_FOR_ARM -DVPUCodec_EXPORTS -march=armv7-a -mthumb-interwork -mfloat-abi=hard -mfpu=neon -mtune=cortex-a9&amp;nbsp; --sysroot=/home/rahimia/dizzy/build/tmp/sysroots/nitrogen6x&amp;nbsp; -O2 -pipe -g -feliminate-unused-debug-types -fvisibility-inlines-hidden -std=c++0x -fpermissive -fPIC -g -I/home/rahimia/dizzy/build/tmp/sysroots/nitrogen6x/usr/include -I/home/rahimia/dizzy/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/mocu3/1.0-r0/trunk/Common/include -I/home/rahimia/dizzy/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/mocu3/1.0-r0/trunk/Common/lib -I/home/rahimia/dizzy/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/mocu3/1.0-r0/trunk/MediaModules/VPUCodec/. -I/home/rahimia/dizzy/build/tmp/sysroots/nitrogen6x/usr/src/kernel/include&amp;nbsp;&amp;nbsp;&amp;nbsp; -o CMakeFiles/VPUCodec.dir/dllmain.cpp.o -c /home/rahimia/dizzy/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/mocu3/1.0-r0/trunk/MediaModules/VPUCodec/dllmain.cpp&lt;/P&gt;&lt;P&gt;In file included from /home/rahimia/dizzy/build/tmp/sysroots/nitrogen6x/usr/src/kernel/include/linux/kgdb.h:16:0,&lt;/P&gt;&lt;P&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; from /home/rahimia/dizzy/build/tmp/sysroots/nitrogen6x/usr/src/kernel/include/linux/fb.h:4,&lt;/P&gt;&lt;P&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; from /home/rahimia/dizzy/build/tmp/sysroots/nitrogen6x/usr/src/kernel/include/uapi/linux/mxcfb.h:31,&lt;/P&gt;&lt;P&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; from /home/rahimia/dizzy/build/tmp/sysroots/nitrogen6x/usr/src/kernel/include/linux/mxcfb.h:24,&lt;/P&gt;&lt;P&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; from /home/rahimia/dizzy/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/mocu3/1.0-r0/trunk/MediaModules/VPUCodec/IPUDisplay.h:27,&lt;/P&gt;&lt;P&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; from /home/rahimia/dizzy/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/mocu3/1.0-r0/trunk/MediaModules/VPUCodec/Decoder.h:14,&lt;/P&gt;&lt;P&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; from /home/rahimia/dizzy/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/mocu3/1.0-r0/trunk/MediaModules/VPUCodec/VPUCodec.h:6,&lt;/P&gt;&lt;P&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; from /home/rahimia/dizzy/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/mocu3/1.0-r0/trunk/MediaModules/VPUCodec/dllmain.cpp:3:&lt;/P&gt;&lt;P&gt;/home/rahimia/dizzy/build/tmp/sysroots/nitrogen6x/usr/src/kernel/include/linux/linkage.h:7:25: fatal error: asm/linkage.h: No such file or directory&lt;/P&gt;&lt;P&gt; #include &amp;lt;asm/linkage.h&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've tried adding include paths and symbolic links to the directories I thought I needed, but ultimately couldn't resolve the issue.&amp;nbsp; I did notice that there's no longer a "plat-mxc" directory under the kernel source.&amp;nbsp; Is this an issue?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have PREFERRED_PROVIDER_virtual/kernel = "linux-boundary"&amp;nbsp; and PREFERRED_VERSION_linux-boundary = "3.10.17" in my local.conf and I'm building the image with imx-lib and imx-vpu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 11 Feb 2015 19:42:12 GMT</pubDate>
    <dc:creator>amin_rahimi</dc:creator>
    <dc:date>2015-02-11T19:42:12Z</dc:date>
    <item>
      <title>asm/linkage.h missing</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/asm-linkage-h-missing/m-p/367622#M52338</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm trying to use libvpu and libipu to display H264 video streams on my Nitrogen6x.&amp;nbsp; I had no issues with this in Dora, but when I updated to Dizzy, I came across a new error that I haven't been able to resolve when using linux/mxcfb.h.&amp;nbsp; The g++ command line and error are:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cd /home/rahimia/dizzy/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/mocu3/1.0-r0/build/MediaModules/VPUCodec &amp;amp;&amp;amp; /home/rahimia/dizzy/build/tmp/sysroots/x86_64-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-g++&amp;nbsp;&amp;nbsp; -DBOOST_ALL_NO_LIB -DBUILD_FOR_ARM -DVPUCodec_EXPORTS -march=armv7-a -mthumb-interwork -mfloat-abi=hard -mfpu=neon -mtune=cortex-a9&amp;nbsp; --sysroot=/home/rahimia/dizzy/build/tmp/sysroots/nitrogen6x&amp;nbsp; -O2 -pipe -g -feliminate-unused-debug-types -fvisibility-inlines-hidden -std=c++0x -fpermissive -fPIC -g -I/home/rahimia/dizzy/build/tmp/sysroots/nitrogen6x/usr/include -I/home/rahimia/dizzy/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/mocu3/1.0-r0/trunk/Common/include -I/home/rahimia/dizzy/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/mocu3/1.0-r0/trunk/Common/lib -I/home/rahimia/dizzy/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/mocu3/1.0-r0/trunk/MediaModules/VPUCodec/. -I/home/rahimia/dizzy/build/tmp/sysroots/nitrogen6x/usr/src/kernel/include&amp;nbsp;&amp;nbsp;&amp;nbsp; -o CMakeFiles/VPUCodec.dir/dllmain.cpp.o -c /home/rahimia/dizzy/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/mocu3/1.0-r0/trunk/MediaModules/VPUCodec/dllmain.cpp&lt;/P&gt;&lt;P&gt;In file included from /home/rahimia/dizzy/build/tmp/sysroots/nitrogen6x/usr/src/kernel/include/linux/kgdb.h:16:0,&lt;/P&gt;&lt;P&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; from /home/rahimia/dizzy/build/tmp/sysroots/nitrogen6x/usr/src/kernel/include/linux/fb.h:4,&lt;/P&gt;&lt;P&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; from /home/rahimia/dizzy/build/tmp/sysroots/nitrogen6x/usr/src/kernel/include/uapi/linux/mxcfb.h:31,&lt;/P&gt;&lt;P&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; from /home/rahimia/dizzy/build/tmp/sysroots/nitrogen6x/usr/src/kernel/include/linux/mxcfb.h:24,&lt;/P&gt;&lt;P&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; from /home/rahimia/dizzy/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/mocu3/1.0-r0/trunk/MediaModules/VPUCodec/IPUDisplay.h:27,&lt;/P&gt;&lt;P&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; from /home/rahimia/dizzy/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/mocu3/1.0-r0/trunk/MediaModules/VPUCodec/Decoder.h:14,&lt;/P&gt;&lt;P&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; from /home/rahimia/dizzy/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/mocu3/1.0-r0/trunk/MediaModules/VPUCodec/VPUCodec.h:6,&lt;/P&gt;&lt;P&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; from /home/rahimia/dizzy/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/mocu3/1.0-r0/trunk/MediaModules/VPUCodec/dllmain.cpp:3:&lt;/P&gt;&lt;P&gt;/home/rahimia/dizzy/build/tmp/sysroots/nitrogen6x/usr/src/kernel/include/linux/linkage.h:7:25: fatal error: asm/linkage.h: No such file or directory&lt;/P&gt;&lt;P&gt; #include &amp;lt;asm/linkage.h&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've tried adding include paths and symbolic links to the directories I thought I needed, but ultimately couldn't resolve the issue.&amp;nbsp; I did notice that there's no longer a "plat-mxc" directory under the kernel source.&amp;nbsp; Is this an issue?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have PREFERRED_PROVIDER_virtual/kernel = "linux-boundary"&amp;nbsp; and PREFERRED_VERSION_linux-boundary = "3.10.17" in my local.conf and I'm building the image with imx-lib and imx-vpu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Feb 2015 19:42:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/asm-linkage-h-missing/m-p/367622#M52338</guid>
      <dc:creator>amin_rahimi</dc:creator>
      <dc:date>2015-02-11T19:42:12Z</dc:date>
    </item>
    <item>
      <title>Re: asm/linkage.h missing</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/asm-linkage-h-missing/m-p/367623#M52339</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Fixed.&amp;nbsp; I needed &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;.../usr/src/kernel/include&lt;/SPAN&gt;/uapi to be included &lt;EM&gt;before&lt;/EM&gt; ...&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;/usr/src/kernel/include.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Feb 2015 17:19:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/asm-linkage-h-missing/m-p/367623#M52339</guid>
      <dc:creator>amin_rahimi</dc:creator>
      <dc:date>2015-02-18T17:19:22Z</dc:date>
    </item>
  </channel>
</rss>

