Hie guys,
I am using F28335 microprocessor. As part of my program, I'll be calculating the Cosine and Sine values whenever required. For this calculation, I am using IQMATH functions which are _IQcos and _IQsin. And I am using IQ21 for accuracy. Now when I compile the program, it displays the following warnings:
1. #16002-D build attribute vendor section TI missing in "../IQmath_fpu32.lib<IQ21cos.obj>": compatibility cannot be determined EPWM C/C++ Problem
2. #16002-D build attribute vendor section TI missing in "../IQmath_fpu32.lib<IQ21sin.obj>": compatibility cannot be determined EPWM C/C++ Problem
3. #16002-D build attribute vendor section TI missing in "../IQmath_fpu32.lib<IQmathTables.obj>": compatibility cannot be determined EPWM C/C++ Problem
Can anyone please explain why these warnings are being displayed?
Thanks.
Description Resource Path Location Type#16002-D build attribute vendor section TI missing in "../IQmath_fpu32.lib<IQ21cos.obj>": compatibility cannot be determined EPWM C/C++ Problem