DSPRelated.com
Forums

floating sine unavailable in evaluation edition

Started by Ko Ihara December 3, 2005
I'm using an evaluation version, and get the following link error for
sine function:

Link Error : Undefined : "Fsin"
Referenced from "Fmain"

Link failed

I remembered to have #include <math.h>
Is this the limitation on the evaluation version?



Hello Ko,

The "F" in Fsin and Fmain is the prefix the Hybrid (hawk) compiler adds
to variables in C so ignore it in the warnings. The normal math.h sin
function isn't supported on Hybrid, and this fact is documented in the
TM. However, what *isn't* mentioned in the TM but should be is that we
have Processor Expert support for many of these math functions. Please
refer to the PE help to look for a math Bean.

I hope this helps.

Ron
--
Ron Liechty
Ombudsman Freescale Developer Technology
ron.liechty@ron....

-----Original Message-----
Ko Ihara wrote:

I'm using an evaluation version, and get the following link error for
sine function:

Link Error : Undefined : "Fsin"
Referenced from "Fmain"

Link failed

I remembered to have #include <math.h>
Is this the limitation on the evaluation version?