Tool/software: TI C/C++ Compiler
Hello,
I am using TDA 3X and compiling using VISION_SDK_02_11. I have made an alg-plugin runnining on core IPU_1_0. This alg-plugin need sqrtf() function defined in mathf.h. When I run this alg-plugin on other
cores (DSP and EVE) , it does not show any errors or warnings related to this function. But when I run this plugin on IPU_1_0, I get error that the compiler is not able to open mathf.h.
I searched inside ti_components\cg_tools\windows\ti-cgt-arm_5.2.5\include , inside this folder I was not able to find mathf.h. I found math.h, so I including math.h inside my plugin. But it shows following warning
-
warning: sqrt() function declared implicitly.
I am not able to understand whether my alg-plugin is getting the definition of sqrtf() function or not. It is also showing warnings for other functions which require mathf.h (like tanf(), atanf()).
Please help me resolve this issue.
Regards,
Neel