CodeWarrior_PA_10.2.1 Error on Debian 6.0.6

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

CodeWarrior_PA_10.2.1 Error on Debian 6.0.6

Jump to solution
959 Views
gopikrishnan
Contributor III

I am newbie. I have installed on Debian 6.0.6 AMD 64. To get 32 bit libraries in did apt-get install ia32-libs; Then I install CodeWarrior_PA_10.2.1 on my Debian System.

After installation:

gi@gdebian:~/Freescale/CodeWarrior_PA_10.2.1/eclipse$ ./cwide

gi@gdebian:~/Freescale/CodeWarrior_PA_10.2.1/eclipse$ echo $?

13

gi@gdebian:~/Freescale/CodeWarrior_PA_10.2.1/eclipse$

 

 

Please help me to fix it...

 

Reg,

Gopi Krishnan S

 

Labels (1)
1 Solution
775 Views
hwrobel
NXP Employee
NXP Employee

I am not sure if this Debian version is a supported Linux version, but you may just want to try the following:

- Install i686 versions (i.e. 32b versions) of libXp, libXmu, and libXpm before using the installer "./setuplinux"
- Install i686 versions (i.e. 32b versions) of gtk2, gtk2-engines, and libXtst before trying to start up "cwide" for the first time.

It helped me on an unsupported other 64b distribution.

If it helps, please mark this as answered for others.

View solution in original post

1 Reply
776 Views
hwrobel
NXP Employee
NXP Employee

I am not sure if this Debian version is a supported Linux version, but you may just want to try the following:

- Install i686 versions (i.e. 32b versions) of libXp, libXmu, and libXpm before using the installer "./setuplinux"
- Install i686 versions (i.e. 32b versions) of gtk2, gtk2-engines, and libXtst before trying to start up "cwide" for the first time.

It helped me on an unsupported other 64b distribution.

If it helps, please mark this as answered for others.