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.

CODECOMPOSER: CCS Theia, docker ubuntu.

Part Number: CODECOMPOSER


Tool/software:

I'm trying to install ccs 20 (theia) in a docker ubuntu 24.04

It automatically installs blackhawk, which fails.

Script output:
Problem running post-install step. Installation may not complete correctly
Error running /opt/ti/ccs/ccs_base/emulation/Blackhawk/Install/bh_driver_install.sh --install: cp: cannot create regular file '/etc/udev/rules.d/71-bh-permissions.rules': No such file or directory

As I will use this only for build, I don't need blackhawk. 

How can I avoid the installation of this?

I suppose I might use --optionfile, but I found no doc explaining what to put in this file, and the --save-option-file argument does not seem to work anymore.

Also, it gives a warning of missing python 3.9:

Failed to find lib: libpython3.9.so.1.0

I suppose it's most likely ok to use the current python 3.12. Can I ignore the warning?