Hi, I am compiling a code with IQmath.lib for f28335 and the program compiles ok. but when I am trying to use one of IQmath's functions _IQDiv on my target MCU F28335 it gives me an error msg as follows:
IQmath.lib<IQ24div.obj>"
specifies ISA revision "C2800", which is not compatible with ISA revision
"C28FPU32" specified in a previous file or on the command line
I'd like to be able to use both floating point and fixed point libraries for my project.
I am using CCS3.3 and CCS4.2
Thanks