Package Details: ccstudio 12.8.0.00012-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: 21
Popularity: 0.103515
First Submitted: 2017-06-23 06:06 (UTC)
Last Updated: 2024-08-23 11:46 (UTC)

Pinned Comments

Latest Comments

« First ‹ Previous 1 2 3 4 5 6

alexei commented on 2018-03-22 23:06 (UTC)

For v8, will have to wait until Arch updates to glibc 2.27. The installer hangs again (and the TI wiki does say that it's not compatible with 2.26). One really needs to try hard to end up depending on specific versions of glibc in a tool that just needs to copy some files from an archive into the system, but they did it.

buha commented on 2018-03-16 13:44 (UTC)

Installs fine, works fine as of today.

However, there is a CCS 8.0 available since Mar 09, 2018.

alexei, would it be possible to update the PKGBUILD to install that one? There are issues in 7.x importing 6.x projects which 8.x fixes so that would make sense for some people.

Thank you!

dccafe commented on 2017-12-14 22:58 (UTC)

Version 7.4 solves glibc dependency.

alexei commented on 2017-09-18 23:07 (UTC)

UPDATING from 7.2 to 7.3: you might need to remove ccstudio and all related packages (ti-ble-sdk, ti-cgt-arm) and them install ccstudio, followed by the others. This is to workaround CCS not detecting components (e.g. TI-RTOS) as installed after the upgrade (the component is listed as installed in Help->Installation Details, but builds fail saying it's not installed). This is probably related to files CCS creates in /opt/.../eclipse. Maybe, I could remove these files in .install before the upgrade hook, but for now the workaround is above.