QorIQSDK_v2.0 for T2080RDB PACKAGES FOR UBUNTU 64b

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

QorIQSDK_v2.0 for T2080RDB PACKAGES FOR UBUNTU 64b

Jump to solution
749 Views
sandratrujillog
Contributor III

Hi ,

 

I am building Yocto QorIQSDK_v2.0 for T2080RDB config on ubuntu 16.04 
For the host setup and build steps I am  following the QorIQ-SDK-2.0-IC-Rev0.pdf document. 

About packages should be installed on the host
When I try:
$ sudo apt-get install lib32z1 lib32ncurses5 lib32bz2-1.0 ia32-libs lib32ncurses5-dev
I have these problems:

Reading package lists... Done

Building dependency tree       

Reading state information... Done

Package ia32-libs is not available, but is referred to by another package.

This may mean that the package is missing, has been obsoleted, or

is only available from another source

However the following packages replace it:

  lib32ncurses5 lib32z1

E: Unable to locate package lib32bz2-1.0

E: Couldn't find any package by glob 'lib32bz2-1.0'

E: Couldn't find any package by regex 'lib32bz2-1.0'

E: Package 'ia32-libs' has no installation candidate

Labels (1)
Tags (1)
0 Kudos
1 Solution
484 Views
yipingwang
NXP TechSupport
NXP TechSupport

Hello Sandra Trujillo García,

Please try to use the following commands to install these packages on Ubuntu 16.04.

$ sudo dpkg --add-architecture i386

$ sudo apt-get install zlib1g:i386 libncurses5:i386 libbz2-1.0:i386  libncurses5-dev:i386


Have a great day,
TIC

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

View solution in original post

1 Reply
485 Views
yipingwang
NXP TechSupport
NXP TechSupport

Hello Sandra Trujillo García,

Please try to use the following commands to install these packages on Ubuntu 16.04.

$ sudo dpkg --add-architecture i386

$ sudo apt-get install zlib1g:i386 libncurses5:i386 libbz2-1.0:i386  libncurses5-dev:i386


Have a great day,
TIC

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