【发布时间】:2020-08-08 14:47:31
【问题描述】:
- Ubuntu 版本:19.10
- 代码编写器版本:CCS10.1.0.00010_linux-x64
我正在尝试在 Linux 上安装 Code Composer。但是在 README 到 Code Composer 文件中,这样说。
Code Composer Studio for Linux README
-----------------------------------------
Please note that use of anti-virus software or a firewall may cause issues
during installation. McAfee software in particular has been especially
troublesome. If possible, disable anti-virus and firewall software during
installation. If not, use of the Offline Installer is strongly recommended.
If you are using an Offline CCS Installer, the tar.gz file in which it is
distributed must first be extracted:
1. tar xfz CCSxx.x.x.xxxxx_linux-x64.tar.gz
2. cd CCSxx.x.x.xxxxx_linux
If you are using the Online/Web installer you need to extract the respective tar file
1. tar xfz CCSxx.x.x.xxxxx_web_linux-x64.tar.gz
Once extraction has successfully completed, proceed with the installation
steps below.
To install Code Composer Studio:
1. Execute ccs_setup_xx.x.x.xxxxx.run
2. Choose where you want to install.
3. Select the components you wish to install.
我使用命令解压了文件
tar xfz CCS10.1.0.00010_linux-x64.tar.gz -C ../Documents/CodeComposer
我导航到 CodeComposer 目录并使用 ls 查看文件,我看到了自述文件说要运行的文件。
所以我写了命令
ccs_setup_10.1.0.00010.run
出现了这个
zsh: command not found: ccs_setup_10.1.0.00010.run
【问题讨论】:
标签: linux ubuntu code-composer