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.

ccsv6 cannot launch

Other Parts Discussed in Thread: CCSTUDIO

Long time since my last time launching ccstudio 6, in these months I updated my openSUSE from 13.1 to 13.2.

However it won't launch now, I have tried to remove all installed file and cleaned configurations then re-install (dependency is still OK), but it still not wok .... I don't know what is the error.

The last thing ccs has done before error(strace):

open("/usr/lib/libgconf-2.so.4", O_RDONLY|O_CLOEXEC) = 14

open("/lib/libdbus-1.so.3", O_RDONLY|O_CLOEXEC) = 14
read(14, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0000c\0\0004\0\0\0"..., 512) = 512
fstat64(14, {st_mode=S_IFREG|0755, st_size=305492, ...}) = 0
mmap2(NULL, 308456, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 14, 0) = 0xffffffffc9644000
mmap2(0xc968e000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 14, 0x49000) = 0xffffffffc968e000
close(14) = 0
mprotect(0xc968e000, 4096, PROT_READ) = 0
mprotect(0xcabce000, 4096, PROT_READ) = 0
mprotect(0xcabfe000, 4096, PROT_READ) = 0
mprotect(0xf5fb0000, 4096, PROT_READ) = 0
munmap(0xcad17000, 299115) = 0
futex(0xf6d68c7c, FUTEX_WAKE, 2147483647) = 0
munmap(0xf5fab000, 25080) = 0
munmap(0xcabd0000, 194452) = 0
munmap(0xcaba9000, 157440) = 0
munmap(0xc9644000, 308456) = 0
getdents64(13, /* 0 entries */, 32768) = 0
close(13)

  • Hi,

    Is this a 64-bit version of openSUSE? If that is the case, I imagine the update procedure perhaps uninstalled the 32-bit libraries necessary for CCS to run.

    Also, do you have a list of all the dependencies you needed when originally installed it? Unfortunately I am not well versed in this distro (and we don't officially support it), but I am trying to install it in a VM and see if I can get past the initial steps.

    Regards,
    Rafael
  • Yes it is 64-bit distro

    I checked twice and I am sure library dependency are all sufficient, anyway to enable debug information? I am not familiar with options of Ecplise.

  • Hi,

    I had a break today and was able to successfully install and run CCSv6 on my VMware running OpenSUSE 13.2 64-bits on Gnome. The procedure I followed is shown in the link below and I was able to open it successfully - although I did not try to connect to anything at this point and may not be able to do so in the short term due to other priorities.

    http://processors.wiki.ti.com/index.php/Linux_Host_Support_CCSv6#OpenSUSE_13.2_64-bit

    Therefore it is possible there is some missing component in your system.

    As I said before, we don't provide official support for this distro and probably will not be able to be of further help. In this case I can only recommend installing one of the supported distros (Ubuntu or RedHat).

    Regards,
    Rafael
  • Thank you, I fixed all the dependencies and it can launch now.

    I'm using KDE, I think it can be marked as tested.