Hello
Could someone help me I need help with CCSV5 on ubuntu 11.10, anyone can help me.
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hello
Could someone help me I need help with CCSV5 on ubuntu 11.10, anyone can help me.
Hi,
Can you be more specific about the error you are seeing? I have CCS v5.1 working fine under ubuntu 11.10.
Jon
An error has occurred. See the log file
/home/rodrigo/.eclipse/org.eclipse.platform_3.7.0_692372347/configuration/1328145469524.log."
below is the log file.
!SESSION 2012-02-01 23:17:49.345 -----------------------------------------------
eclipse.buildId=I20110613-1736
java.version=1.6.0_13
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=pt_BR
Framework arguments: -product com.ti.ccstudio.branding.product
Command-line arguments: -os linux -ws gtk -arch x86 -product com.ti.ccstudio.branding.product
!ENTRY org.eclipse.osgi 4 0 2012-02-01 23:17:50.449
!MESSAGE Application error
!STACK 1
java.lang.UnsatisfiedLinkError: Could not load SWT library. Reasons:
/opt/ti/ccsv5/eclipse/configuration/org.eclipse.osgi/bundles/265/1/.cp/libswt-pi-gtk-3735.so: libXtst.so.6: classe ELF errada: ELFCLASS64
no swt-pi-gtk in java.library.path
/home/rodrigo/.swt/lib/linux/x86/libswt-pi-gtk-3735.so: libXtst.so.6: classe ELF errada: ELFCLASS64
Can't load library: /home/rodrigo/.swt/lib/linux/x86/libswt-pi-gtk.so
at org.eclipse.swt.internal.Library.loadLibrary(Library.java:285)
at org.eclipse.swt.internal.Library.loadLibrary(Library.java:194)
at org.eclipse.swt.internal.gtk.OS.<clinit>(OS.java:22)
at org.eclipse.swt.internal.Converter.wcsToMbcs(Converter.java:63)
at org.eclipse.swt.internal.Converter.wcsToMbcs(Converter.java:54)
at org.eclipse.swt.widgets.Display.<clinit>(Display.java:132)
at org.eclipse.ui.internal.Workbench.createDisplay(Workbench.java:690)
at org.eclipse.ui.PlatformUI.createDisplay(PlatformUI.java:161)
at org.eclipse.ui.internal.ide.application.IDEApplication.createDisplay(IDEApplication.java:153)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:95)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:344)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:622)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577)
at org.eclipse.equinox.launcher.Main.run(Main.java:1410)
I am grateful for the attention you soon.
When exactly does this error occur? What are you doing when you see this? Jon
So do not get to open CCS begins to boot and then the error in thelog
"An error has ocurred. See the log file /home/rodrigo/.eclipse/configurations/13287197274.log."
then I took the file with gedit from the terminal.
grateful for the help
Looks like a problem with your java. Others have reported similar issues with ubuntu in the past ...
https://bugs.launchpad.net/ubuntu/+source/eclipse/+bug/788993
Could you try ...
# export LD_LIBRARY_PATH=/usr/lib/jni/
# <ccs-install-path>/ccsv5/eclipse/eclipse
Otherwise, I see that your java version is older than the one I have for ubuntu (1.6.0.26) and so you could try updating your packages to see if this helps ...
# sudo apt-get upgrade
Jon
Hello John!
I've upgraded my OS but it did not, I'll install the previous version to see if something happens.
I thought it was a problem in Eclipse I installed eclipse but nothing to test.
I soon returned with the news.
Actually I am about to give CCSV5 use Linux, I have done the downgrade and nothingremains the same problem.
I saw on Wiki that came out a new version but not this enabled the link to download, I'llwait for this version, the stranger can not uninstall.
I've been seeing in the forum staff Windows 7 is the same problem.
On my PC in the installation process runs the same problem of the staff of Windows 7.
I think the error CCSV5 and not my PC.
http://e2e.ti.com/support/development_tools/code_composer_studio/f/81/t/163579.aspx
Rodrigo,
This problem is being caused by a missing dependency on your Linux install (IE, Eclipse is loading a native library that has a dependency on another native library which is not being found on your Linux install). There are a lot of differences between Linux distros and versions and in the packages users have selected to install, so this does happen.
You can find the missing dependencies as follows:
Examine the output from this command and look for any dependencies that are not resolved. Once we know what library is missing, we can determine which package needs to be installed to add it.
Andy!
I ran the command you asked me the
unzip-d / tmp / swtunzip org.eclipse.swt.gtk.linux.x86_3.7.0.v3735b.jar
usually unzipped.
The command below was done but.
ldd / tmp/swtunzip1/libswt-pi-gtk-3735.so
The file was not found.
Thanks
Rodrigo,
I installed a fresh copy of 11.10 and a new copy of CCSv5.10 but I do not see this problem. Your Linux install is missing a required package that needs to be found using "ldd" and then installed.
then the problem is in the installation that already did not complete the download threetimes and when I install does not run the full installer and then comes the installationcompleted message.
You have with me through the compressed file to me?
Thanks
Hi Rodrigo,
The dependancies Andy mentioned you will need to download yourself. could we please try two things here.
1 - could you please send us step by step what you have tried and at what point you get what error.
Example
a - dowloaded full installer for linux. no errors download seemed to go fine.
b - did _______ to run the installer. Saw this message ..
2 - if you are willing, do you think you would be able to try uninstalling. Then download CCS again and install into a different directory.
The linux installation instructions and information on dependencies you need is here:
http://processors.wiki.ti.com/index.php/Linux_Host_Support#Installation_Instructions
Is your Ubuntu 64 bit? If so you will need to install 32bit support. See the linux installation instruction in the link above.
Please write us how the above steps go.
Best Regards,
Lisa
Hello Lisa!
I managed to solve my problem! I had forgotten a detail, I'm using Ubuntu 64bit and youwarned me about it.
So I solved the problem I installed the libraries necessary to run 32bit programs. Belowfollows the commands.
$ Sudo apt-get install ia32-libs
$ Sudo apt-get install ia32-libs-gtk
$ Sudo apt-get install ia32-libs-sdl
installing these libraries solve my problem, here is a tip for anyone having the same problem.
grateful
HI Rodrigo,
great, glad to hear you have it installed and all went well. I figured it might be some small detail like that.
All the best with development.
Best Regards,
Lisa
I am very grateful for Lisa!
For you remind me that I was using Ubuntu 64Bit.
Now is a tip for anyone with this same problem.
I will start my project with the BeagleBoard, monitoaramento system with Linux OS, via wifi. I will soon have more doubts.
I am grateful for the attention.