<?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: Freescale kernel building in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Freescale-kernel-building/m-p/468164#M73889</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I faced this same issue. This has been fixed in the '3.14-1.1.x-imx' branch (imx in the end, not mx6).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 29 Feb 2016 22:32:24 GMT</pubDate>
    <dc:creator>fabio_estevam</dc:creator>
    <dc:date>2016-02-29T22:32:24Z</dc:date>
    <item>
      <title>Freescale kernel building</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Freescale-kernel-building/m-p/468160#M73885</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm trying to build the latest 3.14 kernel from Freescale(&lt;A href="https://github.com/Freescale/linux-fslc/tree/3.14-1.1.x-mx6" title="https://github.com/Freescale/linux-fslc/tree/3.14-1.1.x-mx6"&gt;Freescale/linux-fslc at 3.14-1.1.x-mx6 · GitHub&lt;/A&gt; ), but I'm having a problem building it.&amp;nbsp; I'm trying to build the kernel for an IMX6.&amp;nbsp; After cloning the repo, I do the following to try and build it:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;make imx_v7_defconfig&lt;/LI&gt;&lt;LI&gt;make&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;However, the make process fails with the following error:&lt;/P&gt;&lt;P&gt;arch/arm/mm/built-in.o:(___ksymtab+v7_dma_map_area+0x0): multiple definition of `__ksymtab_v7_dma_map_area'&lt;/P&gt;&lt;P&gt;arch/arm/kernel/built-in.o:(___ksymtab+v7_dma_map_area+0x0): first defined here&lt;/P&gt;&lt;P&gt;arch/arm/mm/built-in.o:(___ksymtab+v7_dma_flush_range+0x0): multiple definition of `__ksymtab_v7_dma_flush_range'&lt;/P&gt;&lt;P&gt;arch/arm/kernel/built-in.o:(___ksymtab+v7_dma_flush_range+0x0): first defined here&lt;/P&gt;&lt;P&gt;arch/arm/mm/built-in.o:(___ksymtab+v7_dma_unmap_area+0x0): multiple definition of `__ksymtab_v7_dma_unmap_area'&lt;/P&gt;&lt;P&gt;arch/arm/kernel/built-in.o:(___ksymtab+v7_dma_unmap_area+0x0): first defined here&lt;/P&gt;&lt;P&gt;Makefile:831: recipe for target 'vmlinux' failed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What do I need to change in order for the kernel to link cleanly?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jan 2016 15:07:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Freescale-kernel-building/m-p/468160#M73885</guid>
      <dc:creator>robertmiddleton</dc:creator>
      <dc:date>2016-01-05T15:07:55Z</dc:date>
    </item>
    <item>
      <title>Re: Freescale kernel building</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Freescale-kernel-building/m-p/468161#M73886</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to use &lt;/P&gt;&lt;P&gt;make&amp;nbsp; ARCH=arm CROSS_COMPILE=/opt/poky/1.5.1/sysroots/x86_64-pokysdk-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi- -j16 uImage LOADADDR=0x10008000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can build corss_compile tool chain from "&lt;A href="https://community.nxp.com/docs/DOC-95122"&gt;Task #7 - Create the toolchain&lt;/A&gt; "&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Saurabh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jan 2016 04:55:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Freescale-kernel-building/m-p/468161#M73886</guid>
      <dc:creator>saurabh206</dc:creator>
      <dc:date>2016-01-06T04:55:19Z</dc:date>
    </item>
    <item>
      <title>Re: Freescale kernel building</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Freescale-kernel-building/m-p/468162#M73887</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You may try the recent BSP L3.14.52.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.nxp.com/webapp/Download?colCode=L3.14.52_1.1.0_LINUX_DOCS" title="http://www.nxp.com/webapp/Download?colCode=L3.14.52_1.1.0_LINUX_DOCS"&gt;http://www.nxp.com/webapp/Download?colCode=L3.14.52_1.1.0_LINUX_DOCS&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please follow recommendations of "Freescale_Yocto_Project_User's_Guide.pdf"&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Yuri&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jan 2016 05:30:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Freescale-kernel-building/m-p/468162#M73887</guid>
      <dc:creator>Yuri</dc:creator>
      <dc:date>2016-01-06T05:30:28Z</dc:date>
    </item>
    <item>
      <title>Re: Freescale kernel building</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Freescale-kernel-building/m-p/468163#M73888</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please follow these steps:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Setup your toolchain environment. I use Yocto 'jethro' generated:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;source /opt/poky/2.0-cortexa8hf/environment-setup-cortexa8hf-vfp-neon-poky-linux-gnueabi&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;SPAN&gt;git clone &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://github.com/Freescale/linux-fslc.git" rel="nofollow"&gt;https://github.com/Freescale/linux-fslc.git&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;cd linux-fslc&lt;/LI&gt;&lt;LI&gt;git checkout origin/3.14-1.1.x-mx6 -b 3.14-1.1.x-mx6&lt;/LI&gt;&lt;LI&gt;make imx_v7_defconfig&lt;/LI&gt;&lt;LI&gt;make uImage LOADADDR=0x10008000 (or make zImage LOADADDR=0x10008000)&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps.&lt;/P&gt;&lt;P&gt;--&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jan 2016 08:34:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Freescale-kernel-building/m-p/468163#M73888</guid>
      <dc:creator>marcocavallini</dc:creator>
      <dc:date>2016-01-26T08:34:06Z</dc:date>
    </item>
    <item>
      <title>Re: Freescale kernel building</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Freescale-kernel-building/m-p/468164#M73889</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I faced this same issue. This has been fixed in the '3.14-1.1.x-imx' branch (imx in the end, not mx6).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Feb 2016 22:32:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Freescale-kernel-building/m-p/468164#M73889</guid>
      <dc:creator>fabio_estevam</dc:creator>
      <dc:date>2016-02-29T22:32:24Z</dc:date>
    </item>
  </channel>
</rss>

