LTIB Installation issue in Ubuntu 12.04 and 14.04

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

LTIB Installation issue in Ubuntu 12.04 and 14.04

2,523 Views
kishorepoojari
Contributor III

Hello All,

when I tried to install LTIB for building   (Imx-233 linux BSP) , It shows

Following package not installed in Ubuntu 12.04 and 14.04 ?

(LTIB is supported in Ubuntu 9.04 (we can't use it because it become absolute now) )

If following package are not in Ubuntu 12.04 and 14.04 , then what is the alternative package for it. Any help on this will be useful.

List of packages:

glibc-devel

zlib

zlib-devel

Regards,

Kishore P

Labels (2)
0 Kudos
8 Replies

1,040 Views
Rita_Wang
NXP TechSupport
NXP TechSupport

Hi kishore poojari,

Which version ubuntu are you using? Is it 32bit or 64bit?

Best Regards

Dan

0 Kudos

1,040 Views
kishorepoojari
Contributor III

Hello Dan,

  I am using 32 bit version.

Regards,

Kishore P

0 Kudos

1,040 Views
ijazfazily
Contributor III

Hi Kishore,

We are also trying to install ltib on 32 bit ubuntu 12.04. We face the same issue. Could you please comment regarding the solution for this issue? Thanks.

Regards,

Ijaz Fazily

0 Kudos

1,040 Views
kishorepoojari
Contributor III

Hello Ijaz Fazily,

Please find the below link and refer read me file

http://www.mediafire.com/download/754x06o7gr6m466/VJ.tar.gz

For More info refer:

what I learnt: LTIB for UBUNTU 11.10 & error faced

Regards,

Kishore P

1,040 Views
ijazfazily
Contributor III

Thanks Kishore P.

0 Kudos

1,040 Views
Rita_Wang
NXP TechSupport
NXP TechSupport

Hi kishore poojari,

In the ltib/bin/Ltibutils.pm :

zlib    => sub { my @f = (glob('/usr/lib/libz.so*'),
glob('/lib/libz.so*'),
glob('/lib64/libz.so*'),
glob('/usr/lib/i386-linux-gnu/libz.so*'),
glob('/usr/lib32/libz.so*'),
glob('/usr/lib/x86_64-linux-gnu/libz.so*') ); @f > 1 ? 1 : 0 },

'zlib-devel' => sub { -f '/usr/include/zlib.h' },

Make sure lib.so point to the correct one in your system.

Besides, have you installed the packages needed by ltib?

Best Regards

Dan

0 Kudos

1,040 Views
kishorepoojari
Contributor III

Hello Dan,

  I have installed all required package for ltib except

glibc-devel

zlib

snippet in In the ltib/bin/Ltibutils.pm:

zlib            => sub { my @f = (glob('/usr/lib/libz.so*'),

                                               glob('/lib/libz.so*'),

                                               glob('/lib64/libz.so*')  ); @f > 1 ? 1 : 0 },

'zlib-devel' => sub { -f '/usr/include/zlib.h' },

help me short out this issue..?

Regards,

Kishore P

0 Kudos

1,040 Views
Rita_Wang
NXP TechSupport
NXP TechSupport

Hi Kishore P,

Are you using 64bit ubuntu? If yes, you can follow the setting in ltib/bin/Ltibutils.pm I showed you and you can refer to the Compile L2.6.35_1.1.0_130130 for i.MX28 on Ubuntu 12.04 64bit OS and Compile L3.0.35_4.1.0 on Ubuntu 14.04 64bit OS to install the needed packages to the linux host PC.

Have a nice day

Best Regards

Dan

0 Kudos