<?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>ColdFire/68K Microcontrollers and Processors中的主题 questions about building image for M5329EVB with BSP</title>
    <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/questions-about-building-image-for-M5329EVB-with-BSP/m-p/133201#M1233</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Hi.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I downloaded M5329EVB&amp;nbsp;uClinux BSP from freescale website. I installed the BSP on a Fedora Core 6 Linux PC. When I input command "./ltib", it says GCC compiler cannot be found.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;There are some questions:&lt;/DIV&gt;&lt;DIV&gt;1) Other than BSP, do I need to download GCC, uClinux kernel package... from other places to build my application firmware?&amp;nbsp;In other words, does BSP have everything (GCC tools, uClinux kernel,&amp;nbsp;TCP/IP stack,&amp;nbsp;nano-X...)?&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;2) Is there a step by step instructions on how to setup the development environment&amp;nbsp;for M5329EVB&amp;nbsp;uClinux BSP?&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Thanks,&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Allen&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 09 May 2007 20:13:52 GMT</pubDate>
    <dc:creator>ayang</dc:creator>
    <dc:date>2007-05-09T20:13:52Z</dc:date>
    <item>
      <title>questions about building image for M5329EVB with BSP</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/questions-about-building-image-for-M5329EVB-with-BSP/m-p/133201#M1233</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Hi.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I downloaded M5329EVB&amp;nbsp;uClinux BSP from freescale website. I installed the BSP on a Fedora Core 6 Linux PC. When I input command "./ltib", it says GCC compiler cannot be found.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;There are some questions:&lt;/DIV&gt;&lt;DIV&gt;1) Other than BSP, do I need to download GCC, uClinux kernel package... from other places to build my application firmware?&amp;nbsp;In other words, does BSP have everything (GCC tools, uClinux kernel,&amp;nbsp;TCP/IP stack,&amp;nbsp;nano-X...)?&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;2) Is there a step by step instructions on how to setup the development environment&amp;nbsp;for M5329EVB&amp;nbsp;uClinux BSP?&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Thanks,&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Allen&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 May 2007 20:13:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/questions-about-building-image-for-M5329EVB-with-BSP/m-p/133201#M1233</guid>
      <dc:creator>ayang</dc:creator>
      <dc:date>2007-05-09T20:13:52Z</dc:date>
    </item>
    <item>
      <title>Re: questions about building image for M5329EVB with BSP</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/questions-about-building-image-for-M5329EVB-with-BSP/m-p/133202#M1234</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Allen,&lt;BR /&gt;&lt;BR /&gt;It seems like ages since I've done this, but on the off chance that I can help...&lt;BR /&gt;&lt;BR /&gt;Is "/opt/freescale/usr/local/gcc-4.1-uclibc-0.9/m68k-uclibc/bin/" in your path?&amp;nbsp; (Check to make sure that uCLinux GCC is installed there, I am using an older version of the BSP)&lt;BR /&gt;&lt;BR /&gt;If not, you might try adding&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; C_BIN_PATH="/opt/freescale/usr/local/gcc-4.1-uclibc-0.9/m68k-uclibc/bin/"&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; export C_BIN_PATH&lt;BR /&gt;&amp;nbsp;&amp;nbsp; PATH=$C_BIN_PATH:$PATH&lt;BR /&gt;to the top of /etc/profile.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I'm a Linux newbie, so there may be a better way to do this, but it works for me.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Once you're able to configure ltib, you'll be able to see the packages that are available...just be aware that many of them may need work before they compile, at least in my experience.&lt;BR /&gt;&lt;/DIV&gt;&lt;BR /&gt;Hope this helps,&lt;BR /&gt;&lt;BR /&gt;John&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 May 2007 22:27:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/questions-about-building-image-for-M5329EVB-with-BSP/m-p/133202#M1234</guid>
      <dc:creator>jpa</dc:creator>
      <dc:date>2007-05-15T22:27:58Z</dc:date>
    </item>
    <item>
      <title>Re: questions about building image for M5329EVB with BSP</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/questions-about-building-image-for-M5329EVB-with-BSP/m-p/133203#M1235</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;/DIV&gt;Allen,&lt;BR /&gt;&lt;BR /&gt;You may also want to take a look at&amp;nbsp; AN3408...&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.freescale.com/files/32bit/doc/app_note/AN3408.pdf" target="test_blank"&gt;http://www.freescale.com/files/32bit/doc/app_note/AN3408.pdf&lt;/A&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;BR /&gt;John&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 May 2007 23:38:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/questions-about-building-image-for-M5329EVB-with-BSP/m-p/133203#M1235</guid>
      <dc:creator>jpa</dc:creator>
      <dc:date>2007-05-15T23:38:33Z</dc:date>
    </item>
  </channel>
</rss>

