想使用TI 的IQ math加快系统计算速度,但是编译总不通过。
已经在主程序中include了 IQMATH.H;修改了CMD文件,并将IQMATH.LIB添加如工程中,但仍然报错。
具体的报错内容:
Description Resource Path Location Type
<a href="file:/C:/TI/ccsv6/tools/compiler/dmed/HTML/16008.html">#16008-D</a> file "../IQmath.lib<IQ24cosPU.obj>" specifies ISA revision "C2800", which is not compatible with ISA revision "C28FPU32" specified in a previous file or on the command line MotorControl C/C++ Problem;
Description Resource Path Location Type
<a href="file:/C:/TI/ccsv6/tools/compiler/dmed/HTML/16008.html">#16008-D</a> file "../IQmath.lib<IQ24div.obj>" specifies ISA revision "C2800", which is not compatible with ISA revision "C2700" specified in a previous file or on the command line MotorControl C/C++ Problem;
Description Resource Path Location Type
<a href="file:/C:/TI/ccsv6/tools/compiler/dmed/HTML/16008.html">#16008-D</a> file "../IQmath.lib<IQ24sinPU.obj>" specifies ISA revision "C2800", which is not compatible with ISA revision "C2700" specified in a previous file or on the command line MotorControl C/C++ Problem;
Description Resource Path Location Type
<a href="file:/C:/TI/ccsv6/tools/compiler/dmed/HTML/16008.html">#16008-D</a> file "../IQmath.lib<IQ24toF.obj>" specifies ISA revision "C2800", which is not compatible with ISA revision "C2700" specified in a previous file or on the command line MotorControl C/C++ Problem;
Description Resource Path Location Type
<a href="file:/C:/TI/ccsv6/tools/compiler/dmed/HTML/16008.html">#16008-D</a> file "../IQmath.lib<IQmathTables.obj>" specifies ISA revision "C2800", which is not compatible with ISA revision "C2700" specified in a previous file or on the command line MotorControl C/C++ Problem;
JING LI11:
回复 Igor An:
您好,把float support 设置成solidlib 以后编译后只有warning,没有error了。
想使用TI 的IQ math加快系统计算速度,但是编译总不通过。
已经在主程序中include了 IQMATH.H;修改了CMD文件,并将IQMATH.LIB添加如工程中,但仍然报错。
具体的报错内容:
Description Resource Path Location Type
<a href="file:/C:/TI/ccsv6/tools/compiler/dmed/HTML/16008.html">#16008-D</a> file "../IQmath.lib<IQ24cosPU.obj>" specifies ISA revision "C2800", which is not compatible with ISA revision "C28FPU32" specified in a previous file or on the command line MotorControl C/C++ Problem;
Description Resource Path Location Type
<a href="file:/C:/TI/ccsv6/tools/compiler/dmed/HTML/16008.html">#16008-D</a> file "../IQmath.lib<IQ24div.obj>" specifies ISA revision "C2800", which is not compatible with ISA revision "C2700" specified in a previous file or on the command line MotorControl C/C++ Problem;
Description Resource Path Location Type
<a href="file:/C:/TI/ccsv6/tools/compiler/dmed/HTML/16008.html">#16008-D</a> file "../IQmath.lib<IQ24sinPU.obj>" specifies ISA revision "C2800", which is not compatible with ISA revision "C2700" specified in a previous file or on the command line MotorControl C/C++ Problem;
Description Resource Path Location Type
<a href="file:/C:/TI/ccsv6/tools/compiler/dmed/HTML/16008.html">#16008-D</a> file "../IQmath.lib<IQ24toF.obj>" specifies ISA revision "C2800", which is not compatible with ISA revision "C2700" specified in a previous file or on the command line MotorControl C/C++ Problem;
Description Resource Path Location Type
<a href="file:/C:/TI/ccsv6/tools/compiler/dmed/HTML/16008.html">#16008-D</a> file "../IQmath.lib<IQmathTables.obj>" specifies ISA revision "C2800", which is not compatible with ISA revision "C2700" specified in a previous file or on the command line MotorControl C/C++ Problem;
user5213609:
回复 JING LI11:
您好,这个float support 在哪呢?谢谢