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。

Guru**** 2039030 points
请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/tools/code-composer-studio-group/ccs/f/code-composer-studio-forum/1467057/codecomposer-ccs-theia-docker-ubuntu

器件型号:CODECOMPOSER

工具与软件:

我正在尝试在 Docker Ubuntu 24.04中安装 CCS 20 (theia)

它会自动安装 Blackhawk、但会失败。

脚本输出:
运行安装后步骤时出现问题。 安装可能无法正确完成
运行/opt/ti/ccs/ccs_base/emulation/Blackhawk/Install/bh_driver_install.sh --安装时出错: cp:无法创建常规文件'/etc/udev/rules.d/71-bh-permissions.rules ':没有这样的文件或目录

由于我将仅使用此文件进行构建、因此我不需要 Blackhawk。  

如何避免安装此文件?

我想我可能会使用 --optionfile、但我没有找到解释放入该文件的文档、而--save-option-file  参数似乎不再起作用。

此外、它还会给出缺少 python 3.9的警告:

找不到 lib: libpython3.9.so.1.0

我想最有可能使用当前的 python 3.12。 我可以忽略该警告吗?