How to install CodeWarrier for Power Architecture  on Ubuntu 16.04

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

How to install CodeWarrier for Power Architecture  on Ubuntu 16.04

1,136 Views
valentinmovsik
Contributor I

Hi Everyone,

 

I've been trying to install CodeWarrior in ubuntu 16.04. In each time when I was trying to do it I got the next massage :

 

 

The dependencies could not be automatically installed. Please try to manually install the following dependencies and then restart the installer:

libc6:i386
libgcc1:i386
gcc-4.6-base:i386
libstdc++5:i386
libstdc++6:i386
libgtk2.0-0:i386

 

 

I've already enabled 32-bit support for 64-bit ubuntu based on the next link information : https://www.unixmen.com/enable-32-bit-support-64-bit-ubuntu-13-10-greater/  , but still no progress at all.

Labels (1)
0 Kudos
3 Replies

846 Views
Pavel
NXP Employee
NXP Employee

Use the following command sequence for installing CodeWarrior 10.5.1 under Linux 16.04:

  1. sudo apt-get update

2.,sudo apt-get install libc6:i386 libgcc1: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

  1. Load the gcc-4.6-base_4.6.3-1ubuntu5_i386.deb using the following link:

http://packages.ubuntu.com/ru/precise/i386/gcc-4.6-base/download

 

  1. Install this package.
  2. Install CodeWarrior as root.


Have a great day,
Pavel Chubakov

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

846 Views
sgeary
NXP Employee
NXP Employee

Add the following to your source.list

/etc/apt/sources.list:

deb     http://archive.ubuntu.com/ubuntu/ trusty universe   
deb-src http://archive.ubuntu.com/ubuntu/ trusty universe

And then

 sudo apt-get update

 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

And then try the install again.

0 Kudos

846 Views
martin_kovar
NXP Employee
NXP Employee

Hi,

I suppose you try to install CodeWarrior for MCU version 10.2. Unfortunately, it is not possible to install this version on Ubuntu 16.04, because this version of Ubuntu is not supported.

The following distributions are treated:

   32 bit
      2.1 RedHat Enterprise Linux 5.4
      2.2 Ubuntu 8.04
      2.3 Ubuntu 9.10
      2.4 Fedora Core 11
      2.5 Suse 11 Server
      2.6 RedHat Enterprise Linux 4
      2.7 Ubuntu 10.04

   64 bit
      2.8 RedHat Enterprise Linux Server 5.4
      2.9 RedHat Enterprise Linux 4
      2.10 Fedora Release 11
      2.11 Suse Linux Enterprise Server 11
      2.12 Ubuntu 10.04

 

But I have another solution for you. You can download S32 Design Studio for power architecture version 1.1, which is also for Linux and this IDE including GCC compiler, linker and debugger is free for use. But S32DS, does not support all MPC56xx microcontrollers. Please look at the following list, which shows all supported MPC56xx microcontrollers:

  o MPC5601P, MPC5602P, MPC5603P, MPC5604P
  o MPC5644B, MPC5644C, MPC5645B, MPC5645C, MPC5646B, MPC5646C
  o MPC5601D, MPC5602B, MPC5602C, MPC5602D, MPC5603B, MPC5603C, MPC5604B, MPC5604C, MPC5605B, MPC5606B, MPC5607B
  o MPC5606S
  o MPC5604E
  o MPC5644A
  o MPC5643L
  o MPC5676R

Please let me know, if this solution fits you. If you have any other questions, please feel free to write me back.

Regards,

Martin

0 Kudos