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.

CCS10.1怎么打开自动添加新安装的软件功能?比如新安装了XDC和IPC,10.1怎么把他们加进去

5.5和9.3都是软件打开的时候自动识别新安装的组件,然后可以选择导入哪些想导入的组件,但是我多次重启10.1版本都没有显示新安装的组件,是我哪里没设置正确吗?

  • 点击product页面的refresh按钮也没有吗?
  • 请到CCS->Window->Preferences->Install/updates->Automatic Updates看一下有没有勾选。
  • 谢谢,在你说的product里用refresh能刷新出新的组件,不是所有的可以安装,只安装了3个和ndk helloworld相关的组件,然后重新编译helloworld,可以编译了,提示了错误,提示了和9.3一样的错误:

    undefined symbol                                  first referenced  in file     

    _system_post_cinit                                C:\ti\bios_6_76_03_01\packages\ti\targets\rts6000\lib\boot.ae66<autoinit.oe66>

    e2echina.ti.com/question_answer/dsp_arm/c6000_multicore/f/53/t/194365
    有点想摔板子的感觉了,真上火。

    修改:将工程的编译器选择7.4.22 改为:8.3.6  _system_post_cinit 的错误消失.