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
Solved! Go to Solution.
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.
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.