Problem with Ltib

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

Problem with Ltib

478 Views
narreddiprakash
Contributor II

Hello,

            I am using MPC8360EA-MDS-PB board and I am using a PC loaded with ubuntu 8.10. I previously installed ltib for MPC8323E-RDB successfully and I worked over it well. Now I removed the previous installed LTIB and trying to install it for MPC8360EA-MDS-PB board, but it is giving following problems..

rnd@rnd2:~/Desktop/8360/ltib-mpc8360epb-20081112$
rnd@rnd2:~/Desktop/8360/ltib-mpc8360epb-20081112$ tail -f host_config.log
Died at ./ltib line 1193.

Started: Mon Apr 24 12:24:05 2017
Ended: Mon Apr 24 12:24:06 2017
Elapsed: 1 seconds

These packages failed to build:
flex
Build Failed

rnd@rnd2:~/Desktop/8360/ltib-mpc8360epb-20081112$ tail -f host_config.log
Died at ./ltib line 1193.

Started: Mon Apr 24 12:26:49 2017
Ended: Mon Apr 24 12:26:50 2017
Elapsed: 1 seconds

These packages failed to build:
fake-provides
Build Failed

I solved this by using patches provided in nxp community.

but this time LTIB stopped without any error / warnings as follows..

rnd@rnd2:~/Desktop/8360/ltib-mpc8360epb-20081112$
rnd@rnd2:~/Desktop/8360/ltib-mpc8360epb-20081112$ tail -f host_config.log
main:542


Started: Mon Apr 24 12:28:24 2017
Ended: Mon Apr 24 12:28:25 2017
Elapsed: 1 seconds


Build Failed

What might be the problem here.? Is it with the PC what I mentioned above.? which version of Ubuntu supports LTIB building for MPC8360EA-MDS-PB bsp board.? I downloaded this BSP from nxp website

Thanks,

Prakash

0 Kudos
2 Replies

344 Views
Pavel
NXP Employee
NXP Employee

Check your command sequence for this BSP using.

Usually the following command sequence is used.

  1. Install Ubuntu 14 32-bit (Ubuntu 8 is too old).
  2. sudo apt-get install autoconf automake libtool gettext xorg-dev patch g++ rpm zlib1g-dev m4 bison libncurses5-dev libglib2.0-dev gettext build-essential tcl intltool libxml2-dev liborbit2-dev libx11-dev ccache flex uuid-dev liblzo2-dev
  3. Create folder and enable permission for this folder using chmod command (enable reading and writing).

This folder will be used for LTIB installing.

 

  1. Mount .iso image

 

  1. Start installing using .install command

Usually "/usr/sbin/visudo" command is needed

For example:

sudo /usr/sbin/visudo

pavel ALL = NOPASSWD: /usr/bin/rpm, /opt/freescale/ltib/usr/bin/rpm


Have a great day,
Pavel Chubakov

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 Kudos

344 Views
narreddiprakash
Contributor II

I tried with ubuntu 14.04 but I am getting same issue there. Ubuntu 8.10 is working well for MPC8323E-RDB board. /usr/sbin/visudo is updated as per requirement. Still it is giving issue. Please suggest different method to solve this.

0 Kudos