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.

CCS6 on linux Mint17 App center & welcome Center Disapeared!

I have a Linux Mint 17r2 on a 64bit intel cpu

I installed CCS6 as I lost my copy of CCS5 I have included ms430, stellaris, and C2200 cpus

It worked fine until I went to the app center to install the GUI tool and when I rebooted both the app & welcome centers where now blank. 

I found the other post and installed the libaray but no good. 

any help please

  • Cris Harrison said:
    I found the other post and installed the libaray but no good. 

    Which other post are you referring to? You may want to take a look at the threads mentioned under item 2 here, if you haven't done so already.

  • Aarti  I found this post...

    CCSv6 App Center blank on linux

    Getting a blank App Center in CCSv6 on linux?

    The problem is that CCS depends on the old libudev.so.0 which has been removed in e.g. recent debian and ubuntu versions.  (You probably got a warning about this during install but, like me, ignored it).   CCS (and afaik other applications which exhibit a similar problem) will however work just fine with libudev.so.1 so you can fix this easily:

    ~$ locate '*/libudev.so.1'
    /lib/i386-linux-gnu/libudev.so.1
    /lib/x86_64-linux-gnu/libudev.so.1
    ~$ sudo ln -s libudev.so.1 /lib/i386-linux-gnu/libudev.so.0

     

    CCSv6 App Center blank on linux

    Getting a blank App Center in CCSv6 on linux?

    The problem is that CCS depends on the old libudev.so.0 which has been removed in e.g. recent debian and ubuntu versions.  (You probably got a warning about this during install but, like me, ignored it).   CCS (and afaik other applications which exhibit a similar problem) will however work just fine with libudev.so.1 so you can fix this easily:

    ~$ locate '*/libudev.so.1'
    /lib/i386-linux-gnu/libudev.so.1
    /lib/x86_64-linux-gnu/libudev.so.1
    ~$ sudo ln -s libudev.so.1 /lib/i386-linux-gnu/libudev.so.0

     

  • CCSv6 App Center blank on linux
    Genius 5245 points
    Matthijs van Duin Matthijs van Duin
    Getting a blank App Center in CCSv6 on linux?

    The problem is that CCS depends on the old libudev.so.0 which has been removed in e.g. recent debian and ubuntu versions. (You probably got a warning about this during install but, like me, ignored it). CCS (and afaik other applications which exhibit a similar problem) will however work just fine with libudev.so.1 so you can fix this easily:

    ~$ locate '*/libudev.so.1'
    /lib/i386-linux-gnu/libudev.so.1
    /lib/x86_64-linux-gnu/libudev.so.1
    ~$ sudo ln -s libudev.so.1 /lib/i386-linux-gnu/libudev.so.0
  • Did you also try out the suggestions posted by Chester and others in later posts in the same thread you referenced? It may be that you require some additional 32-bit libraries or need to make some other updates for getting certain browsers to work. Unfortunately, due to the multitude of Linux distros, it becomes very difficult for us to test and support each one of them so we do rely on the community to report and share their findings with different distributions.