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.

[参考译文] CCS:在 CCS Linux TIREX 窗口中从 TIREX (TI Resource Explorer)安装软件

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

https://e2e.ti.com/support/tools/code-composer-studio-group/ccs/f/code-composer-studio-forum/885367/ccs-install-software-from-tirex-ti-resource-explorer-in-ccs-linux-tirex-window

主题中讨论的其他器件:MSP430WARECCStudio

工具/软件:Code Composer Studio

我们是否应该能够在 CCS Linux 中安装 TIREX (TI Resource Explorer)提供的软件?

这样、我们就可以在 "View->Resource Explorer"窗口中浏览时"导入 CCS IDE"。 在 Windows10上运行良好。

但在 "View->Resource Explorer"窗口中点击"Install"后、在"Installing Packages"图标上的 Linux CCS (9.3.0)中获得失败错误。

CCS 版本说明或 UG 中没有看到任何内容。  

是否支持此功能?

MSP430Ware 和 CC2652 Simplelink SDK (仅手动安装后者)的详细错误如下:

误差
收到的消息:"www.w3.org/.../xhtml1-transitional.dtd"> ">http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> 404-未找到

404-未找到

"、其中状态代码为404、向 dev.ti.com/.../packageDownloadInfomsp430ware__3.80.08.01提出请求时

误差
收到的消息:"www.w3.org/.../xhtml1-transitional.dtd"> ">http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> 404-未找到

404-未找到

"、其中状态代码为404、向 dev.ti.com/.../bundleSIMPLELINK_CC13X2_26X2_SDK__3.30.00.03&makeoffline=true&progressId=f28586e13743998511824afdbadd5f5a18ada3ff&os=linux 提出请求时

***

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

    您好!

    我能够在 Ubuntu 18.04上以超级用户身份安装 CCSv9.3.0中指定的两个软件包版本、并以普通用户身份运行、从而解决该工具的任何内在问题。  

    但是、如果您遇到错误404、则可能会出现网络/互联网连接错误。 最常见的问题之一是代理服务器的跳跃。 (遗憾的是、Linux 在将给定的代理集传播到系统的所有组件中并不是最合乎逻辑的)

    一项测试是打开终端视图并使用分配的代理和端口配置设置变量 http_proxy、然后启动 CCS。  

    [引用 user="terminal"]

    用户@主机~/$ cd ti/ccs930/ccs/eclipse
    用户@主机~/ti/ccs930/ccs/eclipse http_proxy= : bash -c './CCStudio &'

    [/报价]

    如果您不是代理的支持人员、我将通过以下网址执行 CCS 用户指南第9.5节中显示的故障排除步骤:

    https://software-dl.ti.com/ccs/esd/documents/users_guide/index.html 

    希望这对您有所帮助、

    拉斐尔

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

    拉斐尔

    谢谢、您上面的代理产品线工作得非常好。 对  Windows --> 首选项 --> 常规 --> 网络连接不足感到有点惊讶。 但能够下载 MSP430Ware 并导入 andexample.  谢谢!

    -Joe