Yes, I have included
math.h in the souce file where sqrt is used and I've tried using the various libraries referenced in the build tools PDF, but I still get the "no prototype error".
For now I have just placed the sqrt function source from the library's source file (
e_sqrt.c) into my code and it works. It is not something I wish to leave there long term, but it is working as a temporary solution so I can continue development.
Any further suggestions would be appreciated.
Thanks.