<?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>PowerQUICC Processors中的主题 Re: LTIB build issue for MPC8272</title>
    <link>https://community.nxp.com/t5/PowerQUICC-Processors/LTIB-build-issue-for-MPC8272/m-p/1453366#M4153</link>
    <description>&lt;P&gt;There is no problem if Ubuntu 12 32bit is used for LTIB. Ubuntu 14 also can be used.&lt;/P&gt;
&lt;P style="background: white; margin: 0cm 0cm 11.25pt 0cm;"&gt;&lt;SPAN&gt;Please refer to the following script to install necessary packages on Ubuntu machine to run ltib.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="background: white; box-sizing: border-box; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 11.25pt 0cm;"&gt;&lt;SPAN&gt;#/bin/bash&lt;BR style="box-sizing: border-box;" /&gt;# Install LTIB dependant packages&lt;BR style="box-sizing: border-box;" /&gt;sudo apt-get install gettext libgtk2.0-dev rpm bison m4 libfreetype6-dev&lt;BR style="box-sizing: border-box;" /&gt;sudo apt-get install libdbus-glib-1-dev liborbit2-dev intltool&lt;BR style="box-sizing: border-box;" /&gt;sudo apt-get install ccache ncurses-dev zlib1g zlib1g-dev gcc g++ libtool&lt;BR style="box-sizing: border-box;" /&gt;sudo apt-get install uuid-dev liblzo2-dev&lt;BR style="box-sizing: border-box;" /&gt;sudo apt-get install tcl dpkg&lt;BR style="box-sizing: border-box;" /&gt;# Packages required for 64-bit Ubuntu&lt;BR style="box-sizing: border-box;" /&gt;# Do "uname -a" and see if the word "x86_64" shows up.&lt;BR style="box-sizing: border-box;" /&gt;if uname -a|grep -sq 'x86_64'; then&lt;BR style="box-sizing: border-box;" /&gt;sudo apt-get install ia32-libs libc6-dev-i386 lib32z1&lt;BR style="box-sizing: border-box;" /&gt;fi&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 05 May 2022 08:35:51 GMT</pubDate>
    <dc:creator>yipingwang</dc:creator>
    <dc:date>2022-05-05T08:35:51Z</dc:date>
    <item>
      <title>LTIB build issue for MPC8272</title>
      <link>https://community.nxp.com/t5/PowerQUICC-Processors/LTIB-build-issue-for-MPC8272/m-p/1451063#M4144</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;We were planning to work on an MPC8248 processor for one of our projects. We need to take the NXP reference design and source code as a baseline for that project. I downloaded the ISO file from the below link&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.nxp.com/products/processors-and-microcontrollers/legacy-mpu-mcus/powerquicc-processors/powerquicc-ii-mpc82xx/powerquicc-ii-processor-with-pci-usb-security-communications-processor-module-with-utopia:MPC8272" target="_blank"&gt;https://www.nxp.com/products/processors-and-microcontrollers/legacy-mpu-mcus/powerquicc-processors/powerquicc-ii-mpc82xx/powerquicc-ii-processor-with-pci-usb-security-communications-processor-module-with-utopia:MPC8272&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Now am using Ubuntu 20.04. Which latest Ubuntu version will support this build? Is the Ubuntu 14.04 latest? and what host packages need to be installed for LTIB build to pass through? When I tried in 20.04, I got the below error log&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;./ltib&lt;BR /&gt;Unescaped left brace in regex is illegal here in regex; marked by &amp;lt;-- HERE in m/%{ &amp;lt;-- HERE ([^}]+)}/ at /home/ltib-mpc8272ads-20080623/bin/Ltibutils.pm line 271.&lt;BR /&gt;Compilation failed in require at ./ltib line 39.&lt;BR /&gt;BEGIN failed--compilation aborted at ./ltib line 39&lt;/P&gt;&lt;/BLOCKQUOTE&gt;</description>
      <pubDate>Fri, 29 Apr 2022 05:19:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/PowerQUICC-Processors/LTIB-build-issue-for-MPC8272/m-p/1451063#M4144</guid>
      <dc:creator>m_syed_ahmed</dc:creator>
      <dc:date>2022-04-29T05:19:43Z</dc:date>
    </item>
    <item>
      <title>Re: LTIB build issue for MPC8272</title>
      <link>https://community.nxp.com/t5/PowerQUICC-Processors/LTIB-build-issue-for-MPC8272/m-p/1453366#M4153</link>
      <description>&lt;P&gt;There is no problem if Ubuntu 12 32bit is used for LTIB. Ubuntu 14 also can be used.&lt;/P&gt;
&lt;P style="background: white; margin: 0cm 0cm 11.25pt 0cm;"&gt;&lt;SPAN&gt;Please refer to the following script to install necessary packages on Ubuntu machine to run ltib.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="background: white; box-sizing: border-box; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 0cm 0cm 11.25pt 0cm;"&gt;&lt;SPAN&gt;#/bin/bash&lt;BR style="box-sizing: border-box;" /&gt;# Install LTIB dependant packages&lt;BR style="box-sizing: border-box;" /&gt;sudo apt-get install gettext libgtk2.0-dev rpm bison m4 libfreetype6-dev&lt;BR style="box-sizing: border-box;" /&gt;sudo apt-get install libdbus-glib-1-dev liborbit2-dev intltool&lt;BR style="box-sizing: border-box;" /&gt;sudo apt-get install ccache ncurses-dev zlib1g zlib1g-dev gcc g++ libtool&lt;BR style="box-sizing: border-box;" /&gt;sudo apt-get install uuid-dev liblzo2-dev&lt;BR style="box-sizing: border-box;" /&gt;sudo apt-get install tcl dpkg&lt;BR style="box-sizing: border-box;" /&gt;# Packages required for 64-bit Ubuntu&lt;BR style="box-sizing: border-box;" /&gt;# Do "uname -a" and see if the word "x86_64" shows up.&lt;BR style="box-sizing: border-box;" /&gt;if uname -a|grep -sq 'x86_64'; then&lt;BR style="box-sizing: border-box;" /&gt;sudo apt-get install ia32-libs libc6-dev-i386 lib32z1&lt;BR style="box-sizing: border-box;" /&gt;fi&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 05 May 2022 08:35:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/PowerQUICC-Processors/LTIB-build-issue-for-MPC8272/m-p/1453366#M4153</guid>
      <dc:creator>yipingwang</dc:creator>
      <dc:date>2022-05-05T08:35:51Z</dc:date>
    </item>
    <item>
      <title>Re: LTIB build issue for MPC8272</title>
      <link>https://community.nxp.com/t5/PowerQUICC-Processors/LTIB-build-issue-for-MPC8272/m-p/1453380#M4155</link>
      <description>&lt;P&gt;Got below log after running all the commands. Also these 2 packages not got installed. liborbit2-dev and&amp;nbsp;ia32-libs. Is their any alternative for these packages and packages which were highlighted in bold&lt;/P&gt;&lt;P&gt;~/ltib-mpc8272ads-20080623$ ./ltib&lt;BR /&gt;Unescaped left brace in regex is passed through in regex; marked by &amp;lt;-- HERE in m/%{ &amp;lt;-- HERE ([^}]+)}/ at /home/atc/ltib-mpc8272ads-20080623/bin/Ltibutils.pm line 271.&lt;/P&gt;&lt;P&gt;ltib cannot be run because one or more of the host packages needed&lt;BR /&gt;to run it are either missing or out of date.&lt;/P&gt;&lt;P&gt;Please install/upgrade these packages and then re-try.&lt;/P&gt;&lt;P&gt;Package Minimum ver Installed info&lt;BR /&gt;------- ----------- ---------------&lt;BR /&gt;&lt;STRONG&gt;glibc-devel 0 not installed&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;zlib 0 not installed&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;rpm-build 0 not installed&lt;/STRONG&gt;&lt;BR /&gt;Died at ./ltib line 1241.&lt;BR /&gt;traceback:&lt;BR /&gt;main::host_checks:1241&lt;BR /&gt;main:489&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Started: Thu May 5 03:51:08 2022&lt;BR /&gt;Ended: Thu May 5 03:51:09 2022&lt;BR /&gt;Elapsed: 1 seconds&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Build Failed&lt;/P&gt;&lt;P&gt;Exiting on error or interrupt&lt;/P&gt;</description>
      <pubDate>Thu, 05 May 2022 08:54:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/PowerQUICC-Processors/LTIB-build-issue-for-MPC8272/m-p/1453380#M4155</guid>
      <dc:creator>m_syed_ahmed</dc:creator>
      <dc:date>2022-05-05T08:54:56Z</dc:date>
    </item>
    <item>
      <title>Re: LTIB build issue for MPC8272</title>
      <link>https://community.nxp.com/t5/PowerQUICC-Processors/LTIB-build-issue-for-MPC8272/m-p/1454703#M4162</link>
      <description>&lt;P&gt;Please use&amp;nbsp;&lt;SPAN&gt;Ubuntu 14.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 09 May 2022 05:16:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/PowerQUICC-Processors/LTIB-build-issue-for-MPC8272/m-p/1454703#M4162</guid>
      <dc:creator>yipingwang</dc:creator>
      <dc:date>2022-05-09T05:16:12Z</dc:date>
    </item>
    <item>
      <title>Re: LTIB build issue for MPC8272</title>
      <link>https://community.nxp.com/t5/PowerQUICC-Processors/LTIB-build-issue-for-MPC8272/m-p/1454705#M4163</link>
      <description>&lt;P&gt;am using Ubuntu 14 only. getting the same 3 packages not available error.&lt;/P&gt;</description>
      <pubDate>Mon, 09 May 2022 05:25:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/PowerQUICC-Processors/LTIB-build-issue-for-MPC8272/m-p/1454705#M4163</guid>
      <dc:creator>m_syed_ahmed</dc:creator>
      <dc:date>2022-05-09T05:25:34Z</dc:date>
    </item>
    <item>
      <title>Re: LTIB build issue for MPC8272</title>
      <link>https://community.nxp.com/t5/PowerQUICC-Processors/LTIB-build-issue-for-MPC8272/m-p/1459021#M4169</link>
      <description>&lt;P&gt;When it executes the first time, LTIB runs a number of host packages that need to be built and installed in order to support LTIB. This may take a few minutes. Then run ./ltib –c to modify the project configuration. This will prompt the platform/board configuration. In the board configuration screen, change settings and select packages as appropriate. When you exit the configuration screen, your target image will compile/build again to be adjusted accordingly.&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.ifacetimeapp.org/" target="_self"&gt;&lt;FONT size="1 2 3 4 5 6 7" color="#FFFFFF"&gt;FaceTime Download&lt;/FONT&gt;&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 17 May 2022 05:57:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/PowerQUICC-Processors/LTIB-build-issue-for-MPC8272/m-p/1459021#M4169</guid>
      <dc:creator>JeremiahVelasquez</dc:creator>
      <dc:date>2022-05-17T05:57:49Z</dc:date>
    </item>
  </channel>
</rss>

