Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@bradfa
Created May 14, 2013 15:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bradfa/5576861 to your computer and use it in GitHub Desktop.
Save bradfa/5576861 to your computer and use it in GitHub Desktop.
CCSv5 install on Arch x86_64
Just use an i386 Ubuntu Precise chroot for CCSv5.
Make sure you have "unzip" and "libjpeg62" and "libgtk2.0" and "libxtst6" installed inside the chroot.
Don't install CCSv5 as root, there's no need. You may want to install the MSP430FET drivers on your main system, though, which does need root.
Edit ~ti/ccsv5/eclipse/plugins/com.ti.ccstudio.branding_5.3.0.201211071700/plugin_customization.ini so that "showIntro = false" so that CCS doesn't crash due to having bad Mozilla libs
Launch with
$ schroot -c ccsv5 ~/ti/ccsv5/eclipse/ccstudio
@bradfa
Copy link
Author

bradfa commented Jan 9, 2014

If getting errors during install about setting DISPLAY, make sure to export DISPLAY=:0.0 and to do xhost +.
If xhost is not installed, install x11-xserver-utils

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment