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.

關於"Build and Load the Project"裡Debug後出現WARNING

Other Parts Discussed in Thread: CONTROLSUITE

我使用CCSV5.4連接F28035控制卡

並使用controlsuit裡提供的範例"HVACI_Sensorless"

但當我依照"HVMotorCtrl+PFC (R1.1) Kit How to Run Guide "的軟體設置步驟執行到步驟16

debug後出現一個WARNING

=======================================

This project was created using a version of compiler that is not currently installed: 6.0.1 [C2000]. Another version of the compiler will be used during build: 6.1.3. Please install the compiler of the required version, or migrate the project to one of the available compiler versions by adjusting project properties. 

=======================================

請問我想在CCSV5.4繼續操作

我該如何解決此WARNING?

  • 你好    从警告来看   controlSUITE下的工程你看看是哪个版本的?

    TI提供的参考例程应该是CCSv6的

  • 这个警告不影响你继续操作。

    这是例程的编译器版本和当前使用的编译器版本不一致,你可以在工程设置Properties->General的Compiler version中选择你当前可用的最新版本,重新编译试试。