Tool/software: TI C/C++ Compiler
Hi TI,
We have been testing the customized run time library with our project. Since we started debugging, I could see the warning coming up for the sqrt function that, function declared implicitly.<a href="file:/C:/ti/ccs1000/ccs/tools/compiler/dmed/HTML/225.html">#225-D</a> function "sqrtf" declared implicitly
and with each library function I could see these warnings coming up. initially we ignored, but I noticed it started creating issues in my project. It will give the undefined symbol linking issues which are mostly with respect to the helper functions.
Is there any way to mitigate this issue?
Also why I couldn't see the same issue, when calling libc.a(indexed library).
Could you please provide any optimum approach to avoid getting the linker issues?
Note: we don't want to just suppress the warnings.
Regards
Gurusha