<?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: error in compiling ltib in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/error-in-compiling-ltib/m-p/187419#M9020</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sudo apt-get install libncurses5-dev &amp;nbsp;on my Ubuntu 10&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 15 Nov 2011 16:36:40 GMT</pubDate>
    <dc:creator>Kirill</dc:creator>
    <dc:date>2011-11-15T16:36:40Z</dc:date>
    <item>
      <title>error in compiling ltib</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/error-in-compiling-ltib/m-p/187413#M9014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I just got a i.mx53 quick start board, so I am rather new at this. I been trying to get ltib to compiling but everytime I try I get this error in the log. The log is in the attached file. I am using Ubuntu version 11.01. Any advice would be helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Nov 2011 23:41:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/error-in-compiling-ltib/m-p/187413#M9014</guid>
      <dc:creator>AlexanderKelle1</dc:creator>
      <dc:date>2011-11-14T23:41:47Z</dc:date>
    </item>
    <item>
      <title>Re: error in compiling ltib</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/error-in-compiling-ltib/m-p/187414#M9015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, looks like you did not define "include" path for compilation process.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Nov 2011 06:22:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/error-in-compiling-ltib/m-p/187414#M9015</guid>
      <dc:creator>Kirill</dc:creator>
      <dc:date>2011-11-15T06:22:23Z</dc:date>
    </item>
    <item>
      <title>Re: error in compiling ltib</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/error-in-compiling-ltib/m-p/187415#M9016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Most of the times the errors in compilation are caused due to missing packages and you have to choose correct paths &amp;amp; packages required.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The log clearly shows that..&lt;/P&gt;&lt;P&gt;Regards krishna pavan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Nov 2011 06:27:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/error-in-compiling-ltib/m-p/187415#M9016</guid>
      <dc:creator>KrishnaPavan</dc:creator>
      <dc:date>2011-11-15T06:27:04Z</dc:date>
    </item>
    <item>
      <title>Re: error in compiling ltib</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/error-in-compiling-ltib/m-p/187416#M9017</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;or did not attach object files with functions wmove, ...&amp;nbsp;to linking process. try to grep this functions in your sources to define which file implement this function , and check if you have these files with extension .o&amp;nbsp;after compilation, then check strings like "ar rc lxdialog.a checklist.o menubox.o textbox.o yesno.o inputbox.o util.o msgbox.o ", "gcc &amp;nbsp;-lncurses mconf.o zconf.tab.o lxdialog/lxdialog.a -o mconf" and if they do not included include them&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Nov 2011 06:32:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/error-in-compiling-ltib/m-p/187416#M9017</guid>
      <dc:creator>Kirill</dc:creator>
      <dc:date>2011-11-15T06:32:28Z</dc:date>
    </item>
    <item>
      <title>Re: error in compiling ltib</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/error-in-compiling-ltib/m-p/187417#M9018</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am kind of confused on how to include the .o files in a .c file. Can you post example to show exactly what you are talking about. Thanks for your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Nov 2011 16:03:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/error-in-compiling-ltib/m-p/187417#M9018</guid>
      <dc:creator>AlexanderKelle1</dc:creator>
      <dc:date>2011-11-15T16:03:34Z</dc:date>
    </item>
    <item>
      <title>Re: error in compiling ltib</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/error-in-compiling-ltib/m-p/187418#M9019</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try to reinstall libncurses, check which packages in your system you need to build ltib, check versions&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Nov 2011 16:22:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/error-in-compiling-ltib/m-p/187418#M9019</guid>
      <dc:creator>Kirill</dc:creator>
      <dc:date>2011-11-15T16:22:44Z</dc:date>
    </item>
    <item>
      <title>Re: error in compiling ltib</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/error-in-compiling-ltib/m-p/187419#M9020</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sudo apt-get install libncurses5-dev &amp;nbsp;on my Ubuntu 10&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Nov 2011 16:36:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/error-in-compiling-ltib/m-p/187419#M9020</guid>
      <dc:creator>Kirill</dc:creator>
      <dc:date>2011-11-15T16:36:40Z</dc:date>
    </item>
    <item>
      <title>Re: error in compiling ltib</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/error-in-compiling-ltib/m-p/187420#M9021</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried that command and the terminal said:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;libncurses5-dev is already the newest version&lt;/P&gt;&lt;P&gt;0 upgrade, 0 newly installed, 0 removed and 0 not upgraded&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I ran ltib again and it gave me the same error host_config file that I posted.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Nov 2011 19:13:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/error-in-compiling-ltib/m-p/187420#M9021</guid>
      <dc:creator>AlexanderKelle1</dc:creator>
      <dc:date>2011-11-15T19:13:57Z</dc:date>
    </item>
  </channel>
</rss>

