Libraries for eclipse with CCSv5 from Texas Instruments
Posted
by
Alex
on Ask Ubuntu
See other posts from Ask Ubuntu
or by Alex
Published on 2012-01-01T17:07:38Z
Indexed on
2012/04/08
11:47 UTC
Read the original article
Hit count: 502
My system is Ubuntu 11.10 64bit and i have to run a 32bit version of eclipse to use the TI plugins for CCSv5 but it doesn't work.
I tried to run eclipse in a 62bit java environment but it doesn't even start.
Now I got "java version "1.6.0_30"" from Sun in 32bit and now eclipse starts but can't use the TI plug ins and I get the following errors in bash:
/usr/lib/gtk-2.0/2.10.0/menuproxies/libappmenu.so: falsche ELF-Klasse: ELFCLASS64
/usr/lib/gio/modules/libgvfsdbus.so: falsche ELF-Klasse: ELFCLASS64
Failed to load module: /usr/lib/gio/modules/libgvfsdbus.so
and this in a popup-window when Itry to use the plugin:
The selected wizard could not be started.
Plug-in com.ti.ccstudio.project.ui was unable to load class com.ti.ccstudio.project.ui.internal.wizards.importexport.temp.ExternalProjectImportWizard.
An error occurred while automatically activating bundle com.ti.ccstudio.project.ui (352).
T tested the libraries with file:
/usr/lib/gio/modules/libgvfsdbus.so: ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, stripped
/usr/lib/gtk-2.0/2.10.0/menuproxies/libappmenu.so: ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, stripped
The ia32-libs are installed.
© Ask Ubuntu or respective owner