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.

specifies ISA revision "C28FPU32", which is not compatible with ISA revision "C2800" specified in a previous file or on the command line"

specifies ISA revision "C2800", which is not compatible with ISA revision "C28FPU32" specified in a previous file or on the command line!!!!!what‘s the problem!!!

  • 这个问题一般是由于编译器的设置和所使用的库文件文件不一致而导致的。

    您可以尝试在project->properties->build-.>compiler->processor Options中将-float_support改为fpu32。

    另外需要将添加的库确实是 rts2800_ml.lib改为 rts2800_fpu32.lib