【问题标题】:Can not running command to run Code Composer无法运行命令来运行 Code Composer
【发布时间】: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


    【解决方案1】:

    你能改用./ccs_setup_10.1.0.00010.run吗?

    ccs_setup... 不在你的路径上,所以你需要给它一个特定的相对路径,让它知道去哪里。

    【讨论】:

      猜你喜欢
      • 2018-10-26
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2020-12-20
      • 2018-09-22
      • 1970-01-01
      • 2014-11-01
      • 2019-02-27
      相关资源
      最近更新 更多