Why do we need gtk2 as a dependency?
Search Criteria
Package Details: ccstudio 20.4.0.00013-1
Package Actions
| 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: | Michael-Wigham |
| Last Packager: | Michael-Wigham |
| Votes: | 25 |
| Popularity: | 0.124539 |
| First Submitted: | 2017-06-23 06:06 (UTC) |
| Last Updated: | 2026-01-16 13:57 (UTC) |
Dependencies (11)
- alsa-lib
- binutils
- gtk2AUR (gtk2-patched-filechooser-icon-viewAUR)
- gtk3 (gtk3-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR, gtk3-no_deadkeys_underlineAUR)
- lib32-glibc (lib32-glibc-gitAUR, lib32-glibc-eacAUR, lib32-glibc-git-native-pgoAUR)
- libcanberra (libcanberra-gtk2AUR)
- libsecret
- libusb-compat (libusb0AUR)
- libxss
- nss (nss-hgAUR)
- python
Required by (1)
Sources (4)
dcafe commented on 2025-11-30 14:06 (UTC)
kyojin743 commented on 2025-10-18 23:11 (UTC) (edited on 2025-10-18 23:13 (UTC) by kyojin743)
I am new to Arch, and also the aur, I dont see anything on this issue, and I hope I didn't miss the fix already.
Heres what I did, lmk if i did something wrong:
git cloned https://aur.archlinux.org/ccstudio.git ran makepkg -i cd to ./src/installdir/opt/ccstudio/ccs/ sudo ./install_scripts/install_drivers.sh reboot (and returned to dir) ./theia/ccstudio
output: Configuration directory URI: 'file:///home/kyojin/.config/Texas%20Instruments/CCS/ccstudio/1/theia' Configuring to accept webviews on '^.+.webview..+$' hostname. CCSGuiComposerBackendContribution loaded... CCSBackendApplicationContribution loaded... CCSPluginHttpBackendImpl loaded... Segmentation fault (core dunped) ./ccstudio
i also tried running:
sudo ./ccstudio --no-sandbox but i got [14297:1018/181045.845264:ERROR:ozone_platform_x11.cc(244)] Missing X server or $DISPLAY [14297:1018/181045.845309:ERROR:env.cc(258)] The platform failed to initialize. Exiting.
firdouglas commented on 2025-05-27 01:59 (UTC) (edited on 2025-05-27 02:00 (UTC) by firdouglas)
I was having issues with CCS 12.8.1. I tried installing CCS directly using TI installer, all I had to do was overwrite the DMED/ti_cgt_dmed_1.1.6_linux_installer_x86.bin file in the ccs_[tab] folder located in the /tmp/ with:
#!/bin/sh
exit 0
as EternalAndrew advised.
After I overwrote that while the installer was stuck on the install error, I selecterd retry. The installation proceeded as expected, and then I had to run:
execstack -c on wherever libMiniDump.so was located. For me, that was /home/$USER/ti/ccs1281/ccs/ccs_base/common/bin/libMiniDump.so
So it's a strong possibility that there is no need to do anything else besides start the install, get the DMED error, overwrite the bin file, finish install, and run execstack -c on libMiniDump.so
EternalAndrew commented on 2025-05-14 06:40 (UTC) (edited on 2025-05-14 17:08 (UTC) by EternalAndrew)
I needed 12.6.0 and forced it to install quite violently. I've flashed and debugged an MSP432 after the install. The steps that I believe were absolutely required are as follows:
- In
PKGBUILDremove--mode unattendedfrom the ....runand comment out the line containingdmed - Run
makepkg - Follow steps in the installer
- When the DMED failure shows up (at like 98%) overwrite
/tmp/ccs_[tab]DMED/ti_cgt_dmed_1.1.6_linux_installer_x86.binwith:
#!/bin/sh
exit 0
- Click
Retry - Once installed, run
execstack -c /opt/ccstudio/ccs/ccs_base/common/bin/libMiniDump.so
I personally also had to or extraneously did the following:
Move the desktop file manually- Comment out the two lines containing
99-ti-jlink.rules - Place git repository deeper in file system to avoid the over 40 character path
Maggi9295 commented on 2025-02-27 10:52 (UTC)
Same problem (CS_ERROR: Unable to install executable) here.
Lines immediately prior to error message of previous comment in ccs_install_12.8.0.00012.log are:
[11:30:43] CCS_INFO: Installing DMED
Executing chmod -R 755 "/tmp/ccs_490a397e-9c92-4534-4dab-35b85a5b1b08/DMED/ti_cgt_dmed_1.1.6_linux_installer_x86.bin"
Script exit code: 0
Script output:
Script stderr:
[11:30:44] showprogress = false
[11:30:44] CCS_INFO: Installing /tmp/ccs_490a397e-9c92-4534-4dab-35b85a5b1b08/DMED/ti_cgt_dmed_1.1.6_linux_installer_x86.bin
[11:30:44] CCS_INFO: Actual executable /tmp/ccs_490a397e-9c92-4534-4dab-35b85a5b1b08/DMED/ti_cgt_dmed_1.1.6_linux_installer_x86.bin
Executing /tmp/ccs_490a397e-9c92-4534-4dab-35b85a5b1b08/DMED/ti_cgt_dmed_1.1.6_linux_installer_x86.bin --prefix "/home/magnus/AUR/ccstudio/src/installdir/opt/ccstudio/ccs" --eclipseprefix "/home/magnus/AUR/ccstudio/src/installdir/opt/ccstudio/ccs/eclipse" --mode unattended --installer-log "/home/magnus/AUR/ccstudio/src/installdir/opt/ccstudio/ccs/install_logs/20250227112209" --ccs true
Script exit code: 1
Script output:
Unable to initialize installer.
Is /tmp writable ?
Is SELinux enabled? You may need to disable it temporarily
Please see below for details
http://docs.fedoraproject.org/en-US/Fedora/13/html/SELinux_FAQ/index.html#id3037154
Script stderr:
child process exited abnormally
Error running /tmp/ccs_490a397e-9c92-4534-4dab-35b85a5b1b08/DMED/ti_cgt_dmed_1.1.6_linux_installer_x86.bin --prefix "/home/magnus/AUR/ccstudio/src/installdir/opt/ccstudio/ccs" --eclipseprefix "/home/magnus/AUR/ccstudio/src/installdir/opt/ccstudio/ccs/eclipse" --mode unattended --installer-log "/home/magnus/AUR/ccstudio/src/installdir/opt/ccstudio/ccs/install_logs/20250227112209" --ccs true: child process exited abnormallyend tell
victtor96 commented on 2025-02-27 00:37 (UTC)
I need help!!!!
CCS_ERROR: Unable to install executable /tmp/ccs_8e741721-91c8-46c0-59ed-3affb0b0fd0f/DMED/ti_cgt_dmed_1.1.6_linux_installer_x86.bin: Error running /tmp/ccs_8e741721-91c8-46c0-59ed-3affb0b0fd0f/DMED/ti_cgt_dmed_1.1.6_linux_installer_x86.bin --prefix "/home/victor/.cache/yay/ccstudio/src/installdir/opt/ccstudio/ccs" --eclipseprefix "/home/victor/.cache/yay/ccstudio/src/installdir/opt/ccstudio/ccs/eclipse" --mode unattended --installer-log "/home/victor/.cache/yay/ccstudio/src/installdir/opt/ccstudio/ccs/install_logs/20250226213105" --ccs true: child process exited abnormally. Do you want to retry? Abort An issue was encountered while installing CCS. Would you like to submit the installation logs to help us diagnose and fix the issue?
hgjersdal commented on 2025-02-21 17:18 (UTC)
This stopped working after an update.
/opt/ccstudio/ccs/eclipse/../ccs_base/common/bin/libMiniDump.so: cannot enable executable stack as shared object requires: Invalid argument
I cannot reinstall it either.
Running execstack -c /opt/ccstudio/ccs/eclipse/../ccs_base/common/bin/libMiniDump.so makes the old install work again.
Freed commented on 2024-12-11 11:17 (UTC)
https://downloads.ti.com/ccs/esd/documents/users_guide/index.html
ccs has a 20.0.0 rewritten in theia. Can we have it on AUR?
spubme commented on 2024-10-27 23:28 (UTC)
Is the gconf depedency still necessary? A comment from 2020 says that it's not, and after using pacman -Rdd gconf to forcibly remove it from my system ccstudio still launches and doesn't seem to have any issues. This comment on the gconf package implies it's probably just a leftover dependency from chromium, and chromium removed the dependency back in 2010. The chromium version used in ccstudio on my machine, from ~/.eclipse/org.eclipse.platform*/configuration/.jxbrowser.bin/7.29/chromium.version, is 108.0.5359.125, from 2022. Unless another part of ccstudio relies on the dependency, it seems to me that it should be removed.
Inqognitoo commented on 2024-09-07 20:56 (UTC)
Error initializing emulator: No USB FET was found
with msp430f5529. Any ideas?
Pinned Comments