<?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: Strange problem with LTIB in ColdFire/68K Microcontrollers and Processors</title>
    <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Strange-problem-with-LTIB/m-p/167539#M5960</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;Well, here is part of the problem:&lt;BR /&gt;If I enter the path as:&lt;BR /&gt;&lt;PRE&gt;/opt/freescale/usr/local/gcc-4.2.47-uclibc-0.9.47/m68k-uclinux/
It remembers it.
However then the build fails:

&lt;/PRE&gt;&lt;DIV&gt;&lt;DIV class="msg_source_code"&gt;&lt;DIV class="text_smallest"&gt;Code:&lt;/DIV&gt;&lt;PRE&gt;Found m68k-uclinux-gcc through your PATH at:/opt/freescale/usr/local/gcc-4.2.47-uclibc-0.9.47/m68k-uclinux/bin/m68k-uclinux-gccExpected to find it at:/opt/freescale/usr/local/gcc-4.2.47-uclibc-0.9.47/m68k-uclinux//bin/m68k-uclinux-gcc&lt;/PRE&gt;&lt;/DIV&gt;&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;&lt;/DIV&gt;&lt;BR /&gt;If I leave off the '/' at the end the build works...but it forgets the path.&lt;BR /&gt;On the other hand, if I use:&lt;BR /&gt;/home/myusername/CodeSourcery/Lite&lt;BR /&gt;(where I installed the download from CodeSourcery)&lt;BR /&gt;It both remembers it and works, so something is up with LTIB and the path name.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;Message Edited by JimDon on &lt;SPAN class="date_text"&gt;2008-06-24&lt;/SPAN&gt; &lt;SPAN class="time_text"&gt;10:32 PM&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;Message Edited by JimDon on &lt;SPAN class="date_text"&gt;2008-06-24&lt;/SPAN&gt; &lt;SPAN class="time_text"&gt;10:39 PM&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 29 Oct 2020 09:15:00 GMT</pubDate>
    <dc:creator>JimDon</dc:creator>
    <dc:date>2020-10-29T09:15:00Z</dc:date>
    <item>
      <title>Strange problem with LTIB</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Strange-problem-with-LTIB/m-p/167535#M5956</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am using the version that comes with the M2277EVM BSP.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It keeps forgetting the path to the complier. It seems to save it in the config file, but when I go back to config mode again, it is blank, so I would say it fails to read it back.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It does remember the compiler prefix ok.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I am using the compiler that comes with CW for Linux, so the path is pretty long. Is there a length limit?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jun 2008 01:49:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Strange-problem-with-LTIB/m-p/167535#M5956</guid>
      <dc:creator>JimDon</dc:creator>
      <dc:date>2008-06-25T01:49:11Z</dc:date>
    </item>
    <item>
      <title>Re: Strange problem with LTIB</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Strange-problem-with-LTIB/m-p/167536#M5957</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Is there an entry in the config/platform/m5227xevb/defconfig.dev&lt;BR /&gt;file after you save the configuration?&amp;nbsp; When I select the custom&lt;BR /&gt;toolchain option and save this is what I see in the that file:&lt;BR /&gt;&lt;BR /&gt;...&lt;BR /&gt;#&lt;BR /&gt;# Toolchain selection.&lt;BR /&gt;#&lt;BR /&gt;# CONFIG_TOOLCHAIN_68KNOMMU_UCLIBC1 is not set&lt;BR /&gt;CONFIG_TOOLCHAIN_68KNOMMU_CUSTOM=y&lt;BR /&gt;CONFIG_CUSTOM_TOOLCHAIN=y&lt;BR /&gt;CONFIG_TOOLCHAIN_PATH="/opt/freescale/usr/local/gcc-4.2.20-uclibc-0.9.20/m68k-uclinux/"&lt;BR /&gt;CONFIG_CUSTOM_TOOLCHAIN_PREFIX="m68k-uclinux-"&lt;BR /&gt;CONFIG_TOOLCHAIN_PREFIX="m68k-uclinux-"&lt;BR /&gt;CONFIG_TOOLCHAIN_CFLAGS=""&lt;BR /&gt;...&lt;BR /&gt;&lt;BR /&gt;If the CONFIG_TOOLCHAIN_PATH isn't correct then there could be a problem&lt;BR /&gt;in LTIB.&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, 25 Jun 2008 02:31:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Strange-problem-with-LTIB/m-p/167536#M5957</guid>
      <dc:creator>mwaddel</dc:creator>
      <dc:date>2008-06-25T02:31:26Z</dc:date>
    </item>
    <item>
      <title>Re: Strange problem with LTIB</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Strange-problem-with-LTIB/m-p/167537#M5958</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Yes, it goes into the config file and the build works.&lt;BR /&gt;And it does seem to be in the config file if you look.&lt;BR /&gt;I just have to put it back each time I go into config, as it is blank.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jun 2008 02:36:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Strange-problem-with-LTIB/m-p/167537#M5958</guid>
      <dc:creator>JimDon</dc:creator>
      <dc:date>2008-06-25T02:36:23Z</dc:date>
    </item>
    <item>
      <title>Re: Strange problem with LTIB</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Strange-problem-with-LTIB/m-p/167538#M5959</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;DIV class="msg_source_code"&gt;&lt;DIV class="text_smallest"&gt;Code:&lt;/DIV&gt;&lt;PRE&gt;&lt;FONT size="3"&gt;#
# Choose your toolchain
#
# CONFIG_TOOLCHAIN1 is not set
CONFIG_TOOLCHAIN_CUSTOM=y
CONFIG_TOOLCHAIN_PATH="/opt/freescale/usr/local/gcc-4.2.47-uclibc-0.9.47/m68k-uclinux"
CONFIG_CUSTOM_TOOLCHAIN_PREFIX="m68k-uclinux-"
CONFIG_TOOLCHAIN_PREFIX="m68k-uclinux-"
CONFIG_TOOLCHAIN_CFLAGS="-mcpu=5329 -DCONFIG_COLDFIRE"

And after running --config

# Choose your toolchain
#
# CONFIG_TOOLCHAIN1 is not set
CONFIG_TOOLCHAIN_CUSTOM=y
CONFIG_TOOLCHAIN_PATH=""
CONFIG_CUSTOM_TOOLCHAIN_PREFIX="m68k-uclinux-"
CONFIG_TOOLCHAIN_PREFIX="m68k-uclinux-"
CONFIG_TOOLCHAIN_CFLAGS="-mcpu=5329 -DCONFIG_COLDFIRE"

&lt;/FONT&gt;&lt;/PRE&gt;&lt;/DIV&gt;&lt;BR /&gt;&amp;nbsp;BTW Should I clear the CFLAGS like you did?&lt;BR /&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Oct 2020 09:14:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Strange-problem-with-LTIB/m-p/167538#M5959</guid>
      <dc:creator>JimDon</dc:creator>
      <dc:date>2020-10-29T09:14:58Z</dc:date>
    </item>
    <item>
      <title>Re: Strange problem with LTIB</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Strange-problem-with-LTIB/m-p/167539#M5960</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;Well, here is part of the problem:&lt;BR /&gt;If I enter the path as:&lt;BR /&gt;&lt;PRE&gt;/opt/freescale/usr/local/gcc-4.2.47-uclibc-0.9.47/m68k-uclinux/
It remembers it.
However then the build fails:

&lt;/PRE&gt;&lt;DIV&gt;&lt;DIV class="msg_source_code"&gt;&lt;DIV class="text_smallest"&gt;Code:&lt;/DIV&gt;&lt;PRE&gt;Found m68k-uclinux-gcc through your PATH at:/opt/freescale/usr/local/gcc-4.2.47-uclibc-0.9.47/m68k-uclinux/bin/m68k-uclinux-gccExpected to find it at:/opt/freescale/usr/local/gcc-4.2.47-uclibc-0.9.47/m68k-uclinux//bin/m68k-uclinux-gcc&lt;/PRE&gt;&lt;/DIV&gt;&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;&lt;/DIV&gt;&lt;BR /&gt;If I leave off the '/' at the end the build works...but it forgets the path.&lt;BR /&gt;On the other hand, if I use:&lt;BR /&gt;/home/myusername/CodeSourcery/Lite&lt;BR /&gt;(where I installed the download from CodeSourcery)&lt;BR /&gt;It both remembers it and works, so something is up with LTIB and the path name.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;Message Edited by JimDon on &lt;SPAN class="date_text"&gt;2008-06-24&lt;/SPAN&gt; &lt;SPAN class="time_text"&gt;10:32 PM&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;Message Edited by JimDon on &lt;SPAN class="date_text"&gt;2008-06-24&lt;/SPAN&gt; &lt;SPAN class="time_text"&gt;10:39 PM&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Oct 2020 09:15:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Strange-problem-with-LTIB/m-p/167539#M5960</guid>
      <dc:creator>JimDon</dc:creator>
      <dc:date>2020-10-29T09:15:00Z</dc:date>
    </item>
    <item>
      <title>Re: Strange problem with LTIB</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Strange-problem-with-LTIB/m-p/167540#M5961</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Hi Jim,&lt;BR /&gt;&lt;BR /&gt;With these instructions I was able to duplicate the failure you are seeing.&amp;nbsp; I&lt;BR /&gt;also noticed, the TOOLCHAIN_CFLAGS setting disappears also.&lt;BR /&gt;&lt;BR /&gt;I think I've found the problem and I've sent a solution to the LTIB developer.&amp;nbsp;&lt;BR /&gt;I want to make sure the fix doesn't break something else.&amp;nbsp; I'll let you know&lt;BR /&gt;as soon as it's ready.&lt;BR /&gt;&lt;BR /&gt;In case you're interested, there is a specific LTIB developers mailing list at:&lt;BR /&gt;&lt;A href="http://savannah.nongnu.org/projects/ltib/" target="test_blank"&gt;http://savannah.nongnu.org/projects/ltib/&lt;/A&gt;&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>Wed, 25 Jun 2008 22:53:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Strange-problem-with-LTIB/m-p/167540#M5961</guid>
      <dc:creator>mwaddel</dc:creator>
      <dc:date>2008-06-25T22:53:03Z</dc:date>
    </item>
    <item>
      <title>Re: Strange problem with LTIB</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Strange-problem-with-LTIB/m-p/167541#M5962</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Wow! Thank you!!!!&lt;BR /&gt;&lt;BR /&gt;I do subscribe to that list, but I thought since it was a Freescale distro, somebody here might be more interested in looking at it.&lt;BR /&gt;&lt;BR /&gt;Now I am a little paranoid that other settings might have been changed from the default. I am new to this, and it is a bit overwhelming at first, so I have been just trying to duplicate the original images with default settings.&lt;BR /&gt;&lt;BR /&gt;Please advise when and where I can get the update for this.&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jun 2008 23:03:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Strange-problem-with-LTIB/m-p/167541#M5962</guid>
      <dc:creator>JimDon</dc:creator>
      <dc:date>2008-06-25T23:03:55Z</dc:date>
    </item>
  </channel>
</rss>

