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工具带来的编译问题

现象是这样的:

一.我用的CCSV5.3 ,SYS/BIOS' v6.34.2.18, XDCtools 3.24.5.48,在此环境下建立的工程及代码编译正常

二.最近将工具升级到V5.4.0.00091 ,SYS/BIOS'  6.35.3.47,XDCtools  3.25.2.70,在此环境下将V5.3的工具拷贝至该环境下,此时,编译出现如下警告:

    1.RTSC product 'SYS/BIOS' v6.34.2.18 (or equivalent) is not currently installed. A compatible version 6.35.3.47 will be used

during build. Please install a product of equivalent version, or enable one of the supported versions of this product.

   2.This project was created using a version of XDCtools that is not currently installed: 3.24.5.48. Please install the XDCtools

of this version, or migrate the project to one of the supported versions.

  3.warning #16002-D: build attribute vendor section TI missing in
   ":/CCSV5_4_Test/BaseProj/Flash28335_API_V210.lib<Flash28_Erase.obj>":
   compatibility cannot be determined

三.备注:工程都是一样的,只是CCS环境的不同,用到的都是F288335,才疏学浅,以上问题,急盼赐教!!!