MPC8640D/MPC8641D ltib cannot be run because one or more of the host packages needed to run it

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

MPC8640D/MPC8641D ltib cannot be run because one or more of the host packages needed to run it

599 Views
riverjeep
Contributor I

nxp@ve:~/Desktop/ltib-mpc8641hpcn-20080117$ ./ltib

defined(@array) is deprecated at /home/nxp/Desktop/ltib-mpc8641hpcn-20080117/bin/Ltibutils.pm line 395.

         (Maybe you should just omit the defined()?)

 

ltib cannot be run because one or more of the host packages needed

to run it are either missing or out of date.

 

Please install/upgrade these packages and then re-try.

 

Package                Minimum ver   Installed info

-------                -----------   ---------------

glibc-devel            0             not installed

zlib                   0             not installed

rpm                    0             not installed

rpm-build              0             not installed

ncurses-devel          0             not installed

m4                     0             not installed

bison                  0             not installed

Died at ./ltib line 1232.

 

Started: Thu Feb  6 12:13:18 2020

Ended:   Thu Feb  6 12:13:19 2020

Elapsed: 1 seconds

 

Build Failed

 

Exiting on error or interrupt

0 Kudos
1 Reply

535 Views
yipingwang
NXP TechSupport
NXP TechSupport

Hello river jeep,

You need to set up the network environment, install some required packages.

If you use Ubuntu OS, you could refer to the following script to install necessary packages.

#/bin/bash
# Install LTIB dependant packages
sudo apt-get install gettext libgtk2.0-dev rpm bison m4 libfreetype6-dev
sudo apt-get install libdbus-glib-1-dev liborbit2-dev intltool
sudo apt-get install ccache ncurses-dev zlib1g zlib1g-dev gcc g++ libtool
sudo apt-get install uuid-dev liblzo2-dev
sudo apt-get install tcl dpkg
# Packages required for 64-bit Ubuntu
# Do "uname -a" and see if the word "x86_64" shows up.
if uname -a|grep -sq 'x86_64'; then
sudo apt-get install ia32-libs libc6-dev-i386 lib32z1
fi

Thanks,

Yiping

0 Kudos