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.

CCSV9中导入controlSUITE的project出现问题

导入project后,还未编译就出现问题,

errors:this project was created using a version of compiler that is not currentlyinstalled-6.1.0[C2000].see'help>install new software' and select 'code generation tool updates' to check if this compiler is available through a ccs update. visit ccs app center to get the latest compiler support .or download and install the compiler,then register it with ccs through  'preferences > ccs > build > compiler'.

CCS下载的是最新版本V9-2,编译版本ti-cgt-arm_18.12.3.LTS和ti-cgt-c2000_18.12.3.LTS 。但是右击导入的project后点击properties出现的compiler version是

TI v6.1.0 ,请问怎么解决这个问题

  • 就是你的CCS中缺少对应的编译器,根据提示,在preferences > ccs > build > compiler里面下载安装对应版本的编译器就可以了
  • 在preferences > ccs > build > compiler里面没有找到compiler version是TI v6.1.0 的,从哪可以获取下载安装此版本的编译器?谢谢
  • 找到了编译器的V6.1.0版本,谢谢
  • 编译版本问题解决后出现了这个问题,怎么解决;

    errors:Product XDAIS v0.0 is not currently installed and no compatible version is available. Please install this product or a compatible version.             Example_2806xLaunchPad          Example_2806xLaunchPad        Problem

    我在网页上找到的解决办法是把XDAIS v0.0 前面的报错选项取消掉,再编译,但我不知道这样操作会对之后的编译调试有没有影响,有没有更好的解决办法?谢谢

  • 把XDAIS v0.0 前面的报错选项取消掉,再编译

    这个就是正确的解决方法,不会有影响
  • 谢谢您的解答,已经试过了,编译没有出错,谢谢