The following dependecies are required to run CodeWarrior for PA :    32 Bit versions of these libraries are required: libstdc++.so.6[OK] libexpat.so.0/so.1[NOT FOUND]

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

The following dependecies are required to run CodeWarrior for PA :    32 Bit versions of these libraries are required: libstdc++.so.6[OK] libexpat.so.0/so.1[NOT FOUND]

Jump to solution
682 Views
udaybhaskar
Contributor II

Hi,

 

I'm trying to install CodeWarrior on my 64bit Ubuntu 14.04.

 

I get the following error.

 

Please read the information below.

 

The following dependecies are required to run CodeWarrior for PA :

 

32 Bit versions of these libraries are required:

libstdc++.so.6[OK] libexpat.so.0/so.1[NOT FOUND]

For a detailed guide on obtaining the required libraries please refer to the

README.txt document that was delivered alongside this installer.

 

Press Next to refresh this screen or continue.

 

Note: the tools will not install correctly without these prerequisites which

are used during the installation process. Advanced users can restart the

installer with the -V SKIPLIBS=1 flag to disable this check.

 

I did

 

sudo apt-get install lib32z1 lib32ncurses5 lib32bz2-1.0s

sudo apt-get install bc

sudo apt-get install lib32stdc++6

 

But I still see the same error.

 

Where can I pick up the correct libraries?

 

Thanks

Uday

Labels (1)
1 Solution
485 Views
yipingwang
NXP TechSupport
NXP TechSupport

Hello Uday,

Please install package libexpat1 first, then install CodeWarrior.

sudo apt-get install libexpat1-dev:i386


Have a great day,
Yiping

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

View solution in original post

0 Kudos
4 Replies
486 Views
yipingwang
NXP TechSupport
NXP TechSupport

Hello Uday,

Please install package libexpat1 first, then install CodeWarrior.

sudo apt-get install libexpat1-dev:i386


Have a great day,
Yiping

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

0 Kudos
485 Views
udaybhaskar
Contributor II

Thanks for this help. It installed successfully.

However I'm unable to run cwide after installation. No error messages are seen. I do see it fails with value 13 though.

Thanks

Uday

0 Kudos
485 Views
addiyi
NXP Employee
NXP Employee

Refer to README.txt from installation kit and follow the steps for Ubuntu 13.10 64bit.

2.14 Ubuntu 13.10 64bit:

   1) Install OS with default settings.

   2) Open Terminal and run

    # sudo apt-get install libc6:i386 libgcc1:i386 gcc-4.6-base:i386 libstdc++5:i386 libstdc++6:i386 libgtk2.0-0:i386 libxpm4:i386 libusb-0.1-4:i386 libusb-1.0-0:i386 libuuid1:i386 libxcb1:i386 libnspr4:i386 libglib2.0-0:i386 libxdamage1:i386 libxtst6:i386

   3) Install CodeWarrior.

485 Views
udaybhaskar
Contributor II

Perfect.

Its working now. Thanks for pointing out the relevant section. I missed that in the readme.

Regards

Uday

0 Kudos