https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=ccstudio#n81 Why 0755? The desktop entry is not an executable file, so it should be 0644.
Search Criteria
Package Details: ccstudio 12.2.0.00009-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: | tapajos |
Last Packager: | tapajos |
Votes: | 21 |
Popularity: | 0.055221 |
First Submitted: | 2017-06-23 06:06 (UTC) |
Last Updated: | 2023-02-27 20:16 (UTC) |
Dependencies (16)
- alsa-lib (alsa-lib-git, alsa-lib-minimal-git, alsa-lib-x205ta)
- binutils (binutils-git, binutils-2.35.2)
- gconf (gconf-gtk2)
- gtk2 (gtk2-git, gtk2-minimal-git, gtk2-patched-filechooser-icon-view, gtk2-maemo)
- gtk3 (gtk3-git, gtk3-typeahead, gtk3-classic-noatk-64, gtk3-ubuntu, gtk3-no_deadkeys_underline, gtk3-patched-filechooser-icon-view, gtk3-classic)
- lib32-glibc (glibc-force-mmap, lib32-glibc-force-mmap, lib32-glibc-minimal-git, lib32-glibc-linux4, lib32-glibc-git)
- libcanberra (libcanberra-git)
- libsecret
- libusb-compat (libusb0)
- libxss
- libxtst
- ncurses5-compat-libs
- nss (nss-hg)
- python2 (python2-bin)
- glibc (glibc-force-mmap, lib32-glibc-force-mmap, glibc-minimal-git, glibc-linux4, glibc-git, glibc-widevine) (make)
- ttf-dejavu (ttf-dejavu-ib, ttf-dejavu-emojiless) (optional)
Required by (3)
- ccstudio-arm-gnu-rm-toolchain
- ti-ble-sdk (optional)
- ti-rtos-cc13xx-cc26xx (optional)
Sources (4)
Freed commented on 2023-03-18 12:56 (UTC)
Freed commented on 2023-03-16 07:04 (UTC)
How about create /etc/profile.d/ccstudio.sh
to add some paths to $PATH
?
for bin in /opt/ccstudio/ccs/tools/compiler/*/bin; do
export PATH=$PATH:$bin
done
unset bin
Freed commented on 2023-03-09 06:21 (UTC)
And after yay -S ccstudio
, my ~/Desktop
occur a new file Bh560v2Config Utility.desktop
:
[Desktop Entry]
Type=Application
Version=0.9.4
Name=Bh560v2Config Utility
Comment=Blackhawk Bh560v2Config Utility
Icon=/home/wzy/.cache/yay/ccstudio/src/installdir/opt/ccstudio/ccs/ccs_base/emulation/Blackhawk/BH560v2-Config.PNG
Exec=/home/wzy/.cache/yay/ccstudio/src/installdir/opt/ccstudio/ccs/ccs_base/common/uscif/Bh560v2Config_start.sh
Terminal=false
Path=/home/wzy/.cache/yay/ccstudio/src/installdir/opt/ccstudio/ccs/ccs_base/common/uscif
Is it a bug?
Freed commented on 2023-03-09 06:10 (UTC)
Why python2 is a depend not an optdepend? I find if python2 is not installed, ccstudio seems to run normally.
filipetaveiros commented on 2023-02-26 19:02 (UTC)
Thank you @archio, I can confirm your instructions work for v12 as well.
archio commented on 2022-11-03 15:36 (UTC)
No problem! I'm glad it helped :)
Kris-G commented on 2022-11-03 06:59 (UTC)
Thanks you @archio, that worked for me.
dccafe commented on 2022-11-03 02:00 (UTC)
I haven't tried it yet. Will try tomorrow.
archio commented on 2022-11-03 00:26 (UTC)
but did it work for you dccafe?
archio commented on 2022-11-03 00:22 (UTC)
I found this, so I searched how to run eclipse with some other version of jre and figured out that you should modify the -vm flag. Then I tried ommiting the flag because the eclipse.ini in the same dir doesn't use it and ccstudio just worked. I thought it was using the system jre but I uninstalled the jre and it still works, so I dont know.
Pinned Comments