This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCSTUDIO: CCS 20.0.2 won't open in Ubuntu 24.04

Part Number: CCSTUDIO

Tool/software:

Hello,

I have ran through your installation process for CCS: https://software-dl.ti.com/ccs/esd/documents/users_guide_ccs_20.0.0/ccs_installation.html#installation-process, and have installed the required dependencies libc6-i386, libusb-0.1-4, and libtinfo5.  When I run the install drivers.sh script it seems to suddenly exit and I have been unable to figure out why.

$ sudo ./install_drivers.sh
TI permissions file installation completed successfully. Some distros of Linux
may require a reboot in order for the driver to function properly. For other
distros, restarting udev is sufficient. Restarting udev now ...
./bh_driver_install.sh: line 24: /home/jsava/ti/ccs2002/ccs/ccs_base/emulation/Blackhawk/Install/bh_emulation_install.log: Permission denied
./bh_driver_install.sh: line 24: /home/jsava/ti/ccs2002/ccs/ccs_base/emulation/Blackhawk/Install/bh_emulation_install.log: Permission denied
./bh_driver_install.sh: line 24: /home/jsava/ti/ccs2002/ccs/ccs_base/emulation/Blackhawk/Install/bh_emulation_install.log: Permission denied
./bh_driver_install.sh: line 24: /home/jsava/ti/ccs2002/ccs/ccs_base/emulation/Blackhawk/Install/bh_emulation_install.log: Permission denied
./bh_driver_install.sh: line 24: /home/jsava/ti/ccs2002/ccs/ccs_base/emulation/Blackhawk/Install/bh_emulation_install.log: Permission denied
./bh_driver_install.sh: line 24: /home/jsava/ti/ccs2002/ccs/ccs_base/emulation/Blackhawk/Install/bh_emulation_install.log: Permission denied
./bh_driver_install.sh: line 24: /home/jsava/ti/ccs2002/ccs/ccs_base/emulation/Blackhawk/Install/bh_emulation_install.log: Permission denied
./bh_driver_install.sh: line 24: /home/jsava/ti/ccs2002/ccs/ccs_base/emulation/Blackhawk/Install/bh_emulation_install.log: Permission denied
./bh_driver_install.sh: line 24: /home/jsava/ti/ccs2002/ccs/ccs_base/emulation/Blackhawk/Install/bh_emulation_install.log: Permission denied
./bh_driver_install.sh: line 24: /home/jsava/ti/ccs2002/ccs/ccs_base/emulation/Blackhawk/Install/bh_emulation_install.log: Permission denied
./bh_driver_install.sh: line 24: /home/jsava/ti/ccs2002/ccs/ccs_base/emulation/Blackhawk/Install/bh_emulation_install.log: Permission denied
./bh_driver_install.sh: line 24: /home/jsava/ti/ccs2002/ccs/ccs_base/emulation/Blackhawk/Install/bh_emulation_install.log: Permission denied
./bh_driver_install.sh: line 24: /home/jsava/ti/ccs2002/ccs/ccs_base/emulation/Blackhawk/Install/bh_emulation_install.log: Permission denied
./bh_driver_install.sh: line 24: /home/jsava/ti/ccs2002/ccs/ccs_base/emulation/Blackhawk/Install/bh_emulation_install.log: Permission denied
./bh_driver_install.sh: line 24: /home/jsava/ti/ccs2002/ccs/ccs_base/emulation/Blackhawk/Install/bh_emulation_install.log: Permission denied
./bh_driver_install.sh: line 24: /home/jsava/ti/ccs2002/ccs/ccs_base/emulation/Blackhawk/Install/bh_emulation_install.log: Permission denied
bh usb560 installation completed successfully. Some versions of Linux
require a reboot in order for the driver to function properly. For other
versions restarting udev is sufficient. Restarting udev now ...
./bh_driver_install.sh: line 24: /home/jsava/ti/ccs2002/ccs/ccs_base/emulation/Blackhawk/Install/bh_emulation_install.log: Permission denied
./bh_driver_install.sh: line 24: /home/jsava/ti/ccs2002/ccs/ccs_base/emulation/Blackhawk/Install/bh_emulation_install.log: Permission denied
Uninstalling /etc/udev/rules.d/99-jlink.rules
JLink installation completed successfully. Some versions of Linux
require a reboot in order for the driver to function properly. For other
versions restarting udev is sufficient. Restarting udev now ...

Along with this when I run the addition required commands for ubuntu 24.04 I get a permissions error.

$ sudo chown root chrome-sandbox
chown: changing ownership of 'chrome-sandbox': Operation not permitted
$ sudo chmod 4755 chrome-sandbox
chmod: changing permissions of 'chrome-sandbox': Operation not permitted

I haven't had any luck starting the application. Any help would be appreciated.