<?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: build vmlinux without using LTIB? in ColdFire/68K Microcontrollers and Processors</title>
    <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/build-vmlinux-without-using-LTIB/m-p/183285#M7555</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;I have run ltib and built a zImage and vmlinux. But I now forgot how I got my linux built so that ltib does not delete the sources.&lt;BR /&gt;&lt;BR /&gt;Does anyone have the ltib command to build and not delete the sources?&lt;BR /&gt;&lt;BR /&gt;I tried to find my kernel package name, but I don't know where it is. Can someone help?&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 02 Jun 2008 10:51:02 GMT</pubDate>
    <dc:creator>Durian</dc:creator>
    <dc:date>2008-06-02T10:51:02Z</dc:date>
    <item>
      <title>build vmlinux without using LTIB?</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/build-vmlinux-without-using-LTIB/m-p/183279#M7549</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello, I have a 5208evb board. I downloaded the 5208evb BSP ISO image from the Freescale website and got it to install properly on my Linux laptop. I also successfully built the vmlinux using the LTIB scripts.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I will be modifying this BSP for our 5208 board, which is based on the evb board. So I will be changing the BSP code a bit. I like to be able to rebuild the BSP without using the LTIB scripts which heavily relys on the RPM packages, but by just using the Makefile at the kernel top level directory. I tried doing a 'make' there, but it does not work. It seems to be missing some environment variables that the LTIB passes to it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;By the way, I had run LTIB with the options so that the LTIB script does not delete the kernel source code after it builds the kernel. So I have the source for the entire kernel tree.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Has anyone rebuilt the BSP without using the LTIB, and just used the normal command line make at the kernel top level directory?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 27 Jan 2008 18:11:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/build-vmlinux-without-using-LTIB/m-p/183279#M7549</guid>
      <dc:creator>Durian</dc:creator>
      <dc:date>2008-01-27T18:11:29Z</dc:date>
    </item>
    <item>
      <title>Re: build vmlinux without using LTIB?</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/build-vmlinux-without-using-LTIB/m-p/183280#M7550</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Hi Durian,&lt;BR /&gt;&lt;BR /&gt;Once ltib has successfully completely a build and created a romfs image, you&lt;BR /&gt;can use 3 commands in the kernel directory to do kernel development:&lt;BR /&gt;&lt;BR /&gt;make ARCH=m68knommu CROSS_COMPILE=m68k-uclinux-&lt;BR /&gt;m68k-uclinux-objcopy -O binary vmlinux vmlinux.bin&lt;BR /&gt;cat vmlinux.bin ~/ltib/tmp/romfs.img &amp;gt; image.bin&lt;BR /&gt;&lt;BR /&gt;You need to make sure the toochain directory is included in your PATH or&lt;BR /&gt;specify m68k-uclinux- with a complete path to the toolchain.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Copy image.bin to the tftpboot directory and it's ready to go.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Matt&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jan 2008 23:46:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/build-vmlinux-without-using-LTIB/m-p/183280#M7550</guid>
      <dc:creator>mwaddel</dc:creator>
      <dc:date>2008-01-28T23:46:32Z</dc:date>
    </item>
    <item>
      <title>Re: build vmlinux without using LTIB?</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/build-vmlinux-without-using-LTIB/m-p/183281#M7551</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Thanks Matt for your reply. I will give it a shot...&lt;BR /&gt;&lt;BR /&gt;To do a make clean, I assume I will use the same make command line as you specified, but add clean at the end?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jan 2008 11:02:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/build-vmlinux-without-using-LTIB/m-p/183281#M7551</guid>
      <dc:creator>Durian</dc:creator>
      <dc:date>2008-01-29T11:02:24Z</dc:date>
    </item>
    <item>
      <title>Re: build vmlinux without using LTIB?</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/build-vmlinux-without-using-LTIB/m-p/183282#M7552</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;I believe when your doing a "make clean" either way will give&lt;BR /&gt;the same results.&lt;BR /&gt;&lt;BR /&gt;make clean (or)&lt;BR /&gt;make ARCH=m68knommu CROSS_COMPILE=m68k-uclinux- clean&lt;BR /&gt;&lt;BR /&gt;--Matt&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jan 2008 00:13:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/build-vmlinux-without-using-LTIB/m-p/183282#M7552</guid>
      <dc:creator>mwaddel</dc:creator>
      <dc:date>2008-01-30T00:13:17Z</dc:date>
    </item>
    <item>
      <title>Re: build vmlinux without using LTIB?</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/build-vmlinux-without-using-LTIB/m-p/183283#M7553</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Matt, when I tried the steps you suggested to make without using ltib, it works. The make runs all the way to the end when it says:&lt;BR /&gt;&lt;BR /&gt;LD&amp;nbsp;&amp;nbsp; vmlinux&lt;BR /&gt;SYSMAP System.map&lt;BR /&gt;Building modules, stage 2.&lt;BR /&gt;MODPOST&lt;BR /&gt;WARNING: vmlinux: 'strcat' export twice. Previous export was in vmlinux&lt;BR /&gt;WARNING: vmlinux: 'strcmp' export twice. Previous export was in vmlinux&lt;BR /&gt;WARNING: vmlinux: 'strncmp' export twice. Previous export was in vmlinux&lt;BR /&gt;WARNING: vmlinux: 'strchr' export twice. Previous export was in vmlinux&lt;BR /&gt;and a lot more other warnings of the same nature..&lt;BR /&gt;&lt;BR /&gt;Do you know what may be causing this?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 03 Feb 2008 07:25:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/build-vmlinux-without-using-LTIB/m-p/183283#M7553</guid>
      <dc:creator>Durian</dc:creator>
      <dc:date>2008-02-03T07:25:23Z</dc:date>
    </item>
    <item>
      <title>Re: build vmlinux without using LTIB?</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/build-vmlinux-without-using-LTIB/m-p/183284#M7554</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Hi Durian,&lt;BR /&gt;&lt;BR /&gt;I'm not sure what's causing those warnings, but they are only warnings and&lt;BR /&gt;don't affect functionality.&amp;nbsp; You can ignore them.&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Matt&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Feb 2008 00:12:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/build-vmlinux-without-using-LTIB/m-p/183284#M7554</guid>
      <dc:creator>mwaddel</dc:creator>
      <dc:date>2008-02-05T00:12:52Z</dc:date>
    </item>
    <item>
      <title>Re: build vmlinux without using LTIB?</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/build-vmlinux-without-using-LTIB/m-p/183285#M7555</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;I have run ltib and built a zImage and vmlinux. But I now forgot how I got my linux built so that ltib does not delete the sources.&lt;BR /&gt;&lt;BR /&gt;Does anyone have the ltib command to build and not delete the sources?&lt;BR /&gt;&lt;BR /&gt;I tried to find my kernel package name, but I don't know where it is. Can someone help?&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jun 2008 10:51:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/build-vmlinux-without-using-LTIB/m-p/183285#M7555</guid>
      <dc:creator>Durian</dc:creator>
      <dc:date>2008-06-02T10:51:02Z</dc:date>
    </item>
    <item>
      <title>Re: build vmlinux without using LTIB?</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/build-vmlinux-without-using-LTIB/m-p/183286#M7556</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;/DIV&gt;You can build the kernel (or any other ltib package) manually by doing the following:&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ltib -p kernel -m prep&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp; (sets up the kernel source in rpm/BUILD/linux-xyz&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ltib -p kernel -m scbuild&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; (builds it)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ltib -p kernel -m scdeploy&amp;nbsp;&amp;nbsp; (copies it over)&lt;BR /&gt;&lt;BR /&gt;--Kurt&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jun 2008 11:27:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/build-vmlinux-without-using-LTIB/m-p/183286#M7556</guid>
      <dc:creator>kmahan</dc:creator>
      <dc:date>2008-06-02T11:27:03Z</dc:date>
    </item>
  </channel>
</rss>

