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.
我使用的是CCS4.1.2版本,将原来CCS3.3版本下的程序移动到CCS4.1.2版本下。
当我选择flaoting point support 为fpu32 :
fatal error: file "D:/PY/Documents/workspace/wo/lib/rts2800_ml.lib<boot.obj>"
specifies ISA revision "C2800", which is not compatible with ISA revision
"C28FPU32" specified in a previous file or on the command line
当我选择flaoting point support 为 Null:
fatal error: file "D:/PY/Documents/workspace/wo/lib/fft.lib<cfft32i.obj>"
specifies ISA revision "C2700", which is not compatible with ISA revision
"C2800" specified in a previous file or on the command line
当我选择flaoting point support 为softlib:
fatal error: file "D:/PY/Documents/workspace/wo/lib/fft.lib<cfft32i.obj>"
specifies ISA revision "C2700", which is not compatible with ISA revision
"C2800" specified in a previous file or on the command line
请问专家怎样才能解决这个问题?