Package Details: ccstudio 12.6.0.00008-1

Git Clone URL: https://aur.archlinux.org/ccstudio.git (read-only, click to copy)
Package Base: ccstudio
Description: Texas Instruments Code Composer Studio IDE
Upstream URL: http://www.ti.com/tool/ccstudio
Keywords: c ide msp430
Licenses: custom:TSPA
Submitter: alexei
Maintainer: tapajos
Last Packager: tapajos
Votes: 20
Popularity: 0.47
First Submitted: 2017-06-23 06:06 (UTC)
Last Updated: 2024-01-15 15:33 (UTC)

Pinned Comments

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 Next › Last »

yan12125 commented on 2020-06-25 16:49 (UTC)

CCStudio 10.1 is out, and the dependencies have changed. GConf is no longer used and libsecret is now needed.

Here are changes of the util/dependency-checker/ext-depends.txt file during installation for 10.0 and 10.1:

diff -ur dependency-checker-10.0/ext-depends.txt dependency-checker-10.1/ext-depends.txt
--- dependency-checker-10.0/ext-depends.txt 2020-06-26 00:37:52.473397589 +0800
+++ dependency-checker-10.1/ext-depends.txt 2020-06-26 00:36:25.069780173 +0800
@@ -1,5 +1,4 @@
 libasound.so.2
-libgconf-2.so.4
 libatk-1.0.so.0
 libcairo.so.2
 libcrypt.so.1
@@ -17,7 +16,6 @@
 libgthread-2.0.so.0
 libgtk-x11-2.0.so.0
 libm.so.6
-libncurses.so.5
 libnsl.so.1
 libpango-1.0.so.0
 libpangocairo-1.0.so.0
@@ -25,7 +23,10 @@
 libpthread.so.0
 libpython2.7.so.1.0
 librt.so.1
+libsecret-1.so.0
+libtinfo.so.5
 libusb-0.1.so.4
+libusb-1.0.so.0
 libutil.so.1
 libX11.so.6
 libXext.so.6
@@ -33,7 +34,7 @@
 libxml2.so.2
 libXrender.so.1
 libXtst.so.6
+libz.so.1
 libcanberra.so.0
-libtinfo.so.5  
-GLIBC: GLIBC_2.17
-GLIBCXX: GLIBCXX_3.4.19
+GLIBC: GLIBC_2.18
+GLIBCXX: GLIBCXX_3.4.28
\ No newline at end of file

TheCloudt commented on 2020-06-10 11:51 (UTC)

Note that installation of ccstudio requires the installation path to at most 40 characters. If this is not the case, MSP430Ware might fail to install and as a result other unrelated plugins (which happened to me) might not be installed correctly. Therefore, make sure that you build this package in a directory which is not too deep into your file structure.

Also note that aur package builders such as pacaur or yaourt build the package within a cache directory which results likely in too long paths.

alexei commented on 2020-05-02 06:50 (UTC) (edited on 2020-05-02 06:52 (UTC) by alexei)

For v9->v10 upgrade: you might have to: sudo chmod 777 /opt/ccstudio/ccs/eclipse/configuration/.jxbrowser-chromium-lib/. In theory, the commands in .install should already grant permissions to the whole /opt/ccstudio/ccs to users in group ccstudio, but this still didn't seem to prevent a permissions error for some reason.

P.S. Thanks @okasha for updating to v10.

okasha commented on 2020-04-22 22:36 (UTC) (edited on 2020-04-24 13:23 (UTC) by okasha)

I have updated PKGBUILD and ccstudio.install with version 10 files here. https://github.com/okasha55/aur-ccstudio10

ahellerjones commented on 2020-04-13 15:54 (UTC)

Had never been able to get CCS to work, but CCS 10 is working flawlessly!

ElektroQuark commented on 2020-04-09 18:47 (UTC)

Hi alexei,

CCS 10 is out.

:)

alexei commented on 2020-03-08 05:11 (UTC)

@msethi: doesn't sound related to CCS Studio. Does sudo pacman -Syu succeed on your system?

insaanimanav commented on 2020-03-08 04:30 (UTC)

Hey folks I am unable to install this package in my vanilla arch install after looking for a list of packages it tries to fetch a bunch of perl packages and after sometime i see an error saying failed to commmit transaction (invalid or corrupted package and then it says error installing repo packages Now i tried to install the perl packages indvidually and it fails at one of them i cant figure out which one could anyone help me ? :D

alexei commented on 2020-03-01 00:58 (UTC)

Updates from within CCS: some work some don't.

Tip: if you ever ran CCS as root (shouldn't need to do that though), and it fails to start as normal user with java.io.IOException: Permission denied then delete /tmp/browsercore-*.

Tip: CCS ships toolchains, so you should not need to install ti-cgt-* packages (disclaimer: in most recent releases, I haven't yet tested that shipped toolchains work).

alexei commented on 2019-12-19 01:28 (UTC)

@dwzg: doesn't seem to be related to the package itself: the package doesn't ever run chmod on the top-level directory. Can you tell yay to build fresh? I don't use yay, but if it keeps state for the package, something went wrong with that state. Perhaps: sudo rm ~/.cache/yay/ccstudio, and try installing fresh.